From owner-svn-ports-all@freebsd.org Sun Jun 28 05:57:38 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ADA5898F20A; Sun, 28 Jun 2015 05:57:38 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 90589162A; Sun, 28 Jun 2015 05:57:38 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5S5vcEF070596; Sun, 28 Jun 2015 05:57:38 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5S5vZn4070581; Sun, 28 Jun 2015 05:57:35 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201506280557.t5S5vZn4070581@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 28 Jun 2015 05:57:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390736 - in head/devel/gprbuild: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 05:57:38 -0000 Author: marino Date: Sun Jun 28 05:57:34 2015 New Revision: 390736 URL: https://svnweb.freebsd.org/changeset/ports/390736 Log: devel/gprbuild: Upgrade version 2014 => 2015 This upgrade was necessary because the latest version introduces new switches that Adacore software already uses. I'd been working around it be replacing, for example, "gprinstall" with manual install targets. More importantly, gprbuild is built with project files. This requires either gnatmake (which will drop this functionality on next gcc version) or a copy of gprbuild already installed. Since I don't want to carry binary bootstraps, I wrote a new BSD-style makefile to avoid gprbuild as a dependency for itself. Unlike GPS 2014, it uses the gnat sources that it was provided with instead of gnat_util library. The gpr* sources use functions not yes in FSF GNAT and only one regression patch is needed when built by gcc5-aux. This probably cannot be built by gcc-aux, but there are already several things preventing the return to gcc-aux (over gcc5-aux). I didn't bother with the examples so these are no longer installed, and I didn't install "info" version of documention which follows my other ports. (pdf, txt, and html versions are still installed) Added: head/devel/gprbuild/files/Makefile.BSD (contents, props changed) head/devel/gprbuild/files/patch-gnat_targparm (contents, props changed) Deleted: head/devel/gprbuild/files/extrapatch-5-gprbuild-main.adb head/devel/gprbuild/files/extrapatch-5-gprbuild-post.adb head/devel/gprbuild/files/extrapatch-5-gprbuild-slave.adb head/devel/gprbuild/files/extrapatch-5-gprlib.adb head/devel/gprbuild/files/extrapatch-protocol.adb head/devel/gprbuild/files/extrapatch-src_gprbuild-main.adb head/devel/gprbuild/files/extrapatch-src_gprslave.adb head/devel/gprbuild/files/extrapatch-src_rewrite__data.ada head/devel/gprbuild/files/patch-Makefile.in head/devel/gprbuild/files/patch-gprbuild.gpr head/devel/gprbuild/files/patch-src_gprinstall-install.adb Modified: head/devel/gprbuild/Makefile head/devel/gprbuild/distinfo head/devel/gprbuild/files/patch-share_gprconfig_compilers.xml head/devel/gprbuild/files/patch-share_gprconfig_gnat.xml head/devel/gprbuild/files/patch-share_gprconfig_linker.xml head/devel/gprbuild/files/patch-share_gprconfig_targetset.xml head/devel/gprbuild/files/patch-src_gpr__version.adb head/devel/gprbuild/files/patch-src_gprlib.adb head/devel/gprbuild/pkg-plist Modified: head/devel/gprbuild/Makefile ============================================================================== --- head/devel/gprbuild/Makefile Sat Jun 27 22:34:05 2015 (r390735) +++ head/devel/gprbuild/Makefile Sun Jun 28 05:57:34 2015 (r390736) @@ -3,7 +3,6 @@ PORTNAME= gprbuild PORTVERSION= ${SNAPSHOT} -PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://downloads.dragonlace.net/src/ DISTNAME= gprbuild-gpl-${YEAR}-src @@ -13,67 +12,28 @@ COMMENT= Adacore multi-language software LICENSE= GPLv3 -BUILD_DEPENDS+= xmlada>=4.4:${PORTSDIR}/textproc/xmlada \ - gnat_util>=20140422:${PORTSDIR}/lang/gnat_util +BUILD_DEPENDS= xmlada>=4.4:${PORTSDIR}/textproc/xmlada -YEAR= 2014 -SNAPSHOT= 20140417 -GNU_CONFIGURE= yes -USES= ada gmake -MAKE_ARGS+= BUILD=production -MAKE_ARGS+= PROCESSORS=${MAKE_JOBS_NUMBER} -PORTDOCS= html txt pdf info -PORTEXAMPLES= * - -OPTIONS_DEFINE= DOCS EXAMPLES - -.include - -.if ${ADAXX:Mgcc} -EXTRA_PATCHES= ${FILESDIR}/extrapatch-protocol.adb \ - ${FILESDIR}/extrapatch-src_gprbuild-main.adb \ - ${FILESDIR}/extrapatch-src_gprslave.adb \ - ${FILESDIR}/extrapatch-src_rewrite__data.ada -.else -EXTRA_PATCHES= ${FILESDIR}/extrapatch-5-gprbuild-main.adb \ - ${FILESDIR}/extrapatch-5-gprbuild-slave.adb \ - ${FILESDIR}/extrapatch-5-gprbuild-post.adb \ - ${FILESDIR}/extrapatch-5-gprlib.adb -.endif - -do-build: -# Recreate the do-build target without -j parameter -# It interferes with PROCESSORS make argument - (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \ - ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET}) +YEAR= 2015 +SNAPSHOT= 20150506 +USES= ada +MAKE_ARGS= PROCESSORS=${MAKE_JOBS_NUMBER} +PORTDOCS= html txt pdf +CONHOST= ${CONFIGURE_TARGET} +INSTALL_TARGET= install + +OPTIONS_DEFINE= DOCS +DOCS_INSTALL_TARGET= install-docs + +.include post-patch: - @${REINPLACE_CMD} -e "s,@AUXPREFIX@,${PREFIX}/gcc-aux," \ + ${CP} ${FILESDIR}/Makefile.BSD ${WRKSRC}/Makefile + @${REINPLACE_CMD} -i "" -e "s,@AUXPREFIX@,${PREFIX}/gcc5-aux," \ ${WRKSRC}/share/gprconfig/compilers.xml - # OpenVMS was removed from GCC 5, and it obviously isn't used - # here so replace boolean check to False so it builds on both -.if ${ADAXX:Mgcc} - # Try_Help is part of GNAT Pro, but it's not in GCC 4.9 yet - # It's not strictly needed. Before it just repeated usage. - # There are other messages; just suppress Try_Help on 4 files - ${REINPLACE_CMD} -e '/Try_Help;/d' \ - -e 's|Hostparm.OpenVMS|False|' ${WRKSRC}/src/*-main.adb \ - ${WRKSRC}/src/gprbind.adb ${WRKSRC}/src/gprlib.adb -.else # gcc5-aux - ${REINPLACE_CMD} -e 's|Hostparm.OpenVMS|False|' \ - ${WRKSRC}/src/*-main.adb \ - ${WRKSRC}/src/gprbind.adb \ - ${WRKSRC}/src/gprlib.adb -.endif - -post-install: -.if !${PORT_OPTIONS:MDOCS} - ${RM} -rf ${STAGEDIR}${DOCSDIR} -.endif -.if !${PORT_OPTIONS:MEXAMPLES} - ${RM} -rf ${STAGEDIR}${EXAMPLESDIR} -.endif - (cd ${STAGEDIR}${PREFIX} && ${FIND} share/examples -type d -empty | \ - ${SORT} -dr | ${XARGS} ${RMDIR}) + ${SED} -e 's|@host@|${CONHOST}|' \ + ${WRKSRC}/src/gprconfig-sdefault.ads.in > \ + ${WRKSRC}/src/gprconfig-sdefault.ads + ${MV} ${WRKSRC}/share/gprconfig/*.orig ${WRKSRC}/obj-cov -.include +.include Modified: head/devel/gprbuild/distinfo ============================================================================== --- head/devel/gprbuild/distinfo Sat Jun 27 22:34:05 2015 (r390735) +++ head/devel/gprbuild/distinfo Sun Jun 28 05:57:34 2015 (r390736) @@ -1,2 +1,2 @@ -SHA256 (gprbuild-gpl-2014-src.tar.gz) = 3c8986ff5f83cc0d3ee69f6e71d9f69a7eb1a7e2656493c829b18fb55c4ad5ac -SIZE (gprbuild-gpl-2014-src.tar.gz) = 2384695 +SHA256 (gprbuild-gpl-2015-src.tar.gz) = 5d5bbc8c57075250c264e2f15d9949383450ac696eb8a90803c2a36b55ecd0e2 +SIZE (gprbuild-gpl-2015-src.tar.gz) = 3424715 Added: head/devel/gprbuild/files/Makefile.BSD ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/gprbuild/files/Makefile.BSD Sun Jun 28 05:57:34 2015 (r390736) @@ -0,0 +1,97 @@ +.PHONY: all +.PHONY: generate_sources + +AFLAGS= -gnat12 -gnaty -gnatQ -O2 -gnatpn -gnatws -g1 -j${PROCESSORS} + +COBJS= obj/link.o obj/gprbuild_dummies.o + +LOOK= -aI${.CURDIR}/gnat -aI${.CURDIR}/gen_src \ + -aL${PREFIX}/lib/xmlada/static -aI${PREFIX}/include/xmlada +LARGS= -largs ${.CURDIR}/obj/link.o \ + -largs ${.CURDIR}/obj/gprbuild_dummies.o \ + -largs ${PREFIX}/lib/xmlada/static/libxmlada_dom.a \ + -largs ${PREFIX}/lib/xmlada/static/libxmlada_input_sources.a \ + -largs ${PREFIX}/lib/xmlada/static/libxmlada_sax.a \ + -largs ${PREFIX}/lib/xmlada/static/libxmlada_schema.a \ + -largs ${PREFIX}/lib/xmlada/static/libxmlada_unicode.a + +GENDIR= gen_src +GEN_SRCS= ${GENDIR}/snames.adb ${GENDIR}/snames.ads +DOCSDIR= ${PREFIX}/share/doc/gprbuild + +all: gprbuild + +install: + mkdir -p ${DESTDIR}${PREFIX}/bin \ + ${DESTDIR}${PREFIX}/libexec/gprbuild \ + ${DESTDIR}${PREFIX}/share/gpr \ + ${DESTDIR}${PREFIX}/share/gprconfig + ${BSD_INSTALL_PROGRAM} ${.CURDIR}/obj/gprclean \ + ${.CURDIR}/obj/gprinstall \ + ${.CURDIR}/obj/gprconfig \ + ${.CURDIR}/obj/gprslave \ + ${.CURDIR}/obj/gprbuild ${DESTDIR}${PREFIX}/bin + ${BSD_INSTALL_PROGRAM} ${.CURDIR}/obj/gprbind \ + ${.CURDIR}/obj/gprlib ${DESTDIR}${PREFIX}/libexec/gprbuild + ${BSD_INSTALL_DATA} ${.CURDIR}/share/_default.gpr \ + ${DESTDIR}${PREFIX}/share/gpr + ${BSD_INSTALL_DATA} ${.CURDIR}/share/gprconfig/* \ + ${DESTDIR}${PREFIX}/share/gprconfig + +install-docs: + mkdir -p ${DESTDIR}${DOCSDIR}/html ${DESTDIR}${DOCSDIR}/txt \ + ${DESTDIR}${DOCSDIR}/pdf + ${BSD_INSTALL_DATA} ${.CURDIR}/doc/txt/gprbuild_ug.txt \ + ${DESTDIR}${DOCSDIR}/txt + ${BSD_INSTALL_DATA} ${.CURDIR}/doc/pdf/gprbuild_ug.pdf \ + ${DESTDIR}${DOCSDIR}/pdf + cp -r ${.CURDIR}/doc/html/* ${DESTDIR}${DOCSDIR}/html + rm -rf ${DESTDIR}${DOCSDIR}/html/_sources + ${BSD_INSTALL_DATA} ${.CURDIR}/doc/*.png \ + ${DESTDIR}${DOCSDIR}/html + +gprclean: src/gprclean-main.adb ${GEN_SRCS} ${COBJS} + gnatmake -o ${.TARGET} ${AFLAGS} ${LOOK} \ + ${.CURDIR}/src/gprclean-main.adb ${LARGS} + +gprbind: gprclean src/gprslave.adb ${GEN_SRCS} ${COBJS} + gnatmake -o ${.TARGET} ${AFLAGS} ${LOOK} \ + ${.CURDIR}/src/gprbind.adb ${LARGS} + +gprlib: gprbind src/gprslave.adb ${GEN_SRCS} ${COBJS} + gnatmake -o ${.TARGET} ${AFLAGS} ${LOOK} \ + ${.CURDIR}/src/gprlib.adb ${LARGS} + +gprslave: gprlib src/gprslave.adb ${GEN_SRCS} ${COBJS} + gnatmake -o ${.TARGET} ${AFLAGS} ${LOOK} \ + ${.CURDIR}/src/gprslave.adb ${LARGS} + +gprinstall: gprslave src/gprinstall-main.adb ${GEN_SRCS} ${COBJS} + gnatmake -o ${.TARGET} ${AFLAGS} ${LOOK} \ + ${.CURDIR}/src/gprinstall-main.adb ${LARGS} + +gprconfig: gprinstall src/gprconfig-main.adb ${GEN_SRCS} ${COBJS} + gnatmake -o ${.TARGET} ${AFLAGS} ${LOOK} \ + ${.CURDIR}/src/gprconfig-main.adb ${LARGS} + +gprbuild: gprconfig src/gprbuild-main.adb ${GEN_SRCS} ${COBJS} + gnatmake -o ${.TARGET} ${AFLAGS} ${LOOK} \ + ${.CURDIR}/src/gprbuild-main.adb ${LARGS} + +obj/link.o: gnat/link.c + gcc -c -o ${.CURDIR}/${.TARGET} ${.ALLSRC} + +obj/gprbuild_dummies.o: src/gprbuild_dummies.c + gcc -c -o ${.CURDIR}/${.TARGET} ${.ALLSRC} + +generate_sources: + mkdir -p ${.CURDIR}/${GENDIR} + (cd ${.CURDIR}/gnat && cp xsnamest.adb xutil.* snames.adb-tmpl \ + snames.ads-tmpl snames.h-tmpl ../${GENDIR}) + (cd ${.CURDIR}/${GENDIR} && \ + gnatmake -gnatf -gnatwae -gnatyg -gnatyS xsnamest && \ + ./xsnamest && \ + mv snames.ns snames.ads && \ + mv snames.nb snames.adb) + +${GEN_SRCS}: generate_sources Added: head/devel/gprbuild/files/patch-gnat_targparm ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/gprbuild/files/patch-gnat_targparm Sun Jun 28 05:57:34 2015 (r390736) @@ -0,0 +1,302 @@ +These restriction pragmas are not yet supported on FSF GNAT 5: + No_Specification_Of_Aspect + No_Use_Of_Attribute + No_Use_Of_Pragma + +--- gnat/targparm.ads.orig 2015-05-06 11:08:38 UTC ++++ gnat/targparm.ads +@@ -615,53 +615,28 @@ package Targparm is + -- selected component with Sloc value System_Location and given Prefix + -- (Pre) and Selector (Sel) values. + +- type Set_NOD_Type is access procedure (Unit : Node_Id); ++ type Set_RND_Type is access procedure (Unit : Node_Id); + -- Parameter type for Get_Target_Parameters that records a Restriction + -- No_Dependence for the given unit (identifier or selected component). + +- type Set_NSA_Type is access procedure (Asp : Name_Id; OK : out Boolean); +- -- Parameter type for Get_Target_Parameters that records a Restriction +- -- No_Specification_Of_Aspect. Asp is the aspect name. OK is set True +- -- if this is an OK aspect name, and False if it is not an aspect name. +- +- type Set_NUA_Type is access procedure (Attr : Name_Id; OK : out Boolean); +- -- Parameter type for Get_Target_Parameters that records a Restriction +- -- No_Use_Of_Attribute. Attr is the attribute name. OK is set True if +- -- this is an OK attribute name, and False if it is not an attribute name. +- +- type Set_NUP_Type is access procedure (Prag : Name_Id; OK : out Boolean); +- -- Parameter type for Get_Target_Parameters that records a Restriction +- -- No_Use_Of_Pragma. Prag is the pragma name. OK is set True if this is +- -- an OK pragma name, and False if it is not a recognized pragma name. +- + procedure Get_Target_Parameters + (System_Text : Source_Buffer_Ptr; + Source_First : Source_Ptr; + Source_Last : Source_Ptr; + Make_Id : Make_Id_Type := null; + Make_SC : Make_SC_Type := null; +- Set_NOD : Set_NOD_Type := null; +- Set_NSA : Set_NSA_Type := null; +- Set_NUA : Set_NUA_Type := null; +- Set_NUP : Set_NUP_Type := null); +- -- Called at the start of execution to obtain target parameters from the +- -- source of package System. The parameters provide the source text to be +- -- scanned (in System_Text (Source_First .. Source_Last)). If the three +- -- subprograms Make_Id, Make_SC, and Set_NOD are left at their default +- -- value of null, Get_Target_Parameters will ignore pragma Restrictions +- -- (No_Dependence) lines; otherwise it will use these three subprograms to +- -- record them. Similarly, if Set_NUP is left at its default value of null, +- -- then any occurrences of pragma Restrictions (No_Use_Of_Pragma => XXX) +- -- will be ignored; otherwise it will use this procedure to record the +- -- pragma. Similarly for the NSA and NUA cases. ++ Set_RND : Set_RND_Type := null); ++ -- Called at the start of execution to obtain target parameters from ++ -- the source of package System. The parameters provide the source ++ -- text to be scanned (in System_Text (Source_First .. Source_Last)). ++ -- if the three subprograms are left at their default value of null, ++ -- Get_Target_Parameters will ignore pragma Restrictions No_Dependence ++ -- lines, otherwise it will use these three subprograms to record them. + + procedure Get_Target_Parameters + (Make_Id : Make_Id_Type := null; + Make_SC : Make_SC_Type := null; +- Set_NOD : Set_NOD_Type := null; +- Set_NSA : Set_NSA_Type := null; +- Set_NUA : Set_NUA_Type := null; +- Set_NUP : Set_NUP_Type := null); ++ Set_RND : Set_RND_Type := null); + -- This version reads in system.ads using Osint. The idea is that the + -- caller uses the first version if they have to read system.ads anyway + -- (e.g. the compiler) and uses this simpler interface if system.ads is +--- gnat/targparm.adb.orig 2015-05-06 11:08:38 UTC ++++ gnat/targparm.adb +@@ -154,10 +154,7 @@ package body Targparm is + procedure Get_Target_Parameters + (Make_Id : Make_Id_Type := null; + Make_SC : Make_SC_Type := null; +- Set_NOD : Set_NOD_Type := null; +- Set_NSA : Set_NSA_Type := null; +- Set_NUA : Set_NUA_Type := null; +- Set_NUP : Set_NUP_Type := null) ++ Set_RND : Set_RND_Type := null) + is + Text : Source_Buffer_Ptr; + Hi : Source_Ptr; +@@ -184,10 +181,7 @@ package body Targparm is + Source_Last => Hi, + Make_Id => Make_Id, + Make_SC => Make_SC, +- Set_NOD => Set_NOD, +- Set_NSA => Set_NSA, +- Set_NUA => Set_NUA, +- Set_NUP => Set_NUP); ++ Set_RND => Set_RND); + end Get_Target_Parameters; + + -- Version where caller supplies system.ads text +@@ -198,10 +192,7 @@ package body Targparm is + Source_Last : Source_Ptr; + Make_Id : Make_Id_Type := null; + Make_SC : Make_SC_Type := null; +- Set_NOD : Set_NOD_Type := null; +- Set_NSA : Set_NSA_Type := null; +- Set_NUA : Set_NUA_Type := null; +- Set_NUP : Set_NUP_Type := null) ++ Set_RND : Set_RND_Type := null) + is + P : Source_Ptr; + -- Scans source buffer containing source of system.ads +@@ -212,48 +203,6 @@ package body Targparm is + Result : Boolean; + -- Records boolean from system line + +- OK : Boolean; +- -- Status result from Set_NUP/NSA/NUA call +- +- PR_Start : Source_Ptr; +- -- Pointer to ( following pragma Restrictions +- +- procedure Collect_Name; +- -- Scan a name starting at System_Text (P), and put Name in Name_Buffer, +- -- with Name_Len being length, folded to lower case. On return, P points +- -- just past the last character (which should be a right paren). +- +- ------------------ +- -- Collect_Name -- +- ------------------ +- +- procedure Collect_Name is +- begin +- Name_Len := 0; +- loop +- if System_Text (P) in 'a' .. 'z' +- or else +- System_Text (P) = '_' +- or else +- System_Text (P) in '0' .. '9' +- then +- Name_Buffer (Name_Len + 1) := System_Text (P); +- +- elsif System_Text (P) in 'A' .. 'Z' then +- Name_Buffer (Name_Len + 1) := +- Character'Val (Character'Pos (System_Text (P)) + 32); +- +- else +- exit; +- end if; +- +- P := P + 1; +- Name_Len := Name_Len + 1; +- end loop; +- end Collect_Name; +- +- -- Start of processing for Get_Target_Parameters +- + begin + if Parameters_Obtained then + return; +@@ -312,9 +261,6 @@ package body Targparm is + + elsif System_Text (P .. P + 20) = "pragma Restrictions (" then + P := P + 21; +- PR_Start := P - 1; +- +- -- Boolean restrictions + + Rloop : for K in All_Boolean_Restrictions loop + declare +@@ -339,9 +285,7 @@ package body Targparm is + null; + end loop Rloop; + +- -- Restrictions taking integer parameter +- +- Ploop : for K in Integer_Parameter_Restrictions loop ++ Ploop : for K in All_Parameter_Restrictions loop + declare + Rname : constant String := + All_Parameter_Restrictions'Image (K); +@@ -456,119 +400,23 @@ package body Targparm is + P := P + 1; + end loop; + +- Set_NOD (Unit); ++ Set_RND (Unit); + goto Line_Loop_Continue; + end; +- +- -- No_Specification_Of_Aspect case +- +- elsif System_Text (P .. P + 29) = "No_Specification_Of_Aspect => " +- then +- P := P + 30; +- +- -- Skip this processing (and simply ignore the pragma), if +- -- caller did not supply the subprogram we need to process +- -- such lines. +- +- if Set_NSA = null then +- goto Line_Loop_Continue; +- end if; +- +- -- We have scanned +- -- "pragma Restrictions (No_Specification_Of_Aspect =>" +- +- Collect_Name; +- +- if System_Text (P) /= ')' then +- goto Bad_Restrictions_Pragma; +- +- else +- Set_NSA (Name_Find, OK); +- +- if OK then +- goto Line_Loop_Continue; +- else +- goto Bad_Restrictions_Pragma; +- end if; +- end if; +- +- -- No_Use_Of_Attribute case +- +- elsif System_Text (P .. P + 22) = "No_Use_Of_Attribute => " then +- P := P + 23; +- +- -- Skip this processing (and simply ignore No_Use_Of_Attribute +- -- lines) if caller did not supply the subprogram we need to +- -- process such lines. +- +- if Set_NUA = null then +- goto Line_Loop_Continue; +- end if; +- +- -- We have scanned +- -- "pragma Restrictions (No_Use_Of_Attribute =>" +- +- Collect_Name; +- +- if System_Text (P) /= ')' then +- goto Bad_Restrictions_Pragma; +- +- else +- Set_NUA (Name_Find, OK); +- +- if OK then +- goto Line_Loop_Continue; +- else +- goto Bad_Restrictions_Pragma; +- end if; +- end if; +- +- -- No_Use_Of_Pragma case +- +- elsif System_Text (P .. P + 19) = "No_Use_Of_Pragma => " then +- P := P + 20; +- +- -- Skip this processing (and simply ignore No_Use_Of_Pragma +- -- lines) if caller did not supply the subprogram we need to +- -- process such lines. +- +- if Set_NUP = null then +- goto Line_Loop_Continue; +- end if; +- +- -- We have scanned +- -- "pragma Restrictions (No_Use_Of_Pragma =>" +- +- Collect_Name; +- +- if System_Text (P) /= ')' then +- goto Bad_Restrictions_Pragma; +- +- else +- Set_NUP (Name_Find, OK); +- +- if OK then +- goto Line_Loop_Continue; +- else +- goto Bad_Restrictions_Pragma; +- end if; +- end if; + end if; + + -- Here if unrecognizable restrictions pragma form + +- <> +- + Set_Standard_Error; + Write_Line + ("fatal error: system.ads is incorrectly formatted"); + Write_Str ("unrecognized or incorrect restrictions pragma: "); + +- P := PR_Start; ++ while System_Text (P) /= ')' ++ and then ++ System_Text (P) /= ASCII.LF + loop +- exit when System_Text (P) = ASCII.LF; + Write_Char (System_Text (P)); +- exit when System_Text (P) = ')'; + P := P + 1; + end loop; + Modified: head/devel/gprbuild/files/patch-share_gprconfig_compilers.xml ============================================================================== --- head/devel/gprbuild/files/patch-share_gprconfig_compilers.xml Sat Jun 27 22:34:05 2015 (r390735) +++ head/devel/gprbuild/files/patch-share_gprconfig_compilers.xml Sun Jun 28 05:57:34 2015 (r390736) @@ -1,6 +1,6 @@ ---- share/gprconfig/compilers.xml.orig 2014-03-21 10:41:06.000000000 +0000 +--- share/gprconfig/compilers.xml.orig 2015-04-28 15:02:41 UTC +++ share/gprconfig/compilers.xml -@@ -657,16 +657,15 @@ +@@ -693,17 +693,15 @@ Ada @@ -12,8 +12,9 @@ - \.\./lib/gcc(-lib)?/$TARGET/$gcc_version/adalib/ - \.\./lib/gcc(-lib)?/$TARGET/$gcc_version/ada_object_path - \.\./lib/gcc(-lib)?/$TARGET/$gcc_version/rts-(.*)/adalib/ +- \.\./$TARGET/lib/gnat/(.*)/adalib/ + \.\./lib/gcc/$TARGET/$gcc_version/adalib -+ @AUXPREFIX@/lib/gcc/$TARGET/$gcc_version/adalib ++ /usr/local/gcc5-aux/lib/gcc/$TARGET/$gcc_version/adalib - ${PREFIX}gcc -dumpmachine Modified: head/devel/gprbuild/files/patch-share_gprconfig_gnat.xml ============================================================================== --- head/devel/gprbuild/files/patch-share_gprconfig_gnat.xml Sat Jun 27 22:34:05 2015 (r390735) +++ head/devel/gprbuild/files/patch-share_gprconfig_gnat.xml Sun Jun 28 05:57:34 2015 (r390736) @@ -1,11 +1,11 @@ ---- share/gprconfig/gnat.xml.orig 2013-09-16 15:29:28.000000000 +0000 +--- share/gprconfig/gnat.xml.orig 2014-10-13 22:03:37 UTC +++ share/gprconfig/gnat.xml @@ -63,7 +63,7 @@ - -+ ++ &filter_gnat; Modified: head/devel/gprbuild/files/patch-share_gprconfig_linker.xml ============================================================================== --- head/devel/gprbuild/files/patch-share_gprconfig_linker.xml Sat Jun 27 22:34:05 2015 (r390735) +++ head/devel/gprbuild/files/patch-share_gprconfig_linker.xml Sun Jun 28 05:57:34 2015 (r390736) @@ -1,6 +1,6 @@ ---- share/gprconfig/linker.xml.orig 2014-02-13 04:59:56.000000000 +0000 +--- share/gprconfig/linker.xml.orig 2015-04-28 14:21:56 UTC +++ share/gprconfig/linker.xml -@@ -599,11 +599,14 @@ +@@ -687,11 +687,14 @@ @@ -16,7 +16,7 @@ -@@ -675,10 +678,13 @@ +@@ -763,10 +766,13 @@ @@ -31,7 +31,7 @@ for Run_Path_Option use ("-Wl,-rpath,"); -@@ -1181,6 +1187,12 @@ +@@ -1308,6 +1314,12 @@ @@ -44,7 +44,7 @@ -@@ -1265,6 +1277,9 @@ +@@ -1392,6 +1404,9 @@ Modified: head/devel/gprbuild/files/patch-share_gprconfig_targetset.xml ============================================================================== --- head/devel/gprbuild/files/patch-share_gprconfig_targetset.xml Sat Jun 27 22:34:05 2015 (r390735) +++ head/devel/gprbuild/files/patch-share_gprconfig_targetset.xml Sun Jun 28 05:57:34 2015 (r390736) @@ -1,4 +1,4 @@ ---- share/gprconfig/targetset.xml.orig 2014-02-13 04:59:56.000000000 +0000 +--- share/gprconfig/targetset.xml.orig 2014-09-11 13:36:47 UTC +++ share/gprconfig/targetset.xml @@ -66,8 +66,8 @@ @@ -11,7 +11,7 @@ -@@ -156,19 +156,34 @@ +@@ -162,19 +162,34 @@ pent.*-cygwin.* Modified: head/devel/gprbuild/files/patch-src_gpr__version.adb ============================================================================== --- head/devel/gprbuild/files/patch-src_gpr__version.adb Sat Jun 27 22:34:05 2015 (r390735) +++ head/devel/gprbuild/files/patch-src_gpr__version.adb Sun Jun 28 05:57:34 2015 (r390736) @@ -1,4 +1,4 @@ ---- src/gpr_version.adb.orig 2014-04-17 09:50:17.000000000 +0000 +--- src/gpr_version.adb.orig 2015-05-06 11:08:38 UTC +++ src/gpr_version.adb @@ -65,14 +65,7 @@ package body GPR_Version is end if; Modified: head/devel/gprbuild/files/patch-src_gprlib.adb ============================================================================== --- head/devel/gprbuild/files/patch-src_gprlib.adb Sat Jun 27 22:34:05 2015 (r390735) +++ head/devel/gprbuild/files/patch-src_gprlib.adb Sun Jun 28 05:57:34 2015 (r390736) @@ -1,9 +1,6 @@ -The brain-dead handling of Rpath continues in GPRBuild 2014 -Bring in the GPRBuild 2012/2013 fix again - ---- src/gprlib.adb.orig 2014-04-17 09:50:17.000000000 +0000 +--- src/gprlib.adb.orig 2015-05-06 11:08:38 UTC +++ src/gprlib.adb -@@ -408,6 +408,11 @@ procedure Gprlib is +@@ -393,6 +393,11 @@ procedure Gprlib is Separate_Run_Path_Options : Boolean := False; @@ -15,7 +12,7 @@ Bring in the GPRBuild 2012/2013 fix agai Rpath : String_List_Access := null; -- Allocated only if Path Option is supported -@@ -1040,7 +1045,12 @@ begin +@@ -1011,7 +1016,12 @@ begin Use_GNAT_Lib := False; end if; @@ -29,7 +26,7 @@ Bring in the GPRBuild 2012/2013 fix agai when Gprexch.Library_Rpath_Options => Library_Rpath_Options_Table.Append -@@ -2166,7 +2176,7 @@ begin +@@ -2113,7 +2123,7 @@ begin Library_Switches_Table.Append (new String'("-L" & Imported_Library_Directories.Table (J).all)); Modified: head/devel/gprbuild/pkg-plist ============================================================================== --- head/devel/gprbuild/pkg-plist Sat Jun 27 22:34:05 2015 (r390735) +++ head/devel/gprbuild/pkg-plist Sun Jun 28 05:57:34 2015 (r390736) @@ -14,6 +14,7 @@ share/gprconfig/cpp.xml share/gprconfig/cross.xml share/gprconfig/fortran.xml share/gprconfig/gnat.xml +share/gprconfig/gnat_runtime.mapping share/gprconfig/gprconfig.xsd share/gprconfig/linker.xml share/gprconfig/nocompiler.xml From owner-svn-ports-all@freebsd.org Sun Jun 28 06:33:21 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6319898F73E; Sun, 28 Jun 2015 06:33:21 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 543A818AB; Sun, 28 Jun 2015 06:33:21 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5S6XLeO092109; Sun, 28 Jun 2015 06:33:21 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5S6XLP0092108; Sun, 28 Jun 2015 06:33:21 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201506280633.t5S6XLP0092108@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sun, 28 Jun 2015 06:33:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390737 - head/textproc/R-cran-stringi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 06:33:21 -0000 Author: tota Date: Sun Jun 28 06:33:20 2015 New Revision: 390737 URL: https://svnweb.freebsd.org/changeset/ports/390737 Log: - Add missing dependency pkgconfig PR: ports/201156 Submitted by: tota@ (myself) Reported by: pkg-fallout MFH: 2015Q2 Modified: head/textproc/R-cran-stringi/Makefile Modified: head/textproc/R-cran-stringi/Makefile ============================================================================== --- head/textproc/R-cran-stringi/Makefile Sun Jun 28 05:57:34 2015 (r390736) +++ head/textproc/R-cran-stringi/Makefile Sun Jun 28 06:33:20 2015 (r390737) @@ -3,6 +3,7 @@ PORTNAME= stringi DISTVERSION= 0.5-2 +PORTREVISION= 1 CATEGORIES= textproc DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -13,6 +14,6 @@ LICENSE= BSD3CLAUSE LIB_DEPENDS= libicui18n.so:${PORTSDIR}/devel/icu -USES= cran:auto-plist +USES= cran:auto-plist pkgconfig:build .include From owner-svn-ports-all@freebsd.org Sun Jun 28 06:59:17 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0215698FA56; Sun, 28 Jun 2015 06:59:17 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E2A201160; Sun, 28 Jun 2015 06:59:16 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5S6xGR1004574; Sun, 28 Jun 2015 06:59:16 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5S6xGTM004569; Sun, 28 Jun 2015 06:59:16 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201506280659.t5S6xGTM004569@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sun, 28 Jun 2015 06:59:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390738 - head/graphics/qgis X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 06:59:17 -0000 Author: wen Date: Sun Jun 28 06:59:15 2015 New Revision: 390738 URL: https://svnweb.freebsd.org/changeset/ports/390738 Log: - Update to version 2.10.0 - New Option DEBUG for extension testers - GRASS option broken now on 8.x and 9.x - Show QGIS-Codeversion (GIT hash) in 'Help -> About' PR: 201152 Submitted by: rhurlin@gwdg.de(maintainer) Modified: head/graphics/qgis/Makefile head/graphics/qgis/distinfo head/graphics/qgis/pkg-plist Modified: head/graphics/qgis/Makefile ============================================================================== --- head/graphics/qgis/Makefile Sun Jun 28 06:33:20 2015 (r390737) +++ head/graphics/qgis/Makefile Sun Jun 28 06:59:15 2015 (r390738) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= qgis -PORTVERSION= 2.8.2 -PORTREVISION= 1 +PORTVERSION= 2.10.0 CATEGORIES= graphics geography MAINTAINER= rhurlin@gwdg.de @@ -24,7 +23,7 @@ LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/ USE_GITHUB= yes GH_PROJECT= ${PORTNAME:tu} -GH_TAGNAME= 1b929ef +GH_TAGNAME= 5cd8d08 USES= cpe bison cmake fortran gmake python USE_SQLITE= yes @@ -33,8 +32,9 @@ USE_QT4= gui svg xml network sql designe USE_LDCONFIG= yes -OPTIONS_DEFINE= GRASS POSTGIS PYTHON SERVER +OPTIONS_DEFINE= POSTGIS PYTHON GRASS SERVER DEBUG OPTIONS_DEFAULT= POSTGIS PYTHON +NO_OPTIONS_SORT= yes SERVER_DESC= Enable QGIS server .if !defined(MAINTAINER_MODE) @@ -53,8 +53,8 @@ CXXFLAGS+= -I${LOCALBASE}/include/flex .endif .if ${PORT_OPTIONS:MGRASS} -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 900000 -BROKEN= GRASS plugin not supported on FreeBSD 8.x (does not have utempter.h) +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 +BROKEN= GRASS plugin not supported on FreeBSD 8.x and 9.x .endif BUILD_DEPENDS+= grass64:${PORTSDIR}/databases/grass \ ${LOCALBASE}/lib/gdalplugins/gdal_GRASS.so:${PORTSDIR}/graphics/gdal-grass @@ -114,4 +114,16 @@ CMAKE_ARGS+= -DWITH_BINDINGS:BOOL=FALSE PLIST_SUB+= QGIS_PYTHON="@comment " .endif +.if ${PORT_OPTIONS:MDEBUG} +CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=Debug +PLIST_SUB+= DEBUG="" +.else +CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=Release +PLIST_SUB+= DEBUG="@comment " +.endif + +pre-patch: + @${REINPLACE_CMD} -e 's|tr( "QGIS code revision" ) + QString( "%1" ).arg( QGis::QGIS_DEV_VERSION )|tr( "QGIS code revision" ) + "" + tr( "${GH_TAGNAME}" ) + ""|g' \ + ${WRKSRC}/src/app/qgisapp.cpp + .include Modified: head/graphics/qgis/distinfo ============================================================================== --- head/graphics/qgis/distinfo Sun Jun 28 06:33:20 2015 (r390737) +++ head/graphics/qgis/distinfo Sun Jun 28 06:59:15 2015 (r390738) @@ -1,2 +1,2 @@ -SHA256 (qgis-QGIS-2.8.2-1b929ef_GH0.tar.gz) = 57b42edf5d917eca82c9d6f6e518e69c0c0964975964414971ebe66975494a44 -SIZE (qgis-QGIS-2.8.2-1b929ef_GH0.tar.gz) = 69520771 +SHA256 (qgis-QGIS-2.10.0-5cd8d08_GH0.tar.gz) = 75a387d30cefbe25b66706846960f6d1468c72059d22ba674baafe3f430db9df +SIZE (qgis-QGIS-2.10.0-5cd8d08_GH0.tar.gz) = 76598422 Modified: head/graphics/qgis/pkg-plist ============================================================================== --- head/graphics/qgis/pkg-plist Sun Jun 28 06:33:20 2015 (r390737) +++ head/graphics/qgis/pkg-plist Sun Jun 28 06:59:15 2015 (r390738) @@ -3,6 +3,7 @@ bin/qbrowser bin/qgis bin/qgis_bench %%QGIS_SERVER%%bin/qgis_mapserv.fcgi +%%DEBUG%%bin/qgis_wcstest %%QGIS_SERVER%%bin/schemaExtension.xsd %%QGIS_SERVER%%bin/wms_metadata.xml include/qgis/Bezier3D.h @@ -26,6 +27,7 @@ include/qgis/qgis.h include/qgis/qgisgui.h include/qgis/qgisinterface.h include/qgis/qgisplugin.h +include/qgis/qgsabstractgeometryv2.h include/qgis/qgsactionmenu.h include/qgis/qgsaddremoveitemcommand.h include/qgis/qgsaddremovemultiframecommand.h @@ -48,6 +50,7 @@ include/qgis/qgsattributetableview.h include/qgis/qgsattributetypeloaddialog.h include/qgis/qgsbilinearrasterresampler.h include/qgis/qgsblendmodecombobox.h +include/qgis/qgsblureffect.h include/qgis/qgsbrightnesscontrastfilter.h include/qgis/qgsbrowsermodel.h include/qgis/qgsbrowsertreeview.h @@ -76,6 +79,7 @@ include/qgis/qgscolorbrewerpalette.h include/qgis/qgscolorbutton.h include/qgis/qgscolorbuttonv2.h include/qgis/qgscolordialog.h +include/qgis/qgscoloreffect.h include/qgis/qgscolorrampcombobox.h include/qgis/qgscolorrampshader.h include/qgis/qgscolorscheme.h @@ -138,9 +142,12 @@ include/qgis/qgscustomlayerorderwidget.h include/qgis/qgsdartmeasurement.h include/qgis/qgsdashspacedialog.h include/qgis/qgsdatadefined.h +include/qgis/qgsdatadefined_p.h include/qgis/qgsdatadefinedbutton.h include/qgis/qgsdatadefinedsymboldialog.h include/qgis/qgsdataitem.h +include/qgis/qgsdataitemprovider.h +include/qgis/qgsdataitemproviderregistry.h include/qgis/qgsdataprovider.h include/qgis/qgsdatasourceuri.h include/qgis/qgsdatetimeedit.h @@ -150,6 +157,7 @@ include/qgis/qgsdatetimeeditwrapper.h include/qgis/qgsdatumtransformdialog.h include/qgis/qgsdatumtransformstore.h include/qgis/qgsdbfilterproxymodel.h +include/qgis/qgsdefaultsearchwidgetwrapper.h include/qgis/qgsderivativefilter.h include/qgis/qgsdetaileditemdata.h include/qgis/qgsdetaileditemdelegate.h @@ -169,6 +177,9 @@ include/qgis/qgseditorwidgetconfig.h include/qgis/qgseditorwidgetfactory.h include/qgis/qgseditorwidgetregistry.h include/qgis/qgseditorwidgetwrapper.h +include/qgis/qgseffectdrawmodecombobox.h +include/qgis/qgseffectstack.h +include/qgis/qgseffectstackpropertieswidget.h include/qgis/qgsellipsesymbollayerv2.h include/qgis/qgsellipsesymbollayerv2widget.h include/qgis/qgsencodingfiledialog.h @@ -185,6 +196,7 @@ include/qgis/qgsexpressionhighlighter.h include/qgis/qgsexpressionselectiondialog.h include/qgis/qgsextentgroupbox.h include/qgis/qgsfeature.h +include/qgis/qgsfeature_p.h include/qgis/qgsfeatureiterator.h include/qgis/qgsfeaturelistmodel.h include/qgis/qgsfeaturelistview.h @@ -195,6 +207,7 @@ include/qgis/qgsfeatureselectiondlg.h include/qgis/qgsfeatureselectionmodel.h include/qgis/qgsfeaturestore.h include/qgis/qgsfield.h +include/qgis/qgsfield_p.h include/qgis/qgsfieldcombobox.h include/qgis/qgsfieldexpressionwidget.h include/qgis/qgsfieldmodel.h @@ -213,11 +226,13 @@ include/qgis/qgsgeometry.h include/qgis/qgsgeometryanalyzer.h include/qgis/qgsgeometrycache.h include/qgis/qgsgeometryvalidator.h +include/qgis/qgsgloweffect.h include/qgis/qgsgml.h include/qgis/qgsgmlschema.h include/qgis/qgsgpsconnection.h include/qgis/qgsgpsdconnection.h include/qgis/qgsgpsdetector.h +include/qgis/qgsgraduatedhistogramwidget.h include/qgis/qgsgraduatedsymbolrendererv2.h include/qgis/qgsgraduatedsymbolrendererv2widget.h include/qgis/qgsgraph.h @@ -232,7 +247,9 @@ include/qgis/qgshiddenwidgetfactory.h include/qgis/qgshiddenwidgetwrapper.h include/qgis/qgshighlight.h include/qgis/qgshillshadefilter.h +include/qgis/qgshistogram.h include/qgis/qgshistogramdiagram.h +include/qgis/qgshistogramwidget.h include/qgis/qgshtmlannotationitem.h include/qgis/qgshttptransaction.h include/qgis/qgshuesaturationfilter.h @@ -269,6 +286,7 @@ include/qgis/qgslinearminmaxenhancement. include/qgis/qgslinearminmaxenhancementwithclip.h include/qgis/qgslinesymbollayerv2.h include/qgis/qgslinevectorlayerdirector.h +include/qgis/qgslocalec.h include/qgis/qgslogger.h include/qgis/qgslonglongvalidator.h include/qgis/qgsludialog.h @@ -322,6 +340,7 @@ include/qgis/qgsnetworkcontentfetcher.h include/qgis/qgsnetworkreplyparser.h include/qgis/qgsnewhttpconnection.h include/qgis/qgsnewmemorylayerdialog.h +include/qgis/qgsnewnamedialog.h include/qgis/qgsnewvectorlayerdialog.h include/qgis/qgsninecellfilter.h include/qgis/qgsnmeaconnection.h @@ -338,6 +357,10 @@ include/qgis/qgsosmimport.h include/qgis/qgsoverlayanalyzer.h include/qgis/qgsowsconnection.h include/qgis/qgsowssourceselect.h +include/qgis/qgspainteffect.h +include/qgis/qgspainteffectpropertieswidget.h +include/qgis/qgspainteffectregistry.h +include/qgis/qgspainteffectwidget.h include/qgis/qgspaintenginehack.h include/qgis/qgspalettedrasterrenderer.h include/qgis/qgspalettedrendererwidget.h @@ -433,11 +456,13 @@ include/qgis/qgsrunprocess.h include/qgis/qgsscalebarstyle.h include/qgis/qgsscalecalculator.h include/qgis/qgsscalecombobox.h +include/qgis/qgsscaleexpression.h include/qgis/qgsscalerangewidget.h include/qgis/qgsscaleutils.h include/qgis/qgsscalevisibilitydialog.h include/qgis/qgsscalewidget.h include/qgis/qgssearchquerybuilder.h +include/qgis/qgsshadoweffect.h include/qgis/qgssimplifymethod.h include/qgis/qgssinglebandcolordatarenderer.h include/qgis/qgssinglebandgrayrenderer.h @@ -447,7 +472,7 @@ include/qgis/qgssinglebandpseudocolorren include/qgis/qgssingleboxscalebarstyle.h include/qgis/qgssinglesymbolrendererv2.h include/qgis/qgssinglesymbolrendererv2widget.h -include/qgis/qgssingleton.h +include/qgis/qgssizescalewidget.h include/qgis/qgsslider.h include/qgis/qgsslopefilter.h include/qgis/qgssmartgroupeditordialog.h @@ -455,6 +480,7 @@ include/qgis/qgssnapper.h include/qgis/qgssnappingutils.h include/qgis/qgsspatialindex.h include/qgis/qgsspinbox.h +include/qgis/qgsstatisticalsummary.h include/qgis/qgsstylev2.h include/qgis/qgsstylev2exportimportdialog.h include/qgis/qgsstylev2managerdialog.h @@ -481,10 +507,12 @@ include/qgis/qgstininterpolator.h include/qgis/qgstolerance.h include/qgis/qgstotalcurvaturefilter.h include/qgis/qgstransaction.h +include/qgis/qgstransformeffect.h include/qgis/qgsuniquevaluesconfigdlg.h include/qgis/qgsuniquevaluewidgetfactory.h include/qgis/qgsuniquevaluewidgetwrapper.h include/qgis/qgsunitselectionwidget.h +include/qgis/qgsuserinputdockwidget.h include/qgis/qgsuuidwidgetfactory.h include/qgis/qgsuuidwidgetwrapper.h include/qgis/qgsvaluemapconfigdlg.h @@ -515,10 +543,14 @@ include/qgis/qgsvectorlayerundocommand.h include/qgis/qgsvectorrandomcolorrampv2dialog.h include/qgis/qgsvectorsimplifymethod.h include/qgis/qgsvertexmarker.h +include/qgis/qgswebframe.h +include/qgis/qgswebpage.h +include/qgis/qgswebview.h include/qgis/qgswebviewconfigdlg.h include/qgis/qgswebviewwidgetfactory.h include/qgis/qgswebviewwidgetwrapper.h include/qgis/qgswidgetwrapper.h +include/qgis/qgswkbtypes.h include/qgis/qgsxmlutils.h include/qgis/qgszonalstatistics.h include/qgis/ui_qgscredentialdialog.h @@ -534,23 +566,25 @@ include/qgis/ui_qgsprojectionselectorbas include/qgis/ui_qgsquerybuilderbase.h include/qgis/ui_qgssublayersdialogbase.h lib/libqgis_analysis.so -lib/libqgis_analysis.so.2.8.2 +lib/libqgis_analysis.so.2.10.0 lib/libqgis_core.so -lib/libqgis_core.so.2.8.2 +lib/libqgis_core.so.2.10.0 lib/libqgis_gui.so -lib/libqgis_gui.so.2.8.2 +lib/libqgis_gui.so.2.10.0 lib/libqgis_networkanalysis.so -lib/libqgis_networkanalysis.so.2.8.2 +lib/libqgis_networkanalysis.so.2.10.0 %%QGIS_SERVER%%lib/libqgis_server.so -%%QGIS_SERVER%%lib/libqgis_server.so.2.8.2 -%%GRASS%%lib/libqgisgrass.so -%%GRASS%%lib/libqgisgrass.so.2.8.2 +%%QGIS_SERVER%%lib/libqgis_server.so.2.10.0 +%%GRASS%%lib/libqgisgrass6.so +%%GRASS%%lib/libqgisgrass6.so.2.10.0 %%QGIS_PYTHON%%lib/libqgispython.so -%%QGIS_PYTHON%%lib/libqgispython.so.2.8.2 +%%QGIS_PYTHON%%lib/libqgispython.so.2.10.0 lib/qgis/crssync -%%GRASS%%lib/qgis/grass/bin/qgis.g.browser -%%GRASS%%lib/qgis/grass/modules/qgis.d.rast -%%GRASS%%lib/qgis/grass/modules/qgis.g.info +%%GRASS%%lib/qgis/grass/bin/qgis.g.browser6 +%%GRASS%%lib/qgis/grass/modules/qgis.d.rast6 +%%GRASS%%lib/qgis/grass/modules/qgis.g.info6 +%%GRASS%%lib/qgis/grass/modules/qgis.r.in6 +%%GRASS%%lib/qgis/grass/modules/qgis.v.in6 lib/qgis/plugins/libcoordinatecaptureplugin.so lib/qgis/plugins/libdelimitedtextprovider.so lib/qgis/plugins/libdxf2shpconverterplugin.so @@ -559,9 +593,9 @@ lib/qgis/plugins/libgdalprovider.so lib/qgis/plugins/libgeorefplugin.so lib/qgis/plugins/libgpsimporterplugin.so lib/qgis/plugins/libgpxprovider.so -%%GRASS%%lib/qgis/plugins/libgrassplugin.so -%%GRASS%%lib/qgis/plugins/libgrassprovider.so -%%GRASS%%lib/qgis/plugins/libgrassrasterprovider.so +%%GRASS%%lib/qgis/plugins/libgrassplugin6.so +%%GRASS%%lib/qgis/plugins/libgrassprovider6.so +%%GRASS%%lib/qgis/plugins/libgrassrasterprovider6.so lib/qgis/plugins/libheatmapplugin.so lib/qgis/plugins/libinterpolationplugin.so lib/qgis/plugins/libmemoryprovider.so @@ -1533,11 +1567,12 @@ man/man1/qgis.1.gz %%DATADIR%%/i18n/qgis_sv.qm %%DATADIR%%/i18n/qgis_th.qm %%DATADIR%%/i18n/qgis_tr.qm -%%DATADIR%%/i18n/qgis_uk.qm %%DATADIR%%/i18n/qgis_vi.qm %%DATADIR%%/i18n/qgis_zh-Hans.qm %%DATADIR%%/i18n/qgis_zh_CN.qm %%DATADIR%%/i18n/qgis_zh_TW.qm +%%DATADIR%%/images/icons/qbrowser-icon-60x60.png +%%DATADIR%%/images/icons/qbrowser-icon.png %%DATADIR%%/images/icons/qgis-icon-1.8-60x60.png %%DATADIR%%/images/icons/qgis-icon-16x16.png %%DATADIR%%/images/icons/qgis-icon-60x60.png @@ -1822,6 +1857,7 @@ man/man1/qgis.1.gz %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/dlg_export_vector.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/dlg_field_properties.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/dlg_import_vector.py +%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/dlg_query_builder.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/dlg_sql_window.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/dlg_table_properties.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/icons/about.png @@ -1841,6 +1877,7 @@ man/man1/qgis.1.gz %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/icons/namespace.png %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/icons/namespaces.xpm %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/icons/plugged.png +%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/icons/sql.gif %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/icons/table.png %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/icons/tables.xpm %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/icons/unplugged.png @@ -1864,6 +1901,7 @@ man/man1/qgis.1.gz %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/ui/ui_DlgExportVector.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/ui/ui_DlgFieldProperties.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/ui/ui_DlgImportVector.py +%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/ui/ui_DlgQueryBuilder.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/ui/ui_DlgSqlWindow.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/ui/ui_DlgTableProperties.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/__init__.py @@ -1980,6 +2018,7 @@ man/man1/qgis.1.gz %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/gdal/ClipByMask.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/gdal/ColorRelief.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/gdal/GdalAlgorithm.py +%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/gdal/GdalAlgorithmDialog.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/gdal/GdalOgrAlgorithmProvider.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/gdal/GdalUtils.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/gdal/GridAverage.py @@ -1995,13 +2034,20 @@ man/man1/qgis.1.gz %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/gdal/fillnodata.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/gdal/gdal2xyz.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/gdal/gdaladdo.py +%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/gdal/gdalcalc.py +%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/gdal/gdaltindex.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/gdal/hillshade.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/gdal/information.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/gdal/merge.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/gdal/nearblack.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/gdal/ogr2ogr.py +%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/gdal/ogr2ogrbuffer.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/gdal/ogr2ogrclip.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/gdal/ogr2ogrclipextent.py +%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/gdal/ogr2ogrdissolve.py +%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/gdal/ogr2ogronesidebuffer.py +%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/gdal/ogr2ogrpointsonlines.py +%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/gdal/ogr2ogrtabletopostgislist.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/gdal/ogr2ogrtopostgis.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/gdal/ogr2ogrtopostgislist.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/gdal/ogrinfo.py @@ -2010,6 +2056,7 @@ man/man1/qgis.1.gz %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/gdal/polygonize.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/gdal/proximity.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/gdal/rasterize.py +%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/gdal/rasterize_over.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/gdal/rgb2pct.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/gdal/roughness.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/gdal/sieve.py @@ -2107,14 +2154,6 @@ man/man1/qgis.1.gz %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass/description/r.spreadpath.txt %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass/description/r.statistics.txt %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass/description/r.stats.txt -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass/description/r.stream.angle.txt -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass/description/r.stream.basins.txt -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass/description/r.stream.del.txt -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass/description/r.stream.distance.txt -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass/description/r.stream.extract.txt -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass/description/r.stream.order.txt -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass/description/r.stream.pos.txt -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass/description/r.stream.stats.txt %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass/description/r.sum.txt %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass/description/r.sun.txt %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass/description/r.sunmask.txt @@ -2190,21 +2229,6 @@ man/man1/qgis.1.gz %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass/description/v.transform.txt %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass/description/v.univar.txt %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass/description/v.voronoi.txt -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass/ext/HtmlReportPostProcessor.py -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass/ext/__init__.py -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass/ext/r_coin.py -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass/ext/r_covar.py -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass/ext/r_describe.py -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass/ext/r_info.py -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass/ext/r_regression_line.py -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass/ext/r_report.py -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass/ext/r_stats.py -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass/ext/r_sum.py -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass/ext/v_class.py -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass/ext/v_info.py -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass/ext/v_normal.py -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass/ext/v_report.py -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass/ext/v_univar.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass/grass.txt %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass/nviz.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/Grass7Algorithm.py @@ -2237,6 +2261,9 @@ man/man1/qgis.1.gz %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/r.drain.txt %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/r.fill.dir.txt %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/r.fillnulls.txt +%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/r.flow.aspect.barrier.txt +%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/r.flow.aspect.txt +%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/r.flow.barrier.txt %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/r.flow.txt %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/r.grow.distance.txt %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/r.grow.txt @@ -2248,7 +2275,6 @@ man/man1/qgis.1.gz %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/r.kappa.txt %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/r.lake.coords.txt %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/r.lake.layer.txt -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/r.mapcalculator.txt %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/r.median.txt %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/r.mfilter.fp.txt %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/r.mfilter.txt @@ -2271,6 +2297,7 @@ man/man1/qgis.1.gz %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/r.reclass.txt %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/r.recode.txt %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/r.regression.line.txt +%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/r.relief.scaling.txt %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/r.relief.txt %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/r.report.txt %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/r.resamp.interp.txt @@ -2283,17 +2310,11 @@ man/man1/qgis.1.gz %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/r.sim.sediment.txt %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/r.sim.water.txt %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/r.slope.aspect.txt +%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/r.slope.txt %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/r.spreadpath.txt %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/r.statistics.txt %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/r.stats.txt -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/r.stream.angle.txt -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/r.stream.basins.txt -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/r.stream.del.txt -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/r.stream.distance.txt %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/r.stream.extract.txt -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/r.stream.order.txt -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/r.stream.pos.txt -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/r.stream.stats.txt %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/r.sum.txt %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/r.sun.txt %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/r.sunmask.txt @@ -2319,8 +2340,6 @@ man/man1/qgis.1.gz %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.db.select.txt %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.delaunay.txt %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.dissolve.txt -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.distance.toattr.txt -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.distance.txt %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.drape.txt %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.extract.txt %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.generalize.txt @@ -2363,20 +2382,6 @@ man/man1/qgis.1.gz %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.transform.txt %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.univar.txt %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.voronoi.txt -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/ext/HtmlReportPostProcessor.py -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/ext/__init__.py -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/ext/r_coin.py -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/ext/r_covar.py -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/ext/r_describe.py -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/ext/r_info.py -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/ext/r_regression_line.py -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/ext/r_report.py -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/ext/r_stats.py -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/ext/v_class.py -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/ext/v_info.py -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/ext/v_normal.py -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/ext/v_report.py -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/ext/v_univar.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/grass7.txt %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/nviz7.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/lidar/LidarToolsAlgorithmProvider.py @@ -2716,13 +2721,16 @@ man/man1/qgis.1.gz %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/qgis/BasicStatisticsStrings.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/qgis/Buffer.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/qgis/Centroids.py +%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/qgis/CheckValidity.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/qgis/Clip.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/qgis/ConcaveHull.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/qgis/ConvexHull.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/qgis/CreateConstantRaster.py +%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/qgis/Datasources2Vrt.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/qgis/Delaunay.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/qgis/DeleteColumn.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/qgis/DeleteDuplicateGeometries.py +%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/qgis/DeleteHoles.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/qgis/DensifyGeometries.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/qgis/DensifyGeometriesInterval.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/qgis/Difference.py @@ -2784,6 +2792,7 @@ man/man1/qgis.1.gz %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/qgis/ReprojectLayer.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/qgis/SaveSelectedFeatures.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/qgis/SelectByAttribute.py +%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/qgis/SelectByAttributeSum.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/qgis/SelectByExpression.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/qgis/SelectByLocation.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/qgis/SetRasterStyle.py @@ -2813,37 +2822,17 @@ man/man1/qgis.1.gz %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/qgis/scripts/Frequency_analysis.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/qgis/scripts/Keep_n_biggest_parts.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/qgis/scripts/Number_of_unique_values_in_classes.py +%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/qgis/ui/DlgFieldsCalculator.ui %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/qgis/ui/FieldsCalculatorDialog.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/qgis/ui/FieldsMapperDialogs.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/qgis/ui/FieldsMappingPanel.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/qgis/ui/__init__.py -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/qgis/ui/ui_DlgFieldsCalculator.py -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/qgis/ui/ui_widgetFieldsMapping.py +%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/qgis/ui/widgetFieldsMapping.ui %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/qgis/voronoi.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/r/RAlgorithm.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/r/RAlgorithmProvider.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/r/RUtils.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/r/__init__.py -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/r/scripts/Advanced_raster_histogram.rsx -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/r/scripts/Characteristic_hull_method.rsx -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/r/scripts/Dotplot.rsx -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/r/scripts/F_function.rsx -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/r/scripts/Frequency_table.rsx -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/r/scripts/G_function.rsx -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/r/scripts/Histogram.rsx -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/r/scripts/Kernel_h_ref.rsx -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/r/scripts/Kolmogrov-Smirnov_test.rsx -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/r/scripts/Minimum_convex_polygon.rsx -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/r/scripts/Monte-Carlo_spatial_randomness.rsx -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/r/scripts/Quadrat_analysis.rsx -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/r/scripts/Random_sampling_grid.rsx -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/r/scripts/Raster_histogram.rsx -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/r/scripts/Regular_sampling_grid.rsx -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/r/scripts/Relative_distribution_(distance_covariate).rsx -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/r/scripts/Relative_distribution_(raster_covariate).rsx -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/r/scripts/Ripley_-_Rasson_spatial_domain.rsx -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/r/scripts/Single-linkage_cluster_analysis.rsx -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/r/scripts/Summary_statistics.rsx %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/SagaAlgorithm212.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/SagaAlgorithm213.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/SagaAlgorithm214.py @@ -3451,16 +3440,16 @@ man/man1/qgis.1.gz %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/gui/ToolboxAction.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/gui/__init__.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/gui/algclasssification.txt +%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/gui/algnames.txt %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/images/alg.png %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/images/commander.png %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/images/config.png -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/images/database.png %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/images/delete.png %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/images/edit.png %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/images/edithelp.png %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/images/gdal.png -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/images/geoserver.png %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/images/grass.png +%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/images/history.gif %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/images/input.png %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/images/iterate.png %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/images/minus.png @@ -3468,7 +3457,6 @@ man/man1/qgis.1.gz %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/images/otb.png %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/images/output.png %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/images/plus.png -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/images/postgis.png %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/images/qgis.png %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/images/r.png %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/images/results.png @@ -3498,7 +3486,6 @@ man/man1/qgis.1.gz %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/modeler/VectorLayerBoundsAlgorithm.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/modeler/WrongModelException.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/modeler/__init__.py -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/resources_rc.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/script/AddScriptFromFileAction.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/script/ScriptAlgorithm.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/script/ScriptAlgorithmProvider.py @@ -3509,6 +3496,7 @@ man/man1/qgis.1.gz %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/tests/GdalTest.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/tests/GeoAlgorithmTest.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/tests/ModelerAlgorithmTest.py +%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/tests/PackagingTests.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/tests/ParametersTest.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/tests/ProcessingTests.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/tests/ProcessingToolsTest.py @@ -3556,35 +3544,35 @@ man/man1/qgis.1.gz %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/tests/test.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/tests/utilities_test.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/tools/__init__.py +%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/tools/_vector.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/tools/dataobjects.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/tools/general.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/tools/help.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/tools/raster.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/tools/system.py %%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/tools/vector.py -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/ui/__init__.py -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/ui/ui_DlgAlgorithmBase.py -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/ui/ui_DlgAutofill.py -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/ui/ui_DlgConfig.py -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/ui/ui_DlgFixedTable.py -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/ui/ui_DlgGetScriptsAndModels.py -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/ui/ui_DlgHelpEdition.py -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/ui/ui_DlgHistory.py -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/ui/ui_DlgMessage.py -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/ui/ui_DlgModeler.py -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/ui/ui_DlgMultipleSelection.py -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/ui/ui_DlgNumberInput.py -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/ui/ui_DlgRenderingStyles.py -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/ui/ui_DlgResults.py -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/ui/ui_DlgScriptEditor.py -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/ui/ui_ProcessingToolbox.py -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/ui/ui_widgetBaseSelector.py -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/ui/ui_widgetBatchPanel.py -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/ui/ui_widgetGeometryPredicateSelector.py -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/ui/ui_widgetLayerSelector.py -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/ui/ui_widgetNumberSelector.py -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/ui/ui_widgetParametersPanel.py -%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/ui/ui_widgetRangeSelector.py +%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/ui/DlgAlgorithmBase.ui +%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/ui/DlgAutofill.ui +%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/ui/DlgConfig.ui +%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/ui/DlgFixedTable.ui +%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/ui/DlgGetScriptsAndModels.ui +%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/ui/DlgHelpEdition.ui +%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/ui/DlgHistory.ui +%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/ui/DlgMessage.ui +%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/ui/DlgModeler.ui +%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/ui/DlgMultipleSelection.ui +%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/ui/DlgNumberInput.ui +%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/ui/DlgRenderingStyles.ui +%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/ui/DlgResults.ui +%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/ui/DlgScriptEditor.ui +%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/ui/ProcessingToolbox.ui +%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/ui/widgetBaseSelector.ui +%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/ui/widgetBatchPanel.ui +%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/ui/widgetGeometryPredicateSelector.ui +%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/ui/widgetLayerSelector.ui +%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/ui/widgetNumberSelector.ui +%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/ui/widgetParametersPanel.ui +%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/processing/ui/widgetRangeSelector.ui %%QGIS_PYTHON%%%%DATADIR%%/python/pygments/__init__.py %%QGIS_PYTHON%%%%DATADIR%%/python/pygments/cmdline.py %%QGIS_PYTHON%%%%DATADIR%%/python/pygments/console.py @@ -5492,6 +5480,7 @@ man/man1/qgis.1.gz %%DATADIR%%/resources/spatialite.db %%DATADIR%%/resources/srs.db %%DATADIR%%/resources/symbology-ng-style.db +%%DEBUG%%%%DATADIR%%/resources/wcs-servers.json %%DATADIR%%/svg/accommodation/accommodation_alpinehut.svg %%DATADIR%%/svg/accommodation/accommodation_bed_and_breakfast.svg %%DATADIR%%/svg/accommodation/accommodation_camping.svg From owner-svn-ports-all@freebsd.org Sun Jun 28 07:08:23 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C64F398FD6F; Sun, 28 Jun 2015 07:08:23 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B331F1D7C; Sun, 28 Jun 2015 07:08:23 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5S78NmW010115; Sun, 28 Jun 2015 07:08:23 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5S78NmX010112; Sun, 28 Jun 2015 07:08:23 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201506280708.t5S78NmX010112@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Sun, 28 Jun 2015 07:08:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390739 - head/net/ntp-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 07:08:23 -0000 Author: cy Date: Sun Jun 28 07:08:22 2015 New Revision: 390739 URL: https://svnweb.freebsd.org/changeset/ports/390739 Log: Update 4.3.44 --> 4.3.47 Modified: head/net/ntp-devel/Makefile head/net/ntp-devel/distinfo Modified: head/net/ntp-devel/Makefile ============================================================================== --- head/net/ntp-devel/Makefile Sun Jun 28 06:59:15 2015 (r390738) +++ head/net/ntp-devel/Makefile Sun Jun 28 07:08:22 2015 (r390739) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ntp -PORTVERSION= 4.3.44 +PORTVERSION= 4.3.47 CATEGORIES= net ipv6 MASTER_SITES= http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-dev/ \ http://archive.ntp.org/ntp4/ntp-dev/ Modified: head/net/ntp-devel/distinfo ============================================================================== --- head/net/ntp-devel/distinfo Sun Jun 28 06:59:15 2015 (r390738) +++ head/net/ntp-devel/distinfo Sun Jun 28 07:08:22 2015 (r390739) @@ -1,2 +1,2 @@ -SHA256 (ntp-dev-4.3.44.tar.gz) = 38aaea041f72c1c4bdfc11816db2c71c1825f8c8bf7def939f42d16ef957e956 -SIZE (ntp-dev-4.3.44.tar.gz) = 23590894 +SHA256 (ntp-dev-4.3.47.tar.gz) = 773ae30e9d6a8f3748a6dc3541a50db95b911b1b060d91df6d79f233dba845e3 +SIZE (ntp-dev-4.3.47.tar.gz) = 23630770 From owner-svn-ports-all@freebsd.org Sun Jun 28 07:11:25 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 11AF798FEC5; Sun, 28 Jun 2015 07:11:25 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DCB971021; Sun, 28 Jun 2015 07:11:24 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5S7BOQQ013743; Sun, 28 Jun 2015 07:11:24 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5S7BODZ013742; Sun, 28 Jun 2015 07:11:24 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201506280711.t5S7BODZ013742@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 28 Jun 2015 07:11:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390740 - head/math/why3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 07:11:25 -0000 Author: marino Date: Sun Jun 28 07:11:24 2015 New Revision: 390740 URL: https://svnweb.freebsd.org/changeset/ports/390740 Log: math/why3: Release port I only care about math/why3-gpl, which has been decoupled from why3 and has already diverged. Before resetting MAINTAINER, I reintegrated the Makefile.common file (only used by this port) into the main Makefile. In the process, some options placeholders were lost but in all probability these options can't be built without serious work on external ports. Deleted: head/math/why3/Makefile.common Modified: head/math/why3/Makefile Modified: head/math/why3/Makefile ============================================================================== --- head/math/why3/Makefile Sun Jun 28 07:08:22 2015 (r390739) +++ head/math/why3/Makefile Sun Jun 28 07:11:24 2015 (r390740) @@ -8,16 +8,61 @@ CATEGORIES= math MASTER_SITES= http://gforge.inria.fr/frs/download.php/33490/ \ http://pkgs.fedoraproject.org/repo/pkgs/why3/${FEDORA}/ -MAINTAINER= marino@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Deductive program verification platform LICENSE= LGPL21 CONFLICT_INSTALL= why3-gpl-* +BUILD_DEPENDS= ocaml-zarith>1.2:${PORTSDIR}/math/ocaml-zarith \ + lablgtk2:${PORTSDIR}/x11-toolkits/ocaml-lablgtk2 \ + ocaml-sqlite3>2:${PORTSDIR}/databases/ocaml-sqlite3 \ + ocaml-ocamlgraph>1.8:${PORTSDIR}/math/ocaml-ocamlgraph \ + camlp5o:${PORTSDIR}/devel/ocaml-camlp5 + +GNU_CONFIGURE= yes +INSTALL_TARGET= install-all + +USES= gmake +USE_OCAML= yes + FEDORA= ${DISTNAME}${EXTRACT_SUFX}/35f99e5f64939e50ea57f641ba2073ec ALL_TARGET= all byte -HAS_MANUAL= yes -.include "${.CURDIR}/Makefile.common" +CONFIGURE_ARGS= --enable-relocation \ + --disable-doc \ + --disable-pvs-libs \ + --disable-profiling \ + --disable-coq-tactic \ + --disable-coq-libs \ + --disable-isabelle-libs + +OPTIONS_DEFINE= DOCS + +# The pdf is pre-built, but the makefile wants to build it again in order +# to generate manual.bbl which is used to build the html documention. +# Regenerating pdf fails, and the dependencies are heavy. Disable this +# all for now and just manually install the pdf. The "doc" target was +# also removed from ALL_TARGET +# +#DOCS_CONFIGURE_ENABLE= doc +#DOCS_BUILD_DEPENDS= rubber:${PORTSDIR}/textproc/rubber \ +# hevea:${PORTSDIR}/textproc/hevea + +MAKE_JOBS_UNSAFE= yes + +.include + +post-patch: + @${REINPLACE_CMD} -e 's|/bin/bash|/bin/sh|g' \ + ${WRKSRC}/src/util/sysutil.ml \ + ${WRKSRC}/src/jessie/Makefile.in + +post-install: +.if ${PORT_OPTIONS:MDOCS} + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/manual.pdf ${STAGEDIR}${DOCSDIR} +.endif + .include From owner-svn-ports-all@freebsd.org Sun Jun 28 07:32:24 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4077998E216; Sun, 28 Jun 2015 07:32:24 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 318B91B94; Sun, 28 Jun 2015 07:32:24 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5S7WOfu025718; Sun, 28 Jun 2015 07:32:24 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5S7WNnT025716; Sun, 28 Jun 2015 07:32:23 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201506280732.t5S7WNnT025716@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sun, 28 Jun 2015 07:32:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390741 - in head/databases/hamsterdb: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 07:32:24 -0000 Author: wen Date: Sun Jun 28 07:32:23 2015 New Revision: 390741 URL: https://svnweb.freebsd.org/changeset/ports/390741 Log: - Update to 2.1.11 Deleted: head/databases/hamsterdb/files/ Modified: head/databases/hamsterdb/Makefile head/databases/hamsterdb/distinfo Modified: head/databases/hamsterdb/Makefile ============================================================================== --- head/databases/hamsterdb/Makefile Sun Jun 28 07:11:24 2015 (r390740) +++ head/databases/hamsterdb/Makefile Sun Jun 28 07:32:23 2015 (r390741) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= hamsterdb -PORTVERSION= 2.1.9 +PORTVERSION= 2.1.11 CATEGORIES= databases MASTER_SITES= http://files.hamsterdb.com/dl/ Modified: head/databases/hamsterdb/distinfo ============================================================================== --- head/databases/hamsterdb/distinfo Sun Jun 28 07:11:24 2015 (r390740) +++ head/databases/hamsterdb/distinfo Sun Jun 28 07:32:23 2015 (r390741) @@ -1,2 +1,2 @@ -SHA256 (hamsterdb-2.1.9.tar.gz) = 76b5889e6147649f07d8def23e93f9844573ec572fe95cee6849b117139ba57f -SIZE (hamsterdb-2.1.9.tar.gz) = 1643455 +SHA256 (hamsterdb-2.1.11.tar.gz) = 800e9140d806db9d836c1f5dc0a01e0b03ee2c9a3a7e28a4bf4b4a8f68218e15 +SIZE (hamsterdb-2.1.11.tar.gz) = 1712981 From owner-svn-ports-all@freebsd.org Sun Jun 28 07:43:44 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 217BE98E48F; Sun, 28 Jun 2015 07:43:44 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-wi0-x232.google.com (mail-wi0-x232.google.com [IPv6:2a00:1450:400c:c05::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B0C2C144C; Sun, 28 Jun 2015 07:43:43 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by wibdq8 with SMTP id dq8so47744235wib.1; Sun, 28 Jun 2015 00:43:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=qlwRohLQcTqM67NeSPfOQ9U65CdNJgqBGCf1cYE8vpo=; b=yX3ub4LR/anqdaCIsLC5DV3M7hvUK1V1kqwUSyoNivap9sF9PgrPnMJuf6u7IjXTDx x5HpqxdiSb+cQEqosvH5ZCKfxH5haVyGz98dyKjru9hwVJXanpyZK79LOXOrGL/atEzv n5mspMfsEL3Qzmym9hiIgj9+MURJ6oX5SJORlSX0f9wCeHIOwlPh8nfAZrT3klCvSU8D rUnTXdP2Z7pDi7vNEV5WFXe4Y28CyikbZDjU3lggUBDcyw0+8024Vhi8ljGCEbuxwim2 4I3VlDS09CuTNQEDdyud9b5dAzrjOcSxRE0ASdK57ASGzRJT2Ah3T90A5ljeSF1aS6Hn WCEQ== MIME-Version: 1.0 X-Received: by 10.180.91.100 with SMTP id cd4mr11659598wib.1.1435477422310; Sun, 28 Jun 2015 00:43:42 -0700 (PDT) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.194.17.130 with HTTP; Sun, 28 Jun 2015 00:43:42 -0700 (PDT) In-Reply-To: <201506271323.t5RDNOpc062511@svn.freebsd.org> References: <201506271323.t5RDNOpc062511@svn.freebsd.org> Date: Sun, 28 Jun 2015 09:43:42 +0200 X-Google-Sender-Auth: H8-vC1_PqVeuL8b8_sNXu5IQwVI Message-ID: Subject: Re: svn commit: r390700 - in head/net/freerdp: . files From: Antoine Brodin To: Kurt Jaeger Cc: "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 07:43:44 -0000 On Sat, Jun 27, 2015 at 3:23 PM, Kurt Jaeger wrote: > Author: pi > Date: Sat Jun 27 13:23:23 2015 > New Revision: 390700 > URL: https://svnweb.freebsd.org/changeset/ports/390700 > > Log: > net/freerdp: update to a newer GIT version which builds without patches > > https://github.com/FreeRDP/FreeRDP/pull/2719 > OSS: audin fixes, tsmf added > cmdline: syntax samples added > improve BSD support: devd detection and support, urbdrc > usb: fixes > > PR: 198618 > Submitted by: Rozhuk Ivan Thanks for breaking vinagre and gnome3 (again) a few days before 2015Q3 is branched. I will back out this change. Please abstain from committing to this port in the next days. Cheers, Antoine (with hat: portmgr) From owner-svn-ports-all@freebsd.org Sun Jun 28 07:47:28 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E78DE98E54D; Sun, 28 Jun 2015 07:47:28 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BF61C1B36; Sun, 28 Jun 2015 07:47:28 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5S7lSL3031413; Sun, 28 Jun 2015 07:47:28 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5S7lSh0031410; Sun, 28 Jun 2015 07:47:28 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201506280747.t5S7lSh0031410@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sun, 28 Jun 2015 07:47:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390742 - head/audio/pd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 07:47:29 -0000 Author: wen Date: Sun Jun 28 07:47:27 2015 New Revision: 390742 URL: https://svnweb.freebsd.org/changeset/ports/390742 Log: - Update to 0.46.6 PR: 199215 Submitted by: tkato432@yahoo.com Modified: head/audio/pd/Makefile head/audio/pd/distinfo head/audio/pd/pkg-plist Modified: head/audio/pd/Makefile ============================================================================== --- head/audio/pd/Makefile Sun Jun 28 07:32:23 2015 (r390741) +++ head/audio/pd/Makefile Sun Jun 28 07:47:27 2015 (r390742) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pd -DISTVERSION= 0.46-5 +DISTVERSION= 0.46-6 DISTVERSIONSUFFIX= .src CATEGORIES= audio MASTER_SITES= http://msp.ucsd.edu/Software/ @@ -52,8 +52,7 @@ post-patch: @${REINPLACE_CMD} -e \ '/^pkgconfigdir/s|=.*|= $$(prefix)/libdata/pkgconfig| ; \ /^libpddir/s|=.*|= $$(pkglibdir)| ; \ - s|make -C|$$(MAKE) -C| ; \ - s|metro.pd|metro-help.pd|' ${WRKSRC}/Makefile.am + s|make -C|$$(MAKE) -C|' ${WRKSRC}/Makefile.am @${REINPLACE_CMD} -e \ '/^pd_LDADD/s| =.*| = $$(LIBM)|' ${WRKSRC}/src/Makefile.am @${REINPLACE_CMD} -e \ Modified: head/audio/pd/distinfo ============================================================================== --- head/audio/pd/distinfo Sun Jun 28 07:32:23 2015 (r390741) +++ head/audio/pd/distinfo Sun Jun 28 07:47:27 2015 (r390742) @@ -1,2 +1,2 @@ -SHA256 (pd-0.46-5.src.tar.gz) = e2a61cdef72774f451de730a092d5010a0bd35cbeca6eb9cd4a1999fab2074dd -SIZE (pd-0.46-5.src.tar.gz) = 2245783 +SHA256 (pd-0.46-6.src.tar.gz) = 721dd4048b7a225e5d7b4ff4a585781a56b7d32348ea4838f9db7805b07b8cec +SIZE (pd-0.46-6.src.tar.gz) = 2252980 Modified: head/audio/pd/pkg-plist ============================================================================== --- head/audio/pd/pkg-plist Sun Jun 28 07:32:23 2015 (r390741) +++ head/audio/pd/pkg-plist Sun Jun 28 07:47:27 2015 (r390742) @@ -11,6 +11,9 @@ include/pd/s_stuff.h lib/pd/bin/pd lib/pd/bin/pd-watchdog %%PORTDOCS%%lib/pd/doc +lib/pd/extra/bob~/bob~-help.pd +lib/pd/extra/bob~/bob~.pd_linux +lib/pd/extra/bob~/output~.pd lib/pd/extra/bonk~/bonk~-help.pd lib/pd/extra/bonk~/bonk~.pd_linux lib/pd/extra/bonk~/templates.txt From owner-svn-ports-all@freebsd.org Sun Jun 28 08:24:15 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B599798EF80; Sun, 28 Jun 2015 08:24:15 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9B0DE114A; Sun, 28 Jun 2015 08:24:15 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5S8OFXY050705; Sun, 28 Jun 2015 08:24:15 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5S8OEhD050702; Sun, 28 Jun 2015 08:24:14 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201506280824.t5S8OEhD050702@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 28 Jun 2015 08:24:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390743 - in head/net/freerdp: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 08:24:15 -0000 Author: antoine Date: Sun Jun 28 08:24:14 2015 New Revision: 390743 URL: https://svnweb.freebsd.org/changeset/ports/390743 Log: Revert r390700 and r390719, some pkgconfig fixes were reverted and the update breaks net/vinagre (and gnome3) Pointy hat: pi@ With hat: portmgr Added: head/net/freerdp/files/ - copied from r390699, head/net/freerdp/files/ Modified: head/net/freerdp/Makefile head/net/freerdp/distinfo head/net/freerdp/pkg-plist Modified: head/net/freerdp/Makefile ============================================================================== --- head/net/freerdp/Makefile Sun Jun 28 07:47:27 2015 (r390742) +++ head/net/freerdp/Makefile Sun Jun 28 08:24:14 2015 (r390743) @@ -3,7 +3,7 @@ PORTNAME= freerdp PORTVERSION= 1.2.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net comms ipv6 MAINTAINER= ports@FreeBSD.org @@ -18,7 +18,7 @@ USES= alias cmake:outsource cpe execinf USE_GITHUB= yes GH_ACCOUNT= FreeRDP GH_PROJECT= ${GH_ACCOUNT} -GH_TAGNAME= 20878e50fe +GH_TAGNAME= f5ff6e1 CPE_VENDOR= freerdp_project @@ -69,10 +69,6 @@ X11_USE= xorg=x11,xkbfile,xcursor,xextp .include -.if ${PORT_OPTIONS:MDIRECTFB} -BROKEN= DIRECTFB no longer builds -.endif - post-extract: ${REINPLACE_CMD} -e 's|$${CMAKE_INSTALL_LIBDIR}/pkgconfig|libdata/pkgconfig|' \ -e '/CMAKE_INSTALL_RPATH /d' \ Modified: head/net/freerdp/distinfo ============================================================================== --- head/net/freerdp/distinfo Sun Jun 28 07:47:27 2015 (r390742) +++ head/net/freerdp/distinfo Sun Jun 28 08:24:14 2015 (r390743) @@ -1,2 +1,2 @@ -SHA256 (FreeRDP-FreeRDP-1.2.0-20878e50fe_GH0.tar.gz) = 450930683a9fc8dc9bfff9503dcb7913c81087e4bfa275975378e871f660d206 -SIZE (FreeRDP-FreeRDP-1.2.0-20878e50fe_GH0.tar.gz) = 6212473 +SHA256 (FreeRDP-FreeRDP-1.2.0-f5ff6e1_GH0.tar.gz) = f39c7eaa007a3aef580f364f8f5c0b9208c6c3c8f5f00a4c0ed020a81535eb32 +SIZE (FreeRDP-FreeRDP-1.2.0-f5ff6e1_GH0.tar.gz) = 6033856 Modified: head/net/freerdp/pkg-plist ============================================================================== --- head/net/freerdp/pkg-plist Sun Jun 28 07:47:27 2015 (r390742) +++ head/net/freerdp/pkg-plist Sun Jun 28 08:24:14 2015 (r390743) @@ -1,9 +1,9 @@ +%%DIRECTFB%%bin/dfreerdp %%X11%%bin/xfreerdp include/freerdp/addin.h include/freerdp/altsec.h include/freerdp/api.h include/freerdp/assistance.h -include/freerdp/autodetect.h include/freerdp/cache/bitmap.h include/freerdp/cache/brush.h include/freerdp/cache/cache.h @@ -19,7 +19,6 @@ include/freerdp/channels/encomsp.h include/freerdp/channels/log.h include/freerdp/channels/rail.h include/freerdp/channels/rdpdr.h -include/freerdp/channels/rdpei.h include/freerdp/channels/rdpgfx.h include/freerdp/channels/rdpsnd.h include/freerdp/channels/remdesk.h @@ -81,7 +80,6 @@ include/freerdp/gdi/clipping.h include/freerdp/gdi/dc.h include/freerdp/gdi/drawing.h include/freerdp/gdi/gdi.h -include/freerdp/gdi/gfx.h include/freerdp/gdi/line.h include/freerdp/gdi/palette.h include/freerdp/gdi/pen.h @@ -101,6 +99,10 @@ include/freerdp/pointer.h include/freerdp/primary.h include/freerdp/primitives.h include/freerdp/rail.h +include/freerdp/rail/icon.h +include/freerdp/rail/rail.h +include/freerdp/rail/window.h +include/freerdp/rail/window_list.h include/freerdp/scancode.h include/freerdp/secondary.h include/freerdp/server/audin.h @@ -110,7 +112,6 @@ include/freerdp/server/drdynvc.h include/freerdp/server/echo.h include/freerdp/server/encomsp.h include/freerdp/server/rdpdr.h -include/freerdp/server/rdpei.h include/freerdp/server/rdpsnd.h include/freerdp/server/remdesk.h include/freerdp/server/shadow.h @@ -118,21 +119,25 @@ include/freerdp/settings.h include/freerdp/svc.h include/freerdp/types.h include/freerdp/update.h +include/freerdp/utils/debug.h +include/freerdp/utils/event.h include/freerdp/utils/msusb.h include/freerdp/utils/passphrase.h include/freerdp/utils/pcap.h include/freerdp/utils/profiler.h +include/freerdp/utils/rail.h include/freerdp/utils/ringbuffer.h include/freerdp/utils/signal.h include/freerdp/utils/stopwatch.h +include/freerdp/utils/svc_plugin.h +include/freerdp/utils/tcp.h +include/freerdp/utils/time.h +include/freerdp/utils/uds.h include/freerdp/version.h include/freerdp/window.h -include/rdtk/api.h -include/rdtk/rdtk.h include/winpr/asn1.h include/winpr/bcrypt.h include/winpr/bitstream.h -include/winpr/clipboard.h include/winpr/cmdline.h include/winpr/collections.h include/winpr/comm.h @@ -152,7 +157,6 @@ include/winpr/image.h include/winpr/ini.h include/winpr/input.h include/winpr/interlocked.h -include/winpr/intrin.h include/winpr/io.h include/winpr/library.h include/winpr/locale.h @@ -161,7 +165,6 @@ include/winpr/midl.h include/winpr/ndr.h include/winpr/nt.h include/winpr/ntlm.h -include/winpr/pack.h include/winpr/path.h include/winpr/pipe.h include/winpr/platform.h @@ -172,7 +175,6 @@ include/winpr/rpc.h include/winpr/sam.h include/winpr/schannel.h include/winpr/security.h -include/winpr/shell.h include/winpr/smartcard.h include/winpr/spec.h include/winpr/ssl.h @@ -186,7 +188,6 @@ include/winpr/tchar.h include/winpr/thread.h include/winpr/timezone.h include/winpr/tools/makecert.h -include/winpr/user.h include/winpr/windows.h include/winpr/winhttp.h include/winpr/winpr.h @@ -199,59 +200,49 @@ lib/cmake/FreeRDP/FreeRDPConfig.cmake lib/cmake/FreeRDP/FreeRDPConfigVersion.cmake lib/cmake/FreeRDP/FreeRDPTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/FreeRDP/FreeRDPTargets.cmake -lib/cmake/RdTk/RdTkConfig.cmake -lib/cmake/RdTk/RdTkConfigVersion.cmake -lib/cmake/RdTk/RdTkTargets-%%CMAKE_BUILD_TYPE%%.cmake -lib/cmake/RdTk/RdTkTargets.cmake lib/cmake/WinPR/WinPRConfig.cmake lib/cmake/WinPR/WinPRConfigVersion.cmake lib/cmake/WinPR/WinPRTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/WinPR/WinPRTargets.cmake -%%ALSA%%lib/freerdp/libaudin-client-alsa.a -%%PULSEAUDIO%%lib/freerdp/libaudin-client-pulse.a -lib/freerdp/libaudin-client-oss.a -lib/freerdp/libaudin-client.a -lib/freerdp/libcliprdr-client.a -lib/freerdp/libdisp-client.a -lib/freerdp/libdrdynvc-client.a -lib/freerdp/libdrive-client.a -lib/freerdp/libecho-client.a -lib/freerdp/libencomsp-client.a -lib/freerdp/libparallel-client.a -%%CUPS%%lib/freerdp/libprinter-client.a -lib/freerdp/librail-client.a -lib/freerdp/librdpdr-client.a -lib/freerdp/librdpei-client.a -lib/freerdp/librdpgfx-client.a -%%ALSA%%lib/freerdp/librdpsnd-client-alsa.a -lib/freerdp/librdpsnd-client-oss.a -%%PULSEAUDIO%%lib/freerdp/librdpsnd-client-pulse.a -lib/freerdp/librdpsnd-client.a -lib/freerdp/libremdesk-client.a -lib/freerdp/libserial-client.a -lib/freerdp/libsmartcard-client.a -%%ALSA%%lib/freerdp/libtsmf-client-alsa-audio.a -%%FFMPEG%%lib/freerdp/libtsmf-client-ffmpeg-decoder.a -%%GSTREAMER%%lib/freerdp/libtsmf-client-gstreamer-decoder.a -lib/freerdp/libtsmf-client-oss-audio.a -%%PULSEAUDIO%%lib/freerdp/libtsmf-client-pulse-audio.a -lib/freerdp/libtsmf-client.a +%%ALSA%%lib/freerdp/audin-client-alsa.a +%%PULSEAUDIO%%lib/freerdp/audin-client-pulse.a +lib/freerdp/audin-client.a +lib/freerdp/cliprdr-client.a +lib/freerdp/disp-client.a +lib/freerdp/drdynvc-client.a +lib/freerdp/drive-client.a +lib/freerdp/echo-client.a +lib/freerdp/encomsp-client.a +lib/freerdp/parallel-client.a +%%CUPS%%lib/freerdp/printer-client.a +lib/freerdp/rail-client.a +lib/freerdp/rdpdr-client.a +lib/freerdp/rdpei-client.a +lib/freerdp/rdpgfx-client.a +%%ALSA%%lib/freerdp/rdpsnd-client-alsa.a +%%PULSEAUDIO%%lib/freerdp/rdpsnd-client-pulse.a +lib/freerdp/rdpsnd-client.a +lib/freerdp/remdesk-client.a +lib/freerdp/serial-client.a +lib/freerdp/smartcard-client.a +%%ALSA%%lib/freerdp/tsmf-client-alsa-audio.a +%%FFMPEG%%lib/freerdp/tsmf-client-ffmpeg-decoder.a +%%GSTREAMER%%lib/freerdp/tsmf-client-gstreamer-decoder.a +%%PULSEAUDIO%%lib/freerdp/tsmf-client-pulse-audio.a +lib/freerdp/tsmf-client.a +lib/libfreerdp.so +lib/libfreerdp.so.1.2 +lib/libfreerdp.so.1.2.0 lib/libfreerdp-client.so lib/libfreerdp-client.so.1.2 -lib/libfreerdp-client.so.1.2.4 -lib/libfreerdp.so -lib/libfreerdp.so.1.2 -lib/libfreerdp.so.1.2.4 -lib/librdtk.so -lib/librdtk.so.1.1 -lib/librdtk.so.1.1.0 +lib/libfreerdp-client.so.1.2.0 +lib/libwinpr.so +lib/libwinpr.so.1.1 +lib/libwinpr.so.1.1.0 lib/libwinpr-makecert-tool.a -lib/libwinpr.so -lib/libwinpr.so.1.1 -lib/libwinpr.so.1.1.0 %%X11%%lib/libxfreerdp-client.so %%X11%%lib/libxfreerdp-client.so.1.2 -%%X11%%lib/libxfreerdp-client.so.1.2.4 +%%X11%%lib/libxfreerdp-client.so.1.2.0 libdata/pkgconfig/freerdp.pc libdata/pkgconfig/winpr.pc %%X11%%man/man1/xfreerdp.1.gz From owner-svn-ports-all@freebsd.org Sun Jun 28 08:25:25 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 236D998EFB7; Sun, 28 Jun 2015 08:25:25 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 143001232; Sun, 28 Jun 2015 08:25:25 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5S8POeq051017; Sun, 28 Jun 2015 08:25:24 GMT (envelope-from mva@FreeBSD.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5S8POer051014; Sun, 28 Jun 2015 08:25:24 GMT (envelope-from mva@FreeBSD.org) Message-Id: <201506280825.t5S8POer051014@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mva set sender to mva@FreeBSD.org using -f From: Marcus von Appen Date: Sun, 28 Jun 2015 08:25:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390744 - head/games/manaplus X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 08:25:25 -0000 Author: mva Date: Sun Jun 28 08:25:23 2015 New Revision: 390744 URL: https://svnweb.freebsd.org/changeset/ports/390744 Log: - Update to version 1.5.6.20 Modified: head/games/manaplus/Makefile head/games/manaplus/distinfo head/games/manaplus/pkg-plist Modified: head/games/manaplus/Makefile ============================================================================== --- head/games/manaplus/Makefile Sun Jun 28 08:24:14 2015 (r390743) +++ head/games/manaplus/Makefile Sun Jun 28 08:25:23 2015 (r390744) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= manaplus -PORTVERSION= 1.5.3.28 +PORTVERSION= 1.5.6.20 CATEGORIES= games MASTER_SITES= http://download.evolonline.org/manaplus/download/${PORTVERSION}/ Modified: head/games/manaplus/distinfo ============================================================================== --- head/games/manaplus/distinfo Sun Jun 28 08:24:14 2015 (r390743) +++ head/games/manaplus/distinfo Sun Jun 28 08:25:23 2015 (r390744) @@ -1,2 +1,2 @@ -SHA256 (manaplus-1.5.3.28.tar.xz) = f759b7a0ddca3afd9b8add6926e9be510819839ad2616ed65e4efcfbb803bed6 -SIZE (manaplus-1.5.3.28.tar.xz) = 9237304 +SHA256 (manaplus-1.5.6.20.tar.xz) = cee7ce82c730c3e2254bc335023eb5531a3bcb4434a926f8685e16a2651f5b7e +SIZE (manaplus-1.5.6.20.tar.xz) = 9376348 Modified: head/games/manaplus/pkg-plist ============================================================================== --- head/games/manaplus/pkg-plist Sun Jun 28 08:24:14 2015 (r390743) +++ head/games/manaplus/pkg-plist Sun Jun 28 08:25:23 2015 (r390744) @@ -94,6 +94,7 @@ share/locale/zh_CN/LC_MESSAGES/manaplus. %%DATADIR%%/data/graphics/gui/label.xml %%DATADIR%%/data/graphics/gui/listbox.xml %%DATADIR%%/data/graphics/gui/lock.png +%%DATADIR%%/data/graphics/gui/mailedit.xml %%DATADIR%%/data/graphics/gui/ministatus.xml %%DATADIR%%/data/graphics/gui/mouse.png %%DATADIR%%/data/graphics/gui/npc.xml @@ -250,6 +251,7 @@ share/locale/zh_CN/LC_MESSAGES/manaplus. %%DATADIR%%/data/themes/enchilado/equipment.xml %%DATADIR%%/data/themes/enchilado/info.xml %%DATADIR%%/data/themes/enchilado/inventory.xml +%%DATADIR%%/data/themes/enchilado/mailedit.xml %%DATADIR%%/data/themes/enchilado/npc.xml %%DATADIR%%/data/themes/enchilado/ok.xml %%DATADIR%%/data/themes/enchilado/outfits.xml @@ -317,6 +319,7 @@ share/locale/zh_CN/LC_MESSAGES/manaplus. %%DATADIR%%/data/themes/golden-delicious/listbox_xxhigh.xml %%DATADIR%%/data/themes/golden-delicious/login.xml %%DATADIR%%/data/themes/golden-delicious/map.xml +%%DATADIR%%/data/themes/golden-delicious/mailedit.xml %%DATADIR%%/data/themes/golden-delicious/ministatus.xml %%DATADIR%%/data/themes/golden-delicious/mouse.png %%DATADIR%%/data/themes/golden-delicious/npc.xml @@ -426,6 +429,7 @@ share/locale/zh_CN/LC_MESSAGES/manaplus. %%DATADIR%%/data/themes/jewelry/listbox_xxhigh.xml %%DATADIR%%/data/themes/jewelry/login.xml %%DATADIR%%/data/themes/jewelry/map.xml +%%DATADIR%%/data/themes/jewelry/mailedit.xml %%DATADIR%%/data/themes/jewelry/ministatus.xml %%DATADIR%%/data/themes/jewelry/mouse.png %%DATADIR%%/data/themes/jewelry/npc.xml @@ -506,6 +510,7 @@ share/locale/zh_CN/LC_MESSAGES/manaplus. %%DATADIR%%/data/themes/pink/equipment.xml %%DATADIR%%/data/themes/pink/info.xml %%DATADIR%%/data/themes/pink/inventory.xml +%%DATADIR%%/data/themes/pink/mailedit.xml %%DATADIR%%/data/themes/pink/npc.xml %%DATADIR%%/data/themes/pink/ok.xml %%DATADIR%%/data/themes/pink/outfits.xml @@ -526,6 +531,7 @@ share/locale/zh_CN/LC_MESSAGES/manaplus. %%DATADIR%%/data/themes/unity/equipment.xml %%DATADIR%%/data/themes/unity/info.xml %%DATADIR%%/data/themes/unity/inventory.xml +%%DATADIR%%/data/themes/unity/mailedit.xml %%DATADIR%%/data/themes/unity/npc.xml %%DATADIR%%/data/themes/unity/ok.xml %%DATADIR%%/data/themes/unity/outfits.xml @@ -545,6 +551,7 @@ share/locale/zh_CN/LC_MESSAGES/manaplus. %%DATADIR%%/data/themes/wood/info.xml %%DATADIR%%/data/themes/wood/inventory.xml %%DATADIR%%/data/themes/wood/item_shortcut_bgr.png +%%DATADIR%%/data/themes/wood/mailedit.xml %%DATADIR%%/data/themes/wood/mouse.png %%DATADIR%%/data/themes/wood/npc.xml %%DATADIR%%/data/themes/wood/ok.xml From owner-svn-ports-all@freebsd.org Sun Jun 28 08:27:31 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EF0DD98F00F; Sun, 28 Jun 2015 08:27:31 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E03C514AA; Sun, 28 Jun 2015 08:27:31 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5S8RVd8051382; Sun, 28 Jun 2015 08:27:31 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5S8RVxe051381; Sun, 28 Jun 2015 08:27:31 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201506280827.t5S8RVxe051381@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 28 Jun 2015 08:27:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390745 - head/textproc/xmlada X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 08:27:32 -0000 Author: antoine Date: Sun Jun 28 08:27:31 2015 New Revision: 390745 URL: https://svnweb.freebsd.org/changeset/ports/390745 Log: Bump PORTVREVISION It seems GNAT version changed recently and this port wasn't bumped, leading to errors like: error: "dom.ads" and "gprclean-main.adb" compiled with different GNAT versions error: "dom-core.adb" and "gprclean-main.adb" compiled with different GNAT versions ... Modified: head/textproc/xmlada/Makefile Modified: head/textproc/xmlada/Makefile ============================================================================== --- head/textproc/xmlada/Makefile Sun Jun 28 08:25:23 2015 (r390744) +++ head/textproc/xmlada/Makefile Sun Jun 28 08:27:31 2015 (r390745) @@ -3,6 +3,7 @@ PORTNAME= xmlada PORTVERSION= 4.6.0.0 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://downloads.dragonlace.net/src/ DISTNAME= xmlada-gpl-2015-src From owner-svn-ports-all@freebsd.org Sun Jun 28 08:38:07 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3CAB398F16E; Sun, 28 Jun 2015 08:38:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2C7771A8A; Sun, 28 Jun 2015 08:38:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5S8c7pv056519; Sun, 28 Jun 2015 08:38:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5S8c6uL056507; Sun, 28 Jun 2015 08:38:06 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506280838.t5S8c6uL056507@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 08:38:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390746 - in head/converters/bsdconv: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 08:38:07 -0000 Author: sunpoet Date: Sun Jun 28 08:38:05 2015 New Revision: 390746 URL: https://svnweb.freebsd.org/changeset/ports/390746 Log: - Update to 11.3.1 - Strip binary executable and shared library - Convert to new options helper - Use OPTIONS_SUB - Remove outdated pre-install: - Regenerate patch file with makepatch: Changes: https://github.com/buganini/bsdconv/releases PR: 201010 Submitted by: sunpoet (myself) Approved by: Kuan-Chung Chiu (maintainer) Modified: head/converters/bsdconv/Makefile head/converters/bsdconv/distinfo head/converters/bsdconv/files/patch-Makefile head/converters/bsdconv/pkg-plist Modified: head/converters/bsdconv/Makefile ============================================================================== --- head/converters/bsdconv/Makefile Sun Jun 28 08:27:31 2015 (r390745) +++ head/converters/bsdconv/Makefile Sun Jun 28 08:38:05 2015 (r390746) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bsdconv -PORTVERSION= 11.1 +PORTVERSION= 11.3.1 CATEGORIES= converters MAINTAINER= buganini@gmail.com @@ -14,35 +14,18 @@ USE_GITHUB= yes GH_ACCOUNT= buganini OPTIONS_DEFINE= CHINESE EBCDIC +OPTIONS_SUB= yes CHINESE_DESC= Extra Chinese codecs EBCDIC_DESC= EBCDIC codecs +ALL_TARGET= libbsdconv bsdconv-mktable meta bsdconv-man bsdconv-completion bsdconv filters scorers codecs_basic +INSTALL_TARGET= installdir install_main install_filters install_scorers install_basic +MAKE_ARGS= PREFIX=${PREFIX} STRIP=${STRIP} USE_LDCONFIG= yes -MAKE_ARGS= PREFIX=${PREFIX} - -ALL_TARGET= libbsdconv bsdconv-mktable meta bsdconv-man bsdconv-completion bsdconv codecs_basic -INSTALL_TARGET= installdir install_main install_basic - -.include - -.if ${PORT_OPTIONS:MCHINESE} -ALL_TARGET+= codecs_chinese -INSTALL_TARGET+=install_chinese -PLIST_SUB+= CHINESE="" -.else -PLIST_SUB+= CHINESE="@comment " -.endif - -.if ${PORT_OPTIONS:MEBCDIC} -ALL_TARGET+= codecs_ebcdic -INSTALL_TARGET+=install_ebcdic -PLIST_SUB+= EBCDIC="" -.else -PLIST_SUB+= EBCDIC="@comment " -.endif - -pre-install: - ${MKDIR} ${STAGEDIR}${DATADIR}/ ${STAGEDIR}${DATADIR}/from/ ${STAGEDIR}${DATADIR}/inter/ ${STAGEDIR}${DATADIR}/to/ +CHINESE_ALL_TARGET= codecs_chinese +CHINESE_INSTALL_TARGET= install_chinese +EBCDIC_ALL_TARGET= codecs_ebcdic +EBCDIC_INSTALL_TARGET= install_ebcdic .include Modified: head/converters/bsdconv/distinfo ============================================================================== --- head/converters/bsdconv/distinfo Sun Jun 28 08:27:31 2015 (r390745) +++ head/converters/bsdconv/distinfo Sun Jun 28 08:38:05 2015 (r390746) @@ -1,2 +1,2 @@ -SHA256 (buganini-bsdconv-11.1_GH0.tar.gz) = afd3e5f512d8e87b852000134644bc98263c1b5fdd818af9f5d19a16359a3934 -SIZE (buganini-bsdconv-11.1_GH0.tar.gz) = 5811769 +SHA256 (buganini-bsdconv-11.3.1_GH0.tar.gz) = b0656011fd40ec440e9966bba44d330a6213fdd198c487c87bc61869ef7fea9e +SIZE (buganini-bsdconv-11.3.1_GH0.tar.gz) = 6194052 Modified: head/converters/bsdconv/files/patch-Makefile ============================================================================== --- head/converters/bsdconv/files/patch-Makefile Sun Jun 28 08:27:31 2015 (r390745) +++ head/converters/bsdconv/files/patch-Makefile Sun Jun 28 08:38:05 2015 (r390746) @@ -1,7 +1,7 @@ ---- Makefile.orig 2013-09-16 12:15:40.000000000 +0800 -+++ Makefile 2014-05-15 23:43:23.541980613 +0800 -@@ -3,17 +3,9 @@ BSDCONV_PATH?=${PREFIX} - CFLAGS+=-Wall -DPREFIX='"${PREFIX}"' -DBSDCONV_PATH='"${BSDCONV_PATH}"' +--- Makefile.orig 2014-05-13 13:09:10 UTC ++++ Makefile +@@ -5,17 +5,9 @@ BSDCONV_PATH?=${PREFIX} + CFLAGS+=-O2 -Wall -D_BSDCONV_INTERNAL -DPREFIX='"${PREFIX}"' -DBSDCONV_PATH='"${BSDCONV_PATH}"' SHLIBVER=11 -UNAME_S=$(shell uname -s) @@ -16,86 +16,81 @@ -LIBS+=-ldl -endif - TODO_CODECS_BASIC= - TODO_CODECS_BASIC+=from/00 -@@ -174,12 +166,12 @@ builddir: - mkdir -p build/share/bsdconv/to - - installdir: -- mkdir -p ${PREFIX}/bin -- mkdir -p ${PREFIX}/lib -- mkdir -p ${PREFIX}/include -- mkdir -p ${PREFIX}/share/bsdconv/from -- mkdir -p ${PREFIX}/share/bsdconv/inter -- mkdir -p ${PREFIX}/share/bsdconv/to -+ mkdir -p ${DESTDIR}${PREFIX}/bin -+ mkdir -p ${DESTDIR}${PREFIX}/lib -+ mkdir -p ${DESTDIR}${PREFIX}/include -+ mkdir -p ${DESTDIR}${PREFIX}/share/bsdconv/from -+ mkdir -p ${DESTDIR}${PREFIX}/share/bsdconv/inter -+ mkdir -p ${DESTDIR}${PREFIX}/share/bsdconv/to - - libbsdconv: builddir src/libbsdconv.c src/bsdconv.h - $(CC) ${CFLAGS} src/libbsdconv.c -fPIC -shared -o build/lib/${SHLIBNAME} ${LIBS} -@@ -238,41 +230,41 @@ clean: - install: installdir install_main install_basic install_chinese install_ebcdic + TODO_FILTERS= + TODO_FILTERS+=ANSI +@@ -237,14 +229,14 @@ bsdconv-completion: builddir libbsdconv + bsdconv-dbg: builddir libbsdconv src/libbsdconv.c src/bsdconv.h src/bsdconv-dbg.c + $(CC) ${CFLAGS} src/libbsdconv.c src/bsdconv-dbg.c -o build/bin/bsdconv-dbg ${LIBS} + +-filters: builddir ++filters: builddir meta + for item in ${TODO_FILTERS} ; do \ + echo Build filter $${item}.so ; \ + $(CC) ${CFLAGS} modules/filter/$${item}.c -L./build/lib/ -fPIC -shared -o ./build/share/bsdconv/filter/$${item}.so -lbsdconv ${LIBS} ; \ + if [ -e modules/filter/$${item}.man ]; then cp modules/filter/$${item}.man ./build/share/bsdconv/filter/$${item}.man ; fi ; \ + done + +-scorers: builddir ++scorers: builddir meta + for item in ${TODO_SCORERS} ; do \ + echo Build scorer $${item}.so ; \ + $(CC) ${CFLAGS} modules/scorer/$${item}.c -L./build/lib/ -fPIC -shared -o ./build/share/bsdconv/scorer/$${item}.so -lbsdconv ${LIBS} ; \ +@@ -291,12 +283,12 @@ clean: + install: installdir install_main install_filters install_scorers install_basic install_chinese install_ebcdic install_main: -- install -m 555 build/bin/bsdconv ${PREFIX}/bin -- install -m 555 build/bin/bsdconv-man ${PREFIX}/bin -- install -m 555 build/bin/bsdconv-mktable ${PREFIX}/bin -- install -m 555 build/bin/bsdconv-completion ${PREFIX}/bin -- install -m 444 build/include/bsdconv.h ${PREFIX}/include -- install -m 444 build/lib/${SHLIBNAME} ${PREFIX}/lib -- install -m 444 build/share/bsdconv/from/alias ${PREFIX}/share/bsdconv/from/alias -- install -m 444 build/share/bsdconv/inter/alias ${PREFIX}/share/bsdconv/inter/alias -- install -m 444 build/share/bsdconv/to/alias ${PREFIX}/share/bsdconv/to/alias -+ install -m 555 build/bin/bsdconv ${DESTDIR}${PREFIX}/bin -+ install -m 555 build/bin/bsdconv-man ${DESTDIR}${PREFIX}/bin -+ install -m 555 build/bin/bsdconv-mktable ${DESTDIR}${PREFIX}/bin -+ install -m 555 build/bin/bsdconv-completion ${DESTDIR}${PREFIX}/bin -+ install -m 444 build/include/bsdconv.h ${DESTDIR}${PREFIX}/include -+ install -m 444 build/lib/${SHLIBNAME} ${DESTDIR}${PREFIX}/lib -+ install -m 444 build/share/bsdconv/from/alias ${DESTDIR}${PREFIX}/share/bsdconv/from/alias -+ install -m 444 build/share/bsdconv/inter/alias ${DESTDIR}${PREFIX}/share/bsdconv/inter/alias -+ install -m 444 build/share/bsdconv/to/alias ${DESTDIR}${PREFIX}/share/bsdconv/to/alias - if [ ${SHLIBNAME} != libbsdconv.so ]; then \ -- ln -sf libbsdconv.so.${SHLIBVER} ${PREFIX}/lib/libbsdconv.so ; \ -+ ln -sf libbsdconv.so.${SHLIBVER} ${DESTDIR}${PREFIX}/lib/libbsdconv.so ; \ - fi - - install_doc: -- install -m 555 build/bin/bsdconv-man ${PREFIX}/bin -+ install -m 555 build/bin/bsdconv-man ${DESTDIR}${PREFIX}/bin +- install -m 555 build/bin/bsdconv ${DESTDIR}${PREFIX}/bin +- install -m 555 build/bin/bsdconv-man ${DESTDIR}${PREFIX}/bin +- install -m 555 build/bin/bsdconv-mktable ${DESTDIR}${PREFIX}/bin +- install -m 555 build/bin/bsdconv-completion ${DESTDIR}${PREFIX}/bin ++ install ${STRIP} -m 555 build/bin/bsdconv ${DESTDIR}${PREFIX}/bin ++ install ${STRIP} -m 555 build/bin/bsdconv-man ${DESTDIR}${PREFIX}/bin ++ install ${STRIP} -m 555 build/bin/bsdconv-mktable ${DESTDIR}${PREFIX}/bin ++ install ${STRIP} -m 555 build/bin/bsdconv-completion ${DESTDIR}${PREFIX}/bin + install -m 444 build/include/bsdconv.h ${DESTDIR}${PREFIX}/include +- install -m 444 build/lib/${SHLIBNAME} ${DESTDIR}${PREFIX}/lib ++ install ${STRIP} -m 444 build/lib/${SHLIBNAME} ${DESTDIR}${PREFIX}/lib + install -m 444 build/share/bsdconv/from/alias ${DESTDIR}${PREFIX}/share/bsdconv/from/alias + install -m 444 build/share/bsdconv/inter/alias ${DESTDIR}${PREFIX}/share/bsdconv/inter/alias + install -m 444 build/share/bsdconv/to/alias ${DESTDIR}${PREFIX}/share/bsdconv/to/alias +@@ -307,13 +299,13 @@ install_main: + + install_filters: + for item in ${TODO_FILTERS} ; do \ +- install -m 444 build/share/bsdconv/filter/$${item}.so ${DESTDIR}${PREFIX}/share/bsdconv/filter/$${item}.so ; \ ++ install ${STRIP} -m 444 build/share/bsdconv/filter/$${item}.so ${DESTDIR}${PREFIX}/share/bsdconv/filter/$${item}.so ; \ + if [ -e build/share/bsdconv/filter/$${item}.man ]; then install -m 444 build/share/bsdconv/filter/$${item}.man ${DESTDIR}${PREFIX}/share/bsdconv/filter/$${item}.man ; fi ; \ + done + + install_scorers: + for item in ${TODO_SCORERS} ; do \ +- install -m 444 build/share/bsdconv/scorer/$${item}.so ${DESTDIR}${PREFIX}/share/bsdconv/scorer/$${item}.so ; \ ++ install ${STRIP} -m 444 build/share/bsdconv/scorer/$${item}.so ${DESTDIR}${PREFIX}/share/bsdconv/scorer/$${item}.so ; \ + if [ -e build/share/bsdconv/scorer/$${item}.man ]; then install -m 444 build/share/bsdconv/scorer/$${item}.man ${DESTDIR}${PREFIX}/share/bsdconv/scorer/$${item}.man ; fi ; \ + done - install_basic: +@@ -321,21 +313,21 @@ install_basic: for item in ${TODO_CODECS_BASIC} ; do \ -- install -m 444 build/share/bsdconv/$${item} ${PREFIX}/share/bsdconv/$${item} ; \ -- if [ -e build/share/bsdconv/$${item}.man ]; then install -m 444 build/share/bsdconv/$${item}.man ${PREFIX}/share/bsdconv/$${item}.man ; fi ; \ -- if [ -e build/share/bsdconv/$${item}.so ]; then install -m 444 build/share/bsdconv/$${item}.so ${PREFIX}/share/bsdconv/$${item}.so ; fi ; \ -+ install -m 444 build/share/bsdconv/$${item} ${DESTDIR}${PREFIX}/share/bsdconv/$${item} ; \ -+ if [ -e build/share/bsdconv/$${item}.man ]; then install -m 444 build/share/bsdconv/$${item}.man ${DESTDIR}${PREFIX}/share/bsdconv/$${item}.man ; fi ; \ -+ if [ -e build/share/bsdconv/$${item}.so ]; then install -m 444 build/share/bsdconv/$${item}.so ${DESTDIR}${PREFIX}/share/bsdconv/$${item}.so ; fi ; \ + install -m 444 build/share/bsdconv/$${item} ${DESTDIR}${PREFIX}/share/bsdconv/$${item} ; \ + if [ -e build/share/bsdconv/$${item}.man ]; then install -m 444 build/share/bsdconv/$${item}.man ${DESTDIR}${PREFIX}/share/bsdconv/$${item}.man ; fi ; \ +- if [ -e build/share/bsdconv/$${item}.so ]; then install -m 444 build/share/bsdconv/$${item}.so ${DESTDIR}${PREFIX}/share/bsdconv/$${item}.so ; fi ; \ ++ if [ -e build/share/bsdconv/$${item}.so ]; then install ${STRIP} -m 444 build/share/bsdconv/$${item}.so ${DESTDIR}${PREFIX}/share/bsdconv/$${item}.so ; fi ; \ done install_chinese: for item in ${TODO_CODECS_CHINESE} ; do \ -- install -m 444 build/share/bsdconv/$${item} ${PREFIX}/share/bsdconv/$${item} ; \ -- if [ -e build/share/bsdconv/$${item}.man ]; then install -m 444 build/share/bsdconv/$${item}.man ${PREFIX}/share/bsdconv/$${item}.man ; fi ; \ -- if [ -e build/share/bsdconv/$${item}.so ]; then install -m 444 build/share/bsdconv/$${item}.so ${PREFIX}/share/bsdconv/$${item}.so ; fi ; \ -+ install -m 444 build/share/bsdconv/$${item} ${DESTDIR}${PREFIX}/share/bsdconv/$${item} ; \ -+ if [ -e build/share/bsdconv/$${item}.man ]; then install -m 444 build/share/bsdconv/$${item}.man ${DESTDIR}${PREFIX}/share/bsdconv/$${item}.man ; fi ; \ -+ if [ -e build/share/bsdconv/$${item}.so ]; then install -m 444 build/share/bsdconv/$${item}.so ${DESTDIR}${PREFIX}/share/bsdconv/$${item}.so ; fi ; \ + install -m 444 build/share/bsdconv/$${item} ${DESTDIR}${PREFIX}/share/bsdconv/$${item} ; \ + if [ -e build/share/bsdconv/$${item}.man ]; then install -m 444 build/share/bsdconv/$${item}.man ${DESTDIR}${PREFIX}/share/bsdconv/$${item}.man ; fi ; \ +- if [ -e build/share/bsdconv/$${item}.so ]; then install -m 444 build/share/bsdconv/$${item}.so ${DESTDIR}${PREFIX}/share/bsdconv/$${item}.so ; fi ; \ ++ if [ -e build/share/bsdconv/$${item}.so ]; then install ${STRIP} -m 444 build/share/bsdconv/$${item}.so ${DESTDIR}${PREFIX}/share/bsdconv/$${item}.so ; fi ; \ done install_ebcdic: for item in ${TODO_CODECS_EBCDIC} ; do \ -- install -m 444 build/share/bsdconv/$${item} ${PREFIX}/share/bsdconv/$${item} ; \ -- if [ -e build/share/bsdconv/$${item}.man ]; then install -m 444 build/share/bsdconv/$${item}.man ${PREFIX}/share/bsdconv/$${item}.man ; fi ; \ -- if [ -e build/share/bsdconv/$${item}.so ]; then install -m 444 build/share/bsdconv/$${item}.so ${PREFIX}/share/bsdconv/$${item}.so ; fi ; \ -+ install -m 444 build/share/bsdconv/$${item} ${DESTDIR}${PREFIX}/share/bsdconv/$${item} ; \ -+ if [ -e build/share/bsdconv/$${item}.man ]; then install -m 444 build/share/bsdconv/$${item}.man ${DESTDIR}${PREFIX}/share/bsdconv/$${item}.man ; fi ; \ -+ if [ -e build/share/bsdconv/$${item}.so ]; then install -m 444 build/share/bsdconv/$${item}.so ${DESTDIR}${PREFIX}/share/bsdconv/$${item}.so ; fi ; \ + install -m 444 build/share/bsdconv/$${item} ${DESTDIR}${PREFIX}/share/bsdconv/$${item} ; \ + if [ -e build/share/bsdconv/$${item}.man ]; then install -m 444 build/share/bsdconv/$${item}.man ${DESTDIR}${PREFIX}/share/bsdconv/$${item}.man ; fi ; \ +- if [ -e build/share/bsdconv/$${item}.so ]; then install -m 444 build/share/bsdconv/$${item}.so ${DESTDIR}${PREFIX}/share/bsdconv/$${item}.so ; fi ; \ ++ if [ -e build/share/bsdconv/$${item}.so ]; then install ${STRIP} -m 444 build/share/bsdconv/$${item}.so ${DESTDIR}${PREFIX}/share/bsdconv/$${item}.so ; fi ; \ done - plist: + build_doc: build_doc_tex build_doc_sphinx Modified: head/converters/bsdconv/pkg-plist ============================================================================== --- head/converters/bsdconv/pkg-plist Sun Jun 28 08:27:31 2015 (r390745) +++ head/converters/bsdconv/pkg-plist Sun Jun 28 08:38:05 2015 (r390746) @@ -5,6 +5,23 @@ bin/bsdconv-mktable include/bsdconv.h lib/libbsdconv.so lib/libbsdconv.so.11 +%%DATADIR%%/filter/ANSI.so +%%DATADIR%%/filter/BYTE.so +%%DATADIR%%/filter/CJK.man +%%DATADIR%%/filter/CJK.so +%%DATADIR%%/filter/CNS11643.so +%%DATADIR%%/filter/CYRILLIC.so +%%DATADIR%%/filter/HANGUL.so +%%DATADIR%%/filter/HIRAGANA.so +%%DATADIR%%/filter/KATAKANA.so +%%DATADIR%%/filter/KHMER.so +%%DATADIR%%/filter/LATIN1.so +%%DATADIR%%/filter/MAHJONG.so +%%DATADIR%%/filter/PRINT.so +%%DATADIR%%/filter/ROMAN.so +%%DATADIR%%/filter/THAI.so +%%DATADIR%%/filter/UNICODE.so +%%DATADIR%%/filter/alias %%DATADIR%%/from/00 %%DATADIR%%/from/00.man %%DATADIR%%/from/ANSI-CONTROL @@ -15,9 +32,13 @@ lib/libbsdconv.so.11 %%DATADIR%%/from/ANY.so %%DATADIR%%/from/ASCII %%DATADIR%%/from/ASCII-NAMED-HTML-ENTITY +%%DATADIR%%/from/ASCII-NAMED-HTML-ENTITY.man %%DATADIR%%/from/ASCII-NUMERIC-HTML-ENTITY +%%DATADIR%%/from/ASCII-NUMERIC-HTML-ENTITY.man %%DATADIR%%/from/ASCII-NUMERIC-HTML-ENTITY.so +%%DATADIR%%/from/ASCII.man %%DATADIR%%/from/BIG5-5C +%%DATADIR%%/from/BIG5-5C.man %%DATADIR%%/from/BSDCONV %%DATADIR%%/from/BSDCONV-KEYWORD %%DATADIR%%/from/BSDCONV-KEYWORD.man @@ -27,6 +48,7 @@ lib/libbsdconv.so.11 %%DATADIR%%/from/BSDCONV.man %%DATADIR%%/from/BSDCONV.so %%DATADIR%%/from/BYTE +%%DATADIR%%/from/BYTE.man %%DATADIR%%/from/ESCAPE %%DATADIR%%/from/ESCAPE.man %%DATADIR%%/from/ESCAPE.so @@ -34,33 +56,51 @@ lib/libbsdconv.so.11 %%DATADIR%%/from/PASS.man %%DATADIR%%/from/PASS.so %%DATADIR%%/from/UTF-16BE +%%DATADIR%%/from/UTF-16BE.man %%DATADIR%%/from/UTF-16BE.so %%DATADIR%%/from/UTF-16LE +%%DATADIR%%/from/UTF-16LE.man %%DATADIR%%/from/UTF-16LE.so %%DATADIR%%/from/UTF-32BE +%%DATADIR%%/from/UTF-32BE.man %%DATADIR%%/from/UTF-32BE.so %%DATADIR%%/from/UTF-32LE +%%DATADIR%%/from/UTF-32LE.man %%DATADIR%%/from/UTF-32LE.so %%DATADIR%%/from/_CP1251 +%%DATADIR%%/from/_CP1251.man %%DATADIR%%/from/_CP1252 +%%DATADIR%%/from/_CP1252.man %%DATADIR%%/from/_CP1253 +%%DATADIR%%/from/_CP1253.man %%DATADIR%%/from/_CP874 +%%DATADIR%%/from/_CP874.man %%DATADIR%%/from/_CP949 +%%DATADIR%%/from/_CP949.man %%DATADIR%%/from/_GB18030 +%%DATADIR%%/from/_GB18030.man %%DATADIR%%/from/_GB18030.so %%DATADIR%%/from/_GBK +%%DATADIR%%/from/_GBK.man +%%DATADIR%%/from/_HKSCS2004 %%DATADIR%%/from/_ISO-8859-1 +%%DATADIR%%/from/_ISO-8859-1.man %%DATADIR%%/from/_JIS0212 %%DATADIR%%/from/_SHIFT-JIS +%%DATADIR%%/from/_SHIFT-JIS.man %%DATADIR%%/from/_UAO250 +%%DATADIR%%/from/_UAO250.man %%DATADIR%%/from/_UTF-8 %%DATADIR%%/from/_UTF-8.man %%DATADIR%%/from/_UTF-8.so %%DATADIR%%/from/alias +%%DATADIR%%/inter/ALIAS-FILTER %%DATADIR%%/inter/ALIAS-FROM +%%DATADIR%%/inter/ALIAS-FROM.man %%DATADIR%%/inter/ALIAS-FROM.so %%DATADIR%%/inter/ALIAS-INTER %%DATADIR%%/inter/ALIAS-TO +%%DATADIR%%/inter/ALIAS-TO.man %%DATADIR%%/inter/ALIAS-TO.so %%DATADIR%%/inter/AMBIGUOUS-PAD %%DATADIR%%/inter/AMBIGUOUS-PAD.man @@ -69,48 +109,70 @@ lib/libbsdconv.so.11 %%DATADIR%%/inter/AMBIGUOUS-UNPAD.man %%DATADIR%%/inter/AMBIGUOUS-UNPAD.so %%DATADIR%%/inter/BIG5-DEFRAG +%%DATADIR%%/inter/BIG5-DEFRAG.man %%DATADIR%%/inter/BIG5-DEFRAG.so +%%DATADIR%%/inter/CASEFOLD %%DATADIR%%/inter/COUNT %%DATADIR%%/inter/COUNT.man %%DATADIR%%/inter/COUNT.so %%DATADIR%%/inter/FULL +%%DATADIR%%/inter/FULL.man %%DATADIR%%/inter/HALF +%%DATADIR%%/inter/HALF.man %%DATADIR%%/inter/INSERT %%DATADIR%%/inter/INSERT.man %%DATADIR%%/inter/INSERT.so %%DATADIR%%/inter/KANA-PHONETIC +%%DATADIR%%/inter/KANA-PHONETIC.man %%DATADIR%%/inter/LOWER +%%DATADIR%%/inter/LOWER.man %%DATADIR%%/inter/MAC +%%DATADIR%%/inter/MAC.man %%DATADIR%%/inter/NL2BR -%%DATADIR%%/inter/NOBOM +%%DATADIR%%/inter/NL2BR.man %%DATADIR%%/inter/PASS %%DATADIR%%/inter/PASS.man %%DATADIR%%/inter/PASS.so +%%DATADIR%%/inter/REPLACE +%%DATADIR%%/inter/REPLACE.man +%%DATADIR%%/inter/REPLACE.so %%DATADIR%%/inter/SCORE %%DATADIR%%/inter/SCORE-TRAIN +%%DATADIR%%/inter/SCORE-TRAIN.man %%DATADIR%%/inter/SCORE-TRAIN.so +%%DATADIR%%/inter/SCORE.man %%DATADIR%%/inter/SCORE.so +%%DATADIR%%/inter/STRINGS +%%DATADIR%%/inter/STRINGS.man +%%DATADIR%%/inter/STRINGS.so %%DATADIR%%/inter/TRIM-WIDTH +%%DATADIR%%/inter/TRIM-WIDTH.man %%DATADIR%%/inter/TRIM-WIDTH.so %%DATADIR%%/inter/UNIX +%%DATADIR%%/inter/UNIX.man %%DATADIR%%/inter/UPPER +%%DATADIR%%/inter/UPPER.man %%DATADIR%%/inter/UPSIDEDOWN +%%DATADIR%%/inter/UPSIDEDOWN.man %%DATADIR%%/inter/WHITESPACE-DERAIL +%%DATADIR%%/inter/WHITESPACE-DERAIL.man %%DATADIR%%/inter/WHITESPACE-DERAIL.so %%DATADIR%%/inter/WHITESPACE-RERAIL +%%DATADIR%%/inter/WHITESPACE-RERAIL.man %%DATADIR%%/inter/WHITESPACE-RERAIL.so %%DATADIR%%/inter/WIDTH %%DATADIR%%/inter/WIDTH.man %%DATADIR%%/inter/WIDTH.so %%DATADIR%%/inter/WIN +%%DATADIR%%/inter/WIN.man %%DATADIR%%/inter/ZH-FUZZY-CN %%DATADIR%%/inter/ZH-FUZZY-TW -%%DATADIR%%/inter/ZH-STRINGS -%%DATADIR%%/inter/ZH-STRINGS.man -%%DATADIR%%/inter/ZH-STRINGS.so %%DATADIR%%/inter/ZHCN +%%DATADIR%%/inter/ZHCN.man %%DATADIR%%/inter/ZHTW %%DATADIR%%/inter/ZHTW-WORDS +%%DATADIR%%/inter/ZHTW-WORDS.man +%%DATADIR%%/inter/ZHTW.man %%DATADIR%%/inter/_NF-HANGUL-COMPOSITION %%DATADIR%%/inter/_NF-HANGUL-COMPOSITION.so %%DATADIR%%/inter/_NF-HANGUL-DECOMPOSITION @@ -123,34 +185,49 @@ lib/libbsdconv.so.11 %%DATADIR%%/inter/_NFD %%DATADIR%%/inter/_NFKD %%DATADIR%%/inter/alias +%%DATADIR%%/scorer/CJK.so +%%DATADIR%%/scorer/LATIN1.so %%DATADIR%%/to/00 %%DATADIR%%/to/ANY %%DATADIR%%/to/ANY.man %%DATADIR%%/to/ANY.so %%DATADIR%%/to/ASCII %%DATADIR%%/to/ASCII-HTML-CNS11643-IMG +%%DATADIR%%/to/ASCII-HTML-CNS11643-IMG.man %%DATADIR%%/to/ASCII-HTML-CNS11643-IMG.so %%DATADIR%%/to/ASCII-HTML-INFO +%%DATADIR%%/to/ASCII-HTML-INFO.man %%DATADIR%%/to/ASCII-HTML-INFO.so %%DATADIR%%/to/ASCII-HTML-UNICODE-IMG +%%DATADIR%%/to/ASCII-HTML-UNICODE-IMG.man %%DATADIR%%/to/ASCII-HTML-UNICODE-IMG.so %%DATADIR%%/to/ASCII-NAMED-HTML-ENTITY +%%DATADIR%%/to/ASCII-NAMED-HTML-ENTITY.man +%%DATADIR%%/to/ASCII.man %%DATADIR%%/to/BIG5-5C +%%DATADIR%%/to/BIG5-5C.man %%DATADIR%%/to/BSDCONV %%DATADIR%%/to/BSDCONV-KEYWORD %%DATADIR%%/to/BSDCONV-KEYWORD.man %%DATADIR%%/to/BSDCONV-LOG +%%DATADIR%%/to/BSDCONV-LOG.man %%DATADIR%%/to/BSDCONV-LOG.so -%%DATADIR%%/to/BSDCONV-STDOUT -%%DATADIR%%/to/BSDCONV-STDOUT.so +%%DATADIR%%/to/BSDCONV-OUTPUT +%%DATADIR%%/to/BSDCONV-OUTPUT.man +%%DATADIR%%/to/BSDCONV-OUTPUT.so +%%DATADIR%%/to/BSDCONV.man %%DATADIR%%/to/BSDCONV.so %%DATADIR%%/to/BYTE +%%DATADIR%%/to/BYTE.man %%DATADIR%%/to/CP936-TRANS +%%DATADIR%%/to/CP936-TRANS.man %%DATADIR%%/to/CP950-TRANS +%%DATADIR%%/to/CP950-TRANS.man %%DATADIR%%/to/ESCAPE %%DATADIR%%/to/ESCAPE.man %%DATADIR%%/to/ESCAPE.so %%DATADIR%%/to/NULL +%%DATADIR%%/to/NULL.man %%DATADIR%%/to/NULL.so %%DATADIR%%/to/PASS %%DATADIR%%/to/PASS.man @@ -159,72 +236,130 @@ lib/libbsdconv.so.11 %%DATADIR%%/to/RAW.man %%DATADIR%%/to/RAW.so %%DATADIR%%/to/UCS-2BE +%%DATADIR%%/to/UCS-2BE.man %%DATADIR%%/to/UCS-2BE.so %%DATADIR%%/to/UCS-2LE +%%DATADIR%%/to/UCS-2LE.man %%DATADIR%%/to/UCS-2LE.so %%DATADIR%%/to/UTF-16BE +%%DATADIR%%/to/UTF-16BE.man %%DATADIR%%/to/UTF-16BE.so %%DATADIR%%/to/UTF-16LE +%%DATADIR%%/to/UTF-16LE.man %%DATADIR%%/to/UTF-16LE.so %%DATADIR%%/to/UTF-32BE +%%DATADIR%%/to/UTF-32BE.man %%DATADIR%%/to/UTF-32BE.so %%DATADIR%%/to/UTF-32LE +%%DATADIR%%/to/UTF-32LE.man %%DATADIR%%/to/UTF-32LE.so %%DATADIR%%/to/_CP1251 +%%DATADIR%%/to/_CP1251.man %%DATADIR%%/to/_CP1252 +%%DATADIR%%/to/_CP1252.man %%DATADIR%%/to/_CP1253 +%%DATADIR%%/to/_CP1253.man %%DATADIR%%/to/_CP874 +%%DATADIR%%/to/_CP874.man %%DATADIR%%/to/_CP936 +%%DATADIR%%/to/_CP936.man %%DATADIR%%/to/_CP949 +%%DATADIR%%/to/_CP949.man %%DATADIR%%/to/_CP950 +%%DATADIR%%/to/_CP950.man %%DATADIR%%/to/_GB18030 +%%DATADIR%%/to/_GB18030.man %%DATADIR%%/to/_GB18030.so %%DATADIR%%/to/_GBK +%%DATADIR%%/to/_GBK.man %%DATADIR%%/to/_ISO-8859-1 +%%DATADIR%%/to/_ISO-8859-1.man %%DATADIR%%/to/_JIS0212 %%DATADIR%%/to/_SHIFT-JIS +%%DATADIR%%/to/_SHIFT-JIS.man %%DATADIR%%/to/_UAO250 +%%DATADIR%%/to/_UAO250.man %%DATADIR%%/to/_UTF-8 +%%DATADIR%%/to/_UTF-8.man %%DATADIR%%/to/_UTF-8.so %%DATADIR%%/to/alias %%CHINESE%%%%DATADIR%%/from/CCCII +%%CHINESE%%%%DATADIR%%/from/CCCII.man +%%CHINESE%%%%DATADIR%%/from/_BIG5-2003 +%%CHINESE%%%%DATADIR%%/from/_BIG5-2003.man +%%CHINESE%%%%DATADIR%%/from/_BIG5-ETEN +%%CHINESE%%%%DATADIR%%/from/_BIG5-ETEN.man +%%CHINESE%%%%DATADIR%%/from/_BIG5E +%%CHINESE%%%%DATADIR%%/from/_BIG5E.man %%CHINESE%%%%DATADIR%%/from/_CNS11643 +%%CHINESE%%%%DATADIR%%/from/_CNS11643.man %%CHINESE%%%%DATADIR%%/from/_CNS11643.so %%CHINESE%%%%DATADIR%%/from/_CP936 +%%CHINESE%%%%DATADIR%%/from/_CP936.man %%CHINESE%%%%DATADIR%%/from/_CP950 +%%CHINESE%%%%DATADIR%%/from/_CP950.man %%CHINESE%%%%DATADIR%%/from/_GB2312 +%%CHINESE%%%%DATADIR%%/from/_GB2312.man +%%CHINESE%%%%DATADIR%%/from/_HKSCS1999 +%%CHINESE%%%%DATADIR%%/from/_HKSCS2001 %%CHINESE%%%%DATADIR%%/from/_UAO241 +%%CHINESE%%%%DATADIR%%/from/_UAO241.man %%CHINESE%%%%DATADIR%%/inter/CHEWING %%CHINESE%%%%DATADIR%%/inter/CHEWING.man %%CHINESE%%%%DATADIR%%/inter/CNS11643 +%%CHINESE%%%%DATADIR%%/inter/CNS11643.man %%CHINESE%%%%DATADIR%%/inter/HAN-PINYIN +%%CHINESE%%%%DATADIR%%/inter/HAN-PINYIN.man %%CHINESE%%%%DATADIR%%/inter/UNICODE +%%CHINESE%%%%DATADIR%%/inter/UNICODE.man +%%CHINESE%%%%DATADIR%%/inter/ZH-BONUS +%%CHINESE%%%%DATADIR%%/inter/ZH-BONUS-PHRASE +%%CHINESE%%%%DATADIR%%/inter/ZH-BONUS-PHRASE.so +%%CHINESE%%%%DATADIR%%/inter/ZH-BONUS.so %%CHINESE%%%%DATADIR%%/inter/ZH-COMP +%%CHINESE%%%%DATADIR%%/inter/ZH-COMP.man %%CHINESE%%%%DATADIR%%/inter/ZH-DECOMP +%%CHINESE%%%%DATADIR%%/inter/ZH-DECOMP.man %%CHINESE%%%%DATADIR%%/to/CCCII +%%CHINESE%%%%DATADIR%%/to/CCCII.man %%CHINESE%%%%DATADIR%%/to/_CNS11643 +%%CHINESE%%%%DATADIR%%/to/_CNS11643.man %%CHINESE%%%%DATADIR%%/to/_CNS11643.so %%CHINESE%%%%DATADIR%%/to/_GB2312 +%%CHINESE%%%%DATADIR%%/to/_GB2312.man %%CHINESE%%%%DATADIR%%/to/_UAO241 +%%CHINESE%%%%DATADIR%%/to/_UAO241.man %%EBCDIC%%%%DATADIR%%/from/IBM-37 +%%EBCDIC%%%%DATADIR%%/from/IBM-37.man %%EBCDIC%%%%DATADIR%%/from/IBM-930 +%%EBCDIC%%%%DATADIR%%/from/IBM-930.man %%EBCDIC%%%%DATADIR%%/from/IBM-930.so %%EBCDIC%%%%DATADIR%%/from/IBM-933 +%%EBCDIC%%%%DATADIR%%/from/IBM-933.man %%EBCDIC%%%%DATADIR%%/from/IBM-933.so %%EBCDIC%%%%DATADIR%%/from/IBM-935 +%%EBCDIC%%%%DATADIR%%/from/IBM-935.man %%EBCDIC%%%%DATADIR%%/from/IBM-935.so %%EBCDIC%%%%DATADIR%%/from/IBM-937 +%%EBCDIC%%%%DATADIR%%/from/IBM-937.man %%EBCDIC%%%%DATADIR%%/from/IBM-937.so %%EBCDIC%%%%DATADIR%%/from/IBM-939 +%%EBCDIC%%%%DATADIR%%/from/IBM-939.man %%EBCDIC%%%%DATADIR%%/from/IBM-939.so %%EBCDIC%%%%DATADIR%%/to/IBM-37 +%%EBCDIC%%%%DATADIR%%/to/IBM-37.man %%EBCDIC%%%%DATADIR%%/to/IBM-930 +%%EBCDIC%%%%DATADIR%%/to/IBM-930.man %%EBCDIC%%%%DATADIR%%/to/IBM-930.so %%EBCDIC%%%%DATADIR%%/to/IBM-933 +%%EBCDIC%%%%DATADIR%%/to/IBM-933.man %%EBCDIC%%%%DATADIR%%/to/IBM-933.so %%EBCDIC%%%%DATADIR%%/to/IBM-935 +%%EBCDIC%%%%DATADIR%%/to/IBM-935.man %%EBCDIC%%%%DATADIR%%/to/IBM-935.so %%EBCDIC%%%%DATADIR%%/to/IBM-937 +%%EBCDIC%%%%DATADIR%%/to/IBM-937.man %%EBCDIC%%%%DATADIR%%/to/IBM-937.so %%EBCDIC%%%%DATADIR%%/to/IBM-939 +%%EBCDIC%%%%DATADIR%%/to/IBM-939.man %%EBCDIC%%%%DATADIR%%/to/IBM-939.so From owner-svn-ports-all@freebsd.org Sun Jun 28 08:38:12 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3C4A798F18B; Sun, 28 Jun 2015 08:38:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2CF131AA6; Sun, 28 Jun 2015 08:38:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5S8cCJn056656; Sun, 28 Jun 2015 08:38:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5S8cBBO056654; Sun, 28 Jun 2015 08:38:11 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506280838.t5S8cBBO056654@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 08:38:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390747 - head/converters/p5-bsdconv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 08:38:12 -0000 Author: sunpoet Date: Sun Jun 28 08:38:11 2015 New Revision: 390747 URL: https://svnweb.freebsd.org/changeset/ports/390747 Log: - Update to 11.3.0 - Strip shared library Changes: https://github.com/buganini/perl-bsdconv/releases PR: 201012 Submitted by: sunpoet (myself) Approved by: Kuan-Chung Chiu (maintainer) Modified: head/converters/p5-bsdconv/Makefile head/converters/p5-bsdconv/distinfo Modified: head/converters/p5-bsdconv/Makefile ============================================================================== --- head/converters/p5-bsdconv/Makefile Sun Jun 28 08:38:05 2015 (r390746) +++ head/converters/p5-bsdconv/Makefile Sun Jun 28 08:38:11 2015 (r390747) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= bsdconv -PORTVERSION= 11.1.0 -PORTREVISION= 1 +PORTVERSION= 11.3.0 CATEGORIES= converters perl5 PKGNAMEPREFIX= p5- @@ -24,4 +23,7 @@ USE_PERL5= configure post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/Makefile.PL +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/bsdconv/bsdconv.so + .include Modified: head/converters/p5-bsdconv/distinfo ============================================================================== --- head/converters/p5-bsdconv/distinfo Sun Jun 28 08:38:05 2015 (r390746) +++ head/converters/p5-bsdconv/distinfo Sun Jun 28 08:38:11 2015 (r390747) @@ -1,2 +1,2 @@ -SHA256 (buganini-perl-bsdconv-11.1.0_GH0.tar.gz) = f1f85b02af5ceb23268b75bd8d7a1e2dc1a74c0dca11884739addd691b9073a0 -SIZE (buganini-perl-bsdconv-11.1.0_GH0.tar.gz) = 44137 +SHA256 (buganini-perl-bsdconv-11.3.0_GH0.tar.gz) = a3631d519a0ae7056eb9aa62afa54e28f68c464bb73bf1602f2a0134c5b594d8 +SIZE (buganini-perl-bsdconv-11.3.0_GH0.tar.gz) = 43904 From owner-svn-ports-all@freebsd.org Sun Jun 28 08:38:17 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2FD6298F1A3; Sun, 28 Jun 2015 08:38:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 20D5A1BA3; Sun, 28 Jun 2015 08:38:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5S8cHr4056887; Sun, 28 Jun 2015 08:38:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5S8cGoT056879; Sun, 28 Jun 2015 08:38:16 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506280838.t5S8cGoT056879@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 08:38:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390748 - head/converters/php5-bsdconv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 08:38:17 -0000 Author: sunpoet Date: Sun Jun 28 08:38:15 2015 New Revision: 390748 URL: https://svnweb.freebsd.org/changeset/ports/390748 Log: - Update to 11.3.0 Changes: https://github.com/buganini/php-bsdconv/releases PR: 201013 Submitted by: sunpoet (myself) Approved by: Kuan-Chung Chiu (maintainer) Modified: head/converters/php5-bsdconv/Makefile head/converters/php5-bsdconv/distinfo Modified: head/converters/php5-bsdconv/Makefile ============================================================================== --- head/converters/php5-bsdconv/Makefile Sun Jun 28 08:38:11 2015 (r390747) +++ head/converters/php5-bsdconv/Makefile Sun Jun 28 08:38:15 2015 (r390748) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bsdconv -PORTVERSION= 11.1.0 +PORTVERSION= 11.3.0 CATEGORIES= converters PKGNAMEPREFIX= php5- Modified: head/converters/php5-bsdconv/distinfo ============================================================================== --- head/converters/php5-bsdconv/distinfo Sun Jun 28 08:38:11 2015 (r390747) +++ head/converters/php5-bsdconv/distinfo Sun Jun 28 08:38:15 2015 (r390748) @@ -1,2 +1,2 @@ -SHA256 (buganini-php-bsdconv-11.1.0_GH0.tar.gz) = 15a8d49b1b79ff7cea7b63ab3c2daf71474f6ee2ee4ca2528b7fbe0c54960d1f -SIZE (buganini-php-bsdconv-11.1.0_GH0.tar.gz) = 7649 +SHA256 (buganini-php-bsdconv-11.3.0_GH0.tar.gz) = de803e48cb40b130cf46003052104a5b8c7ab8d783034a06ea097c6617bbb20d +SIZE (buganini-php-bsdconv-11.3.0_GH0.tar.gz) = 8356 From owner-svn-ports-all@freebsd.org Sun Jun 28 08:38:17 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6EB2D98F1A6; Sun, 28 Jun 2015 08:38:17 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 603291BA7; Sun, 28 Jun 2015 08:38:17 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5S8cHb2056915; Sun, 28 Jun 2015 08:38:17 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5S8cGGB056885; Sun, 28 Jun 2015 08:38:16 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201506280838.t5S8cGGB056885@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sun, 28 Jun 2015 08:38:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390749 - head/astro/p5-Astro-satpass X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 08:38:17 -0000 Author: wen Date: Sun Jun 28 08:38:16 2015 New Revision: 390749 URL: https://svnweb.freebsd.org/changeset/ports/390749 Log: - Update to 0.070 Changes: http://cpansearch.perl.org/src/WYANT/Astro-satpass-0.070/Changes Modified: head/astro/p5-Astro-satpass/Makefile head/astro/p5-Astro-satpass/distinfo Modified: head/astro/p5-Astro-satpass/Makefile ============================================================================== --- head/astro/p5-Astro-satpass/Makefile Sun Jun 28 08:38:15 2015 (r390748) +++ head/astro/p5-Astro-satpass/Makefile Sun Jun 28 08:38:16 2015 (r390749) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Astro-satpass -PORTVERSION= 0.069 +PORTVERSION= 0.070 CATEGORIES= astro perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/astro/p5-Astro-satpass/distinfo ============================================================================== --- head/astro/p5-Astro-satpass/distinfo Sun Jun 28 08:38:15 2015 (r390748) +++ head/astro/p5-Astro-satpass/distinfo Sun Jun 28 08:38:16 2015 (r390749) @@ -1,2 +1,2 @@ -SHA256 (Astro-satpass-0.069.tar.gz) = 9985c134724105b3481fd37047fa6a282d201a84bb68e0a5c34606a2e9990203 -SIZE (Astro-satpass-0.069.tar.gz) = 522980 +SHA256 (Astro-satpass-0.070.tar.gz) = c9e14ebff23b9fa09a495d5896810dfbd33c0d7c372cd1cc0489b4776d9d5017 +SIZE (Astro-satpass-0.070.tar.gz) = 523019 From owner-svn-ports-all@freebsd.org Sun Jun 28 08:38:22 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 003A498F1D3; Sun, 28 Jun 2015 08:38:22 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D65EE1D15; Sun, 28 Jun 2015 08:38:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5S8cLZM057052; Sun, 28 Jun 2015 08:38:21 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5S8cLtk057047; Sun, 28 Jun 2015 08:38:21 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506280838.t5S8cLtk057047@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 08:38:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390750 - head/converters/py-bsdconv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 08:38:22 -0000 Author: sunpoet Date: Sun Jun 28 08:38:20 2015 New Revision: 390750 URL: https://svnweb.freebsd.org/changeset/ports/390750 Log: - Update to 11.3.0 - Strip shared library Changes: https://github.com/buganini/python-bsdconv/releases PR: 201014 Submitted by: sunpoet (myself) Approved by: Kuan-Chung Chiu (maintainer) Modified: head/converters/py-bsdconv/Makefile head/converters/py-bsdconv/distinfo Modified: head/converters/py-bsdconv/Makefile ============================================================================== --- head/converters/py-bsdconv/Makefile Sun Jun 28 08:38:16 2015 (r390749) +++ head/converters/py-bsdconv/Makefile Sun Jun 28 08:38:20 2015 (r390750) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bsdconv -PORTVERSION= 11.1.0 +PORTVERSION= 11.3.0 CATEGORIES= converters python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -25,4 +25,7 @@ PLIST_SUB= PYTHON_SITELIBDIR=${PYTHON_SI post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/setup.py +post-install: + ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/bsdconv.so + .include Modified: head/converters/py-bsdconv/distinfo ============================================================================== --- head/converters/py-bsdconv/distinfo Sun Jun 28 08:38:16 2015 (r390749) +++ head/converters/py-bsdconv/distinfo Sun Jun 28 08:38:20 2015 (r390750) @@ -1,2 +1,2 @@ -SHA256 (buganini-python-bsdconv-11.1.0_GH0.tar.gz) = 54b9a00d2235f0539007c187c0a7280062bdaaead3ebb88dccfe70f72c90daee -SIZE (buganini-python-bsdconv-11.1.0_GH0.tar.gz) = 5172 +SHA256 (buganini-python-bsdconv-11.3.0_GH0.tar.gz) = d097a398c194a927e75ff03a4905fd4abaef0f9b22f69a302586625a8e62eefb +SIZE (buganini-python-bsdconv-11.3.0_GH0.tar.gz) = 5819 From owner-svn-ports-all@freebsd.org Sun Jun 28 08:38:31 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6E02298F214; Sun, 28 Jun 2015 08:38:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 463771F7C; Sun, 28 Jun 2015 08:38:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5S8cV4g057365; Sun, 28 Jun 2015 08:38:31 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5S8cUAT057363; Sun, 28 Jun 2015 08:38:30 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506280838.t5S8cUAT057363@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 08:38:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390752 - in head/chinese/bsdconv-opencc: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 08:38:31 -0000 Author: sunpoet Date: Sun Jun 28 08:38:30 2015 New Revision: 390752 URL: https://svnweb.freebsd.org/changeset/ports/390752 Log: - Update to 11.3 - Strip shared library - Use PLIST_FILES Changes: https://github.com/buganini/bsdconv-opencc/releases PR: 201016 Submitted by: sunpoet (myself) Approved by: Kuan-Chung Chiu (maintainer) Deleted: head/chinese/bsdconv-opencc/files/ head/chinese/bsdconv-opencc/pkg-plist Modified: head/chinese/bsdconv-opencc/Makefile head/chinese/bsdconv-opencc/distinfo Modified: head/chinese/bsdconv-opencc/Makefile ============================================================================== --- head/chinese/bsdconv-opencc/Makefile Sun Jun 28 08:38:25 2015 (r390751) +++ head/chinese/bsdconv-opencc/Makefile Sun Jun 28 08:38:30 2015 (r390752) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= opencc -PORTVERSION= 11.1 +PORTVERSION= 11.3 CATEGORIES= chinese converters PKGNAMEPREFIX= bsdconv- @@ -15,8 +15,18 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/bsdconv- LIB_DEPENDS= libbsdconv.so:${PORTSDIR}/converters/bsdconv \ libopencc.so:${PORTSDIR}/chinese/opencc +PLIST_FILES= share/bsdconv/inter/OPENCC \ + share/bsdconv/inter/OPENCC.man \ + share/bsdconv/inter/OPENCC.so + USE_GITHUB= yes GH_ACCOUNT= buganini GH_PROJECT= ${PKGNAMEPREFIX}${PORTNAME} +pre-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/share/bsdconv/inter/ + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/share/bsdconv/inter/OPENCC.so + .include Modified: head/chinese/bsdconv-opencc/distinfo ============================================================================== --- head/chinese/bsdconv-opencc/distinfo Sun Jun 28 08:38:25 2015 (r390751) +++ head/chinese/bsdconv-opencc/distinfo Sun Jun 28 08:38:30 2015 (r390752) @@ -1,2 +1,2 @@ -SHA256 (buganini-bsdconv-opencc-11.1_GH0.tar.gz) = 5110067f8e3540bcb93afe5d87b6146c029a00fbbf69efb7dd07e4753ef93fad -SIZE (buganini-bsdconv-opencc-11.1_GH0.tar.gz) = 2826 +SHA256 (buganini-bsdconv-opencc-11.3_GH0.tar.gz) = d4520a1c49b367cacee1aa4c370271f9dadd34705ccf822fdf00db9e96eb50e2 +SIZE (buganini-bsdconv-opencc-11.3_GH0.tar.gz) = 2973 From owner-svn-ports-all@freebsd.org Sun Jun 28 08:38:35 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F08F598F241; Sun, 28 Jun 2015 08:38:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D79DC101F; Sun, 28 Jun 2015 08:38:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5S8cZTB057513; Sun, 28 Jun 2015 08:38:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5S8cZbQ057511; Sun, 28 Jun 2015 08:38:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506280838.t5S8cZbQ057511@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 08:38:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390753 - in head/converters/gbsdconv: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 08:38:36 -0000 Author: sunpoet Date: Sun Jun 28 08:38:34 2015 New Revision: 390753 URL: https://svnweb.freebsd.org/changeset/ports/390753 Log: - Update to 11.3 - Strip shared library Changes: https://github.com/buganini/gbsdconv/releases PR: 201017 Submitted by: sunpoet (myself) Approved by: Kuan-Chung Chiu (maintainer) Deleted: head/converters/gbsdconv/files/ Modified: head/converters/gbsdconv/Makefile head/converters/gbsdconv/distinfo Modified: head/converters/gbsdconv/Makefile ============================================================================== --- head/converters/gbsdconv/Makefile Sun Jun 28 08:38:30 2015 (r390752) +++ head/converters/gbsdconv/Makefile Sun Jun 28 08:38:34 2015 (r390753) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gbsdconv -PORTVERSION= 11.1 +PORTVERSION= 11.3 CATEGORIES= converters python MAINTAINER= buganini@gmail.com @@ -27,4 +27,7 @@ PLIST_FILES= bin/gbsdconv \ %%DATADIR%%/gbsdconv.xml \ %%DATADIR%%/gbsdconv2.png +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/gbsdconv_taglib.so + .include Modified: head/converters/gbsdconv/distinfo ============================================================================== --- head/converters/gbsdconv/distinfo Sun Jun 28 08:38:30 2015 (r390752) +++ head/converters/gbsdconv/distinfo Sun Jun 28 08:38:34 2015 (r390753) @@ -1,2 +1,2 @@ -SHA256 (buganini-gbsdconv-11.1_GH0.tar.gz) = 34f13dd5d242002fc1577508f067c6878466d4d20191cfb9dead513b9af36903 -SIZE (buganini-gbsdconv-11.1_GH0.tar.gz) = 19728 +SHA256 (buganini-gbsdconv-11.3_GH0.tar.gz) = 4ab852cbcb3b6f9b16fccb7cb3dd0a9c6c2736a0b7e369afe26a55a08809cc6e +SIZE (buganini-gbsdconv-11.3_GH0.tar.gz) = 19915 From owner-svn-ports-all@freebsd.org Sun Jun 28 08:38:26 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9D41E98F1F2; Sun, 28 Jun 2015 08:38:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8E7A91E50; Sun, 28 Jun 2015 08:38:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5S8cQ43057206; Sun, 28 Jun 2015 08:38:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5S8cQts057204; Sun, 28 Jun 2015 08:38:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506280838.t5S8cQts057204@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 08:38:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390751 - head/converters/rubygem-bsdconv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 08:38:26 -0000 Author: sunpoet Date: Sun Jun 28 08:38:25 2015 New Revision: 390751 URL: https://svnweb.freebsd.org/changeset/ports/390751 Log: - Update to 11.3.1 Changes: https://github.com/buganini/ruby-bsdconv/releases PR: 201015 Submitted by: sunpoet (myself) Approved by: Kuan-Chung Chiu (maintainer) Modified: head/converters/rubygem-bsdconv/Makefile head/converters/rubygem-bsdconv/distinfo Modified: head/converters/rubygem-bsdconv/Makefile ============================================================================== --- head/converters/rubygem-bsdconv/Makefile Sun Jun 28 08:38:20 2015 (r390750) +++ head/converters/rubygem-bsdconv/Makefile Sun Jun 28 08:38:25 2015 (r390751) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bsdconv -PORTVERSION= 11.1.0 +PORTVERSION= 11.3.1 CATEGORIES= converters rubygems MASTER_SITES= RG DISTNAME= ruby-${PORTNAME}-${PORTVERSION} Modified: head/converters/rubygem-bsdconv/distinfo ============================================================================== --- head/converters/rubygem-bsdconv/distinfo Sun Jun 28 08:38:20 2015 (r390750) +++ head/converters/rubygem-bsdconv/distinfo Sun Jun 28 08:38:25 2015 (r390751) @@ -1,2 +1,2 @@ -SHA256 (rubygem/ruby-bsdconv-11.1.0.gem) = 139c51ede9c6a93df789d472100b978dd475a12d9dc279d19a293d075be34996 -SIZE (rubygem/ruby-bsdconv-11.1.0.gem) = 10240 +SHA256 (rubygem/ruby-bsdconv-11.3.1.gem) = 51cf5030e638ec9678980d4390390a233bae99fe04b1dc28786cba974d0c23d0 +SIZE (rubygem/ruby-bsdconv-11.3.1.gem) = 11776 From owner-svn-ports-all@freebsd.org Sun Jun 28 08:38:40 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4D96798F27A; Sun, 28 Jun 2015 08:38:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3E96B110E; Sun, 28 Jun 2015 08:38:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5S8cegw057686; Sun, 28 Jun 2015 08:38:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5S8cdoH057682; Sun, 28 Jun 2015 08:38:39 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506280838.t5S8cdoH057682@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 08:38:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390754 - in head/chinese/bug5: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 08:38:40 -0000 Author: sunpoet Date: Sun Jun 28 08:38:39 2015 New Revision: 390754 URL: https://svnweb.freebsd.org/changeset/ports/390754 Log: - Update to 1.18 - Strip binary executable Changes: https://github.com/buganini/bug5/releases PR: 201018 Submitted by: sunpoet (myself) Approved by: Kuan-Chung Chiu (maintainer) Deleted: head/chinese/bug5/files/ Modified: head/chinese/bug5/Makefile head/chinese/bug5/distinfo Modified: head/chinese/bug5/Makefile ============================================================================== --- head/chinese/bug5/Makefile Sun Jun 28 08:38:34 2015 (r390753) +++ head/chinese/bug5/Makefile Sun Jun 28 08:38:39 2015 (r390754) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bug5 -PORTVERSION= 1.17 +PORTVERSION= 1.18 CATEGORIES= chinese converters MAINTAINER= buganini@gmail.com @@ -20,4 +20,7 @@ MAKE_ARGS= PREFIX=${PREFIX} PLIST_FILES= bin/bug5 +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/bug5 + .include Modified: head/chinese/bug5/distinfo ============================================================================== --- head/chinese/bug5/distinfo Sun Jun 28 08:38:34 2015 (r390753) +++ head/chinese/bug5/distinfo Sun Jun 28 08:38:39 2015 (r390754) @@ -1,2 +1,2 @@ -SHA256 (buganini-bug5-1.17_GH0.tar.gz) = 0f78feed638073b6398267c585bafbc4e85f9d6e4dfa3046e6a497d54fdc228c -SIZE (buganini-bug5-1.17_GH0.tar.gz) = 5104 +SHA256 (buganini-bug5-1.18_GH0.tar.gz) = cbda17a43c97d8a260a9d58106b4e755205aac1fc74411d3084b782b42f9ac0a +SIZE (buganini-bug5-1.18_GH0.tar.gz) = 5132 From owner-svn-ports-all@freebsd.org Sun Jun 28 08:38:45 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0A13498F29C; Sun, 28 Jun 2015 08:38:45 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EF74B11D3; Sun, 28 Jun 2015 08:38:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5S8ciwv057837; Sun, 28 Jun 2015 08:38:44 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5S8cigt057834; Sun, 28 Jun 2015 08:38:44 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506280838.t5S8cigt057834@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 08:38:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390755 - in head/chinese/chiconv: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 08:38:45 -0000 Author: sunpoet Date: Sun Jun 28 08:38:43 2015 New Revision: 390755 URL: https://svnweb.freebsd.org/changeset/ports/390755 Log: - Update to 11.3 - Strip binary executable Changes: https://github.com/buganini/chiconv/releases PR: 201019 Submitted by: sunpoet (myself) Approved by: Kuan-Chung Chiu (maintainer) Deleted: head/chinese/chiconv/files/ Modified: head/chinese/chiconv/Makefile head/chinese/chiconv/distinfo Modified: head/chinese/chiconv/Makefile ============================================================================== --- head/chinese/chiconv/Makefile Sun Jun 28 08:38:39 2015 (r390754) +++ head/chinese/chiconv/Makefile Sun Jun 28 08:38:43 2015 (r390755) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= chiconv -PORTVERSION= 11.1 +PORTVERSION= 11.3 CATEGORIES= chinese converters MAINTAINER= buganini@gmail.com @@ -19,4 +19,7 @@ MAKE_ARGS= PREFIX=${PREFIX} PLIST_FILES= bin/chiconv +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/chiconv + .include Modified: head/chinese/chiconv/distinfo ============================================================================== --- head/chinese/chiconv/distinfo Sun Jun 28 08:38:39 2015 (r390754) +++ head/chinese/chiconv/distinfo Sun Jun 28 08:38:43 2015 (r390755) @@ -1,2 +1,2 @@ -SHA256 (buganini-chiconv-11.1_GH0.tar.gz) = a4eb45c2f030f37ef2b9af372a66780dc48cdee674f9eaec23b13ed5f3dbcf2a -SIZE (buganini-chiconv-11.1_GH0.tar.gz) = 2948 +SHA256 (buganini-chiconv-11.3_GH0.tar.gz) = 8f878ddff86b5ea1c03cdcbe245e710f97e068918531998a074d6b5abfb6d891 +SIZE (buganini-chiconv-11.3_GH0.tar.gz) = 3746 From owner-svn-ports-all@freebsd.org Sun Jun 28 08:38:48 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3D0FC98F2A8; Sun, 28 Jun 2015 08:38:48 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2261F12B9; Sun, 28 Jun 2015 08:38:48 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5S8clIX058010; Sun, 28 Jun 2015 08:38:47 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5S8cl0U058006; Sun, 28 Jun 2015 08:38:47 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201506280838.t5S8cl0U058006@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 28 Jun 2015 08:38:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390756 - in head/math: . alt-ergo-spark X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 08:38:48 -0000 Author: marino Date: Sun Jun 28 08:38:46 2015 New Revision: 390756 URL: https://svnweb.freebsd.org/changeset/ports/390756 Log: Add new port math/alt-ergo-spark (required by SPARK 2015) This will be RUN_DEPENDS for lang/spark when it is fixed. The "stock" math/alt-ergo cannot be used, it locks up when gnatprove calls it. Added: head/math/alt-ergo-spark/ head/math/alt-ergo-spark/Makefile (contents, props changed) head/math/alt-ergo-spark/distinfo (contents, props changed) head/math/alt-ergo-spark/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Sun Jun 28 08:38:43 2015 (r390755) +++ head/math/Makefile Sun Jun 28 08:38:46 2015 (r390756) @@ -52,6 +52,7 @@ SUBDIR += algae SUBDIR += algotutor SUBDIR += alt-ergo + SUBDIR += alt-ergo-spark SUBDIR += analitza SUBDIR += ann SUBDIR += apc Added: head/math/alt-ergo-spark/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/alt-ergo-spark/Makefile Sun Jun 28 08:38:46 2015 (r390756) @@ -0,0 +1,32 @@ +# $FreeBSD$ + +PORTNAME= alt-ergo +PORTVERSION= 2015 +CATEGORIES= math +MASTER_SITES= http://downloads.dragonlace.net/src/ +PKGNAMESUFFIX= -spark +DISTNAME= alt-ergo-for-spark-gpl-${PORTVERSION}-src + +MAINTAINER= marino@FreeBSD.org +COMMENT= Automatic solver for SPARK 2015 + +LICENSE= CeCILL-C +LICENSE_NAME= Ce[a] C[nrs] I[nria] L[ogiciel] L[ibre] C license, version 1 +LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + +BUILD_DEPENDS= ocaml-zarith>1.2:${PORTSDIR}/math/ocaml-zarith \ + ocaml-ocamlgraph>1.8:${PORTSDIR}/math/ocaml-ocamlgraph +RUN_DEPENDS= ocaml-ocamlgraph>1.8:${PORTSDIR}/math/ocaml-ocamlgraph + +USES= gmake +USE_OCAML= yes +GNU_CONFIGURE= yes +MAKE_ARGS= NAME=alt-ergo-spark +PLIST_FILES= bin/alt-ergo-spark man/man1/alt-ergo-spark.1.gz + +post-install: + ${MV} ${STAGEDIR}${MANPREFIX}/man/man1/alt-ergo.1 \ + ${STAGEDIR}${MANPREFIX}/man/man1/alt-ergo-spark.1.gz + +.include Added: head/math/alt-ergo-spark/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/alt-ergo-spark/distinfo Sun Jun 28 08:38:46 2015 (r390756) @@ -0,0 +1,2 @@ +SHA256 (alt-ergo-for-spark-gpl-2015-src.tar.gz) = 56e70ee8d7b67e95945c156ff80833e45612882605a163a779b7d11ea01f6fbf +SIZE (alt-ergo-for-spark-gpl-2015-src.tar.gz) = 230073 Added: head/math/alt-ergo-spark/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/alt-ergo-spark/pkg-descr Sun Jun 28 08:38:46 2015 (r390756) @@ -0,0 +1,4 @@ +This is a component of SPARK 2015: Those looking for the automatic +theorem prover known as Alt-Ergo should refer to math/alt-ergo instead + +WWW: https://forge.open-do.org/projects/spark2014 From owner-svn-ports-all@freebsd.org Sun Jun 28 08:40:30 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 100FA98F39D; Sun, 28 Jun 2015 08:40:30 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F2E2C189A; Sun, 28 Jun 2015 08:40:29 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5S8eTK0058958; Sun, 28 Jun 2015 08:40:29 GMT (envelope-from mva@FreeBSD.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5S8eTW3058955; Sun, 28 Jun 2015 08:40:29 GMT (envelope-from mva@FreeBSD.org) Message-Id: <201506280840.t5S8eTW3058955@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mva set sender to mva@FreeBSD.org using -f From: Marcus von Appen Date: Sun, 28 Jun 2015 08:40:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390757 - head/devel/py-ply X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 08:40:30 -0000 Author: mva Date: Sun Jun 28 08:40:28 2015 New Revision: 390757 URL: https://svnweb.freebsd.org/changeset/ports/390757 Log: - Update to version 3.6 - Enable installation support for different python versions in parallel PLY version 3.6 is a bugfix release. Changelog: https://github.com/dabeaz/ply/blob/master/CHANGES Modified: head/devel/py-ply/Makefile head/devel/py-ply/distinfo head/devel/py-ply/pkg-plist Modified: head/devel/py-ply/Makefile ============================================================================== --- head/devel/py-ply/Makefile Sun Jun 28 08:38:46 2015 (r390756) +++ head/devel/py-ply/Makefile Sun Jun 28 08:40:28 2015 (r390757) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ply -PORTVERSION= 3.4 +PORTVERSION= 3.6 CATEGORIES= devel python MASTER_SITES= http://www.dabeaz.com/ply/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,21 +13,24 @@ COMMENT= Python Lex-Yacc LICENSE= BSD3CLAUSE USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils -PORTDOCS= ply.html internal.html README +PORTDOCS= ply.html internal.html OPTIONS_DEFINE= DOCS EXAMPLES +post-extract: + @${FIND} ${WRKSRC}/example -name "*.pyc" -type f -delete + @${FIND} ${WRKSRC}/example -name "__pycache__" -type d -delete + pre-configure: @${REINPLACE_CMD} -e 's|from setuptools import setup|from distutils.core import setup|' \ ${WRKSRC}/setup.py post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/doc/ply.html ${STAGEDIR}${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/doc/internal.html ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/ply.html ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/internal.html ${STAGEDIR}${DOCSDIR} @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${CP} -R ${WRKSRC}/example/ ${STAGEDIR}${EXAMPLESDIR} Modified: head/devel/py-ply/distinfo ============================================================================== --- head/devel/py-ply/distinfo Sun Jun 28 08:38:46 2015 (r390756) +++ head/devel/py-ply/distinfo Sun Jun 28 08:40:28 2015 (r390757) @@ -1,2 +1,2 @@ -SHA256 (ply-3.4.tar.gz) = af435f11b7bdd69da5ffbc3fecb8d70a7073ec952e101764c88720cdefb2546b -SIZE (ply-3.4.tar.gz) = 138342 +SHA256 (ply-3.6.tar.gz) = 61367b9eb2f4b819f69ea116750305270f1df8859992c9e356d6a851f25a4b47 +SIZE (ply-3.6.tar.gz) = 281690 Modified: head/devel/py-ply/pkg-plist ============================================================================== --- head/devel/py-ply/pkg-plist Sun Jun 28 08:38:46 2015 (r390756) +++ head/devel/py-ply/pkg-plist Sun Jun 28 08:40:28 2015 (r390757) @@ -2,13 +2,21 @@ %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ansic/clex.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ansic/cparse.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/calc/calc.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calc/parser.out +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calc/parsetab.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calceof/calc.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/calcdebug/calc.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/classcalc/calc.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/classcalc/calc_Calc_parsetab.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/closurecalc/calc.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hedit/hedit.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/newclasscalc/calc.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/newclasscalc/calc_Calc_parsetab.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/optcalc/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/optcalc/calc.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/optcalc/lextab.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/optcalc/parser.out +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/optcalc/parsetab.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/unicalc/calc.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/yply/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/yply/ylex.py From owner-svn-ports-all@freebsd.org Sun Jun 28 08:49:01 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A8A2C98F412; Sun, 28 Jun 2015 08:49:01 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 997641C89; Sun, 28 Jun 2015 08:49:01 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5S8n1nA063234; Sun, 28 Jun 2015 08:49:01 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5S8n1DP063233; Sun, 28 Jun 2015 08:49:01 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201506280849.t5S8n1DP063233@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 28 Jun 2015 08:49:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390758 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 08:49:01 -0000 Author: riggs Date: Sun Jun 28 08:49:01 2015 New Revision: 390758 URL: https://svnweb.freebsd.org/changeset/ports/390758 Log: - Reintroduce MASTER_SITE_COMP_SOURCES - Update list of valid sites for MASTER_SITE_COMP_SOURCES PR: 199447 Submitted by: portmaster@bsdforge.com Modified: head/Mk/bsd.sites.mk Modified: head/Mk/bsd.sites.mk ============================================================================== --- head/Mk/bsd.sites.mk Sun Jun 28 08:40:28 2015 (r390757) +++ head/Mk/bsd.sites.mk Sun Jun 28 08:49:01 2015 (r390758) @@ -113,6 +113,14 @@ MASTER_SITE_CHEESESHOP+= \ http://pypi.python.jp/${DISTNAME:S/${DISTVERSION}//:S/-//}/ .endif +.if !defined(IGNORE_MASTER_SITE_COMP_SOURCES) +MASTER_SITE_COMP_SOURCES+= \ + http://ftp.isc.org/pub/usenet/comp.sources.%SUBDIR%/ \ + http://ftp.funet.fi/pub/archive/comp.sources.%SUBDIR%/ \ + http://ftp.sunet.se/pub/usenet/ftp.uu.net/comp.sources.%SUBDIR%/ \ + http://ftp.fi.netbsd.org/pub/misc/archive/comp.sources.%SUBDIR%/ +.endif + .if !defined(IGNORE_MASTER_SITE_DEBIAN) MASTER_SITE_DEBIAN+= \ http://cdn.debian.net/debian/%SUBDIR%/ \ From owner-svn-ports-all@freebsd.org Sun Jun 28 08:50:17 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EEC2E98F442; Sun, 28 Jun 2015 08:50:17 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DF1531D9F; Sun, 28 Jun 2015 08:50:17 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5S8oHoE063590; Sun, 28 Jun 2015 08:50:17 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5S8oH8p063589; Sun, 28 Jun 2015 08:50:17 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201506280850.t5S8oH8p063589@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 28 Jun 2015 08:50:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390759 - head/sysutils/copytape X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 08:50:18 -0000 Author: riggs Date: Sun Jun 28 08:50:17 2015 New Revision: 390759 URL: https://svnweb.freebsd.org/changeset/ports/390759 Log: Un-break build: Distfiles are fetchable again after r390758 Modified: head/sysutils/copytape/Makefile Modified: head/sysutils/copytape/Makefile ============================================================================== --- head/sysutils/copytape/Makefile Sun Jun 28 08:49:01 2015 (r390758) +++ head/sysutils/copytape/Makefile Sun Jun 28 08:50:17 2015 (r390759) @@ -11,8 +11,6 @@ EXTRACT_SUFX= .Z MAINTAINER= sjroz@verizon.net COMMENT= Program that is used to duplicate magtapes -BROKEN= No public distfiles - EXTRACT_DEPENDS= gunshar:${PORTSDIR}/archivers/sharutils NO_WRKSUBDIR= yes From owner-svn-ports-all@freebsd.org Sun Jun 28 08:52:16 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 88D0398F542; Sun, 28 Jun 2015 08:52:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 79F761100; Sun, 28 Jun 2015 08:52:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5S8qGSZ067574; Sun, 28 Jun 2015 08:52:16 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5S8qGg2067573; Sun, 28 Jun 2015 08:52:16 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506280852.t5S8qGg2067573@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 08:52:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390760 - head/russian/wordpress X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 08:52:16 -0000 Author: sunpoet Date: Sun Jun 28 08:52:15 2015 New Revision: 390760 URL: https://svnweb.freebsd.org/changeset/ports/390760 Log: - Use DISTVERSIONSUFFIX instead of DISTNAME Approved by: portmgr (blanket) Modified: head/russian/wordpress/Makefile Modified: head/russian/wordpress/Makefile ============================================================================== --- head/russian/wordpress/Makefile Sun Jun 28 08:50:17 2015 (r390759) +++ head/russian/wordpress/Makefile Sun Jun 28 08:52:15 2015 (r390760) @@ -3,9 +3,9 @@ PORTNAME= wordpress PORTVERSION= 4.2.2 +DISTVERSIONSUFFIX= -ru_RU CATEGORIES= russian www MASTER_SITES= http://ru.wordpress.org/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-ru_RU MAINTAINER= 9267096@gmail.com COMMENT= State-of-the-art semantic personal publishing platform From owner-svn-ports-all@freebsd.org Sun Jun 28 08:53:23 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6786198F5A4; Sun, 28 Jun 2015 08:53:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5879F12E9; Sun, 28 Jun 2015 08:53:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5S8rN9e067801; Sun, 28 Jun 2015 08:53:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5S8rNi8067800; Sun, 28 Jun 2015 08:53:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506280853.t5S8rNi8067800@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 08:53:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390761 - head/chinese/wordpress-zh_TW X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 08:53:23 -0000 Author: sunpoet Date: Sun Jun 28 08:53:22 2015 New Revision: 390761 URL: https://svnweb.freebsd.org/changeset/ports/390761 Log: - Use DISTVERSIONSUFFIX instead of DISTNAME Approved by: portmgr (blanket) Modified: head/chinese/wordpress-zh_TW/Makefile Modified: head/chinese/wordpress-zh_TW/Makefile ============================================================================== --- head/chinese/wordpress-zh_TW/Makefile Sun Jun 28 08:52:15 2015 (r390760) +++ head/chinese/wordpress-zh_TW/Makefile Sun Jun 28 08:53:22 2015 (r390761) @@ -3,11 +3,11 @@ PORTNAME= wordpress PORTVERSION= 4.2.2 +DISTVERSIONSUFFIX= -zh_TW CATEGORIES= chinese www MASTER_SITES= http://tw.wordpress.org/ \ http://mirror.joehorn.idv.tw/wordpress/ PKGNAMESUFFIX= -zh_TW -DISTNAME= ${PORTNAME}-${PORTVERSION}${PKGNAMESUFFIX} MAINTAINER= joehorn@gmail.com COMMENT= State-of-the-art semantic personal publishing platform From owner-svn-ports-all@freebsd.org Sun Jun 28 08:56:41 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 12CA998F5F6; Sun, 28 Jun 2015 08:56:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 03A1F1516; Sun, 28 Jun 2015 08:56:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5S8uee4068389; Sun, 28 Jun 2015 08:56:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5S8ue6e068387; Sun, 28 Jun 2015 08:56:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506280856.t5S8ue6e068387@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 08:56:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390762 - head/chinese/wordpress-zh_CN X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 08:56:41 -0000 Author: sunpoet Date: Sun Jun 28 08:56:39 2015 New Revision: 390762 URL: https://svnweb.freebsd.org/changeset/ports/390762 Log: - Update to 4.2.2 - Use DISTVERSIONSUFFIX instead of DISTNAME Changes: https://wordpress.org/news/2015/05/wordpress-4-2-2/ Approved by: Joe Horn (maintainer) Modified: head/chinese/wordpress-zh_CN/Makefile head/chinese/wordpress-zh_CN/distinfo Modified: head/chinese/wordpress-zh_CN/Makefile ============================================================================== --- head/chinese/wordpress-zh_CN/Makefile Sun Jun 28 08:53:22 2015 (r390761) +++ head/chinese/wordpress-zh_CN/Makefile Sun Jun 28 08:56:39 2015 (r390762) @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= wordpress -PORTVERSION= 4.2 +PORTVERSION= 4.2.2 +DISTVERSIONSUFFIX= -zh_CN CATEGORIES= chinese www MASTER_SITES= http://cn.wordpress.org/ \ http://mirror.joehorn.idv.tw/wordpress/ PKGNAMESUFFIX= -zh_CN -DISTNAME= ${PORTNAME}-${PORTVERSION}${PKGNAMESUFFIX} MAINTAINER= joehorn@gmail.com COMMENT= State-of-the-art semantic personal publishing platform Modified: head/chinese/wordpress-zh_CN/distinfo ============================================================================== --- head/chinese/wordpress-zh_CN/distinfo Sun Jun 28 08:53:22 2015 (r390761) +++ head/chinese/wordpress-zh_CN/distinfo Sun Jun 28 08:56:39 2015 (r390762) @@ -1,2 +1,2 @@ -SHA256 (wordpress-4.2-zh_CN.tar.gz) = 5bb241c869cb7ae6aa09a7a5beecb8b118aebedcb682ab14023cfb4fb4686fb7 -SIZE (wordpress-4.2-zh_CN.tar.gz) = 6736556 +SHA256 (wordpress-4.2.2-zh_CN.tar.gz) = b63d96520922b2e3f0e5dfe409a1a05b682f43729f8f75e641d35d10b51c509b +SIZE (wordpress-4.2.2-zh_CN.tar.gz) = 6722406 From owner-svn-ports-all@freebsd.org Sun Jun 28 09:44:57 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CF20A98DBAA; Sun, 28 Jun 2015 09:44:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A5835143F; Sun, 28 Jun 2015 09:44:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5S9ivVo094630; Sun, 28 Jun 2015 09:44:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5S9iu58094623; Sun, 28 Jun 2015 09:44:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506280944.t5S9iu58094623@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 09:44:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390763 - head/converters/p5-Encode X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 09:44:57 -0000 Author: sunpoet Date: Sun Jun 28 09:44:56 2015 New Revision: 390763 URL: https://svnweb.freebsd.org/changeset/ports/390763 Log: - Update to 2.74 Changes: http://search.cpan.org/dist/Encode/Changes Modified: head/converters/p5-Encode/Makefile head/converters/p5-Encode/distinfo head/converters/p5-Encode/pkg-plist Modified: head/converters/p5-Encode/Makefile ============================================================================== --- head/converters/p5-Encode/Makefile Sun Jun 28 08:56:39 2015 (r390762) +++ head/converters/p5-Encode/Makefile Sun Jun 28 09:44:56 2015 (r390763) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Encode -PORTVERSION= 2.73 +PORTVERSION= 2.74 CATEGORIES= converters perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DANKOGAI @@ -19,13 +19,15 @@ USES= perl5 .include -.if ${PERL_LEVEL} < 502101 -PLIST_FILES+= bin/encguess man/man1/encguess.1.gz +.if ${PERL_LEVEL} < 502200 +PLIST_SUB+= OLD_PERL="" +.else +PLIST_SUB+= OLD_PERL="@comment " .endif post-patch: @${REINPLACE_CMD} -e 's|bin/enc2xs||; s|bin/piconv||' ${WRKSRC}/Makefile.PL -.if ${PERL_LEVEL} >= 502101 +.if ${PERL_LEVEL} >= 502200 @${REINPLACE_CMD} -e 's|bin/encguess||' ${WRKSRC}/Makefile.PL .endif Modified: head/converters/p5-Encode/distinfo ============================================================================== --- head/converters/p5-Encode/distinfo Sun Jun 28 08:56:39 2015 (r390762) +++ head/converters/p5-Encode/distinfo Sun Jun 28 09:44:56 2015 (r390763) @@ -1,2 +1,2 @@ -SHA256 (Encode-2.73.tar.gz) = 6b6c7b58bf5cdd8163ca6c9d161a7b986e14ddef973ba342b3e07ab11afea0fb -SIZE (Encode-2.73.tar.gz) = 2013300 +SHA256 (Encode-2.74.tar.gz) = aa3c832a0478dae1da4e4ac8b12de0d2460c95964ae5d600f6af12f5c9afa6c0 +SIZE (Encode-2.74.tar.gz) = 2014125 Modified: head/converters/p5-Encode/pkg-plist ============================================================================== --- head/converters/p5-Encode/pkg-plist Sun Jun 28 08:56:39 2015 (r390762) +++ head/converters/p5-Encode/pkg-plist Sun Jun 28 09:44:56 2015 (r390763) @@ -1,3 +1,4 @@ +%%OLD_PERL%%bin/encguess %%SITE_ARCH%%/Encode.pm %%SITE_ARCH%%/Encode/Alias.pm %%SITE_ARCH%%/Encode/Byte.pm @@ -59,3 +60,4 @@ %%PERL5_MAN3%%/Encode::Supported.3.gz %%PERL5_MAN3%%/Encode::Unicode::UTF7.3.gz %%PERL5_MAN3%%/encoding.3.gz +%%OLD_PERL%%man/man1/encguess.1.gz From owner-svn-ports-all@freebsd.org Sun Jun 28 09:45:03 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5070498DBFF; Sun, 28 Jun 2015 09:45:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EB2D91511; Sun, 28 Jun 2015 09:45:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5S9j2IB094859; Sun, 28 Jun 2015 09:45:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5S9j2Es094856; Sun, 28 Jun 2015 09:45:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506280945.t5S9j2Es094856@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 09:45:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390764 - head/devel/p5-MooX-Types-MooseLike X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 09:45:03 -0000 Author: sunpoet Date: Sun Jun 28 09:45:01 2015 New Revision: 390764 URL: https://svnweb.freebsd.org/changeset/ports/390764 Log: - Update to 0.29 - Add NO_ARCH Changes: http://search.cpan.org/dist/MooX-Types-MooseLike/Changes Modified: head/devel/p5-MooX-Types-MooseLike/Makefile head/devel/p5-MooX-Types-MooseLike/distinfo Modified: head/devel/p5-MooX-Types-MooseLike/Makefile ============================================================================== --- head/devel/p5-MooX-Types-MooseLike/Makefile Sun Jun 28 09:44:56 2015 (r390763) +++ head/devel/p5-MooX-Types-MooseLike/Makefile Sun Jun 28 09:45:01 2015 (r390764) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= MooX-Types-MooseLike -PORTVERSION= 0.28 +PORTVERSION= 0.29 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -19,6 +19,7 @@ TEST_DEPENDS= p5-Moo>=1.004002:${PORTSDI p5-Set-Object>=1:${PORTSDIR}/devel/p5-Set-Object \ p5-Test-Fatal>=0.003:${PORTSDIR}/devel/p5-Test-Fatal +NO_ARCH= yes USE_PERL5= configure USES= perl5 Modified: head/devel/p5-MooX-Types-MooseLike/distinfo ============================================================================== --- head/devel/p5-MooX-Types-MooseLike/distinfo Sun Jun 28 09:44:56 2015 (r390763) +++ head/devel/p5-MooX-Types-MooseLike/distinfo Sun Jun 28 09:45:01 2015 (r390764) @@ -1,2 +1,2 @@ -SHA256 (MooX-Types-MooseLike-0.28.tar.gz) = 635e57c26cacbf30647418eb1895c8d33927bf4f35d8ce25df2466756b174e95 -SIZE (MooX-Types-MooseLike-0.28.tar.gz) = 16878 +SHA256 (MooX-Types-MooseLike-0.29.tar.gz) = 1d3780aa9bea430afbe65aa8c76e718f1045ce788aadda4116f59d3b7a7ad2b4 +SIZE (MooX-Types-MooseLike-0.29.tar.gz) = 18804 From owner-svn-ports-all@freebsd.org Sun Jun 28 09:45:07 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7A4D398DC2B; Sun, 28 Jun 2015 09:45:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5701A168B; Sun, 28 Jun 2015 09:45:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5S9j711094989; Sun, 28 Jun 2015 09:45:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5S9j64L094987; Sun, 28 Jun 2015 09:45:06 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506280945.t5S9j64L094987@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 09:45:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390765 - head/net/p5-Socket X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 09:45:07 -0000 Author: sunpoet Date: Sun Jun 28 09:45:06 2015 New Revision: 390765 URL: https://svnweb.freebsd.org/changeset/ports/390765 Log: - Update to 2.020 Changes: http://search.cpan.org/dist/Socket/Changes Modified: head/net/p5-Socket/Makefile head/net/p5-Socket/distinfo Modified: head/net/p5-Socket/Makefile ============================================================================== --- head/net/p5-Socket/Makefile Sun Jun 28 09:45:01 2015 (r390764) +++ head/net/p5-Socket/Makefile Sun Jun 28 09:45:06 2015 (r390765) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Socket -PORTVERSION= 2.019 +PORTVERSION= 2.020 CATEGORIES= net perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PEVANS Modified: head/net/p5-Socket/distinfo ============================================================================== --- head/net/p5-Socket/distinfo Sun Jun 28 09:45:01 2015 (r390764) +++ head/net/p5-Socket/distinfo Sun Jun 28 09:45:06 2015 (r390765) @@ -1,2 +1,2 @@ -SHA256 (Socket-2.019.tar.gz) = 0a5188686e6b71ef3464a0d74f18bda62912b8e35aeb714483ab5f0b157a7b5e -SIZE (Socket-2.019.tar.gz) = 41424 +SHA256 (Socket-2.020.tar.gz) = 9ad4174c45b4c31d5e0b8019ada1fc767093849e77f268f0d1831eeb891dfdd7 +SIZE (Socket-2.020.tar.gz) = 41663 From owner-svn-ports-all@freebsd.org Sun Jun 28 09:45:13 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 220F098DC54; Sun, 28 Jun 2015 09:45:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E00041996; Sun, 28 Jun 2015 09:45:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5S9jCor095159; Sun, 28 Jun 2015 09:45:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5S9jC8e095154; Sun, 28 Jun 2015 09:45:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506280945.t5S9jC8e095154@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 09:45:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390766 - head/devel/rubygem-fog-brightbox X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 09:45:13 -0000 Author: sunpoet Date: Sun Jun 28 09:45:11 2015 New Revision: 390766 URL: https://svnweb.freebsd.org/changeset/ports/390766 Log: - Update to 0.7.2 - Add NO_ARCH - Update WWW Changes: https://github.com/fog/fog-brightbox/blob/master/CHANGELOG.md Modified: head/devel/rubygem-fog-brightbox/Makefile head/devel/rubygem-fog-brightbox/distinfo head/devel/rubygem-fog-brightbox/pkg-descr Modified: head/devel/rubygem-fog-brightbox/Makefile ============================================================================== --- head/devel/rubygem-fog-brightbox/Makefile Sun Jun 28 09:45:06 2015 (r390765) +++ head/devel/rubygem-fog-brightbox/Makefile Sun Jun 28 09:45:11 2015 (r390766) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fog-brightbox -PORTVERSION= 0.7.1 +PORTVERSION= 0.7.2 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -15,6 +15,7 @@ RUN_DEPENDS= rubygem-fog-core>=1.22:${PO rubygem-fog-json>=0:${PORTSDIR}/devel/rubygem-fog-json \ rubygem-inflecto>=0.0.2:${PORTSDIR}/devel/rubygem-inflecto +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-fog-brightbox/distinfo ============================================================================== --- head/devel/rubygem-fog-brightbox/distinfo Sun Jun 28 09:45:06 2015 (r390765) +++ head/devel/rubygem-fog-brightbox/distinfo Sun Jun 28 09:45:11 2015 (r390766) @@ -1,2 +1,2 @@ -SHA256 (rubygem/fog-brightbox-0.7.1.gem) = 961186ee55edb77cf88d24d15c21982000374a3f80d8df5b7ca1682ab048eab2 -SIZE (rubygem/fog-brightbox-0.7.1.gem) = 51200 +SHA256 (rubygem/fog-brightbox-0.7.2.gem) = 5881dac4941b62e6ed5108b2d7505484923388d0cf752822813970e114d66618 +SIZE (rubygem/fog-brightbox-0.7.2.gem) = 51712 Modified: head/devel/rubygem-fog-brightbox/pkg-descr ============================================================================== --- head/devel/rubygem-fog-brightbox/pkg-descr Sun Jun 28 09:45:06 2015 (r390765) +++ head/devel/rubygem-fog-brightbox/pkg-descr Sun Jun 28 09:45:11 2015 (r390766) @@ -12,5 +12,5 @@ This includes support for the following - Load Balancers - SQL Cloud instances -WWW: https://github.com/brightbox/fog-brightbox +WWW: https://github.com/fog/fog-brightbox RG: https://rubygems.org/gems/fog-brightbox From owner-svn-ports-all@freebsd.org Sun Jun 28 09:45:17 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6891698DC80; Sun, 28 Jun 2015 09:45:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 417301A17; Sun, 28 Jun 2015 09:45:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5S9jHl1095290; Sun, 28 Jun 2015 09:45:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5S9jG81095288; Sun, 28 Jun 2015 09:45:16 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506280945.t5S9jG81095288@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 09:45:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390767 - head/ftp/pure-ftpd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 09:45:17 -0000 Author: sunpoet Date: Sun Jun 28 09:45:16 2015 New Revision: 390767 URL: https://svnweb.freebsd.org/changeset/ports/390767 Log: - Update to 1.0.41 - Remove TLS_CERTFILE: it is added to pure-ftpd.conf and configurable at runtime Changes: https://github.com/jedisct1/pure-ftpd/blob/master/ChangeLog Modified: head/ftp/pure-ftpd/Makefile head/ftp/pure-ftpd/distinfo Modified: head/ftp/pure-ftpd/Makefile ============================================================================== --- head/ftp/pure-ftpd/Makefile Sun Jun 28 09:45:11 2015 (r390766) +++ head/ftp/pure-ftpd/Makefile Sun Jun 28 09:45:16 2015 (r390767) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pure-ftpd -PORTVERSION= 1.0.40 +PORTVERSION= 1.0.41 CATEGORIES= ftp ipv6 MASTER_SITES= http://download.pureftpd.org/pub/pure-ftpd/releases/ \ ftp://ftp.pureftpd.org/pub/pure-ftpd/releases/ \ @@ -62,7 +62,6 @@ LANG?= english PAM_DIR?= ${EXAMPLESDIR}/pam PAM_TARGET?= pure-ftpd PAM_TEMPL?= ${FILESDIR}/pam.conf.5 -TLS_CERTFILE?= /etc/ssl/private/pure-ftpd.pem ANONDELETE_CPPFLAGS= -DANON_CAN_DELETE ANONRENAME_CPPFLAGS= -DANON_CAN_RENAME @@ -80,8 +79,7 @@ PRIVSEP_CONFIGURE_WITH= privsep SCRYPT_LIB_DEPENDS= libsodium.so:${PORTSDIR}/security/libsodium SENDFILE_CONFIGURE_WITH=sendfile THROTTLING_CONFIGURE_WITH= throttling -TLS_CONFIGURE_OFF= --without-tls -TLS_CONFIGURE_ON= --with-certfile=${TLS_CERTFILE} --with-tls +TLS_CONFIGURE_WITH= tls TLS_CPPFLAGS= -I${OPENSSLINC} TLS_LDFLAGS= -L${OPENSSLLIB} TLS_USE= OPENSSL=yes @@ -107,9 +105,6 @@ pre-fetch: @${ECHO_MSG} " norwegian, polish, romanian, russian, simplified-chinese, slovak," @${ECHO_MSG} " spanish, swedish, traditional-chinese, turkish" @${ECHO_MSG} "" - @${ECHO_MSG} "TLS_CERTFILE=/path/to/file (default: /etc/ssl/private/pure-ftpd.pem)" - @${ECHO_MSG} "- Custom location of certificate file for TLS" - @${ECHO_MSG} "" post-patch: @${REINPLACE_CMD} -e 's|@PERL@|${PERL}|; s|$${exec_prefix}|${PREFIX}|g' ${WRKSRC}/configuration-file/pure-config.pl.in Modified: head/ftp/pure-ftpd/distinfo ============================================================================== --- head/ftp/pure-ftpd/distinfo Sun Jun 28 09:45:11 2015 (r390766) +++ head/ftp/pure-ftpd/distinfo Sun Jun 28 09:45:16 2015 (r390767) @@ -1,2 +1,2 @@ -SHA256 (pure-ftpd-1.0.40.tar.bz2) = 004dd4e991537f100fb6cdcdcd43460ed49847aefb60bc4577466839de95aa20 -SIZE (pure-ftpd-1.0.40.tar.bz2) = 495141 +SHA256 (pure-ftpd-1.0.41.tar.bz2) = 1d48f650f366b8151d86b86c79f4bb874e95143bdac0e767038eda832d28a010 +SIZE (pure-ftpd-1.0.41.tar.bz2) = 496457 From owner-svn-ports-all@freebsd.org Sun Jun 28 09:45:21 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DD51198DCAE; Sun, 28 Jun 2015 09:45:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CE6E91AF5; Sun, 28 Jun 2015 09:45:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5S9jLpL095413; Sun, 28 Jun 2015 09:45:21 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5S9jLPZ095412; Sun, 28 Jun 2015 09:45:21 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506280945.t5S9jLPZ095412@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 09:45:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390768 - head/net/rubygem-fog-ecloud X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 09:45:22 -0000 Author: sunpoet Date: Sun Jun 28 09:45:20 2015 New Revision: 390768 URL: https://svnweb.freebsd.org/changeset/ports/390768 Log: - Update to 0.3.0 Changes: https://github.com/fog/fog-ecloud/commits/master Modified: head/net/rubygem-fog-ecloud/Makefile head/net/rubygem-fog-ecloud/distinfo Modified: head/net/rubygem-fog-ecloud/Makefile ============================================================================== --- head/net/rubygem-fog-ecloud/Makefile Sun Jun 28 09:45:16 2015 (r390767) +++ head/net/rubygem-fog-ecloud/Makefile Sun Jun 28 09:45:20 2015 (r390768) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fog-ecloud -PORTVERSION= 0.2.0 +PORTVERSION= 0.3.0 CATEGORIES= net rubygems MASTER_SITES= RG Modified: head/net/rubygem-fog-ecloud/distinfo ============================================================================== --- head/net/rubygem-fog-ecloud/distinfo Sun Jun 28 09:45:16 2015 (r390767) +++ head/net/rubygem-fog-ecloud/distinfo Sun Jun 28 09:45:20 2015 (r390768) @@ -1,2 +1,2 @@ -SHA256 (rubygem/fog-ecloud-0.2.0.gem) = ebf31d8d5c41d77115c97e2e0411ddf41893ec22e5586d86acaaa8ab610f4b0b -SIZE (rubygem/fog-ecloud-0.2.0.gem) = 56320 +SHA256 (rubygem/fog-ecloud-0.3.0.gem) = 06c456b3729635860473a3917ac3f15ba708011419c9bb37e6bca7a624262ba3 +SIZE (rubygem/fog-ecloud-0.3.0.gem) = 65024 From owner-svn-ports-all@freebsd.org Sun Jun 28 09:45:26 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 94DAB98DCCF; Sun, 28 Jun 2015 09:45:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 85C581BF9; Sun, 28 Jun 2015 09:45:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5S9jQno095565; Sun, 28 Jun 2015 09:45:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5S9jQxi095562; Sun, 28 Jun 2015 09:45:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506280945.t5S9jQxi095562@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 09:45:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390769 - head/sysutils/rubygem-guard-rspec X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 09:45:26 -0000 Author: sunpoet Date: Sun Jun 28 09:45:25 2015 New Revision: 390769 URL: https://svnweb.freebsd.org/changeset/ports/390769 Log: - Update to 4.6.0 Changes: https://github.com/guard/guard-rspec/releases Modified: head/sysutils/rubygem-guard-rspec/Makefile head/sysutils/rubygem-guard-rspec/distinfo Modified: head/sysutils/rubygem-guard-rspec/Makefile ============================================================================== --- head/sysutils/rubygem-guard-rspec/Makefile Sun Jun 28 09:45:20 2015 (r390768) +++ head/sysutils/rubygem-guard-rspec/Makefile Sun Jun 28 09:45:25 2015 (r390769) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= guard-rspec -PORTVERSION= 4.5.2 +PORTVERSION= 4.6.0 CATEGORIES= sysutils rubygems MASTER_SITES= RG Modified: head/sysutils/rubygem-guard-rspec/distinfo ============================================================================== --- head/sysutils/rubygem-guard-rspec/distinfo Sun Jun 28 09:45:20 2015 (r390768) +++ head/sysutils/rubygem-guard-rspec/distinfo Sun Jun 28 09:45:25 2015 (r390769) @@ -1,2 +1,2 @@ -SHA256 (rubygem/guard-rspec-4.5.2.gem) = 8ddbeeb413d8f2676e6e3793582404a49daaceefeeeb30af929e39d36a965c44 -SIZE (rubygem/guard-rspec-4.5.2.gem) = 26624 +SHA256 (rubygem/guard-rspec-4.6.0.gem) = 4ae669def3468048235604d13375222ceafd0d9e61ed673f6653269e6c4ce317 +SIZE (rubygem/guard-rspec-4.6.0.gem) = 28160 From owner-svn-ports-all@freebsd.org Sun Jun 28 09:45:31 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1AB3798DCFF; Sun, 28 Jun 2015 09:45:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0BC891CF0; Sun, 28 Jun 2015 09:45:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5S9jUAF095689; Sun, 28 Jun 2015 09:45:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5S9jUBq095687; Sun, 28 Jun 2015 09:45:30 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506280945.t5S9jUBq095687@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 09:45:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390770 - head/security/p5-Net-SSLeay X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 09:45:31 -0000 Author: sunpoet Date: Sun Jun 28 09:45:29 2015 New Revision: 390770 URL: https://svnweb.freebsd.org/changeset/ports/390770 Log: - Update to 1.70 Changes: http://search.cpan.org/dist/Net-SSLeay/Changes Modified: head/security/p5-Net-SSLeay/Makefile head/security/p5-Net-SSLeay/distinfo Modified: head/security/p5-Net-SSLeay/Makefile ============================================================================== --- head/security/p5-Net-SSLeay/Makefile Sun Jun 28 09:45:25 2015 (r390769) +++ head/security/p5-Net-SSLeay/Makefile Sun Jun 28 09:45:29 2015 (r390770) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-SSLeay -PORTVERSION= 1.69 +PORTVERSION= 1.70 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/security/p5-Net-SSLeay/distinfo ============================================================================== --- head/security/p5-Net-SSLeay/distinfo Sun Jun 28 09:45:25 2015 (r390769) +++ head/security/p5-Net-SSLeay/distinfo Sun Jun 28 09:45:29 2015 (r390770) @@ -1,2 +1,2 @@ -SHA256 (Net-SSLeay-1.69.tar.gz) = bad0fdd74ee0e2153f817574c109ff0d4d8bedf2518e3244191f6b800e543db2 -SIZE (Net-SSLeay-1.69.tar.gz) = 385706 +SHA256 (Net-SSLeay-1.70.tar.gz) = 05eaaa29b8f67778040eee53150ba702fc0ce49420ddd0f1ca68d082f4ee9f4a +SIZE (Net-SSLeay-1.70.tar.gz) = 385836 From owner-svn-ports-all@freebsd.org Sun Jun 28 09:45:36 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5026E98DD32; Sun, 28 Jun 2015 09:45:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 16BC31DFF; Sun, 28 Jun 2015 09:45:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5S9jZ9t095813; Sun, 28 Jun 2015 09:45:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5S9jZJ4095811; Sun, 28 Jun 2015 09:45:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506280945.t5S9jZJ4095811@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 09:45:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390771 - head/www/p5-HTTP-BrowserDetect X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 09:45:36 -0000 Author: sunpoet Date: Sun Jun 28 09:45:34 2015 New Revision: 390771 URL: https://svnweb.freebsd.org/changeset/ports/390771 Log: - Update to 2.04 Changes: http://search.cpan.org/dist/HTTP-BrowserDetect/Changes Modified: head/www/p5-HTTP-BrowserDetect/Makefile head/www/p5-HTTP-BrowserDetect/distinfo Modified: head/www/p5-HTTP-BrowserDetect/Makefile ============================================================================== --- head/www/p5-HTTP-BrowserDetect/Makefile Sun Jun 28 09:45:29 2015 (r390770) +++ head/www/p5-HTTP-BrowserDetect/Makefile Sun Jun 28 09:45:34 2015 (r390771) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= HTTP-BrowserDetect -PORTVERSION= 2.03 +PORTVERSION= 2.04 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:OALDERS Modified: head/www/p5-HTTP-BrowserDetect/distinfo ============================================================================== --- head/www/p5-HTTP-BrowserDetect/distinfo Sun Jun 28 09:45:29 2015 (r390770) +++ head/www/p5-HTTP-BrowserDetect/distinfo Sun Jun 28 09:45:34 2015 (r390771) @@ -1,2 +1,2 @@ -SHA256 (HTTP-BrowserDetect-2.03.tar.gz) = 180cb48706de3fe0a9da8fecdb94e722cea52377f638096e2b025e2239c2b12d -SIZE (HTTP-BrowserDetect-2.03.tar.gz) = 90461 +SHA256 (HTTP-BrowserDetect-2.04.tar.gz) = b21e0e4c9d81c37a12973e5857302dbcea54def1eea8bad9ca3ae39478a6879d +SIZE (HTTP-BrowserDetect-2.04.tar.gz) = 90485 From owner-svn-ports-all@freebsd.org Sun Jun 28 09:45:41 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4ED7A98DD64; Sun, 28 Jun 2015 09:45:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0E8061ED8; Sun, 28 Jun 2015 09:45:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5S9je9o095956; Sun, 28 Jun 2015 09:45:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5S9jeUL095952; Sun, 28 Jun 2015 09:45:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506280945.t5S9jeUL095952@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 09:45:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390772 - head/www/p5-HTML-FormHandler X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 09:45:41 -0000 Author: sunpoet Date: Sun Jun 28 09:45:39 2015 New Revision: 390772 URL: https://svnweb.freebsd.org/changeset/ports/390772 Log: - Update to 0.40062 - Fix *_DEPENDS: upstream replaced List::AllUtils with List::Util in 0.40060 - Add NO_ARCH Changes: http://search.cpan.org/dist/HTML-FormHandler/Changes Modified: head/www/p5-HTML-FormHandler/Makefile head/www/p5-HTML-FormHandler/distinfo Modified: head/www/p5-HTML-FormHandler/Makefile ============================================================================== --- head/www/p5-HTML-FormHandler/Makefile Sun Jun 28 09:45:34 2015 (r390771) +++ head/www/p5-HTML-FormHandler/Makefile Sun Jun 28 09:45:39 2015 (r390772) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= HTML-FormHandler -PORTVERSION= 0.40061 +PORTVERSION= 0.40062 PORTEPOCH= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN @@ -24,7 +24,6 @@ BUILD_DEPENDS= p5-Class-Load>=0.06:${POR p5-File-ShareDir>=0:${PORTSDIR}/devel/p5-File-ShareDir \ p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree \ p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \ - p5-List-AllUtils>=0.07:${PORTSDIR}/devel/p5-List-AllUtils \ p5-Locale-Maketext>=1.09:${PORTSDIR}/devel/p5-Locale-Maketext \ p5-Moose>=2.0007:${PORTSDIR}/devel/p5-Moose \ p5-MooseX-Getopt>=0.16:${PORTSDIR}/devel/p5-MooseX-Getopt \ @@ -45,7 +44,15 @@ TEST_DEPENDS= p5-Test-Differences>=0:${P p5-Type-Tiny>=0:${PORTSDIR}/devel/p5-Type-Tiny \ p5-YAML-Syck>=0:${PORTSDIR}/textproc/p5-YAML-Syck +NO_ARCH= yes USES= perl5 USE_PERL5= configure -.include +.include + +.if ${PERL_LEVEL} < 502000 +BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.33:${PORTSDIR}/lang/p5-Scalar-List-Utils +RUN_DEPENDS+= p5-Scalar-List-Utils>=1.33:${PORTSDIR}/lang/p5-Scalar-List-Utils +.endif + +.include Modified: head/www/p5-HTML-FormHandler/distinfo ============================================================================== --- head/www/p5-HTML-FormHandler/distinfo Sun Jun 28 09:45:34 2015 (r390771) +++ head/www/p5-HTML-FormHandler/distinfo Sun Jun 28 09:45:39 2015 (r390772) @@ -1,2 +1,2 @@ -SHA256 (HTML-FormHandler-0.40061.tar.gz) = d30e7e0f54f4d3d79488a1407218eaf0e20022f9d5d3f7ec3e419be16306a28d -SIZE (HTML-FormHandler-0.40061.tar.gz) = 308227 +SHA256 (HTML-FormHandler-0.40062.tar.gz) = 3835b60b9fe5e8213e21c8f032fd7513aec4b325f60761539f79c991b7d228d1 +SIZE (HTML-FormHandler-0.40062.tar.gz) = 308594 From owner-svn-ports-all@freebsd.org Sun Jun 28 09:45:50 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2D02998DDA1; Sun, 28 Jun 2015 09:45:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1E7341056; Sun, 28 Jun 2015 09:45:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5S9jniv096205; Sun, 28 Jun 2015 09:45:49 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5S9jnIC096203; Sun, 28 Jun 2015 09:45:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506280945.t5S9jnIC096203@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 09:45:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390774 - head/print/rubygem-prawn-svg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 09:45:50 -0000 Author: sunpoet Date: Sun Jun 28 09:45:49 2015 New Revision: 390774 URL: https://svnweb.freebsd.org/changeset/ports/390774 Log: - Update to 0.21.0 Changes: https://github.com/mogest/prawn-svg/commits/master Modified: head/print/rubygem-prawn-svg/Makefile head/print/rubygem-prawn-svg/distinfo Modified: head/print/rubygem-prawn-svg/Makefile ============================================================================== --- head/print/rubygem-prawn-svg/Makefile Sun Jun 28 09:45:44 2015 (r390773) +++ head/print/rubygem-prawn-svg/Makefile Sun Jun 28 09:45:49 2015 (r390774) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= prawn-svg -PORTVERSION= 0.20.0 +PORTVERSION= 0.21.0 CATEGORIES= print rubygems MASTER_SITES= RG Modified: head/print/rubygem-prawn-svg/distinfo ============================================================================== --- head/print/rubygem-prawn-svg/distinfo Sun Jun 28 09:45:44 2015 (r390773) +++ head/print/rubygem-prawn-svg/distinfo Sun Jun 28 09:45:49 2015 (r390774) @@ -1,2 +1,2 @@ -SHA256 (rubygem/prawn-svg-0.20.0.gem) = caf3d743486f1326d9baee70805ec94947b61f8738c091103c82bd5162e22871 -SIZE (rubygem/prawn-svg-0.20.0.gem) = 125440 +SHA256 (rubygem/prawn-svg-0.21.0.gem) = 835da5fe562f685047c0b75ce748ad5d7305508c4482469fb8b88f01abd2aedc +SIZE (rubygem/prawn-svg-0.21.0.gem) = 128000 From owner-svn-ports-all@freebsd.org Sun Jun 28 09:45:45 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B361798DD8B; Sun, 28 Jun 2015 09:45:45 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A46151F93; Sun, 28 Jun 2015 09:45:45 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5S9jjGI096080; Sun, 28 Jun 2015 09:45:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5S9jjAK096078; Sun, 28 Jun 2015 09:45:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506280945.t5S9jjAK096078@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 09:45:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390773 - head/net/rubygem-rubyntlm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 09:45:45 -0000 Author: sunpoet Date: Sun Jun 28 09:45:44 2015 New Revision: 390773 URL: https://svnweb.freebsd.org/changeset/ports/390773 Log: - Update to 0.5.1 Changes: https://github.com/WinRb/rubyntlm/blob/master/CHANGELOG.md https://github.com/WinRb/rubyntlm/commits/master Modified: head/net/rubygem-rubyntlm/Makefile head/net/rubygem-rubyntlm/distinfo Modified: head/net/rubygem-rubyntlm/Makefile ============================================================================== --- head/net/rubygem-rubyntlm/Makefile Sun Jun 28 09:45:39 2015 (r390772) +++ head/net/rubygem-rubyntlm/Makefile Sun Jun 28 09:45:44 2015 (r390773) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rubyntlm -PORTVERSION= 0.5.0 +PORTVERSION= 0.5.1 CATEGORIES= net rubygems MASTER_SITES= RG Modified: head/net/rubygem-rubyntlm/distinfo ============================================================================== --- head/net/rubygem-rubyntlm/distinfo Sun Jun 28 09:45:39 2015 (r390772) +++ head/net/rubygem-rubyntlm/distinfo Sun Jun 28 09:45:44 2015 (r390773) @@ -1,2 +1,2 @@ -SHA256 (rubygem/rubyntlm-0.5.0.gem) = 7bd8116b849de4a6320a4c531a469c355187fa8effcac1470f440dcf30e89a57 -SIZE (rubygem/rubyntlm-0.5.0.gem) = 27136 +SHA256 (rubygem/rubyntlm-0.5.1.gem) = 1814dc5d4073ad669bef9dcb1ae554ce0d504dcde5e930f0941b35036f224620 +SIZE (rubygem/rubyntlm-0.5.1.gem) = 27136 From owner-svn-ports-all@freebsd.org Sun Jun 28 09:45:54 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B641598DDD7; Sun, 28 Jun 2015 09:45:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A5494115E; Sun, 28 Jun 2015 09:45:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5S9jsDu096332; Sun, 28 Jun 2015 09:45:54 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5S9jsMn096330; Sun, 28 Jun 2015 09:45:54 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506280945.t5S9jsMn096330@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 09:45:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390775 - head/sysutils/rubygem-bundler X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 09:45:54 -0000 Author: sunpoet Date: Sun Jun 28 09:45:53 2015 New Revision: 390775 URL: https://svnweb.freebsd.org/changeset/ports/390775 Log: - Update to 1.10.5 Changes: https://github.com/bundler/bundler/blob/master/CHANGELOG.md Modified: head/sysutils/rubygem-bundler/Makefile head/sysutils/rubygem-bundler/distinfo Modified: head/sysutils/rubygem-bundler/Makefile ============================================================================== --- head/sysutils/rubygem-bundler/Makefile Sun Jun 28 09:45:49 2015 (r390774) +++ head/sysutils/rubygem-bundler/Makefile Sun Jun 28 09:45:53 2015 (r390775) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bundler -PORTVERSION= 1.10.4 +PORTVERSION= 1.10.5 CATEGORIES= sysutils rubygems MASTER_SITES= RG Modified: head/sysutils/rubygem-bundler/distinfo ============================================================================== --- head/sysutils/rubygem-bundler/distinfo Sun Jun 28 09:45:49 2015 (r390774) +++ head/sysutils/rubygem-bundler/distinfo Sun Jun 28 09:45:53 2015 (r390775) @@ -1,2 +1,2 @@ -SHA256 (rubygem/bundler-1.10.4.gem) = 180284a435d24ef325d7897196032e64424a6efc1d7b0b6b13b61574d98ca2f5 -SIZE (rubygem/bundler-1.10.4.gem) = 250368 +SHA256 (rubygem/bundler-1.10.5.gem) = cc166e24197d772d85a0788d1b2e2a12c0c5748e54c898abd275ad948ce17dfe +SIZE (rubygem/bundler-1.10.5.gem) = 251392 From owner-svn-ports-all@freebsd.org Sun Jun 28 09:45:59 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6CA1098DE07; Sun, 28 Jun 2015 09:45:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5DB8D122B; Sun, 28 Jun 2015 09:45:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5S9jxqO096476; Sun, 28 Jun 2015 09:45:59 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5S9jww0096474; Sun, 28 Jun 2015 09:45:58 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506280945.t5S9jww0096474@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 09:45:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390776 - head/sysutils/parallel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 09:45:59 -0000 Author: sunpoet Date: Sun Jun 28 09:45:58 2015 New Revision: 390776 URL: https://svnweb.freebsd.org/changeset/ports/390776 Log: - Update to 20150622 Changes: https://savannah.gnu.org/forum/forum.php?forum_id=8299 PR: 201150 Submitted by: Chris Howey (maintainer) Modified: head/sysutils/parallel/Makefile head/sysutils/parallel/distinfo Modified: head/sysutils/parallel/Makefile ============================================================================== --- head/sysutils/parallel/Makefile Sun Jun 28 09:45:53 2015 (r390775) +++ head/sysutils/parallel/Makefile Sun Jun 28 09:45:58 2015 (r390776) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= parallel -PORTVERSION= 20150522 +PORTVERSION= 20150622 CATEGORIES= sysutils MASTER_SITES= GNU Modified: head/sysutils/parallel/distinfo ============================================================================== --- head/sysutils/parallel/distinfo Sun Jun 28 09:45:53 2015 (r390775) +++ head/sysutils/parallel/distinfo Sun Jun 28 09:45:58 2015 (r390776) @@ -1,2 +1,2 @@ -SHA256 (parallel-20150522.tar.bz2) = 4c4a199740189a4a220a10da29fdb33a0b71abef1f253eeb89a28da6f264f306 -SIZE (parallel-20150522.tar.bz2) = 1129286 +SHA256 (parallel-20150622.tar.bz2) = 963a9c962ac8f4a53535f779ab7a46336dc6e12234d75dc796248bf9117aef48 +SIZE (parallel-20150622.tar.bz2) = 1174020 From owner-svn-ports-all@freebsd.org Sun Jun 28 09:53:19 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7B5C398C058; Sun, 28 Jun 2015 09:53:19 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5602E1B5D; Sun, 28 Jun 2015 09:53:19 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5S9rJ24001295; Sun, 28 Jun 2015 09:53:19 GMT (envelope-from ed@FreeBSD.org) Received: (from ed@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5S9rIXe001289; Sun, 28 Jun 2015 09:53:18 GMT (envelope-from ed@FreeBSD.org) Message-Id: <201506280953.t5S9rIXe001289@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ed set sender to ed@FreeBSD.org using -f From: Ed Schouten Date: Sun, 28 Jun 2015 09:53:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390777 - in head/devel: . cloudabi-toolchain X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 09:53:19 -0000 Author: ed (src committer) Date: Sun Jun 28 09:53:18 2015 New Revision: 390777 URL: https://svnweb.freebsd.org/changeset/ports/390777 Log: Add devel/cloudabi-toolchain, a metaport to install all of the toolchain. We can't reasonably expect that people want to install 7 ports to get a working C/C++ toolchain. Add a simple metaport to install all of them in one go. Differential Revision: https://reviews.freebsd.org/D2929 Reviewed by: bapt Added: head/devel/cloudabi-toolchain/ head/devel/cloudabi-toolchain/Makefile (contents, props changed) head/devel/cloudabi-toolchain/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Jun 28 09:45:58 2015 (r390776) +++ head/devel/Makefile Sun Jun 28 09:53:18 2015 (r390777) @@ -252,6 +252,7 @@ SUBDIR += cloudabi-libc++ SUBDIR += cloudabi-libc++abi SUBDIR += cloudabi-libunwind + SUBDIR += cloudabi-toolchain SUBDIR += cmake SUBDIR += cmake-fedora SUBDIR += cmake-gui Added: head/devel/cloudabi-toolchain/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/cloudabi-toolchain/Makefile Sun Jun 28 09:53:18 2015 (r390777) @@ -0,0 +1,28 @@ +# Created by: Ed Schouten +# $FreeBSD$ + +PORTNAME= cloudabi-toolchain +PORTVERSION= 1.0 +CATEGORIES= devel + +MAINTAINER= ed@FreeBSD.org +COMMENT= C and C++ toolchain for CloudABI + +USES= metaport + +LIBDIR= ${LOCALBASE}/x86_64-unknown-cloudabi/lib + +# C and C++ compiler to be run on the development system. +RUN_DEPENDS+= x86_64-unknown-cloudabi-ar:${PORTSDIR}/devel/cloudabi-binutils \ + x86_64-unknown-cloudabi-cc:${PORTSDIR}/lang/cloudabi-clang + +# Libraries for C language support. +RUN_DEPENDS+= ${LIBDIR}/libc.a:${PORTSDIR}/devel/cloudabi-cloudlibc \ + ${LIBDIR}/libcompiler_rt.a:${PORTSDIR}/devel/cloudabi-compiler-rt + +# Libraries for C++ language support. +RUN_DEPENDS+= ${LIBDIR}/libc++.a:${PORTSDIR}/devel/cloudabi-libc++ \ + ${LIBDIR}/libc++abi.a:${PORTSDIR}/devel/cloudabi-libc++abi \ + ${LIBDIR}/libunwind.a:${PORTSDIR}/devel/cloudabi-libunwind + +.include Added: head/devel/cloudabi-toolchain/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/cloudabi-toolchain/pkg-descr Sun Jun 28 09:53:18 2015 (r390777) @@ -0,0 +1,10 @@ +Nuxi CloudABI is an application binary interface for UNIX-like operating +systems built around the concept of capability-based security. In a +nutshell, it means that you can run processes directly on top of a UNIX +kernel while keeping complete control over the actions the process is +allowed to perform. + +This port installs a full toolchain that can be used to compile C and +C++ software against CloudABI. + +WWW: https://github.com/NuxiNL/cloudlibc From owner-svn-ports-all@freebsd.org Sun Jun 28 10:47:14 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 47D9698CA69; Sun, 28 Jun 2015 10:47:14 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2B7A21579; Sun, 28 Jun 2015 10:47:14 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SAlEKK027057; Sun, 28 Jun 2015 10:47:14 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SAlCLA027048; Sun, 28 Jun 2015 10:47:12 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201506281047.t5SAlCLA027048@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sun, 28 Jun 2015 10:47:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390778 - in head/multimedia/spook: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 10:47:14 -0000 Author: wen Date: Sun Jun 28 10:47:11 2015 New Revision: 390778 URL: https://svnweb.freebsd.org/changeset/ports/390778 Log: - Fix V4L support - Add LICENSE - Pass maintainership to submitter PR: 201162 Submitted by: mizhka@gmail.com Modified: head/multimedia/spook/Makefile head/multimedia/spook/files/patch-bswap.h head/multimedia/spook/files/patch-configure.ac head/multimedia/spook/files/patch-input-oss.c head/multimedia/spook/files/patch-md5.c head/multimedia/spook/files/patch-tcp.c Modified: head/multimedia/spook/Makefile ============================================================================== --- head/multimedia/spook/Makefile Sun Jun 28 09:53:18 2015 (r390777) +++ head/multimedia/spook/Makefile Sun Jun 28 10:47:11 2015 (r390778) @@ -3,18 +3,19 @@ PORTNAME= spook PORTVERSION= 20050207 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= multimedia MASTER_SITES= http://www.litech.org/spook/dist/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mizhka@gmail.com COMMENT= Embedded RTP/RTSP/HTTP video streamer +LICENSE= GPLv2 + # TODO: FireWire IIDC support (needs libraw1394, libdc1394). # TODO: Test with Luigi-ified V4L input drivers e.g. pwc, etc. - OPTIONS_DEFINE= JPEG MPEG4 V4L DOCS -OPTIONS_DEFAULT= JPEG V4L +OPTIONS_DEFAULT= MPEG4 V4L MPEG4_DESC= MPEG4 encoding support V4L_DESC= V4L input support @@ -34,7 +35,7 @@ PORTDOCS= * .include .if ${PORT_OPTIONS:MJPEG} -USES+= jpeg +USES+= jpeg CONFIGURE_ARGS+= --enable-encoder-jpeg .endif @@ -44,8 +45,9 @@ CONFIGURE_ARGS+= --enable-encoder-mpeg4 .endif .if ${PORT_OPTIONS:MV4L} -BUILD_DEPENDS+= ${LOCALBASE}/include/linux/videodev.h:${PORTSDIR}/multimedia/v4l_compat -CONFIGURE_ARGS+= --enable-input-v4l +LIB_DEPENDS+= libv4l1.so:${PORTSDIR}/multimedia/libv4l +BUILD_DEPENDS+= ${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l_compat +CONFIGURE_ARGS+= --enable-input-v4l2 --enable-input-v4l .endif do-install: Modified: head/multimedia/spook/files/patch-bswap.h ============================================================================== --- head/multimedia/spook/files/patch-bswap.h Sun Jun 28 09:53:18 2015 (r390777) +++ head/multimedia/spook/files/patch-bswap.h Sun Jun 28 10:47:11 2015 (r390778) @@ -1,5 +1,5 @@ ---- bswap.h.orig 2008-09-02 14:40:15.000000000 +0100 -+++ bswap.h 2008-09-02 14:41:51.000000000 +0100 +--- bswap.h.orig 2005-02-08 02:20:14 UTC ++++ bswap.h @@ -6,7 +6,11 @@ #ifndef __BSWAP_H__ #define __BSWAP_H__ Modified: head/multimedia/spook/files/patch-configure.ac ============================================================================== --- head/multimedia/spook/files/patch-configure.ac Sun Jun 28 09:53:18 2015 (r390777) +++ head/multimedia/spook/files/patch-configure.ac Sun Jun 28 10:47:11 2015 (r390778) @@ -1,6 +1,6 @@ ---- configure.ac.orig 2008-09-02 14:40:15.000000000 +0100 -+++ configure.ac 2008-09-02 14:41:51.000000000 +0100 -@@ -55,7 +55,7 @@ +--- configure.ac.orig 2005-02-08 02:23:54 UTC ++++ configure.ac +@@ -55,7 +55,7 @@ AC_ARG_ENABLE(encoder-jpeg, [enable_encoder_jpeg=auto]) case $host in @@ -9,3 +9,11 @@ if test x$enable_input_vdig = xyes; then AC_MSG_ERROR([QuickTime digitizer support is only available on Mac OS X]) fi +@@ -116,6 +116,7 @@ if test x$enable_input_v4l != xno; then + ]]), + [ + AC_MSG_RESULT(yes) ++ LIBS="-lv4l1 $LIBS" + build_input_v4l=true + AC_MSG_CHECKING([for pwc-ioctl.h in the kernel source tree]) + if test -d $linux_source/drivers/usb/media; then Modified: head/multimedia/spook/files/patch-input-oss.c ============================================================================== --- head/multimedia/spook/files/patch-input-oss.c Sun Jun 28 09:53:18 2015 (r390777) +++ head/multimedia/spook/files/patch-input-oss.c Sun Jun 28 10:47:11 2015 (r390778) @@ -1,5 +1,5 @@ ---- input-oss.c.orig 2008-09-02 14:40:15.000000000 +0100 -+++ input-oss.c 2008-09-02 14:41:52.000000000 +0100 +--- input-oss.c.orig 2004-12-06 05:58:04 UTC ++++ input-oss.c @@ -28,7 +28,11 @@ #include #include Modified: head/multimedia/spook/files/patch-md5.c ============================================================================== --- head/multimedia/spook/files/patch-md5.c Sun Jun 28 09:53:18 2015 (r390777) +++ head/multimedia/spook/files/patch-md5.c Sun Jun 28 10:47:11 2015 (r390778) @@ -1,5 +1,5 @@ ---- md5.c.orig 2008-09-02 14:40:15.000000000 +0100 -+++ md5.c 2008-09-02 14:41:52.000000000 +0100 +--- md5.c.orig 2004-12-09 18:09:09 UTC ++++ md5.c @@ -21,7 +21,11 @@ #include #include Modified: head/multimedia/spook/files/patch-tcp.c ============================================================================== --- head/multimedia/spook/files/patch-tcp.c Sun Jun 28 09:53:18 2015 (r390777) +++ head/multimedia/spook/files/patch-tcp.c Sun Jun 28 10:47:11 2015 (r390778) @@ -1,6 +1,6 @@ ---- tcp.c.orig 2008-09-02 14:40:15.000000000 +0100 -+++ tcp.c 2008-09-02 14:41:53.000000000 +0100 -@@ -454,7 +454,7 @@ +--- tcp.c.orig 2004-12-29 02:33:21 UTC ++++ tcp.c +@@ -454,7 +454,7 @@ static void do_accept( struct event_info strerror( errno ) ); i = 1; From owner-svn-ports-all@freebsd.org Sun Jun 28 12:55:10 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0FC7698F4D4; Sun, 28 Jun 2015 12:55:10 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EB6C01B7B; Sun, 28 Jun 2015 12:55:09 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SCt9dA094299; Sun, 28 Jun 2015 12:55:09 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SCt5Aa094261; Sun, 28 Jun 2015 12:55:05 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201506281255.t5SCt5Aa094261@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 28 Jun 2015 12:55:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390779 - in head/multimedia: . ffmpeg23 ffmpeg23/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 12:55:10 -0000 Author: riggs Date: Sun Jun 28 12:55:05 2015 New Revision: 390779 URL: https://svnweb.freebsd.org/changeset/ports/390779 Log: Add multimedia/ffmpeg23 port in preparation for switching the main multimedia/ffmpeg port to a newer branch Added: head/multimedia/ffmpeg23/ - copied from r390756, head/multimedia/ffmpeg/ head/multimedia/ffmpeg23/files/ffserver23.in - copied, changed from r390756, head/multimedia/ffmpeg/files/ffserver.in Deleted: head/multimedia/ffmpeg23/files/ffserver.in Modified: head/multimedia/Makefile head/multimedia/ffmpeg23/Makefile head/multimedia/ffmpeg23/files/patch-Makefile head/multimedia/ffmpeg23/files/patch-configure head/multimedia/ffmpeg23/files/patch-doc-Makefile head/multimedia/ffmpeg23/files/patch-libavcodec-Makefile head/multimedia/ffmpeg23/files/patch-libavdevice-bktr.c head/multimedia/ffmpeg23/files/patch-libavdevice-oss_audio.c head/multimedia/ffmpeg23/files/patch-libavfilter-vf_libopencv.c head/multimedia/ffmpeg23/files/patch-libavformat-udp.c head/multimedia/ffmpeg23/files/patch-libavutil-common.h head/multimedia/ffmpeg23/files/patch-libavutil-x86-asm.h head/multimedia/ffmpeg23/pkg-descr head/multimedia/ffmpeg23/pkg-plist Modified: head/multimedia/Makefile ============================================================================== --- head/multimedia/Makefile Sun Jun 28 10:47:11 2015 (r390778) +++ head/multimedia/Makefile Sun Jun 28 12:55:05 2015 (r390779) @@ -56,6 +56,7 @@ SUBDIR += emovix SUBDIR += ffmpeg SUBDIR += ffmpeg0 + SUBDIR += ffmpeg23 SUBDIR += ffmpeg26 SUBDIR += ffmpeg2theora SUBDIR += ffmpegthumbnailer Modified: head/multimedia/ffmpeg23/Makefile ============================================================================== --- head/multimedia/ffmpeg/Makefile Sun Jun 28 08:38:46 2015 (r390756) +++ head/multimedia/ffmpeg23/Makefile Sun Jun 28 12:55:05 2015 (r390779) @@ -1,12 +1,11 @@ -# Created by: Martin Matuska +# Created by: Thomas Zander # $FreeBSD$ PORTNAME= ffmpeg PORTVERSION= 2.3.6 -PORTREVISION= 5 -PORTEPOCH= 1 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= http://ffmpeg.org/releases/ +PKGNAMESUFFIX= 23 MAINTAINER= multimedia@FreeBSD.org COMMENT= Realtime audio/video encoder/converter and streaming server @@ -17,13 +16,23 @@ LICENSE_COMB= multi BUILD_DEPENDS= yasm:${PORTSDIR}/devel/yasm \ ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils +UNIQUENAME= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX} + HAS_CONFIGURE= yes CONFIGURE_LOG= config.err USES= cpe gmake pkgconfig perl5 tar:bzip2 +USE_LDCONFIG= ${PREFIX}/lib/ffmpeg${FFMPEG_SUFFIX} USE_LDCONFIG= yes USE_PERL5= build WANT_SDL= yes +PORTSCOUT= limit:^2\.3.* + +FFMPEG_SUFFIX= 23 +PLIST_SUB+= FFMPEG_SUFFIX="${FFMPEG_SUFFIX}" +CONFIGURE_ENV+= EXESUF="${FFMPEG_SUFFIX}" +MAKE_ARGS+= EXESUF="${FFMPEG_SUFFIX}" + OPTIONS_DEFINE= AACPLUS ALSA AMR_NB AMR_WB ASS CDIO CELT DEBUG DOCS FAAC \ FDK_AAC FFSERVER FONTCONFIG FREETYPE FREI0R GSM ICONV \ JACK LAME LIBBLURAY LIBV4L MODPLUG OPENAL OPENCV OPENJPEG \ @@ -256,6 +265,11 @@ MAKE_ENV+= COMPILER_PATH=${LOCALBASE}/bi CONFIGURE_ARGS+=--prefix="${PREFIX}" \ --mandir="${PREFIX}/man" \ --datadir="${DATADIR}" \ + --docdir="${DOCSDIR}" \ + --incdir="${PREFIX}/include/ffmpeg${FFMPEG_SUFFIX}" \ + --libdir="${PREFIX}/lib/ffmpeg${FFMPEG_SUFFIX}" \ + --shlibdir="${PREFIX}/lib/ffmpeg${FFMPEG_SUFFIX}" \ + --build-suffix="${FFMPEG_SUFFIX}" \ --enable-shared \ --enable-gpl \ --enable-postproc \ @@ -288,7 +302,7 @@ CONFIGURE_ARGS+= --disable-debug .endif .if ${PORT_OPTIONS:MFFSERVER} -USE_RC_SUBR= ffserver +USE_RC_SUBR= ffserver${FFMPEG_SUFFIX} .endif # sse hardware vector support @@ -355,7 +369,7 @@ post-patch: # {C,LD}FLAGS safeness @${REINPLACE_CMD} -e 's|$$(LIBDIR)/pkgconfig|$$(DESTDIR)$$(prefix)/libdata/pkgconfig|' \ ${WRKSRC}/library.mak - @${REINPLACE_CMD} -e 's|/etc/ffserver.conf|${PREFIX}/etc/ffserver.conf|' \ + @${REINPLACE_CMD} -e 's|/etc/ffserver.conf|${PREFIX}/etc/ffserver${FFMPEG_SUFFIX}.conf|' \ ${WRKSRC}/ffserver.c @${REINPLACE_CMD} -E \ -e "s|(EXTRALIBS[[:space:]]*=)|\1-L${LOCALBASE}/lib |g; \ @@ -387,11 +401,11 @@ post-configure: post-install: .for PROG in ${FFPROGS} @${MKDIR} ${STAGEDIR}${MAN1PREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/doc/${PROG}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/${PROG}.1 + ${INSTALL_MAN} ${WRKSRC}/doc/${PROG}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/${PROG}${FFMPEG_SUFFIX}.1 .endfor .if ${PORT_OPTIONS:MFFSERVER} ${INSTALL_DATA} ${WRKSRC}/doc/ffserver.conf \ - ${STAGEDIR}${PREFIX}/etc/ffserver.conf.sample + ${STAGEDIR}${PREFIX}/etc/ffserver${FFMPEG_SUFFIX}.conf.sample .endif @${MKDIR} ${STAGEDIR}${DOCSDIR} .for FILE in ${DOC_FILES} Copied and modified: head/multimedia/ffmpeg23/files/ffserver23.in (from r390756, head/multimedia/ffmpeg/files/ffserver.in) ============================================================================== --- head/multimedia/ffmpeg/files/ffserver.in Sun Jun 28 08:38:46 2015 (r390756, copy source) +++ head/multimedia/ffmpeg23/files/ffserver23.in Sun Jun 28 12:55:05 2015 (r390779) @@ -3,25 +3,25 @@ # $FreeBSD$ # -# PROVIDE: ffserver +# PROVIDE: ffserver23 # REQUIRE: NETWORKING # KEYWORD: shutdown # # Add the following lines to /etc/rc.conf to enable ffserver: # -#ffserver_enable="YES" +#ffserver23_enable="YES" # -ffserver_enable="${ffserver_enable-NO}" +ffserver23_enable="${ffserver_enable-NO}" . /etc/rc.subr -name=ffserver -rcvar=ffserver_enable +name=ffserver23 +rcvar=ffserver23_enable command="%%PREFIX%%/bin/${name}" command_args="&" -required_files=%%PREFIX%%/etc/ffserver.conf +required_files=%%PREFIX%%/etc/ffserver23.conf load_rc_config ${name} run_rc_command "$1" Modified: head/multimedia/ffmpeg23/files/patch-Makefile ============================================================================== --- head/multimedia/ffmpeg/files/patch-Makefile Sun Jun 28 08:38:46 2015 (r390756) +++ head/multimedia/ffmpeg23/files/patch-Makefile Sun Jun 28 12:55:05 2015 (r390779) @@ -1,6 +1,6 @@ ---- Makefile.orig 2012-05-04 12:24:34.447846798 +0200 -+++ Makefile 2012-05-04 12:24:42.471850113 +0200 -@@ -79,7 +79,7 @@ +--- Makefile.orig 2015-01-06 18:59:11 UTC ++++ Makefile +@@ -91,7 +91,7 @@ define DOSUBDIR $(foreach V,$(SUBDIR_VARS),$(eval $(call RESET,$(V)))) SUBDIR := $(1)/ include $(SRC_PATH)/$(1)/Makefile Modified: head/multimedia/ffmpeg23/files/patch-configure ============================================================================== --- head/multimedia/ffmpeg/files/patch-configure Sun Jun 28 08:38:46 2015 (r390756) +++ head/multimedia/ffmpeg23/files/patch-configure Sun Jun 28 12:55:05 2015 (r390779) @@ -1,6 +1,6 @@ ---- configure.orig 2014-08-17 15:33:04.000000000 +0200 -+++ configure 2014-09-12 15:07:50.647439045 +0200 -@@ -2649,12 +2649,7 @@ +--- configure.orig 2015-01-06 18:59:11 UTC ++++ configure +@@ -2649,12 +2649,7 @@ target_os_default=$(tolower $(uname -s)) host_os=$target_os_default # machine @@ -14,7 +14,7 @@ cpu="generic" # configurable options -@@ -5381,7 +5376,7 @@ +@@ -5382,7 +5377,7 @@ ifndef MAIN_MAKEFILE SRC_PATH:=\$(SRC_PATH:.%=..%) endif CC_IDENT=$cc_ident @@ -23,7 +23,7 @@ CC=$cc CXX=$cxx AS=$as -@@ -5590,7 +5585,7 @@ +@@ -5592,7 +5587,7 @@ exec_prefix=\${prefix} libdir=$libdir includedir=$incdir @@ -32,7 +32,7 @@ Description: $comment Version: $version Requires: $(enabled shared || echo $requires) -@@ -5604,10 +5599,10 @@ +@@ -5606,10 +5601,10 @@ EOF mkdir -p doc/examples/pc-uninstalled includedir=${source_path} [ "$includedir" = . ] && includedir="\${pcfiledir}/../../.." Modified: head/multimedia/ffmpeg23/files/patch-doc-Makefile ============================================================================== --- head/multimedia/ffmpeg/files/patch-doc-Makefile Sun Jun 28 08:38:46 2015 (r390756) +++ head/multimedia/ffmpeg23/files/patch-doc-Makefile Sun Jun 28 12:55:05 2015 (r390779) @@ -1,7 +1,7 @@ ---- doc/Makefile.orig 2012-09-28 03:37:35.000000000 +0200 -+++ doc/Makefile 2012-10-12 21:36:56.461440175 +0200 -@@ -57,7 +57,7 @@ - install-man: +--- doc/Makefile.orig 2015-01-06 18:58:54 UTC ++++ doc/Makefile +@@ -130,7 +130,7 @@ install-html: $(HTMLPAGES) + endif ifdef CONFIG_MANPAGES -install-progs-$(CONFIG_DOC): install-man Modified: head/multimedia/ffmpeg23/files/patch-libavcodec-Makefile ============================================================================== --- head/multimedia/ffmpeg/files/patch-libavcodec-Makefile Sun Jun 28 08:38:46 2015 (r390756) +++ head/multimedia/ffmpeg23/files/patch-libavcodec-Makefile Sun Jun 28 12:55:05 2015 (r390779) @@ -1,8 +1,8 @@ ---- libavcodec/Makefile.orig 2012-08-06 10:06:26.000000000 +0200 -+++ libavcodec/Makefile 2012-08-06 10:36:33.478505808 +0200 -@@ -793,7 +793,7 @@ - codec_names.h \ - fft-internal.h \ +--- libavcodec/Makefile.orig 2015-01-06 18:58:55 UTC ++++ libavcodec/Makefile +@@ -842,7 +842,7 @@ SKIPHEADERS + + libutvideo.h \ + old_codec_ids.h \ tableprint.h \ - $(ARCH)/vp56_arith.h \ + $(FFMPEG_ARCH)/vp56_arith.h \ Modified: head/multimedia/ffmpeg23/files/patch-libavdevice-bktr.c ============================================================================== --- head/multimedia/ffmpeg/files/patch-libavdevice-bktr.c Sun Jun 28 08:38:46 2015 (r390756) +++ head/multimedia/ffmpeg23/files/patch-libavdevice-bktr.c Sun Jun 28 12:55:05 2015 (r390779) @@ -1,5 +1,5 @@ ---- libavdevice/bktr.c.orig 2012-01-22 14:41:15.000000000 +0100 -+++ libavdevice/bktr.c 2012-01-22 16:07:07.873280412 +0100 +--- libavdevice/bktr.c.orig 2015-01-06 18:58:58 UTC ++++ libavdevice/bktr.c @@ -24,6 +24,11 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ @@ -10,5 +10,5 @@ +typedef unsigned long u_long; + #include "libavformat/internal.h" + #include "libavutil/internal.h" #include "libavutil/log.h" - #include "libavutil/opt.h" Modified: head/multimedia/ffmpeg23/files/patch-libavdevice-oss_audio.c ============================================================================== --- head/multimedia/ffmpeg/files/patch-libavdevice-oss_audio.c Sun Jun 28 08:38:46 2015 (r390756) +++ head/multimedia/ffmpeg23/files/patch-libavdevice-oss_audio.c Sun Jun 28 12:55:05 2015 (r390779) @@ -1,5 +1,5 @@ ---- libavdevice/oss_audio.c.orig 2009-05-15 17:38:35.000000000 +0200 -+++ libavdevice/oss_audio.c 2009-05-15 17:41:27.000000000 +0200 +--- libavdevice/oss_audio.c.orig 2015-01-06 18:58:58 UTC ++++ libavdevice/oss_audio.c @@ -19,6 +19,11 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ Modified: head/multimedia/ffmpeg23/files/patch-libavfilter-vf_libopencv.c ============================================================================== --- head/multimedia/ffmpeg/files/patch-libavfilter-vf_libopencv.c Sun Jun 28 08:38:46 2015 (r390756) +++ head/multimedia/ffmpeg23/files/patch-libavfilter-vf_libopencv.c Sun Jun 28 12:55:05 2015 (r390779) @@ -1,12 +1,12 @@ ---- libavfilter/vf_libopencv.c.orig 2012-08-05 14:09:37.882506740 +0200 -+++ libavfilter/vf_libopencv.c 2012-08-05 14:10:24.508510133 +0200 -@@ -25,8 +25,7 @@ - - /* #define DEBUG */ +--- libavfilter/vf_libopencv.c.orig 2015-01-06 18:58:58 UTC ++++ libavfilter/vf_libopencv.c +@@ -23,8 +23,7 @@ + * libopencv wrapper functions + */ -#include -#include +#include #include "libavutil/avstring.h" + #include "libavutil/common.h" #include "libavutil/file.h" - #include "avfilter.h" Modified: head/multimedia/ffmpeg23/files/patch-libavformat-udp.c ============================================================================== --- head/multimedia/ffmpeg/files/patch-libavformat-udp.c Sun Jun 28 08:38:46 2015 (r390756) +++ head/multimedia/ffmpeg23/files/patch-libavformat-udp.c Sun Jun 28 12:55:05 2015 (r390779) @@ -1,11 +1,11 @@ ---- libavformat/udp.c.orig 2009-05-15 17:24:45.000000000 +0200 -+++ libavformat/udp.c 2009-05-15 17:27:17.000000000 +0200 -@@ -45,6 +45,8 @@ - #define IN6_IS_ADDR_MULTICAST(a) (((uint8_t *) (a))[0] == 0xff) - #endif +--- libavformat/udp.c.orig 2015-01-06 18:58:59 UTC ++++ libavformat/udp.c +@@ -56,6 +56,8 @@ + #define UDP_TX_BUF_SIZE 32768 + #define UDP_MAX_PKT_SIZE 65536 +#define IPPROTO_IPV6 41 + typedef struct { + const AVClass *class; int udp_fd; - int ttl; Modified: head/multimedia/ffmpeg23/files/patch-libavutil-common.h ============================================================================== --- head/multimedia/ffmpeg/files/patch-libavutil-common.h Sun Jun 28 08:38:46 2015 (r390756) +++ head/multimedia/ffmpeg23/files/patch-libavutil-common.h Sun Jun 28 12:55:05 2015 (r390779) @@ -1,8 +1,8 @@ ---- libavutil/common.h.orig 2010-07-07 19:27:45.000000000 +0200 -+++ libavutil/common.h 2010-08-01 22:27:42.964629491 +0200 -@@ -36,6 +36,10 @@ - #include - #include "attributes.h" +--- libavutil/common.h.orig 2015-01-06 18:58:59 UTC ++++ libavutil/common.h +@@ -49,6 +49,10 @@ + # define AV_NE(be, le) (le) + #endif +#ifndef UINT64_C +#define UINT64_C(c) (c ## UL) Modified: head/multimedia/ffmpeg23/files/patch-libavutil-x86-asm.h ============================================================================== --- head/multimedia/ffmpeg/files/patch-libavutil-x86-asm.h Sun Jun 28 08:38:46 2015 (r390756) +++ head/multimedia/ffmpeg23/files/patch-libavutil-x86-asm.h Sun Jun 28 12:55:05 2015 (r390779) @@ -1,6 +1,6 @@ ---- ./libavutil/x86/asm.h.orig 2013-11-01 13:02:26.000000000 -0400 -+++ ./libavutil/x86/asm.h 2013-11-01 13:03:00.000000000 -0400 -@@ -70,7 +70,7 @@ +--- libavutil/x86/asm.h.orig 2015-01-06 18:58:59 UTC ++++ libavutil/x86/asm.h +@@ -71,7 +71,7 @@ typedef int32_t x86_reg; typedef int x86_reg; #endif Modified: head/multimedia/ffmpeg23/pkg-descr ============================================================================== --- head/multimedia/ffmpeg/pkg-descr Sun Jun 28 08:38:46 2015 (r390756) +++ head/multimedia/ffmpeg23/pkg-descr Sun Jun 28 12:55:05 2015 (r390779) @@ -2,6 +2,8 @@ FFmpeg is a complete, cross-platform sol audio and video. It includes libavcodec - the leading audio/video codec library. -This version is from the 2.0 release branch. +This version is a legacy version from the 2.3 release branch. It is +intended to be used by ports which absolutely have to depend on deprecated +APIs that have been removed in 2.4 or later releases. WWW: http://ffmpeg.org/ Modified: head/multimedia/ffmpeg23/pkg-plist ============================================================================== --- head/multimedia/ffmpeg/pkg-plist Sun Jun 28 08:38:46 2015 (r390756) +++ head/multimedia/ffmpeg23/pkg-plist Sun Jun 28 12:55:05 2015 (r390779) @@ -1,147 +1,147 @@ -bin/ffmpeg -%%SDL%%bin/ffplay -bin/ffprobe -%%FFSERVER%%bin/ffserver -%%FFSERVER%%@sample etc/ffserver.conf.sample -include/libavcodec/avcodec.h -include/libavcodec/avfft.h -include/libavcodec/dv_profile.h -include/libavcodec/dxva2.h -include/libavcodec/old_codec_ids.h -include/libavcodec/vaapi.h -include/libavcodec/vda.h -include/libavcodec/vdpau.h -include/libavcodec/version.h -include/libavcodec/xvmc.h -include/libavdevice/avdevice.h -include/libavdevice/version.h -include/libavfilter/asrc_abuffer.h -include/libavfilter/avcodec.h -include/libavfilter/avfilter.h -include/libavfilter/avfiltergraph.h -include/libavfilter/buffersink.h -include/libavfilter/buffersrc.h -include/libavfilter/version.h -include/libavformat/avformat.h -include/libavformat/avio.h -include/libavformat/version.h -include/libavresample/avresample.h -include/libavresample/version.h -include/libavutil/adler32.h -include/libavutil/aes.h -include/libavutil/attributes.h -include/libavutil/audio_fifo.h -include/libavutil/audioconvert.h -include/libavutil/avassert.h -include/libavutil/avconfig.h -include/libavutil/avstring.h -include/libavutil/avutil.h -include/libavutil/base64.h -include/libavutil/blowfish.h -include/libavutil/bprint.h -include/libavutil/bswap.h -include/libavutil/buffer.h -include/libavutil/channel_layout.h -include/libavutil/common.h -include/libavutil/cpu.h -include/libavutil/crc.h -include/libavutil/dict.h -include/libavutil/display.h -include/libavutil/downmix_info.h -include/libavutil/error.h -include/libavutil/eval.h -include/libavutil/ffversion.h -include/libavutil/fifo.h -include/libavutil/file.h -include/libavutil/frame.h -include/libavutil/hash.h -include/libavutil/hmac.h -include/libavutil/imgutils.h -include/libavutil/intfloat.h -include/libavutil/intfloat_readwrite.h -include/libavutil/intreadwrite.h -include/libavutil/lfg.h -include/libavutil/log.h -include/libavutil/lzo.h -include/libavutil/macros.h -include/libavutil/mathematics.h -include/libavutil/md5.h -include/libavutil/mem.h -include/libavutil/murmur3.h -include/libavutil/old_pix_fmts.h -include/libavutil/opt.h -include/libavutil/parseutils.h -include/libavutil/pixdesc.h -include/libavutil/pixfmt.h -include/libavutil/random_seed.h -include/libavutil/rational.h -include/libavutil/replaygain.h -include/libavutil/ripemd.h -include/libavutil/samplefmt.h -include/libavutil/sha.h -include/libavutil/sha512.h -include/libavutil/stereo3d.h -include/libavutil/time.h -include/libavutil/timecode.h -include/libavutil/timestamp.h -include/libavutil/threadmessage.h -include/libavutil/version.h -include/libavutil/xtea.h -include/libpostproc/postprocess.h -include/libpostproc/version.h -include/libswresample/swresample.h -include/libswresample/version.h -include/libswscale/swscale.h -include/libswscale/version.h -lib/libavcodec.a -lib/libavcodec.so -lib/libavcodec.so.55 -lib/libavcodec.so.55.69.100 -lib/libavdevice.a -lib/libavdevice.so -lib/libavdevice.so.55 -lib/libavdevice.so.55.13.102 -lib/libavfilter.a -lib/libavfilter.so -lib/libavfilter.so.4 -lib/libavfilter.so.4.11.100 -lib/libavformat.a -lib/libavformat.so -lib/libavformat.so.55 -lib/libavformat.so.55.48.100 -lib/libavresample.a -lib/libavresample.so -lib/libavresample.so.1 -lib/libavresample.so.1.3.0 -lib/libavutil.a -lib/libavutil.so -lib/libavutil.so.52 -lib/libavutil.so.52.92.100 -lib/libpostproc.a -lib/libpostproc.so -lib/libpostproc.so.52 -lib/libpostproc.so.52.3.100 -lib/libswresample.a -lib/libswresample.so -lib/libswresample.so.0 -lib/libswresample.so.0.19.100 -lib/libswscale.a -lib/libswscale.so -lib/libswscale.so.2 -lib/libswscale.so.2.6.100 -libdata/pkgconfig/libavcodec.pc -libdata/pkgconfig/libavdevice.pc -libdata/pkgconfig/libavfilter.pc -libdata/pkgconfig/libavformat.pc -libdata/pkgconfig/libavresample.pc -libdata/pkgconfig/libavutil.pc -libdata/pkgconfig/libpostproc.pc -libdata/pkgconfig/libswresample.pc -libdata/pkgconfig/libswscale.pc -man/man1/ffmpeg.1.gz -%%SDL%%man/man1/ffplay.1.gz -man/man1/ffprobe.1.gz -%%FFSERVER%%man/man1/ffserver.1.gz +bin/ffmpeg%%FFMPEG_SUFFIX%% +%%SDL%%bin/ffplay%%FFMPEG_SUFFIX%% +bin/ffprobe%%FFMPEG_SUFFIX%% +%%FFSERVER%%bin/ffserver%%FFMPEG_SUFFIX%% +%%FFSERVER%%@sample etc/ffserver%%FFMPEG_SUFFIX%%.conf.sample +include/ffmpeg%%FFMPEG_SUFFIX%%/libavcodec/avcodec.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavcodec/avfft.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavcodec/dv_profile.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavcodec/dxva2.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavcodec/old_codec_ids.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavcodec/vaapi.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavcodec/vda.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavcodec/vdpau.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavcodec/version.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavcodec/xvmc.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavdevice/avdevice.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavdevice/version.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavfilter/asrc_abuffer.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavfilter/avcodec.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavfilter/avfilter.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavfilter/avfiltergraph.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavfilter/buffersink.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavfilter/buffersrc.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavfilter/version.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavformat/avformat.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavformat/avio.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavformat/version.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavresample/avresample.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavresample/version.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavutil/adler32.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavutil/aes.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavutil/attributes.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavutil/audio_fifo.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavutil/audioconvert.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavutil/avassert.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavutil/avconfig.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavutil/avstring.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavutil/avutil.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavutil/base64.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavutil/blowfish.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavutil/bprint.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavutil/bswap.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavutil/buffer.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavutil/channel_layout.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavutil/common.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavutil/cpu.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavutil/crc.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavutil/dict.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavutil/display.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavutil/downmix_info.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavutil/error.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavutil/eval.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavutil/ffversion.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavutil/fifo.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavutil/file.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavutil/frame.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavutil/hash.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavutil/hmac.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavutil/imgutils.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavutil/intfloat.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavutil/intfloat_readwrite.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavutil/intreadwrite.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavutil/lfg.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavutil/log.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavutil/lzo.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavutil/macros.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavutil/mathematics.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavutil/md5.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavutil/mem.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavutil/murmur3.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavutil/old_pix_fmts.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavutil/opt.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavutil/parseutils.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavutil/pixdesc.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavutil/pixfmt.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavutil/random_seed.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavutil/rational.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavutil/replaygain.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavutil/ripemd.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavutil/samplefmt.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavutil/sha.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavutil/sha512.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavutil/stereo3d.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavutil/time.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavutil/timecode.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavutil/timestamp.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavutil/threadmessage.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavutil/version.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libavutil/xtea.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libpostproc/postprocess.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libpostproc/version.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libswresample/swresample.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libswresample/version.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libswscale/swscale.h +include/ffmpeg%%FFMPEG_SUFFIX%%/libswscale/version.h +lib/ffmpeg%%FFMPEG_SUFFIX%%/libavcodec%%FFMPEG_SUFFIX%%.a +lib/ffmpeg%%FFMPEG_SUFFIX%%/libavcodec%%FFMPEG_SUFFIX%%.so +lib/ffmpeg%%FFMPEG_SUFFIX%%/libavcodec%%FFMPEG_SUFFIX%%.so.55 +lib/ffmpeg%%FFMPEG_SUFFIX%%/libavcodec%%FFMPEG_SUFFIX%%.so.55.69.100 +lib/ffmpeg%%FFMPEG_SUFFIX%%/libavdevice%%FFMPEG_SUFFIX%%.a +lib/ffmpeg%%FFMPEG_SUFFIX%%/libavdevice%%FFMPEG_SUFFIX%%.so +lib/ffmpeg%%FFMPEG_SUFFIX%%/libavdevice%%FFMPEG_SUFFIX%%.so.55 +lib/ffmpeg%%FFMPEG_SUFFIX%%/libavdevice%%FFMPEG_SUFFIX%%.so.55.13.102 +lib/ffmpeg%%FFMPEG_SUFFIX%%/libavfilter%%FFMPEG_SUFFIX%%.a +lib/ffmpeg%%FFMPEG_SUFFIX%%/libavfilter%%FFMPEG_SUFFIX%%.so +lib/ffmpeg%%FFMPEG_SUFFIX%%/libavfilter%%FFMPEG_SUFFIX%%.so.4 +lib/ffmpeg%%FFMPEG_SUFFIX%%/libavfilter%%FFMPEG_SUFFIX%%.so.4.11.100 +lib/ffmpeg%%FFMPEG_SUFFIX%%/libavformat%%FFMPEG_SUFFIX%%.a +lib/ffmpeg%%FFMPEG_SUFFIX%%/libavformat%%FFMPEG_SUFFIX%%.so +lib/ffmpeg%%FFMPEG_SUFFIX%%/libavformat%%FFMPEG_SUFFIX%%.so.55 +lib/ffmpeg%%FFMPEG_SUFFIX%%/libavformat%%FFMPEG_SUFFIX%%.so.55.48.100 +lib/ffmpeg%%FFMPEG_SUFFIX%%/libavresample%%FFMPEG_SUFFIX%%.a +lib/ffmpeg%%FFMPEG_SUFFIX%%/libavresample%%FFMPEG_SUFFIX%%.so +lib/ffmpeg%%FFMPEG_SUFFIX%%/libavresample%%FFMPEG_SUFFIX%%.so.1 +lib/ffmpeg%%FFMPEG_SUFFIX%%/libavresample%%FFMPEG_SUFFIX%%.so.1.3.0 +lib/ffmpeg%%FFMPEG_SUFFIX%%/libavutil%%FFMPEG_SUFFIX%%.a +lib/ffmpeg%%FFMPEG_SUFFIX%%/libavutil%%FFMPEG_SUFFIX%%.so +lib/ffmpeg%%FFMPEG_SUFFIX%%/libavutil%%FFMPEG_SUFFIX%%.so.52 +lib/ffmpeg%%FFMPEG_SUFFIX%%/libavutil%%FFMPEG_SUFFIX%%.so.52.92.100 +lib/ffmpeg%%FFMPEG_SUFFIX%%/libpostproc%%FFMPEG_SUFFIX%%.a +lib/ffmpeg%%FFMPEG_SUFFIX%%/libpostproc%%FFMPEG_SUFFIX%%.so +lib/ffmpeg%%FFMPEG_SUFFIX%%/libpostproc%%FFMPEG_SUFFIX%%.so.52 +lib/ffmpeg%%FFMPEG_SUFFIX%%/libpostproc%%FFMPEG_SUFFIX%%.so.52.3.100 +lib/ffmpeg%%FFMPEG_SUFFIX%%/libswresample%%FFMPEG_SUFFIX%%.a +lib/ffmpeg%%FFMPEG_SUFFIX%%/libswresample%%FFMPEG_SUFFIX%%.so +lib/ffmpeg%%FFMPEG_SUFFIX%%/libswresample%%FFMPEG_SUFFIX%%.so.0 +lib/ffmpeg%%FFMPEG_SUFFIX%%/libswresample%%FFMPEG_SUFFIX%%.so.0.19.100 +lib/ffmpeg%%FFMPEG_SUFFIX%%/libswscale%%FFMPEG_SUFFIX%%.a +lib/ffmpeg%%FFMPEG_SUFFIX%%/libswscale%%FFMPEG_SUFFIX%%.so +lib/ffmpeg%%FFMPEG_SUFFIX%%/libswscale%%FFMPEG_SUFFIX%%.so.2 +lib/ffmpeg%%FFMPEG_SUFFIX%%/libswscale%%FFMPEG_SUFFIX%%.so.2.6.100 +libdata/pkgconfig/libavcodec%%FFMPEG_SUFFIX%%.pc +libdata/pkgconfig/libavdevice%%FFMPEG_SUFFIX%%.pc +libdata/pkgconfig/libavfilter%%FFMPEG_SUFFIX%%.pc +libdata/pkgconfig/libavformat%%FFMPEG_SUFFIX%%.pc +libdata/pkgconfig/libavresample%%FFMPEG_SUFFIX%%.pc +libdata/pkgconfig/libavutil%%FFMPEG_SUFFIX%%.pc +libdata/pkgconfig/libpostproc%%FFMPEG_SUFFIX%%.pc +libdata/pkgconfig/libswresample%%FFMPEG_SUFFIX%%.pc +libdata/pkgconfig/libswscale%%FFMPEG_SUFFIX%%.pc +man/man1/ffmpeg%%FFMPEG_SUFFIX%%.1.gz +%%SDL%%man/man1/ffplay%%FFMPEG_SUFFIX%%.1.gz +man/man1/ffprobe%%FFMPEG_SUFFIX%%.1.gz +%%FFSERVER%%man/man1/ffserver%%FFMPEG_SUFFIX%%.1.gz %%DATADIR%%/examples/Makefile %%DATADIR%%/examples/README %%DATADIR%%/examples/avio_reading.c From owner-svn-ports-all@freebsd.org Sun Jun 28 13:31:40 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 05F6198F97C; Sun, 28 Jun 2015 13:31:40 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D11FB18FB; Sun, 28 Jun 2015 13:31:39 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SDVdsr013679; Sun, 28 Jun 2015 13:31:39 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SDVdaT013676; Sun, 28 Jun 2015 13:31:39 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201506281331.t5SDVdaT013676@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sun, 28 Jun 2015 13:31:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390780 - head/biology/migrate X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 13:31:40 -0000 Author: wen Date: Sun Jun 28 13:31:38 2015 New Revision: 390780 URL: https://svnweb.freebsd.org/changeset/ports/390780 Log: - Update to 3.6.11 - Convert to optionsNG Modified: head/biology/migrate/Makefile head/biology/migrate/distinfo Modified: head/biology/migrate/Makefile ============================================================================== --- head/biology/migrate/Makefile Sun Jun 28 12:55:05 2015 (r390779) +++ head/biology/migrate/Makefile Sun Jun 28 13:31:38 2015 (r390780) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= migrate -PORTVERSION= 3.6.9 +PORTVERSION= 3.6.11 CATEGORIES= biology MASTER_SITES= http://popgen.sc.fsu.edu/currentversions/ DISTNAME= ${PORTNAME}-${PORTVERSION}.src @@ -22,20 +22,15 @@ PORTDOCS= HISTORY README README_PARALLEL PORTEXAMPLES= * EXTRACT_AFTER_ARGS=--exclude zlib -# XXX should be converted to OptionsNG -.if defined(WITH_THREAD_PRETTY) -ALL_TARGET= thread-pretty -.elif defined(WITH_PRETTY) -ALL_TARGET= pretty -.elif defined(WITH_THREAD) -ALL_TARGET= thread -.else ALL_TARGET= all -.endif -OPTIONS_DEFINE= DOCS EXAMPLES - -.include +OPTIONS_DEFINE= DOCS EXAMPLES THREAD_PRETTY PRETTY THREAD +THREAD_PRETTY_DESC= Build with THREAD_PRETTY support +THREAD_DESC= Build with THREAD support +PRETTY_DESC= Build with PRETTY support +THREAD_PRETTY_ALL_TARGET= thread-pretty +THREAD_ALL_TARGET= thread +PRETTY_ALL_TARGET= pretty post-patch: @${REINPLACE_CMD} -e 's|="-O "|="$$CFLAGS"|g' ${WRKSRC}/configure Modified: head/biology/migrate/distinfo ============================================================================== --- head/biology/migrate/distinfo Sun Jun 28 12:55:05 2015 (r390779) +++ head/biology/migrate/distinfo Sun Jun 28 13:31:38 2015 (r390780) @@ -1,2 +1,2 @@ -SHA256 (migrate-3.6.9.src.tar.gz) = 8dc06315a35c6db222f04f3b205a5e644037f2e476c270c921c3f77744447a5f -SIZE (migrate-3.6.9.src.tar.gz) = 27811528 +SHA256 (migrate-3.6.11.src.tar.gz) = a9ba06a4e995a45b8d04037f5f2da23e1fe64a2f3565189bdd50c62c6fe01fb8 +SIZE (migrate-3.6.11.src.tar.gz) = 27809896 From owner-svn-ports-all@freebsd.org Sun Jun 28 14:10:55 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A6D7898FDFF; Sun, 28 Jun 2015 14:10:55 +0000 (UTC) (envelope-from avilla@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8B5941968; Sun, 28 Jun 2015 14:10:55 +0000 (UTC) (envelope-from avilla@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SEAtPR031567; Sun, 28 Jun 2015 14:10:55 GMT (envelope-from avilla@FreeBSD.org) Received: (from avilla@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SEAsHq031563; Sun, 28 Jun 2015 14:10:54 GMT (envelope-from avilla@FreeBSD.org) Message-Id: <201506281410.t5SEAsHq031563@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: avilla set sender to avilla@FreeBSD.org using -f From: Alberto Villa Date: Sun, 28 Jun 2015 14:10:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390781 - in head/multimedia/mlt: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 14:10:55 -0000 Author: avilla Date: Sun Jun 28 14:10:53 2015 New Revision: 390781 URL: https://svnweb.freebsd.org/changeset/ports/390781 Log: multimedia/mlt: update to 0.9.6 This is a bugfix and minor enhancement release: http://mltframework.blogspot.it/2015/02/version-094-released.html Deleted: head/multimedia/mlt/files/patch-git4035fc1 Modified: head/multimedia/mlt/Makefile head/multimedia/mlt/distinfo head/multimedia/mlt/files/patch-src__modules__qt__configure head/multimedia/mlt/pkg-plist Modified: head/multimedia/mlt/Makefile ============================================================================== --- head/multimedia/mlt/Makefile Sun Jun 28 13:31:38 2015 (r390780) +++ head/multimedia/mlt/Makefile Sun Jun 28 14:10:53 2015 (r390781) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= mlt -PORTVERSION= 0.9.2 -PORTREVISION?= 2 +PORTVERSION= 0.9.6 +PORTREVISION?= 0 CATEGORIES?= multimedia MASTER_SITES= SF/${PORTNAME}/${PORTNAME} Modified: head/multimedia/mlt/distinfo ============================================================================== --- head/multimedia/mlt/distinfo Sun Jun 28 13:31:38 2015 (r390780) +++ head/multimedia/mlt/distinfo Sun Jun 28 14:10:53 2015 (r390781) @@ -1,2 +1,2 @@ -SHA256 (mlt-0.9.2.tar.gz) = 60aebda834938c5963ec9032ae319badc4929becae0d7c99a9109a7de7b9ba7d -SIZE (mlt-0.9.2.tar.gz) = 1226700 +SHA256 (mlt-0.9.6.tar.gz) = ab999992828a03dadbf62f6a131aada776cfd7afe63a94d994877fdba31a3000 +SIZE (mlt-0.9.6.tar.gz) = 1242448 Modified: head/multimedia/mlt/files/patch-src__modules__qt__configure ============================================================================== --- head/multimedia/mlt/files/patch-src__modules__qt__configure Sun Jun 28 13:31:38 2015 (r390780) +++ head/multimedia/mlt/files/patch-src__modules__qt__configure Sun Jun 28 14:10:53 2015 (r390781) @@ -1,14 +1,6 @@ ---- src/modules/qt/configure.orig 2014-06-29 20:23:17 UTC +--- src/modules/qt/configure.orig 2015-03-02 07:08:46 UTC +++ src/modules/qt/configure -@@ -144,6 +144,7 @@ - if [ $? -eq 0 ] - then - echo "- Qt version 5.x detected" -+ without_kde=true - echo QTCXXFLAGS=$(pkg-config --cflags Qt5Core Qt5Gui Qt5Xml Qt5Svg Qt5OpenGL Qt5Widgets) >> config.mak - echo QTLIBS=$(pkg-config --libs Qt5Core Qt5Gui Qt5Xml Qt5Svg Qt5OpenGL Qt5Widgets) >> config.mak - else -@@ -156,7 +157,7 @@ +@@ -181,7 +181,7 @@ else if [ "$without_kde" = "" ] then kde4-config Modified: head/multimedia/mlt/pkg-plist ============================================================================== --- head/multimedia/mlt/pkg-plist Sun Jun 28 13:31:38 2015 (r390780) +++ head/multimedia/mlt/pkg-plist Sun Jun 28 14:10:53 2015 (r390781) @@ -113,6 +113,7 @@ man/man1/melt.1.gz %%DATADIR%%/core/producer_melt.yml %%DATADIR%%/core/producer_melt_file.yml %%DATADIR%%/core/producer_noise.yml +%%DATADIR%%/core/producer_tone.yml %%DATADIR%%/core/transition_composite.yml %%DATADIR%%/core/transition_luma.yml %%DATADIR%%/core/transition_matte.yml @@ -220,6 +221,7 @@ man/man1/melt.1.gz %%DATADIR%%/plus/filter_invert.yml %%DATADIR%%/plus/filter_lift_gamma_gain.yml %%DATADIR%%/plus/filter_loudness.yml +%%DATADIR%%/plus/filter_lumakey.yml %%DATADIR%%/plus/filter_rgblut.yml %%DATADIR%%/plus/filter_sepia.yml %%DATADIR%%/plus/producer_blipflash.yml @@ -239,6 +241,8 @@ man/man1/melt.1.gz %%DATADIR%%/presets/consumer/avformat/Sony-PSP %%DATADIR%%/presets/consumer/avformat/Vorbis %%DATADIR%%/presets/consumer/avformat/WAV +%%DATADIR%%/presets/consumer/avformat/WMA +%%DATADIR%%/presets/consumer/avformat/WMV %%DATADIR%%/presets/consumer/avformat/XDCAM-HD422 %%DATADIR%%/presets/consumer/avformat/atsc_1080i_50/DNxHD %%DATADIR%%/presets/consumer/avformat/atsc_1080i_5994/DNxHD @@ -285,6 +289,7 @@ man/man1/melt.1.gz %%DATADIR%%/presets/consumer/avformat/lossless/MPEG-2 %%DATADIR%%/presets/consumer/avformat/lossless/MPEG-4 %%DATADIR%%/presets/consumer/avformat/lossless/ProRes +%%DATADIR%%/presets/consumer/avformat/lossless/ProRes-Kostya %%DATADIR%%/presets/consumer/avformat/stills/BMP %%DATADIR%%/presets/consumer/avformat/stills/DPX %%DATADIR%%/presets/consumer/avformat/stills/JPEG @@ -294,10 +299,13 @@ man/man1/melt.1.gz %%DATADIR%%/presets/consumer/avformat/stills/TIFF %%DATADIR%%/presets/consumer/avformat/vp9 %%DATADIR%%/presets/consumer/avformat/webm +%%DATADIR%%/presets/consumer/avformat/webm-pass1 %%DATADIR%%/presets/consumer/avformat/x264-medium %%DATADIR%%/presets/consumer/avformat/x264-medium-baseline %%DATADIR%%/presets/consumer/avformat/x264-medium-main %%DATADIR%%/presets/consumer/avformat/x264-medium-pass1 +%%DATADIR%%/presets/consumer/avformat/x265-medium +%%DATADIR%%/presets/consumer/avformat/x265-medium-pass1 %%DATADIR%%/presets/filter/brightness/from_black %%DATADIR%%/presets/filter/brightness/to_black %%DATADIR%%/presets/filter/movit.blur/blur_in @@ -347,6 +355,14 @@ man/man1/melt.1.gz %%DATADIR%%/profiles/qcif_15 %%DATADIR%%/profiles/qcif_ntsc %%DATADIR%%/profiles/qcif_pal +%%DATADIR%%/profiles/qhd_1440p_2398 +%%DATADIR%%/profiles/qhd_1440p_24 +%%DATADIR%%/profiles/qhd_1440p_25 +%%DATADIR%%/profiles/qhd_1440p_2997 +%%DATADIR%%/profiles/qhd_1440p_30 +%%DATADIR%%/profiles/qhd_1440p_50 +%%DATADIR%%/profiles/qhd_1440p_5994 +%%DATADIR%%/profiles/qhd_1440p_60 %%DATADIR%%/profiles/quarter_15 %%DATADIR%%/profiles/quarter_ntsc %%DATADIR%%/profiles/quarter_ntsc_wide @@ -362,6 +378,14 @@ man/man1/melt.1.gz %%DATADIR%%/profiles/svcd_ntsc_wide %%DATADIR%%/profiles/svcd_pal %%DATADIR%%/profiles/svcd_pal_wide +%%DATADIR%%/profiles/uhd_2160p_2398 +%%DATADIR%%/profiles/uhd_2160p_24 +%%DATADIR%%/profiles/uhd_2160p_25 +%%DATADIR%%/profiles/uhd_2160p_2997 +%%DATADIR%%/profiles/uhd_2160p_30 +%%DATADIR%%/profiles/uhd_2160p_50 +%%DATADIR%%/profiles/uhd_2160p_5994 +%%DATADIR%%/profiles/uhd_2160p_60 %%DATADIR%%/profiles/vcd_ntsc %%DATADIR%%/profiles/vcd_pal %%QT4%%%%DATADIR%%/qt/producer_kdenlivetitle.yml From owner-svn-ports-all@freebsd.org Sun Jun 28 14:16:05 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0392B98FF30; Sun, 28 Jun 2015 14:16:05 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E2BE61B63; Sun, 28 Jun 2015 14:16:04 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SEG4l4034018; Sun, 28 Jun 2015 14:16:04 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SEG4HO034017; Sun, 28 Jun 2015 14:16:04 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201506281416.t5SEG4HO034017@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 28 Jun 2015 14:16:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390782 - head/java/jai X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 14:16:05 -0000 Author: antoine Date: Sun Jun 28 14:16:04 2015 New Revision: 390782 URL: https://svnweb.freebsd.org/changeset/ports/390782 Log: Mark BROKEN: unfetchable Reported by: pkg-fallout Modified: head/java/jai/Makefile Modified: head/java/jai/Makefile ============================================================================== --- head/java/jai/Makefile Sun Jun 28 14:10:53 2015 (r390781) +++ head/java/jai/Makefile Sun Jun 28 14:16:04 2015 (r390782) @@ -11,6 +11,8 @@ DISTNAME= ${PORTNAME}-${DISTVERSION}-lib MAINTAINER= java@FreeBSD.org COMMENT= High performance image processing libraries for Java +BROKEN= unfetchable + USES= cpe zip CPE_VENDOR= oracle USE_JAVA= yes From owner-svn-ports-all@freebsd.org Sun Jun 28 14:19:01 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 54ED398FF9C; Sun, 28 Jun 2015 14:19:01 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4329E1D5A; Sun, 28 Jun 2015 14:19:01 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SEJ1va034533; Sun, 28 Jun 2015 14:19:01 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SEJ18h034531; Sun, 28 Jun 2015 14:19:01 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201506281419.t5SEJ18h034531@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 28 Jun 2015 14:19:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r390783 - branches/2015Q2/java/jai X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 14:19:01 -0000 Author: antoine Date: Sun Jun 28 14:19:00 2015 New Revision: 390783 URL: https://svnweb.freebsd.org/changeset/ports/390783 Log: MFH: r390782 Mark BROKEN: unfetchable Reported by: pkg-fallout Modified: branches/2015Q2/java/jai/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/java/jai/Makefile ============================================================================== --- branches/2015Q2/java/jai/Makefile Sun Jun 28 14:16:04 2015 (r390782) +++ branches/2015Q2/java/jai/Makefile Sun Jun 28 14:19:00 2015 (r390783) @@ -11,6 +11,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/./ MAINTAINER= java@FreeBSD.org COMMENT= High performance image processing libraries for Java +BROKEN= unfetchable + USES= zip USE_JAVA= yes JAVA_VERSION= 1.6+ From owner-svn-ports-all@freebsd.org Sun Jun 28 14:24:27 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7DBEE98F130; Sun, 28 Jun 2015 14:24:27 +0000 (UTC) (envelope-from avilla@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 54FB812C2; Sun, 28 Jun 2015 14:24:27 +0000 (UTC) (envelope-from avilla@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SEORRo038930; Sun, 28 Jun 2015 14:24:27 GMT (envelope-from avilla@FreeBSD.org) Received: (from avilla@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SEOQUi038927; Sun, 28 Jun 2015 14:24:26 GMT (envelope-from avilla@FreeBSD.org) Message-Id: <201506281424.t5SEOQUi038927@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: avilla set sender to avilla@FreeBSD.org using -f From: Alberto Villa Date: Sun, 28 Jun 2015 14:24:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390784 - in head/graphics: opengtl qtgtl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 14:24:27 -0000 Author: avilla Date: Sun Jun 28 14:24:25 2015 New Revision: 390784 URL: https://svnweb.freebsd.org/changeset/ports/390784 Log: graphics/opengtl: fix build with LLVM 3.3 PR: 201022 Submitted by: matthew@reztek.cz Obtained from: Gentoo MFH: 2015Q2 Modified: head/graphics/opengtl/Makefile head/graphics/opengtl/distinfo head/graphics/qtgtl/Makefile Modified: head/graphics/opengtl/Makefile ============================================================================== --- head/graphics/opengtl/Makefile Sun Jun 28 14:19:00 2015 (r390783) +++ head/graphics/opengtl/Makefile Sun Jun 28 14:24:25 2015 (r390784) @@ -2,26 +2,25 @@ PORTNAME= opengtl PORTVERSION= 0.9.18 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics devel MASTER_SITES= http://download.${PORTNAME}.org/ DISTNAME= OpenGTL-${PORTVERSION} +PATCH_SITES= http://dev.gentoo.org/~creffett/distfiles/ +PATCHFILES= ${PORTNAME}-${PORTVERSION}-llvm-3.3.patch +PATCH_DIST_STRIP=-p1 MAINTAINER= avilla@FreeBSD.org COMMENT= Graphics Transformation Languages LICENSE= LGPL20 -BROKEN= Depends on deleted devel/llvm32 -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2015-07-21 - -#LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \ -# libLLVM-3.2.so:${PORTSDIR}/devel/llvm32 +LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \ + libLLVM-3.3.so:${PORTSDIR}/devel/llvm33 USES= cmake perl5 tar:bzip2 USE_LDCONFIG= yes -CMAKE_ARGS= -DLLVM_CONFIG_EXECUTABLE=${LOCALBASE}/bin/llvm-config32 +CMAKE_ARGS= -DLLVM_CONFIG_EXECUTABLE=${LOCALBASE}/bin/llvm-config33 PLIST_SUB+= PORTVERSION=${PORTVERSION} Modified: head/graphics/opengtl/distinfo ============================================================================== --- head/graphics/opengtl/distinfo Sun Jun 28 14:19:00 2015 (r390783) +++ head/graphics/opengtl/distinfo Sun Jun 28 14:24:25 2015 (r390784) @@ -1,2 +1,4 @@ SHA256 (OpenGTL-0.9.18.tar.bz2) = f094b3d2a1a60519975bb3badc05e704f2b93c7a3d2cb753041f2ff27cfcd9f8 SIZE (OpenGTL-0.9.18.tar.bz2) = 536113 +SHA256 (opengtl-0.9.18-llvm-3.3.patch) = c43418bc039660ae86cb86b8b8175342793cb1361c699faa9b6342bc896e3d6c +SIZE (opengtl-0.9.18-llvm-3.3.patch) = 27930 Modified: head/graphics/qtgtl/Makefile ============================================================================== --- head/graphics/qtgtl/Makefile Sun Jun 28 14:19:00 2015 (r390783) +++ head/graphics/qtgtl/Makefile Sun Jun 28 14:24:25 2015 (r390784) @@ -11,9 +11,6 @@ COMMENT= Qt bindings for the Graphics Tr LICENSE= LGPL20 -DEPRECATED= Depends on broken and expiring graphics/opengtl -EXPIRATION_DATE= 2015-07-21 - LIB_DEPENDS= libGTLCore.so:${PORTSDIR}/graphics/opengtl USE_QT4= corelib gui moc_build qmake_build rcc_build uic_build From owner-svn-ports-all@freebsd.org Sun Jun 28 14:57:12 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BCD8C98F599; Sun, 28 Jun 2015 14:57:12 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A46F31140; Sun, 28 Jun 2015 14:57:12 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SEvCsc054430; Sun, 28 Jun 2015 14:57:12 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SEvCZF054426; Sun, 28 Jun 2015 14:57:12 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201506281457.t5SEvCZF054426@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sun, 28 Jun 2015 14:57:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390785 - head/www/py-django-taggit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 14:57:12 -0000 Author: rene Date: Sun Jun 28 14:57:11 2015 New Revision: 390785 URL: https://svnweb.freebsd.org/changeset/ports/390785 Log: www/py-django-taggit: update to 0.15.0 While here set NO_ARCH Differential Revision: https://reviews.freebsd.org/D2932 Approved by: maintainer (wg) Modified: head/www/py-django-taggit/Makefile head/www/py-django-taggit/distinfo Modified: head/www/py-django-taggit/Makefile ============================================================================== --- head/www/py-django-taggit/Makefile Sun Jun 28 14:24:25 2015 (r390784) +++ head/www/py-django-taggit/Makefile Sun Jun 28 14:57:11 2015 (r390785) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= django-taggit -PORTVERSION= 0.12.1 +PORTVERSION= 0.15.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,4 +16,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}djan USES= python USE_PYTHON= autoplist distutils +NO_ARCH= yes + .include Modified: head/www/py-django-taggit/distinfo ============================================================================== --- head/www/py-django-taggit/distinfo Sun Jun 28 14:24:25 2015 (r390784) +++ head/www/py-django-taggit/distinfo Sun Jun 28 14:57:11 2015 (r390785) @@ -1,2 +1,2 @@ -SHA256 (django-taggit-0.12.1.tar.gz) = 7f856e9262055c5dd906ed36dbfe6bfeb61bff8fc7479015488d38b8d163a2d7 -SIZE (django-taggit-0.12.1.tar.gz) = 46622 +SHA256 (django-taggit-0.15.0.tar.gz) = 1fbea545d6f48cfb286daa3552249c2a337e79cc6df11b6e92f605fe085f0530 +SIZE (django-taggit-0.15.0.tar.gz) = 50020 From owner-svn-ports-all@freebsd.org Sun Jun 28 15:17:16 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0DCC698F8C9; Sun, 28 Jun 2015 15:17:16 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D92011F2F; Sun, 28 Jun 2015 15:17:15 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SFHF91064480; Sun, 28 Jun 2015 15:17:15 GMT (envelope-from nox@FreeBSD.org) Received: (from nox@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SFHFL5064478; Sun, 28 Jun 2015 15:17:15 GMT (envelope-from nox@FreeBSD.org) Message-Id: <201506281517.t5SFHFL5064478@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: nox set sender to nox@FreeBSD.org using -f From: Juergen Lock Date: Sun, 28 Jun 2015 15:17:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390786 - head/emulators/qemu-sbruno X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 15:17:16 -0000 Author: nox Date: Sun Jun 28 15:17:14 2015 New Revision: 390786 URL: https://svnweb.freebsd.org/changeset/ports/390786 Log: Catch up with github tree, fixing bug caused by struct kinfo_proc typo - changelog: https://github.com/seanbruno/qemu-bsd-user/commits/bsd-user Modified: head/emulators/qemu-sbruno/Makefile head/emulators/qemu-sbruno/distinfo Modified: head/emulators/qemu-sbruno/Makefile ============================================================================== --- head/emulators/qemu-sbruno/Makefile Sun Jun 28 14:57:11 2015 (r390785) +++ head/emulators/qemu-sbruno/Makefile Sun Jun 28 15:17:14 2015 (r390786) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= qemu -PORTVERSION= 2.3.50.g20150618 -PORTREVISION= 1 +PORTVERSION= 2.3.50.g20150628 CATEGORIES= emulators MASTER_SITES= GH \ LOCAL/nox \ @@ -21,7 +20,7 @@ COMMENT?= QEMU CPU Emulator - github bsd USE_GITHUB= yes GH_ACCOUNT= seanbruno GH_PROJECT= ${PORTNAME}-bsd-user -GH_TAGNAME= 460c17e +GH_TAGNAME= f51f4da HAS_CONFIGURE= yes USES= gmake pkgconfig bison perl5 python:2,build USE_PERL5= build Modified: head/emulators/qemu-sbruno/distinfo ============================================================================== --- head/emulators/qemu-sbruno/distinfo Sun Jun 28 14:57:11 2015 (r390785) +++ head/emulators/qemu-sbruno/distinfo Sun Jun 28 15:17:14 2015 (r390786) @@ -1,4 +1,4 @@ -SHA256 (qemu/2.3.50.g20150618/seanbruno-qemu-bsd-user-2.3.50.g20150618-460c17e_GH0.tar.gz) = 32829a2384ae00a18934a4b374171765c8746c73df2aa8a41a300a17b282ba6c -SIZE (qemu/2.3.50.g20150618/seanbruno-qemu-bsd-user-2.3.50.g20150618-460c17e_GH0.tar.gz) = 10991011 -SHA256 (qemu/2.3.50.g20150618/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3 -SIZE (qemu/2.3.50.g20150618/dtc-v1.4.0.tar.gz) = 131893 +SHA256 (qemu/2.3.50.g20150628/seanbruno-qemu-bsd-user-2.3.50.g20150628-f51f4da_GH0.tar.gz) = f528de84970a72256fc087308b2aee2cb15e09090117c797d3548e76953515ea +SIZE (qemu/2.3.50.g20150628/seanbruno-qemu-bsd-user-2.3.50.g20150628-f51f4da_GH0.tar.gz) = 10991530 +SHA256 (qemu/2.3.50.g20150628/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3 +SIZE (qemu/2.3.50.g20150628/dtc-v1.4.0.tar.gz) = 131893 From owner-svn-ports-all@freebsd.org Sun Jun 28 15:20:07 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1138198F8FD; Sun, 28 Jun 2015 15:20:07 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E1B34103A; Sun, 28 Jun 2015 15:20:06 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SFK6Iv065085; Sun, 28 Jun 2015 15:20:06 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SFK5fJ065080; Sun, 28 Jun 2015 15:20:05 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201506281520.t5SFK5fJ065080@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 28 Jun 2015 15:20:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390787 - in head: devel/monotone editors/openoffice-4 editors/openoffice-devel math/sage net/freeradius3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 15:20:07 -0000 Author: antoine Date: Sun Jun 28 15:20:04 2015 New Revision: 390787 URL: https://svnweb.freebsd.org/changeset/ports/390787 Log: MAKE_JOBS_SAFE=yes is a nop since july 2013 Modified: head/devel/monotone/Makefile head/editors/openoffice-4/Makefile head/editors/openoffice-devel/Makefile head/math/sage/Makefile head/net/freeradius3/Makefile Modified: head/devel/monotone/Makefile ============================================================================== --- head/devel/monotone/Makefile Sun Jun 28 15:17:14 2015 (r390786) +++ head/devel/monotone/Makefile Sun Jun 28 15:20:04 2015 (r390787) @@ -22,7 +22,6 @@ LIB_DEPENDS= libpcre.so:${PORTSDIR}/deve SUB_FILES= pkg-message USES= cpe iconv pkgconfig gmake perl5 lua:51 tar:bzip2 makeinfo USE_PERL5= build -MAKE_JOBS_SAFE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" Modified: head/editors/openoffice-4/Makefile ============================================================================== --- head/editors/openoffice-4/Makefile Sun Jun 28 15:17:14 2015 (r390786) +++ head/editors/openoffice-4/Makefile Sun Jun 28 15:20:04 2015 (r390787) @@ -102,7 +102,6 @@ USE_XORG= x11 ice xaw xau xext xrender x USES= autoreconf:autoconf bison compiler cpe desktop-file-utils \ gmake jpeg perl5 pkgconfig python tar:bzip2 WITHOUT_CPU_CFLAGS= true -MAKE_JOBS_SAFE= yes CPE_PRODUCT= ${PORTNAME:S|apache-||} CPE_VENDOR= apache Modified: head/editors/openoffice-devel/Makefile ============================================================================== --- head/editors/openoffice-devel/Makefile Sun Jun 28 15:17:14 2015 (r390786) +++ head/editors/openoffice-devel/Makefile Sun Jun 28 15:20:04 2015 (r390787) @@ -114,7 +114,6 @@ USE_XORG= x11 ice xaw xau xext xrender x USES= autoreconf:autoconf bison compiler cpe desktop-file-utils \ gmake jpeg perl5 pkgconfig python tar:${TARTYPE} WITHOUT_CPU_CFLAGS= true -MAKE_JOBS_SAFE= yes CPE_PRODUCT= ${PORTNAME:S|apache-||} CPE_VENDOR= apache Modified: head/math/sage/Makefile ============================================================================== --- head/math/sage/Makefile Sun Jun 28 15:17:14 2015 (r390786) +++ head/math/sage/Makefile Sun Jun 28 15:20:04 2015 (r390787) @@ -37,7 +37,6 @@ pre-extract: PLIST_FILES= bin/sage USE_TEX= latex:build USES= gmake iconv jpeg tk perl5 -MAKE_JOBS_SAFE= yes # Optimization flags will be defined by the source CFLAGS:= ${CFLAGS:C/^-O.*$//} Modified: head/net/freeradius3/Makefile ============================================================================== --- head/net/freeradius3/Makefile Sun Jun 28 15:17:14 2015 (r390786) +++ head/net/freeradius3/Makefile Sun Jun 28 15:20:04 2015 (r390787) @@ -37,7 +37,6 @@ MAKE_ARGS+= HOME=/dev/null CPPFLAGS+= -I${LOCALBASE}/include CFLAGS+= ${CPPFLAGS} LDFLAGS+= -L${LOCALBASE}/lib -MAKE_JOBS_SAFE= yes PLIST_SUB= PORTVERSION=${DISTVERSION} LIBVER=0${PORTVERSION:C/\./0/g} From owner-svn-ports-all@freebsd.org Sun Jun 28 15:22:20 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B1B4798FA49; Sun, 28 Jun 2015 15:22:20 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 89129187A; Sun, 28 Jun 2015 15:22:20 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SFMKAQ069020; Sun, 28 Jun 2015 15:22:20 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SFMK1q069017; Sun, 28 Jun 2015 15:22:20 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201506281522.t5SFMK1q069017@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sun, 28 Jun 2015 15:22:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390788 - head/www/pecl-varnish X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 15:22:20 -0000 Author: feld Date: Sun Jun 28 15:22:19 2015 New Revision: 390788 URL: https://svnweb.freebsd.org/changeset/ports/390788 Log: Varnish 3.0 is EoL pecl-varnish supports Varnish 4.x as of version 1.2.0. However, there are some caveats. The cChangelog for 1.2.0 mentions the following: - Varnish 4.x compatibility, but - VarnishStat and VarnishLog aren't supported when linking to Varnish 4.x anymore I understand when Varnish 4.1 is released some old Varnish 3.x vmods will be able to be updated. Perhaps this functionality will return also. Unfortunately there is not much else that can be done. This is better than the alternative which was to remove this port from the ports tree. Modified: head/www/pecl-varnish/Makefile head/www/pecl-varnish/distinfo Modified: head/www/pecl-varnish/Makefile ============================================================================== --- head/www/pecl-varnish/Makefile Sun Jun 28 15:20:04 2015 (r390787) +++ head/www/pecl-varnish/Makefile Sun Jun 28 15:22:19 2015 (r390788) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= varnish -PORTVERSION= 1.1.1 +PORTVERSION= 1.2.1 CATEGORIES= www MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -14,7 +14,7 @@ COMMENT= Varnish cache extension LICENSE= BSD2CLAUSE -BUILD_DEPENDS= ${LOCALBASE}/sbin/varnishd:${PORTSDIR}/www/varnish +BUILD_DEPENDS= varnish4>=0:${PORTSDIR}/www/varnish4 USE_PHP= hash USE_PHP_BUILD= yes Modified: head/www/pecl-varnish/distinfo ============================================================================== --- head/www/pecl-varnish/distinfo Sun Jun 28 15:20:04 2015 (r390787) +++ head/www/pecl-varnish/distinfo Sun Jun 28 15:22:19 2015 (r390788) @@ -1,2 +1,2 @@ -SHA256 (PECL/varnish-1.1.1.tgz) = c5df396751f73050b8a8b1e50a2ce180ed8dfcdb8fd22056b775213b00ead898 -SIZE (PECL/varnish-1.1.1.tgz) = 22852 +SHA256 (PECL/varnish-1.2.1.tgz) = 13d2a4b63197d66854850c5aef50353d87ce3ed95798ba179fb59e289030183a +SIZE (PECL/varnish-1.2.1.tgz) = 25221 From owner-svn-ports-all@freebsd.org Sun Jun 28 15:23:04 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CF1BF98FA7B; Sun, 28 Jun 2015 15:23:04 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BFB45195F; Sun, 28 Jun 2015 15:23:04 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SFN4Yn069276; Sun, 28 Jun 2015 15:23:04 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SFN4FX069272; Sun, 28 Jun 2015 15:23:04 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201506281523.t5SFN4FX069272@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 28 Jun 2015 15:23:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390789 - in head: comms/wspr net-mgmt/netmond x11/p5-X11-XCB X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 15:23:04 -0000 Author: antoine Date: Sun Jun 28 15:23:03 2015 New Revision: 390789 URL: https://svnweb.freebsd.org/changeset/ports/390789 Log: Spell MAKE_JOBS_UNSAFE correctly Modified: head/comms/wspr/Makefile head/net-mgmt/netmond/Makefile head/x11/p5-X11-XCB/Makefile Modified: head/comms/wspr/Makefile ============================================================================== --- head/comms/wspr/Makefile Sun Jun 28 15:22:19 2015 (r390788) +++ head/comms/wspr/Makefile Sun Jun 28 15:23:03 2015 (r390789) @@ -21,7 +21,7 @@ LIB_DEPENDS= libhamlib.so:${PORTSDIR}/co libsamplerate.so:${PORTSDIR}/audio/libsamplerate \ libportaudio.so:${PORTSDIR}/audio/portaudio -DISABLE_MAKE_JOBS= yes +MAKE_JOBS_UNSAFE= yes USE_AUTOTOOLS= autoconf USES= fortran gmake libtool tar:bzip2 python:3.3 dos2unix GNU_CONFIGURE= yes Modified: head/net-mgmt/netmond/Makefile ============================================================================== --- head/net-mgmt/netmond/Makefile Sun Jun 28 15:22:19 2015 (r390788) +++ head/net-mgmt/netmond/Makefile Sun Jun 28 15:23:03 2015 (r390789) @@ -20,7 +20,7 @@ USERS= netmon GROUPS= ${USERS} GNU_CONFIGURE= yes -DISABLE_MAKE_JOBS=yes +MAKE_JOBS_UNSAFE= yes USES= bison tar:tgz CFLAGS+= -Wno-return-type Modified: head/x11/p5-X11-XCB/Makefile ============================================================================== --- head/x11/p5-X11-XCB/Makefile Sun Jun 28 15:22:19 2015 (r390788) +++ head/x11/p5-X11-XCB/Makefile Sun Jun 28 15:23:03 2015 (r390789) @@ -32,7 +32,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_XORG= x11 xcb xproto xinerama -DISABLE_MAKE_JOBS= yes +MAKE_JOBS_UNSAFE= yes pre-configure: cd ${WRKSRC} && ${PERL} Makefile.PL From owner-svn-ports-all@freebsd.org Sun Jun 28 15:24:34 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CDB1F98FAC8; Sun, 28 Jun 2015 15:24:34 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BF5CA1A99; Sun, 28 Jun 2015 15:24:34 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SFOYQ1069562; Sun, 28 Jun 2015 15:24:34 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SFOYGf069560; Sun, 28 Jun 2015 15:24:34 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201506281524.t5SFOYGf069560@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sun, 28 Jun 2015 15:24:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390790 - head/www/pecl-varnish X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 15:24:34 -0000 Author: feld Date: Sun Jun 28 15:24:33 2015 New Revision: 390790 URL: https://svnweb.freebsd.org/changeset/ports/390790 Log: Migrate to new tar USES syntax Modified: head/www/pecl-varnish/Makefile Modified: head/www/pecl-varnish/Makefile ============================================================================== --- head/www/pecl-varnish/Makefile Sun Jun 28 15:23:03 2015 (r390789) +++ head/www/pecl-varnish/Makefile Sun Jun 28 15:24:33 2015 (r390790) @@ -6,7 +6,6 @@ PORTVERSION= 1.2.1 CATEGORIES= www MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- -EXTRACT_SUFX= .tgz DIST_SUBDIR= PECL MAINTAINER= jim@ohlste.in @@ -16,6 +15,7 @@ LICENSE= BSD2CLAUSE BUILD_DEPENDS= varnish4>=0:${PORTSDIR}/www/varnish4 +USES= tar:tgz USE_PHP= hash USE_PHP_BUILD= yes USE_PHPEXT= yes From owner-svn-ports-all@freebsd.org Sun Jun 28 15:27:19 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5FDF598FBAD; Sun, 28 Jun 2015 15:27:19 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5165F1CA4; Sun, 28 Jun 2015 15:27:19 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SFRJ7w070039; Sun, 28 Jun 2015 15:27:19 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SFRJqL070038; Sun, 28 Jun 2015 15:27:19 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201506281527.t5SFRJqL070038@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sun, 28 Jun 2015 15:27:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390791 - head/www/pecl-varnish X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 15:27:19 -0000 Author: feld Date: Sun Jun 28 15:27:18 2015 New Revision: 390791 URL: https://svnweb.freebsd.org/changeset/ports/390791 Log: PORTREVISION bump should have been issued due to dependency change Modified: head/www/pecl-varnish/Makefile Modified: head/www/pecl-varnish/Makefile ============================================================================== --- head/www/pecl-varnish/Makefile Sun Jun 28 15:24:33 2015 (r390790) +++ head/www/pecl-varnish/Makefile Sun Jun 28 15:27:18 2015 (r390791) @@ -3,6 +3,7 @@ PORTNAME= varnish PORTVERSION= 1.2.1 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- From owner-svn-ports-all@freebsd.org Sun Jun 28 15:28:56 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E0FB698FC02; Sun, 28 Jun 2015 15:28:56 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D233A1DB2; Sun, 28 Jun 2015 15:28:56 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SFSu0a070328; Sun, 28 Jun 2015 15:28:56 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SFSuRn070327; Sun, 28 Jun 2015 15:28:56 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201506281528.t5SFSuRn070327@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 28 Jun 2015 15:28:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390792 - head/ftp/ocaml-ocurl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 15:28:57 -0000 Author: antoine Date: Sun Jun 28 15:28:56 2015 New Revision: 390792 URL: https://svnweb.freebsd.org/changeset/ports/390792 Log: Add missing build dependency on camlp4 Reported by: pkg-fallout Modified: head/ftp/ocaml-ocurl/Makefile Modified: head/ftp/ocaml-ocurl/Makefile ============================================================================== --- head/ftp/ocaml-ocurl/Makefile Sun Jun 28 15:27:18 2015 (r390791) +++ head/ftp/ocaml-ocurl/Makefile Sun Jun 28 15:28:56 2015 (r390792) @@ -22,6 +22,7 @@ CONFIGURE_ARGS+="--with-findlib" MAKE_JOBS_UNSAFE= yes USE_OCAML= yes +USE_OCAML_CAMLP4= yes USE_OCAML_FINDLIB= yes USE_OCAML_LDCONFIG= yes OCAML_PKGDIRS= curl From owner-svn-ports-all@freebsd.org Sun Jun 28 15:30:41 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F2D4C98FC97; Sun, 28 Jun 2015 15:30:41 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E46E7100E; Sun, 28 Jun 2015 15:30:41 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SFUfp4070741; Sun, 28 Jun 2015 15:30:41 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SFUfIq070740; Sun, 28 Jun 2015 15:30:41 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201506281530.t5SFUfIq070740@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sun, 28 Jun 2015 15:30:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390793 - head/biology/migrate X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 15:30:42 -0000 Author: wen Date: Sun Jun 28 15:30:41 2015 New Revision: 390793 URL: https://svnweb.freebsd.org/changeset/ports/390793 Log: - Update options Modified: head/biology/migrate/Makefile Modified: head/biology/migrate/Makefile ============================================================================== --- head/biology/migrate/Makefile Sun Jun 28 15:28:56 2015 (r390792) +++ head/biology/migrate/Makefile Sun Jun 28 15:30:41 2015 (r390793) @@ -22,15 +22,9 @@ PORTDOCS= HISTORY README README_PARALLEL PORTEXAMPLES= * EXTRACT_AFTER_ARGS=--exclude zlib -ALL_TARGET= all - -OPTIONS_DEFINE= DOCS EXAMPLES THREAD_PRETTY PRETTY THREAD -THREAD_PRETTY_DESC= Build with THREAD_PRETTY support +OPTIONS_DEFINE= DOCS EXAMPLES THREAD THREAD_DESC= Build with THREAD support -PRETTY_DESC= Build with PRETTY support -THREAD_PRETTY_ALL_TARGET= thread-pretty THREAD_ALL_TARGET= thread -PRETTY_ALL_TARGET= pretty post-patch: @${REINPLACE_CMD} -e 's|="-O "|="$$CFLAGS"|g' ${WRKSRC}/configure From owner-svn-ports-all@freebsd.org Sun Jun 28 15:33:29 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5858998FDE3; Sun, 28 Jun 2015 15:33:29 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gruenbaer.kn-bremen.de [148.251.8.79]) by mx1.freebsd.org (Postfix) with ESMTP id D662412E0; Sun, 28 Jun 2015 15:33:19 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 121BF3DE0E75; Sun, 28 Jun 2015 17:26:17 +0200 (CEST) Received: from enceladus10.kn-bremen.de (noident@localhost [127.0.0.1]) by enceladus10.kn-bremen.de (8.14.5/8.14.5) with ESMTP id t5SFLraP084155; Sun, 28 Jun 2015 17:21:53 +0200 (CEST) (envelope-from nox@enceladus10.kn-bremen.de) Received: (from nox@localhost) by enceladus10.kn-bremen.de (8.14.5/8.14.5/Submit) id t5SFLrDG084154; Sun, 28 Jun 2015 17:21:53 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Sun, 28 Jun 2015 17:21:53 +0200 To: Juergen Lock Cc: ports-committers@FreeBSD.org, svn-ports-all@FreeBSD.org, svn-ports-head@FreeBSD.org Subject: Re: svn commit: r390786 - head/emulators/qemu-sbruno Message-ID: <20150628152152.GA83997@enceladus10.kn-bremen.de> References: <201506281517.t5SFHFL5064478@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201506281517.t5SFHFL5064478@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 15:33:29 -0000 On Sun, Jun 28, 2015 at 03:17:15PM +0000, Juergen Lock wrote: > Author: nox > Date: Sun Jun 28 15:17:14 2015 > New Revision: 390786 > URL: https://svnweb.freebsd.org/changeset/ports/390786 > > Log: > Catch up with github tree, fixing bug caused by struct kinfo_proc typo - > changelog: > > https://github.com/seanbruno/qemu-bsd-user/commits/bsd-user > > Modified: > head/emulators/qemu-sbruno/Makefile > head/emulators/qemu-sbruno/distinfo > I forgot: PR: 201128 Sigh... Juergen From owner-svn-ports-all@freebsd.org Sun Jun 28 16:02:37 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4C68098F219; Sun, 28 Jun 2015 16:02:37 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 387AC114A; Sun, 28 Jun 2015 16:02:37 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SG2bbv089642; Sun, 28 Jun 2015 16:02:37 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SG2ZBb089628; Sun, 28 Jun 2015 16:02:35 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201506281602.t5SG2ZBb089628@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 28 Jun 2015 16:02:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390794 - in head/databases: php5-creole php5-pdo_cassandra php5-propel php5-redis php5-tarantool php55-redis php56-redis X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 16:02:37 -0000 Author: antoine Date: Sun Jun 28 16:02:34 2015 New Revision: 390794 URL: https://svnweb.freebsd.org/changeset/ports/390794 Log: - Remove a few deprecated DEFAULT_PHP_VER - Do not abuse DEFAULT_VERSIONS Modified: head/databases/php5-creole/Makefile head/databases/php5-pdo_cassandra/Makefile head/databases/php5-propel/Makefile head/databases/php5-redis/Makefile head/databases/php5-tarantool/Makefile head/databases/php55-redis/Makefile head/databases/php56-redis/Makefile Modified: head/databases/php5-creole/Makefile ============================================================================== --- head/databases/php5-creole/Makefile Sun Jun 28 15:30:41 2015 (r390793) +++ head/databases/php5-creole/Makefile Sun Jun 28 16:02:34 2015 (r390794) @@ -11,7 +11,7 @@ MAINTAINER= kuriyama@FreeBSD.org COMMENT= Database abstraction layer for PHP5 USE_PHP= yes -DEFAULT_VERSIONS+=php=5 +PHP_DEFAULT= 5.4 NO_BUILD= yes do-install: Modified: head/databases/php5-pdo_cassandra/Makefile ============================================================================== --- head/databases/php5-pdo_cassandra/Makefile Sun Jun 28 15:30:41 2015 (r390793) +++ head/databases/php5-pdo_cassandra/Makefile Sun Jun 28 16:02:34 2015 (r390794) @@ -23,7 +23,7 @@ USES= pkgconfig USE_PHP_BUILD= yes USE_PHP= pdo USE_PHPEXT= yes -DEFAULT_PHP_VER=5 +PHP_DEFAULT= 5.4 IGNORE_WITH_PHP=52 USE_GCC= yes Modified: head/databases/php5-propel/Makefile ============================================================================== --- head/databases/php5-propel/Makefile Sun Jun 28 15:30:41 2015 (r390793) +++ head/databases/php5-propel/Makefile Sun Jun 28 16:02:34 2015 (r390794) @@ -11,7 +11,7 @@ MAINTAINER= kuriyama@FreeBSD.org COMMENT= Full-service object persistence and query toolkit for PHP USE_PHP= yes -DEFAULT_VERSIONS+= php=5 +PHP_DEFAULT= 5.4 WRKSRC= ${WRKDIR} do-build: Modified: head/databases/php5-redis/Makefile ============================================================================== --- head/databases/php5-redis/Makefile Sun Jun 28 15:30:41 2015 (r390793) +++ head/databases/php5-redis/Makefile Sun Jun 28 16:02:34 2015 (r390794) @@ -14,7 +14,7 @@ LICENSE= PHP301 USE_PHP= session USE_PHP_BUILD= yes USE_PHPEXT= yes -DEFAULT_VERSIONS+=php=5 +PHP_DEFAULT= 5.4 USE_GITHUB= yes GH_ACCOUNT= phpredis Modified: head/databases/php5-tarantool/Makefile ============================================================================== --- head/databases/php5-tarantool/Makefile Sun Jun 28 15:30:41 2015 (r390793) +++ head/databases/php5-tarantool/Makefile Sun Jun 28 16:02:34 2015 (r390794) @@ -13,7 +13,7 @@ USE_GITHUB= yes USE_PHP= yes USE_PHPEXT= yes USE_PHPIZE= yes -DEFAULT_PHP_VER=5 +PHP_DEFAULT= 5.4 PHP_MODNAME= ${PORTNAME} GH_PROJECT= ${PORTNAME}-php Modified: head/databases/php55-redis/Makefile ============================================================================== --- head/databases/php55-redis/Makefile Sun Jun 28 15:30:41 2015 (r390793) +++ head/databases/php55-redis/Makefile Sun Jun 28 16:02:34 2015 (r390794) @@ -18,7 +18,7 @@ GH_PROJECT= phpredis USE_PHP= session USE_PHP_BUILD= yes USE_PHPEXT= yes -DEFAULT_PHP_VER=55 +PHP_DEFAULT= 5.5 PHP_MODNAME= redis Modified: head/databases/php56-redis/Makefile ============================================================================== --- head/databases/php56-redis/Makefile Sun Jun 28 15:30:41 2015 (r390793) +++ head/databases/php56-redis/Makefile Sun Jun 28 16:02:34 2015 (r390794) @@ -16,7 +16,7 @@ GITVERSION= 0f0661e USE_PHP= session USE_PHP_BUILD= yes USE_PHPEXT= yes -DEFAULT_VERSIONS+= php=56 +PHP_DEFAULT= 5.6 USE_GITHUB= yes GH_ACCOUNT= nicolasff From owner-svn-ports-all@freebsd.org Sun Jun 28 16:46:03 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1EFD98F7F9; Sun, 28 Jun 2015 16:46:03 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 98DD51EC0; Sun, 28 Jun 2015 16:46:03 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SGk3oD010025; Sun, 28 Jun 2015 16:46:03 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SGk2kO010018; Sun, 28 Jun 2015 16:46:02 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201506281646.t5SGk2kO010018@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sun, 28 Jun 2015 16:46:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390795 - in head/devel/erlang-bbmustache: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 16:46:03 -0000 Author: olgeni Date: Sun Jun 28 16:46:02 2015 New Revision: 390795 URL: https://svnweb.freebsd.org/changeset/ports/390795 Log: Upgrade to version 1.0.3. Modified: head/devel/erlang-bbmustache/Makefile head/devel/erlang-bbmustache/distinfo head/devel/erlang-bbmustache/files/patch-rebar.config Modified: head/devel/erlang-bbmustache/Makefile ============================================================================== --- head/devel/erlang-bbmustache/Makefile Sun Jun 28 16:02:34 2015 (r390794) +++ head/devel/erlang-bbmustache/Makefile Sun Jun 28 16:46:02 2015 (r390795) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= bbmustache -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.3 DISTVERSIONPREFIX=v CATEGORIES= devel PKGNAMEPREFIX= erlang- Modified: head/devel/erlang-bbmustache/distinfo ============================================================================== --- head/devel/erlang-bbmustache/distinfo Sun Jun 28 16:02:34 2015 (r390794) +++ head/devel/erlang-bbmustache/distinfo Sun Jun 28 16:46:02 2015 (r390795) @@ -1,2 +1,2 @@ -SHA256 (soranoba-bbmustache-v1.0.2_GH0.tar.gz) = c706ce99839cdcf982ae001925d1a55276037092e3fbec17bfe864f88420b9c5 -SIZE (soranoba-bbmustache-v1.0.2_GH0.tar.gz) = 351487 +SHA256 (soranoba-bbmustache-v1.0.3_GH0.tar.gz) = d393759e4b060adc82b5e8e63f6b0238eb1bd7bf2ed4cd2030e5269a21af76b0 +SIZE (soranoba-bbmustache-v1.0.3_GH0.tar.gz) = 351423 Modified: head/devel/erlang-bbmustache/files/patch-rebar.config ============================================================================== --- head/devel/erlang-bbmustache/files/patch-rebar.config Sun Jun 28 16:02:34 2015 (r390794) +++ head/devel/erlang-bbmustache/files/patch-rebar.config Sun Jun 28 16:46:02 2015 (r390795) @@ -1,11 +1,11 @@ ---- rebar.config.orig 2015-06-21 04:13:38 UTC +--- rebar.config.orig 2015-06-28 16:44:38 UTC +++ rebar.config @@ -42,8 +42,6 @@ ]}, {dev, [{deps, [ -- {reloader, ".*", {git, "git://github.com/sile/reloader.git", {branch, "master"}}}, -- {edown, ".*", {git, "git://github.com/dwango/edown.git", {branch, "master"}}} +- {reloader, ".*", {git, "git://github.com/mykook/reloader.git", {branch, "master"}}}, +- {edown, ".*", {git, "git://github.com/uwiger/edown.git", {branch, "master"}}} ]} ]} ]}. From owner-svn-ports-all@freebsd.org Sun Jun 28 16:49:09 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2026698F84E; Sun, 28 Jun 2015 16:49:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 10C881008; Sun, 28 Jun 2015 16:49:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SGn8at010516; Sun, 28 Jun 2015 16:49:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SGn8Ld010515; Sun, 28 Jun 2015 16:49:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506281649.t5SGn8Ld010515@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 16:49:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390796 - 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-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 16:49:09 -0000 Author: sunpoet Date: Sun Jun 28 16:49:08 2015 New Revision: 390796 URL: https://svnweb.freebsd.org/changeset/ports/390796 Log: - Rework OpenSSL/LibreSSL check Modified: head/ftp/curl/Makefile Modified: head/ftp/curl/Makefile ============================================================================== --- head/ftp/curl/Makefile Sun Jun 28 16:46:02 2015 (r390795) +++ head/ftp/curl/Makefile Sun Jun 28 16:49:08 2015 (r390796) @@ -162,14 +162,15 @@ IGNORE= only supports LDAPS with SSL IGNORE= only supports LIBSSH2 with OpenSSL .endif -.if ${PORT_OPTIONS:MOPENSSL} && ( \ - defined(WITH_OPENSSL_PORT) || \ - (!defined(WITH_OPENSSL_BASE) && exists(${LOCALBASE}/lib/libcrypto.so)) || \ - (defined(OPENSSL_PORT) && ${OPENSSL_PORT} == "security/libressl")) -.if ${PORT_OPTIONS:MGSSAPI_BASE} -IGNORE= GSSAPI_BASE is set, which is not compatible with OpenSSL/LibreSSL from ports. Set GSSAPI_NONE or do not use ports SSL. +.if ${PORT_OPTIONS:MGSSAPI_BASE} && ${PORT_OPTIONS:MOPENSSL} && (defined(WITH_OPENSSL_PORT) || (!defined(WITH_OPENSSL_BASE) && exists(${LOCALBASE}/lib/libcrypto.so))) +IGNORE= GSSAPI_BASE is not compatible with OpenSSL from ports. Use other GSSAPI options or OpenSSL from base system .endif -.if ${PORT_OPTIONS:MTLS_SRP} && defined(OPENSSL_PORT) && ${OPENSSL_PORT} == "security/libressl" + +.if defined(OPENSSL_PORT) && ${OPENSSL_PORT} == "security/libressl" +.if ${PORT_OPTIONS:MGSSAPI_BASE} && ${PORT_OPTIONS:MOPENSSL} +IGNORE= GSSAPI_BASE is not compatible with LibreSSL. Use other GSSAPI options +.endif +.if ${PORT_OPTIONS:MTLS_SRP} IGNORE= unsupported TLS-SRP in LibreSSL .endif .endif From owner-svn-ports-all@freebsd.org Sun Jun 28 17:04:22 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 579F398FAD7; Sun, 28 Jun 2015 17:04:22 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 487371959; Sun, 28 Jun 2015 17:04:22 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SH4M8J019819; Sun, 28 Jun 2015 17:04:22 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SH4M2i019818; Sun, 28 Jun 2015 17:04:22 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201506281704.t5SH4M2i019818@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sun, 28 Jun 2015 17:04:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390797 - head/www/varnish4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 17:04:22 -0000 Author: feld Date: Sun Jun 28 17:04:21 2015 New Revision: 390797 URL: https://svnweb.freebsd.org/changeset/ports/390797 Log: Require python as a run dependency, too python is required for you to be able to build custom vmods and also for other vmods in the ports tree to build. Better off including the requirement here as we ship the vmodtool.py utility and do not want to surprise end users. shebangfix was included as the default shebang on vmodtool.py is /usr/bin/env python which is not going to work unless the lang/python metaport is installed, which is not included with USES=python. Instead we just rewrite this to whichever the default system python intepreter is (PYTHON_VERISON). Modified: head/www/varnish4/Makefile Modified: head/www/varnish4/Makefile ============================================================================== --- head/www/varnish4/Makefile Sun Jun 28 16:49:08 2015 (r390796) +++ head/www/varnish4/Makefile Sun Jun 28 17:04:21 2015 (r390797) @@ -2,7 +2,7 @@ PORTNAME= varnish PORTVERSION= 4.0.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www MASTER_SITES= http://repo.varnish-cache.org/source/ PKGNAMESUFFIX= 4 @@ -17,7 +17,10 @@ LIB_DEPENDS= libpcre.so:${PORTSDIR}/deve CONFLICTS= varnish-2.* varnish-3.* -USES= autoreconf cpe gmake libtool pkgconfig python:build readline +USES= autoreconf cpe gmake libtool pkgconfig python readline shebangfix +SHEBANG_FILES= lib/libvcc/vmodtool.py +python_OLD_CMD= /usr/bin/env python +python_CMD= ${LOCALBASE}/bin/${PYTHON_VERSION} CPE_VENDOR= varnish-cache CFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes From owner-svn-ports-all@freebsd.org Sun Jun 28 17:07:07 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B7F0598FB7F; Sun, 28 Jun 2015 17:07:07 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8F18C1C5C; Sun, 28 Jun 2015 17:07:07 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SH77S0020320; Sun, 28 Jun 2015 17:07:07 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SH773H020316; Sun, 28 Jun 2015 17:07:07 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201506281707.t5SH773H020316@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sun, 28 Jun 2015 17:07:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390798 - in head/www/varnish-libvmod-header: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 17:07:07 -0000 Author: feld Date: Sun Jun 28 17:07:06 2015 New Revision: 390798 URL: https://svnweb.freebsd.org/changeset/ports/390798 Log: Update to 0.31, depend on www/varnish4 Varnish 3.x is EOL. This release supports varnish 4.x Deleted: head/www/varnish-libvmod-header/files/ Modified: head/www/varnish-libvmod-header/Makefile head/www/varnish-libvmod-header/distinfo Modified: head/www/varnish-libvmod-header/Makefile ============================================================================== --- head/www/varnish-libvmod-header/Makefile Sun Jun 28 17:04:21 2015 (r390797) +++ head/www/varnish-libvmod-header/Makefile Sun Jun 28 17:07:06 2015 (r390798) @@ -2,29 +2,29 @@ # $FreeBSD$ PORTNAME= libvmod-header -DISTVERSION= 0.3-5 -PORTREVISION= 1 +DISTVERSION= 0.31 +PORTREVISION= 0 CATEGORIES= www -MASTER_SITES= http://anders.fupp.net/distfiles/ PKGNAMEPREFIX= varnish- -#DISTNAME= KristianLyng-${PORTNAME}-${VMOD_HEADER_HASH} -#DISTFILES= KristianLyng-${PORTNAME}-${DISTVERSION}-g${VMOD_HEADER_HASH}.tar.gz MAINTAINER= ports@FreeBSD.org COMMENT= Varnish Module (vmod) for manipulation of duplicated headers LICENSE= BSD2CLAUSE -BUILD_DEPENDS= ${LOCALBASE}/include/varnish/varnishapi.h:${PORTSDIR}/www/varnish \ +BUILD_DEPENDS= varnish4>=4.0.2:${PORTSDIR}/www/varnish4 \ rst2man:${PORTSDIR}/textproc/py-docutils -USES= autoreconf gmake libtool pkgconfig +USES= autoreconf gmake libtool pkgconfig python:2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/varnish CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/varnish PLIST_FILES= man/man3/vmod_header.3.gz lib/varnish/vmods/libvmod_header.so -WRKSRC= ${WRKDIR}/${PORTNAME}-master INSTALL_TARGET= install-strip +USE_GITHUB= yes +GH_ACCOUNT= varnish +GH_TAGNAME= e87ac92 + .include Modified: head/www/varnish-libvmod-header/distinfo ============================================================================== --- head/www/varnish-libvmod-header/distinfo Sun Jun 28 17:04:21 2015 (r390797) +++ head/www/varnish-libvmod-header/distinfo Sun Jun 28 17:07:06 2015 (r390798) @@ -1,2 +1,2 @@ -SHA256 (libvmod-header-0.3-5.tar.gz) = fb05c375830398f57e7585c5ae5518e08b5aa1357f46c9b251c0c27acfc6ae03 -SIZE (libvmod-header-0.3-5.tar.gz) = 10386 +SHA256 (varnish-libvmod-header-0.31-e87ac92_GH0.tar.gz) = e4d96cca480ffa50e682b2cf5a6e713864d98546cc6763c30b3645396d9ea43e +SIZE (varnish-libvmod-header-0.31-e87ac92_GH0.tar.gz) = 10450 From owner-svn-ports-all@freebsd.org Sun Jun 28 17:13:42 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 375FC98FCF2; Sun, 28 Jun 2015 17:13:42 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0E6B51069; Sun, 28 Jun 2015 17:13:42 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SHDf8a024831; Sun, 28 Jun 2015 17:13:41 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SHDfw1024825; Sun, 28 Jun 2015 17:13:41 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201506281713.t5SHDfw1024825@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 28 Jun 2015 17:13:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390799 - in head/devel/gprbuild: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 17:13:42 -0000 Author: marino Date: Sun Jun 28 17:13:40 2015 New Revision: 390799 URL: https://svnweb.freebsd.org/changeset/ports/390799 Log: devel/gprbuild: Fix regression One of the prior "extra patches" handled the breakage caused by the version number change in GCC. When I purged all the extra patches, this one got thrown out accidently. Add it back to fix at least the textproc/templates_parser port (and probably others) Modified: head/devel/gprbuild/Makefile head/devel/gprbuild/files/patch-src_gprlib.adb Modified: head/devel/gprbuild/Makefile ============================================================================== --- head/devel/gprbuild/Makefile Sun Jun 28 17:07:06 2015 (r390798) +++ head/devel/gprbuild/Makefile Sun Jun 28 17:13:40 2015 (r390799) @@ -3,6 +3,7 @@ PORTNAME= gprbuild PORTVERSION= ${SNAPSHOT} +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://downloads.dragonlace.net/src/ DISTNAME= gprbuild-gpl-${YEAR}-src Modified: head/devel/gprbuild/files/patch-src_gprlib.adb ============================================================================== --- head/devel/gprbuild/files/patch-src_gprlib.adb Sun Jun 28 17:07:06 2015 (r390798) +++ head/devel/gprbuild/files/patch-src_gprlib.adb Sun Jun 28 17:13:40 2015 (r390799) @@ -26,6 +26,19 @@ when Gprexch.Library_Rpath_Options => Library_Rpath_Options_Table.Append +@@ -1143,10 +1153,10 @@ begin + + Libgnat := + new String' +- ("-lgnat-" & Line (6 .. Last)); ++ ("-lgnat-" & Line (6)); + Libgnarl := + new String' +- ("-lgnarl-" & Line (6 .. Last)); ++ ("-lgnarl-" & Line (6)); + end if; + + else @@ -2113,7 +2123,7 @@ begin Library_Switches_Table.Append (new String'("-L" & Imported_Library_Directories.Table (J).all)); From owner-svn-ports-all@freebsd.org Sun Jun 28 17:14:36 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 70F4898FD2A; Sun, 28 Jun 2015 17:14:36 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6264F1151; Sun, 28 Jun 2015 17:14:36 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SHEaMc025055; Sun, 28 Jun 2015 17:14:36 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SHEakk025054; Sun, 28 Jun 2015 17:14:36 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201506281714.t5SHEakk025054@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sun, 28 Jun 2015 17:14:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390800 - head/www/varnish4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 17:14:36 -0000 Author: feld Date: Sun Jun 28 17:14:35 2015 New Revision: 390800 URL: https://svnweb.freebsd.org/changeset/ports/390800 Log: use PYTHON_CMD as PYTHON_VERSION is going away eventually This will give me the same result, so it is a no-op Submitted by: antoine Modified: head/www/varnish4/Makefile Modified: head/www/varnish4/Makefile ============================================================================== --- head/www/varnish4/Makefile Sun Jun 28 17:13:40 2015 (r390799) +++ head/www/varnish4/Makefile Sun Jun 28 17:14:35 2015 (r390800) @@ -20,7 +20,7 @@ CONFLICTS= varnish-2.* varnish-3.* USES= autoreconf cpe gmake libtool pkgconfig python readline shebangfix SHEBANG_FILES= lib/libvcc/vmodtool.py python_OLD_CMD= /usr/bin/env python -python_CMD= ${LOCALBASE}/bin/${PYTHON_VERSION} +python_CMD= ${PYTHON_CMD} CPE_VENDOR= varnish-cache CFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes From owner-svn-ports-all@freebsd.org Sun Jun 28 17:19:10 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DDD0298FD64; Sun, 28 Jun 2015 17:19:10 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CEF1A1268; Sun, 28 Jun 2015 17:19:10 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SHJAiI025785; Sun, 28 Jun 2015 17:19:10 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SHJA9a025782; Sun, 28 Jun 2015 17:19:10 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201506281719.t5SHJA9a025782@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 28 Jun 2015 17:19:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390801 - head/devel/libsigscan X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 17:19:11 -0000 Author: antoine Date: Sun Jun 28 17:19:09 2015 New Revision: 390801 URL: https://svnweb.freebsd.org/changeset/ports/390801 Log: Update to experimental-20150627 Modified: head/devel/libsigscan/Makefile head/devel/libsigscan/distinfo Modified: head/devel/libsigscan/Makefile ============================================================================== --- head/devel/libsigscan/Makefile Sun Jun 28 17:14:35 2015 (r390800) +++ head/devel/libsigscan/Makefile Sun Jun 28 17:19:09 2015 (r390801) @@ -3,7 +3,7 @@ PORTNAME= libsigscan # If/When moving from experimental to alpha, switch to DISTVERSIONPREFIX to prevent PORTEPOCH -DISTVERSION= experimental-20150125 +DISTVERSION= experimental-20150627 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libsigscan/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine Modified: head/devel/libsigscan/distinfo ============================================================================== --- head/devel/libsigscan/distinfo Sun Jun 28 17:14:35 2015 (r390800) +++ head/devel/libsigscan/distinfo Sun Jun 28 17:19:09 2015 (r390801) @@ -1,2 +1,2 @@ -SHA256 (libsigscan-experimental-20150125.tar.gz) = c0b0ca753be90bbcd86295fe5292f58ff391992e19bd7fa033d8a1c6ff6d2d4f -SIZE (libsigscan-experimental-20150125.tar.gz) = 1221993 +SHA256 (libsigscan-experimental-20150627.tar.gz) = feed1443a9f1e4518335d0a89a81a7f068074f2829921b2959ad4f3dfac68936 +SIZE (libsigscan-experimental-20150627.tar.gz) = 1224022 From owner-svn-ports-all@freebsd.org Sun Jun 28 17:34:32 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 95E4D98FF9C; Sun, 28 Jun 2015 17:34:32 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 641A51AA7; Sun, 28 Jun 2015 17:34:32 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SHYW3F035213; Sun, 28 Jun 2015 17:34:32 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SHYVY0035210; Sun, 28 Jun 2015 17:34:31 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201506281734.t5SHYVY0035210@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sun, 28 Jun 2015 17:34:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390802 - head/www/varnish-nagios X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 17:34:32 -0000 Author: feld Date: Sun Jun 28 17:34:31 2015 New Revision: 390802 URL: https://svnweb.freebsd.org/changeset/ports/390802 Log: Update and depend on www/varnish4 Varnish 3.x is EOL There have been no official updates/tarballs released since version 1.1. There were changes in the github repository to support Varnish 4 which is where this update is sourced from. The commit date is appended to the version number. It is the most recent commit published. Modified: head/www/varnish-nagios/Makefile head/www/varnish-nagios/distinfo Modified: head/www/varnish-nagios/Makefile ============================================================================== --- head/www/varnish-nagios/Makefile Sun Jun 28 17:19:09 2015 (r390801) +++ head/www/varnish-nagios/Makefile Sun Jun 28 17:34:31 2015 (r390802) @@ -2,21 +2,25 @@ # $FreeBSD$ PORTNAME= varnish-nagios -PORTVERSION= 1.1 -PORTREVISION= 1 +PORTVERSION= 1.1.20140519 +PORTREVISION= 0 CATEGORIES= www -MASTER_SITES= http://repo.varnish-cache.org/source/ MAINTAINER= ports@FreeBSD.org COMMENT= Nagios plugin to check status of Varnish -BUILD_DEPENDS= ${LOCALBASE}/include/varnish/varnishapi.h:${PORTSDIR}/www/varnish +BUILD_DEPENDS= varnish4>=0:${PORTSDIR}/www/varnish4 LICENSE= BSD2CLAUSE GNU_CONFIGURE= yes +CFLAGS+= -lm -USES= pkgconfig +USES= autoreconf libtool pkgconfig + +USE_GITHUB= yes +GH_ACCOUNT= varnish +GH_TAGNAME= 022fbf9 PLIST_FILES= libexec/nagios/check_varnish Modified: head/www/varnish-nagios/distinfo ============================================================================== --- head/www/varnish-nagios/distinfo Sun Jun 28 17:19:09 2015 (r390801) +++ head/www/varnish-nagios/distinfo Sun Jun 28 17:34:31 2015 (r390802) @@ -1,2 +1,2 @@ -SHA256 (varnish-nagios-1.1.tar.gz) = 5a517b490edeb1a1362e53d0320eda42fb2360ee0261e6277b1df7c2c819871d -SIZE (varnish-nagios-1.1.tar.gz) = 297915 +SHA256 (varnish-varnish-nagios-1.1.20140519-022fbf9_GH0.tar.gz) = b4545fa4445b62bce85d0d7ad43664dc07e6303f83fb5a7d2c71092116ee09bd +SIZE (varnish-varnish-nagios-1.1.20140519-022fbf9_GH0.tar.gz) = 5397 From owner-svn-ports-all@freebsd.org Sun Jun 28 17:36:11 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EEE8A98FFD5; Sun, 28 Jun 2015 17:36:11 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E05D51BB1; Sun, 28 Jun 2015 17:36:11 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SHaBsB035667; Sun, 28 Jun 2015 17:36:11 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SHaBUH035666; Sun, 28 Jun 2015 17:36:11 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201506281736.t5SHaBUH035666@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sun, 28 Jun 2015 17:36:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390803 - head/www/varnish-nagios X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 17:36:12 -0000 Author: feld Date: Sun Jun 28 17:36:11 2015 New Revision: 390803 URL: https://svnweb.freebsd.org/changeset/ports/390803 Log: LICENSE was placed in the wrong section Modified: head/www/varnish-nagios/Makefile Modified: head/www/varnish-nagios/Makefile ============================================================================== --- head/www/varnish-nagios/Makefile Sun Jun 28 17:34:31 2015 (r390802) +++ head/www/varnish-nagios/Makefile Sun Jun 28 17:36:11 2015 (r390803) @@ -9,10 +9,10 @@ CATEGORIES= www MAINTAINER= ports@FreeBSD.org COMMENT= Nagios plugin to check status of Varnish -BUILD_DEPENDS= varnish4>=0:${PORTSDIR}/www/varnish4 - LICENSE= BSD2CLAUSE +BUILD_DEPENDS= varnish4>=0:${PORTSDIR}/www/varnish4 + GNU_CONFIGURE= yes CFLAGS+= -lm From owner-svn-ports-all@freebsd.org Sun Jun 28 17:41:18 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4DFFD98F0D9; Sun, 28 Jun 2015 17:41:18 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3F8B61F90; Sun, 28 Jun 2015 17:41:18 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SHfINv039474; Sun, 28 Jun 2015 17:41:18 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SHfIqp039473; Sun, 28 Jun 2015 17:41:18 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201506281741.t5SHfIqp039473@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sun, 28 Jun 2015 17:41:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390804 - in head/www: . varnish X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 17:41:18 -0000 Author: feld Date: Sun Jun 28 17:41:17 2015 New Revision: 390804 URL: https://svnweb.freebsd.org/changeset/ports/390804 Log: Remove www/varnish from the ports tree Varnish 3.x is EoL and has expired. All ports in the tree which depended on it have been updated to work with www/varnish4. https://www.varnish-cache.org/lists/pipermail/varnish-announce/2015-April/000702.html Please update to varnish 4.x by installing the www/varnish4 port/package. Deleted: head/www/varnish/ Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sun Jun 28 17:36:11 2015 (r390803) +++ head/www/Makefile Sun Jun 28 17:41:17 2015 (r390804) @@ -2161,7 +2161,6 @@ SUBDIR += uwsgitop SUBDIR += uzbl SUBDIR += validator - SUBDIR += varnish SUBDIR += varnish-libvmod-header SUBDIR += varnish-nagios SUBDIR += varnish4 From owner-svn-ports-all@freebsd.org Sun Jun 28 17:53:26 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 99AF798F400; Sun, 28 Jun 2015 17:53:26 +0000 (UTC) (envelope-from tijl@freebsd.org) Received: from mailrelay119.isp.belgacom.be (mailrelay119.isp.belgacom.be [195.238.20.146]) by mx1.freebsd.org (Postfix) with ESMTP id B20121655; Sun, 28 Jun 2015 17:53:25 +0000 (UTC) (envelope-from tijl@freebsd.org) X-Belgacom-Dynamic: yes X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.1 cv=wisUSL2q+2X910teRg2xg/30tBFW7lBMAi45pEFXNHU= c=1 sm=2 a=6I5d2MoRAAAA:8 a=7F6iIPEZYLKqV_D5gmoA:9 a=CjuIK1q_8ugA:10 a=qmon9Ab-O_4A:10 a=m5EItIo1nncA:10 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2CxCQAbM5BV/++YsFtbgxFUUg29LAmBZoVyBAICgRw5FAEBAQEBAQGBCkEFg10BAQQ6HCMQCxQECSUPKh4GE4gzAQjIGAEBAQEBAQEBAQEBAQEBAQEBFwSLSoUGB4QrAQSUBIRZhnuYPCaDfDwxgkgBAQE Received: from 239.152-176-91.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([91.176.152.239]) by relay.skynet.be with ESMTP; 28 Jun 2015 19:52:16 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.9/8.14.9) with ESMTP id t5SHqESu003187; Sun, 28 Jun 2015 19:52:14 +0200 (CEST) (envelope-from tijl@FreeBSD.org) Date: Sun, 28 Jun 2015 19:52:14 +0200 From: Tijl Coosemans To: Sunpoet Po-Chuan Hsieh Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r390796 - head/ftp/curl Message-ID: <20150628195214.6ba59433@kalimero.tijl.coosemans.org> In-Reply-To: <201506281649.t5SGn8Ld010515@svn.freebsd.org> References: <201506281649.t5SGn8Ld010515@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 17:53:26 -0000 On Sun, 28 Jun 2015 16:49:08 +0000 (UTC) Sunpoet Po-Chuan Hsieh wrote: > Author: sunpoet > Date: Sun Jun 28 16:49:08 2015 > New Revision: 390796 > URL: https://svnweb.freebsd.org/changeset/ports/390796 > > Log: > - Rework OpenSSL/LibreSSL check Is it possible to add a different GSSAPI option to OPTIONS_DEFAULT depending on defined(WITH_OPENSSL_PORT) || (!defined(WITH_OPENSSL_BASE) && exists(${LOCALBASE}/lib/libcrypto.so)? From owner-svn-ports-all@freebsd.org Sun Jun 28 17:53:33 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5E9EE98F41F; Sun, 28 Jun 2015 17:53:33 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D2380187B; Sun, 28 Jun 2015 17:53:32 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SHrWLn045193; Sun, 28 Jun 2015 17:53:32 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SHrWFf045191; Sun, 28 Jun 2015 17:53:32 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201506281753.t5SHrWFf045191@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sun, 28 Jun 2015 17:53:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390805 - head X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 17:53:33 -0000 Author: feld Date: Sun Jun 28 17:53:31 2015 New Revision: 390805 URL: https://svnweb.freebsd.org/changeset/ports/390805 Log: Add entries due to removal of www/varnish Modified: head/MOVED head/UPDATING Modified: head/MOVED ============================================================================== --- head/MOVED Sun Jun 28 17:41:17 2015 (r390804) +++ head/MOVED Sun Jun 28 17:53:31 2015 (r390805) @@ -7665,3 +7665,4 @@ www/webmachine|www/erlang-webmachine|201 textproc/exmpp|devel/erlang-exmpp|2015-06-27|Moved to devel category, with erlang- prefix databases/eredis|databases/erlang-eredis|2015-06-27|Renamed with erlang- prefix databases/epgsql|databases/erlang-epgsql|2015-06-27|Renamed with erlang- prefix +www/varnish|www/varnish4|2015-06-28|Has expired: EOL was reached in April 2015, use www/varnish4 Modified: head/UPDATING ============================================================================== --- head/UPDATING Sun Jun 28 17:41:17 2015 (r390804) +++ head/UPDATING Sun Jun 28 17:53:31 2015 (r390805) @@ -5,6 +5,33 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20150628: + AFFECTS: users of www/varnish, www/pecl-varnish, + www/varnish-libvmod-header, www/varnish-nagios + AUTHOR: feld@FreeBSD.org + + Varnish 3.x has reached End of Life status and has been removed from + the ports tree. If you were using www/varnish we urge you to to update + to www/varnish4. The upgrade guide can be found here: + + https://www.varnish-cache.org/docs/trunk/whats-new/upgrade-4.0.html + + www/varnish-libvmod-header and www/varnish-nagios have been updated to + versions that work with Varnish 4.x. You should not lose access to + this software. + + www/pecl-varnish was updated to the latest release which has added + support for Varnish 4.x. Please note that it appears some + functionality has been lost. This is unfortunate but out of our + control. Details can be found here: + + http://pecl.php.net/package-changelog.php?package=varnish + + If for some reason you need www/varnish to exist in your ports tree + for a bit longer you may consider instead following the 2015Q2 branch. + Do note however that Varnish 3.x will not be receiving updates or + security patches from upstream. + 20150624: AFFECTS: users of devel/p5-Test-Tester and devel/p5-Test-use-ok AUTHOR: adamw@FreeBSD.org From owner-svn-ports-all@freebsd.org Sun Jun 28 17:53:56 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A583598F44A; Sun, 28 Jun 2015 17:53:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7D20E19B4; Sun, 28 Jun 2015 17:53:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SHruAP045365; Sun, 28 Jun 2015 17:53:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SHrte6045362; Sun, 28 Jun 2015 17:53:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506281753.t5SHrte6045362@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 17:53:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390806 - in head/ftp/curl: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 17:53:56 -0000 Author: sunpoet Date: Sun Jun 28 17:53:55 2015 New Revision: 390806 URL: https://svnweb.freebsd.org/changeset/ports/390806 Log: - Fix multi handles - Bump PORTREVISION for package change PR: 201147 Submitted by: grembo Obtained from: https://github.com/bagder/curl/commit/903b6e05565bf826b4194447864288642214b094 Added: head/ftp/curl/files/patch-lib-multi.c (contents, props changed) head/ftp/curl/files/patch-lib-transfer.c (contents, props changed) Modified: head/ftp/curl/Makefile Modified: head/ftp/curl/Makefile ============================================================================== --- head/ftp/curl/Makefile Sun Jun 28 17:53:31 2015 (r390805) +++ head/ftp/curl/Makefile Sun Jun 28 17:53:55 2015 (r390806) @@ -3,7 +3,7 @@ PORTNAME= curl PORTVERSION= 7.43.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ftp www MASTER_SITES= http://curl.haxx.se/download/ \ LOCAL/sunpoet Added: head/ftp/curl/files/patch-lib-multi.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ftp/curl/files/patch-lib-multi.c Sun Jun 28 17:53:55 2015 (r390806) @@ -0,0 +1,16 @@ +Obtained from: https://github.com/bagder/curl/commit/903b6e05565bf826b4194447864288642214b094 + +--- lib/multi.c.orig 2015-06-15 21:14:25 UTC ++++ lib/multi.c +@@ -402,11 +402,6 @@ CURLMcode curl_multi_add_handle(CURLM *m + /* Point to the multi's connection cache */ + data->state.conn_cache = &multi->conn_cache; + +- if(data->set.httpreq == HTTPREQ_PUT) +- data->state.infilesize = data->set.filesize; +- else +- data->state.infilesize = data->set.postfieldsize; +- + /* This adds the new entry at the 'end' of the doubly-linked circular + list of SessionHandle structs to try and maintain a FIFO queue so + the pipelined requests are in order. */ Added: head/ftp/curl/files/patch-lib-transfer.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ftp/curl/files/patch-lib-transfer.c Sun Jun 28 17:53:55 2015 (r390806) @@ -0,0 +1,16 @@ +Obtained from: https://github.com/bagder/curl/commit/903b6e05565bf826b4194447864288642214b094 + +--- lib/transfer.c.orig 2015-06-14 21:31:01 UTC ++++ lib/transfer.c +@@ -1315,6 +1315,11 @@ CURLcode Curl_pretransfer(struct Session + Curl_safefree(data->info.wouldredirect); + data->info.wouldredirect = NULL; + ++ if(data->set.httpreq == HTTPREQ_PUT) ++ data->state.infilesize = data->set.filesize; ++ else ++ data->state.infilesize = data->set.postfieldsize; ++ + /* If there is a list of cookie files to read, do it now! */ + if(data->change.cookielist) + Curl_cookie_loadfiles(data); From owner-svn-ports-all@freebsd.org Sun Jun 28 17:54:01 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8C43098F472; Sun, 28 Jun 2015 17:54:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6AF081A14; Sun, 28 Jun 2015 17:54:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SHs1hb045526; Sun, 28 Jun 2015 17:54:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SHs0uH045520; Sun, 28 Jun 2015 17:54:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506281754.t5SHs0uH045520@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 17:54:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390807 - head/sysutils/rubygem-guard X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 17:54:01 -0000 Author: sunpoet Date: Sun Jun 28 17:54:00 2015 New Revision: 390807 URL: https://svnweb.freebsd.org/changeset/ports/390807 Log: - Update to 2.12.7 Changes: https://github.com/guard/guard/releases Modified: head/sysutils/rubygem-guard/Makefile head/sysutils/rubygem-guard/distinfo Modified: head/sysutils/rubygem-guard/Makefile ============================================================================== --- head/sysutils/rubygem-guard/Makefile Sun Jun 28 17:53:55 2015 (r390806) +++ head/sysutils/rubygem-guard/Makefile Sun Jun 28 17:54:00 2015 (r390807) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= guard -PORTVERSION= 2.12.6 +PORTVERSION= 2.12.7 CATEGORIES= sysutils rubygems MASTER_SITES= RG Modified: head/sysutils/rubygem-guard/distinfo ============================================================================== --- head/sysutils/rubygem-guard/distinfo Sun Jun 28 17:53:55 2015 (r390806) +++ head/sysutils/rubygem-guard/distinfo Sun Jun 28 17:54:00 2015 (r390807) @@ -1,2 +1,2 @@ -SHA256 (rubygem/guard-2.12.6.gem) = 3824503d800643083c19c68856b71cfcc9959332a2e79c43b945f634f3c2171f -SIZE (rubygem/guard-2.12.6.gem) = 221184 +SHA256 (rubygem/guard-2.12.7.gem) = 7ad99c5745c65bb00feee40b41b4aafd1b2403c8130b7e6e383e3f521850fbe1 +SIZE (rubygem/guard-2.12.7.gem) = 221184 From owner-svn-ports-all@freebsd.org Sun Jun 28 17:54:06 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 94A3F98F48B; Sun, 28 Jun 2015 17:54:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5FA9A1AFE; Sun, 28 Jun 2015 17:54:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SHs67c045656; Sun, 28 Jun 2015 17:54:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SHs508045654; Sun, 28 Jun 2015 17:54:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506281754.t5SHs508045654@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 17:54:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390808 - head/devel/rubygem-daemons X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 17:54:06 -0000 Author: sunpoet Date: Sun Jun 28 17:54:05 2015 New Revision: 390808 URL: https://svnweb.freebsd.org/changeset/ports/390808 Log: - Update to 1.2.3 - Add NO_ARCH Changes: https://github.com/thuehlinger/daemons/releases Modified: head/devel/rubygem-daemons/Makefile head/devel/rubygem-daemons/distinfo Modified: head/devel/rubygem-daemons/Makefile ============================================================================== --- head/devel/rubygem-daemons/Makefile Sun Jun 28 17:54:00 2015 (r390807) +++ head/devel/rubygem-daemons/Makefile Sun Jun 28 17:54:05 2015 (r390808) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= daemons -PORTVERSION= 1.2.2 +PORTVERSION= 1.2.3 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -11,6 +11,7 @@ COMMENT= Toolkit to convert your script LICENSE= MIT +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-daemons/distinfo ============================================================================== --- head/devel/rubygem-daemons/distinfo Sun Jun 28 17:54:00 2015 (r390807) +++ head/devel/rubygem-daemons/distinfo Sun Jun 28 17:54:05 2015 (r390808) @@ -1,2 +1,2 @@ -SHA256 (rubygem/daemons-1.2.2.gem) = c3b2d10a8c700b144bc47eb58d7b9d1ce1d8f96cbb27a35e576bbc1ae73e2c88 -SIZE (rubygem/daemons-1.2.2.gem) = 24576 +SHA256 (rubygem/daemons-1.2.3.gem) = 0fbf1f7ef654e98fac324b43ab690576fbe8b66941693b473f4f27ef334c032d +SIZE (rubygem/daemons-1.2.3.gem) = 24576 From owner-svn-ports-all@freebsd.org Sun Jun 28 17:54:10 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8EEAF98F4C3; Sun, 28 Jun 2015 17:54:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8038D1B9B; Sun, 28 Jun 2015 17:54:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SHsAwt045767; Sun, 28 Jun 2015 17:54:10 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SHsAc7045766; Sun, 28 Jun 2015 17:54:10 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506281754.t5SHsAc7045766@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 17:54:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390809 - head/net/rubygem-stompserver X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 17:54:10 -0000 Author: sunpoet Date: Sun Jun 28 17:54:09 2015 New Revision: 390809 URL: https://svnweb.freebsd.org/changeset/ports/390809 Log: - Add NO_ARCH Modified: head/net/rubygem-stompserver/Makefile Modified: head/net/rubygem-stompserver/Makefile ============================================================================== --- head/net/rubygem-stompserver/Makefile Sun Jun 28 17:54:05 2015 (r390808) +++ head/net/rubygem-stompserver/Makefile Sun Jun 28 17:54:09 2015 (r390809) @@ -15,6 +15,7 @@ RUN_DEPENDS= rubygem-daemons>=1.0.2:${PO rubygem-eventmachine>=0.7.2:${PORTSDIR}/devel/rubygem-eventmachine \ rubygem-hoe>=1.3.0:${PORTSDIR}/devel/rubygem-hoe +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-all@freebsd.org Sun Jun 28 17:54:16 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5416C98F4EA; Sun, 28 Jun 2015 17:54:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 169241CD9; Sun, 28 Jun 2015 17:54:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SHsFhO045926; Sun, 28 Jun 2015 17:54:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SHsF48045923; Sun, 28 Jun 2015 17:54:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506281754.t5SHsF48045923@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 17:54:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390810 - head/devel/rubygem-ffi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 17:54:16 -0000 Author: sunpoet Date: Sun Jun 28 17:54:14 2015 New Revision: 390810 URL: https://svnweb.freebsd.org/changeset/ports/390810 Log: - Update to 1.9.9 - Remove USE_RAKE - Update WWW Changes: https://github.com/ffi/ffi/commits/master Modified: head/devel/rubygem-ffi/Makefile head/devel/rubygem-ffi/distinfo head/devel/rubygem-ffi/pkg-descr Modified: head/devel/rubygem-ffi/Makefile ============================================================================== --- head/devel/rubygem-ffi/Makefile Sun Jun 28 17:54:09 2015 (r390809) +++ head/devel/rubygem-ffi/Makefile Sun Jun 28 17:54:14 2015 (r390810) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ffi -PORTVERSION= 1.9.8 +PORTVERSION= 1.9.9 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -13,7 +13,6 @@ LICENSE= BSD3CLAUSE LIB_DEPENDS= libffi.so:${PORTSDIR}/devel/libffi -USE_RAKE= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-ffi/distinfo ============================================================================== --- head/devel/rubygem-ffi/distinfo Sun Jun 28 17:54:09 2015 (r390809) +++ head/devel/rubygem-ffi/distinfo Sun Jun 28 17:54:14 2015 (r390810) @@ -1,2 +1,2 @@ -SHA256 (rubygem/ffi-1.9.8.gem) = e9a01a41814ea6781750177d7d50209b8867c9e250d86c282f368bb4174a005e -SIZE (rubygem/ffi-1.9.8.gem) = 881152 +SHA256 (rubygem/ffi-1.9.9.gem) = 192e953d01843f251372eb1e8d38513b971f6c52de91a6739dbc55efcc32ac30 +SIZE (rubygem/ffi-1.9.9.gem) = 881152 Modified: head/devel/rubygem-ffi/pkg-descr ============================================================================== --- head/devel/rubygem-ffi/pkg-descr Sun Jun 28 17:54:09 2015 (r390809) +++ head/devel/rubygem-ffi/pkg-descr Sun Jun 28 17:54:14 2015 (r390810) @@ -1,4 +1,4 @@ Ruby-FFI is a ruby extension for programmatically loading dynamic libraries, binding functions within them, and calling those functions from Ruby code. -WWW: http://wiki.github.com/ffi/ffi +WWW: https://github.com/ffi/ffi/wiki From owner-svn-ports-all@freebsd.org Sun Jun 28 17:54:20 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D9DB098F511; Sun, 28 Jun 2015 17:54:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B2B551DA4; Sun, 28 Jun 2015 17:54:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SHsKVR046038; Sun, 28 Jun 2015 17:54:20 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SHsKO5046037; Sun, 28 Jun 2015 17:54:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506281754.t5SHsKO5046037@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 17:54:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390811 - head/devel/rubygem-childprocess X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 17:54:21 -0000 Author: sunpoet Date: Sun Jun 28 17:54:19 2015 New Revision: 390811 URL: https://svnweb.freebsd.org/changeset/ports/390811 Log: - Add NO_ARCH Modified: head/devel/rubygem-childprocess/Makefile Modified: head/devel/rubygem-childprocess/Makefile ============================================================================== --- head/devel/rubygem-childprocess/Makefile Sun Jun 28 17:54:14 2015 (r390810) +++ head/devel/rubygem-childprocess/Makefile Sun Jun 28 17:54:19 2015 (r390811) @@ -13,6 +13,7 @@ LICENSE= MIT RUN_DEPENDS= rubygem-ffi>=1.0.11:${PORTSDIR}/devel/rubygem-ffi +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-all@freebsd.org Sun Jun 28 17:54:23 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1569398F537; Sun, 28 Jun 2015 17:54:23 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 06DF31E53; Sun, 28 Jun 2015 17:54:23 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SHsMMC046156; Sun, 28 Jun 2015 17:54:22 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SHsMe6046153; Sun, 28 Jun 2015 17:54:22 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201506281754.t5SHsMe6046153@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 28 Jun 2015 17:54:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390812 - head/www/aws X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 17:54:23 -0000 Author: marino Date: Sun Jun 28 17:54:22 2015 New Revision: 390812 URL: https://svnweb.freebsd.org/changeset/ports/390812 Log: www/aws: remove extra files from pkg-plist Modified: head/www/aws/Makefile head/www/aws/pkg-plist Modified: head/www/aws/Makefile ============================================================================== --- head/www/aws/Makefile Sun Jun 28 17:54:19 2015 (r390811) +++ head/www/aws/Makefile Sun Jun 28 17:54:22 2015 (r390812) @@ -3,6 +3,7 @@ PORTNAME= aws PORTVERSION= 3.3.0.0 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://downloads.dragonlace.net/src/ Modified: head/www/aws/pkg-plist ============================================================================== --- head/www/aws/pkg-plist Sun Jun 28 17:54:19 2015 (r390811) +++ head/www/aws/pkg-plist Sun Jun 28 17:54:22 2015 (r390812) @@ -596,13 +596,6 @@ include/aws/aws-utils-streams.ads include/aws/aws-utils.adb include/aws/aws-utils.ads include/aws/aws.ads -include/aws/crc32.h -include/aws/deflate.h -include/aws/gzguts.h -include/aws/inffast.h -include/aws/inffixed.h -include/aws/inflate.h -include/aws/inftrees.h include/aws/memory_streams.adb include/aws/memory_streams.ads include/aws/soap-client.ads @@ -632,16 +625,12 @@ include/aws/soap-wsdl.ads include/aws/soap-xml.ads include/aws/soap.ads include/aws/ssl.ads -include/aws/trees.h -include/aws/zconf.h include/aws/zlib-streams.adb include/aws/zlib-streams.ads include/aws/zlib-thin.adb include/aws/zlib-thin.ads include/aws/zlib.adb include/aws/zlib.ads -include/aws/zlib.h -include/aws/zutil.h lib/aws/aws-attachments.ali lib/aws/aws-client-hotplug.ali lib/aws/aws-client-http_utils.ali From owner-svn-ports-all@freebsd.org Sun Jun 28 17:54:25 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CA5D298F541; Sun, 28 Jun 2015 17:54:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 738951E9C; Sun, 28 Jun 2015 17:54:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SHsPpS046263; Sun, 28 Jun 2015 17:54:25 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SHsPJL046262; Sun, 28 Jun 2015 17:54:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506281754.t5SHsPJL046262@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 17:54:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390813 - head/devel/rubygem-ffi-compiler X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 17:54:25 -0000 Author: sunpoet Date: Sun Jun 28 17:54:24 2015 New Revision: 390813 URL: https://svnweb.freebsd.org/changeset/ports/390813 Log: - Add NO_ARCH - Remove USE_RAKE Modified: head/devel/rubygem-ffi-compiler/Makefile Modified: head/devel/rubygem-ffi-compiler/Makefile ============================================================================== --- head/devel/rubygem-ffi-compiler/Makefile Sun Jun 28 17:54:22 2015 (r390812) +++ head/devel/rubygem-ffi-compiler/Makefile Sun Jun 28 17:54:24 2015 (r390813) @@ -14,7 +14,7 @@ LICENSE= APACHE20 RUN_DEPENDS= rubygem-ffi>=1.0.0:${PORTSDIR}/devel/rubygem-ffi \ rubygem-rake>=0:${PORTSDIR}/devel/rubygem-rake -USE_RAKE= yes +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-all@freebsd.org Sun Jun 28 17:54:30 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0A37798F572; Sun, 28 Jun 2015 17:54:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E1FB31017; Sun, 28 Jun 2015 17:54:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SHsTk7046390; Sun, 28 Jun 2015 17:54:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SHsTRA046387; Sun, 28 Jun 2015 17:54:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506281754.t5SHsTRA046387@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 17:54:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390814 - head/devel/rubygem-nice-ffi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 17:54:30 -0000 Author: sunpoet Date: Sun Jun 28 17:54:29 2015 New Revision: 390814 URL: https://svnweb.freebsd.org/changeset/ports/390814 Log: - Add NO_ARCH Modified: head/devel/rubygem-nice-ffi/Makefile Modified: head/devel/rubygem-nice-ffi/Makefile ============================================================================== --- head/devel/rubygem-nice-ffi/Makefile Sun Jun 28 17:54:24 2015 (r390813) +++ head/devel/rubygem-nice-ffi/Makefile Sun Jun 28 17:54:29 2015 (r390814) @@ -14,6 +14,7 @@ LICENSE= MIT RUN_DEPENDS= rubygem-ffi>=0.5.0:${PORTSDIR}/devel/rubygem-ffi +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-all@freebsd.org Sun Jun 28 17:54:34 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B7C6598F5A7; Sun, 28 Jun 2015 17:54:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8AA1F1111; Sun, 28 Jun 2015 17:54:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SHsYEn046507; Sun, 28 Jun 2015 17:54:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SHsYFg046506; Sun, 28 Jun 2015 17:54:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506281754.t5SHsYFg046506@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 17:54:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390815 - head/devel/rubygem-rb-inotify X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 17:54:34 -0000 Author: sunpoet Date: Sun Jun 28 17:54:33 2015 New Revision: 390815 URL: https://svnweb.freebsd.org/changeset/ports/390815 Log: - Add NO_ARCH Modified: head/devel/rubygem-rb-inotify/Makefile Modified: head/devel/rubygem-rb-inotify/Makefile ============================================================================== --- head/devel/rubygem-rb-inotify/Makefile Sun Jun 28 17:54:29 2015 (r390814) +++ head/devel/rubygem-rb-inotify/Makefile Sun Jun 28 17:54:33 2015 (r390815) @@ -14,6 +14,7 @@ LICENSE= MIT LIB_DEPENDS= libinotify.so:${PORTSDIR}/devel/libinotify RUN_DEPENDS= rubygem-ffi>=0.5.0:${PORTSDIR}/devel/rubygem-ffi +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-all@freebsd.org Sun Jun 28 17:54:39 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 49A0498F5DA; Sun, 28 Jun 2015 17:54:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3AF4111D5; Sun, 28 Jun 2015 17:54:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SHsdui046618; Sun, 28 Jun 2015 17:54:39 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SHsdI8046617; Sun, 28 Jun 2015 17:54:39 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506281754.t5SHsdI8046617@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 17:54:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390816 - head/devel/rubygem-rb-kqueue X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 17:54:39 -0000 Author: sunpoet Date: Sun Jun 28 17:54:38 2015 New Revision: 390816 URL: https://svnweb.freebsd.org/changeset/ports/390816 Log: - Add NO_ARCH Modified: head/devel/rubygem-rb-kqueue/Makefile Modified: head/devel/rubygem-rb-kqueue/Makefile ============================================================================== --- head/devel/rubygem-rb-kqueue/Makefile Sun Jun 28 17:54:33 2015 (r390815) +++ head/devel/rubygem-rb-kqueue/Makefile Sun Jun 28 17:54:38 2015 (r390816) @@ -13,6 +13,7 @@ LICENSE= MIT RUN_DEPENDS= rubygem-ffi>=0.5.0:${PORTSDIR}/devel/rubygem-ffi +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-all@freebsd.org Sun Jun 28 17:54:43 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7E64798F605; Sun, 28 Jun 2015 17:54:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6FC3612C8; Sun, 28 Jun 2015 17:54:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SHshlp046729; Sun, 28 Jun 2015 17:54:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SHshtG046728; Sun, 28 Jun 2015 17:54:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506281754.t5SHshtG046728@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 17:54:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390817 - head/sysutils/rubygem-sys-admin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 17:54:43 -0000 Author: sunpoet Date: Sun Jun 28 17:54:42 2015 New Revision: 390817 URL: https://svnweb.freebsd.org/changeset/ports/390817 Log: - Add NO_ARCH Modified: head/sysutils/rubygem-sys-admin/Makefile Modified: head/sysutils/rubygem-sys-admin/Makefile ============================================================================== --- head/sysutils/rubygem-sys-admin/Makefile Sun Jun 28 17:54:38 2015 (r390816) +++ head/sysutils/rubygem-sys-admin/Makefile Sun Jun 28 17:54:42 2015 (r390817) @@ -13,6 +13,7 @@ LICENSE= ART20 RUN_DEPENDS= rubygem-ffi>=1.1.0:${PORTSDIR}/devel/rubygem-ffi +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-all@freebsd.org Sun Jun 28 17:54:47 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9D76F98F628; Sun, 28 Jun 2015 17:54:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8A70A14B9; Sun, 28 Jun 2015 17:54:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SHsl53046868; Sun, 28 Jun 2015 17:54:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SHslsF046867; Sun, 28 Jun 2015 17:54:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506281754.t5SHslsF046867@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 17:54:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390818 - head/sysutils/rubygem-sys-cpu X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 17:54:47 -0000 Author: sunpoet Date: Sun Jun 28 17:54:46 2015 New Revision: 390818 URL: https://svnweb.freebsd.org/changeset/ports/390818 Log: - Add NO_ARCH Modified: head/sysutils/rubygem-sys-cpu/Makefile Modified: head/sysutils/rubygem-sys-cpu/Makefile ============================================================================== --- head/sysutils/rubygem-sys-cpu/Makefile Sun Jun 28 17:54:42 2015 (r390817) +++ head/sysutils/rubygem-sys-cpu/Makefile Sun Jun 28 17:54:46 2015 (r390818) @@ -13,6 +13,7 @@ LICENSE= ART20 RUN_DEPENDS= rubygem-ffi>=1.0.0:${PORTSDIR}/devel/rubygem-ffi +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-all@freebsd.org Sun Jun 28 17:54:52 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1C7CA98F655; Sun, 28 Jun 2015 17:54:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C48A715DE; Sun, 28 Jun 2015 17:54:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SHspXe046977; Sun, 28 Jun 2015 17:54:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SHsp3G046976; Sun, 28 Jun 2015 17:54:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506281754.t5SHsp3G046976@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 17:54:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390819 - head/sysutils/rubygem-sys-filesystem X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 17:54:52 -0000 Author: sunpoet Date: Sun Jun 28 17:54:51 2015 New Revision: 390819 URL: https://svnweb.freebsd.org/changeset/ports/390819 Log: - Add NO_ARCH Modified: head/sysutils/rubygem-sys-filesystem/Makefile Modified: head/sysutils/rubygem-sys-filesystem/Makefile ============================================================================== --- head/sysutils/rubygem-sys-filesystem/Makefile Sun Jun 28 17:54:46 2015 (r390818) +++ head/sysutils/rubygem-sys-filesystem/Makefile Sun Jun 28 17:54:51 2015 (r390819) @@ -13,6 +13,7 @@ LICENSE= ART20 RUN_DEPENDS= rubygem-ffi>=0:${PORTSDIR}/devel/rubygem-ffi +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-all@freebsd.org Sun Jun 28 17:54:56 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3A66D98F683; Sun, 28 Jun 2015 17:54:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2B7D516A3; Sun, 28 Jun 2015 17:54:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SHsuHP047084; Sun, 28 Jun 2015 17:54:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SHsuKK047083; Sun, 28 Jun 2015 17:54:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506281754.t5SHsuKK047083@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 17:54:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390820 - head/sysutils/rubygem-sys-proctable X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 17:54:56 -0000 Author: sunpoet Date: Sun Jun 28 17:54:55 2015 New Revision: 390820 URL: https://svnweb.freebsd.org/changeset/ports/390820 Log: - Add NO_ARCH Modified: head/sysutils/rubygem-sys-proctable/Makefile Modified: head/sysutils/rubygem-sys-proctable/Makefile ============================================================================== --- head/sysutils/rubygem-sys-proctable/Makefile Sun Jun 28 17:54:51 2015 (r390819) +++ head/sysutils/rubygem-sys-proctable/Makefile Sun Jun 28 17:54:55 2015 (r390820) @@ -15,6 +15,7 @@ LICENSE= ART20 RUN_DEPENDS= rubygem-ffi>=0:${PORTSDIR}/devel/rubygem-ffi GEM_NAME= ${PORTNAME}-${PORTVERSION}${DISTVERSIONSUFFIX} +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-all@freebsd.org Sun Jun 28 17:55:00 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4CB6198F6A0; Sun, 28 Jun 2015 17:55:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3DF1E191A; Sun, 28 Jun 2015 17:55:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SHt0c4047258; Sun, 28 Jun 2015 17:55:00 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SHt0uc047249; Sun, 28 Jun 2015 17:55:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506281755.t5SHt0uc047249@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 17:55:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390821 - head/sysutils/rubygem-sys-uname X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 17:55:00 -0000 Author: sunpoet Date: Sun Jun 28 17:54:59 2015 New Revision: 390821 URL: https://svnweb.freebsd.org/changeset/ports/390821 Log: - Add NO_ARCH Modified: head/sysutils/rubygem-sys-uname/Makefile Modified: head/sysutils/rubygem-sys-uname/Makefile ============================================================================== --- head/sysutils/rubygem-sys-uname/Makefile Sun Jun 28 17:54:55 2015 (r390820) +++ head/sysutils/rubygem-sys-uname/Makefile Sun Jun 28 17:54:59 2015 (r390821) @@ -13,6 +13,7 @@ LICENSE= ART20 RUN_DEPENDS= rubygem-ffi>=1.0.0:${PORTSDIR}/devel/rubygem-ffi +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-all@freebsd.org Sun Jun 28 17:55:04 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3566298F6C3; Sun, 28 Jun 2015 17:55:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 26BC719F5; Sun, 28 Jun 2015 17:55:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SHt4Rp047389; Sun, 28 Jun 2015 17:55:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SHt4W8047388; Sun, 28 Jun 2015 17:55:04 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506281755.t5SHt4W8047388@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 17:55:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390822 - head/sysutils/rubygem-sys-uptime X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 17:55:04 -0000 Author: sunpoet Date: Sun Jun 28 17:55:03 2015 New Revision: 390822 URL: https://svnweb.freebsd.org/changeset/ports/390822 Log: - Add NO_ARCH Modified: head/sysutils/rubygem-sys-uptime/Makefile Modified: head/sysutils/rubygem-sys-uptime/Makefile ============================================================================== --- head/sysutils/rubygem-sys-uptime/Makefile Sun Jun 28 17:54:59 2015 (r390821) +++ head/sysutils/rubygem-sys-uptime/Makefile Sun Jun 28 17:55:03 2015 (r390822) @@ -13,6 +13,7 @@ LICENSE= ART20 RUN_DEPENDS= rubygem-ffi>=1.0.0:${PORTSDIR}/devel/rubygem-ffi +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-all@freebsd.org Sun Jun 28 17:55:09 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0A54B98F6F6; Sun, 28 Jun 2015 17:55:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AB9921B25; Sun, 28 Jun 2015 17:55:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SHt8VI047525; Sun, 28 Jun 2015 17:55:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SHt8B8047522; Sun, 28 Jun 2015 17:55:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506281755.t5SHt8B8047522@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 17:55:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390823 - in head/databases/rubygem-couchrest: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 17:55:09 -0000 Author: sunpoet Date: Sun Jun 28 17:55:07 2015 New Revision: 390823 URL: https://svnweb.freebsd.org/changeset/ports/390823 Log: - Update to 1.2.1 Changes: https://github.com/couchrest/couchrest/blob/master/history.txt Deleted: head/databases/rubygem-couchrest/files/ Modified: head/databases/rubygem-couchrest/Makefile head/databases/rubygem-couchrest/distinfo Modified: head/databases/rubygem-couchrest/Makefile ============================================================================== --- head/databases/rubygem-couchrest/Makefile Sun Jun 28 17:55:03 2015 (r390822) +++ head/databases/rubygem-couchrest/Makefile Sun Jun 28 17:55:07 2015 (r390823) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= couchrest -PORTVERSION= 1.2.0 -PORTREVISION= 1 +PORTVERSION= 1.2.1 CATEGORIES= databases rubygems MASTER_SITES= RG @@ -13,8 +12,8 @@ COMMENT= Provides a simple interface on LICENSE= APACHE20 RUN_DEPENDS= rubygem-mime-types>=1.15:${PORTSDIR}/misc/rubygem-mime-types \ - rubygem-multi_json>=1.0:${PORTSDIR}/devel/rubygem-multi_json \ - rubygem-rest-client>=1.6.1:${PORTSDIR}/www/rubygem-rest-client + rubygem-multi_json>=1.7:${PORTSDIR}/devel/rubygem-multi_json \ + rubygem-rest-client>=1.8.0:${PORTSDIR}/www/rubygem-rest-client NO_ARCH= yes USE_RUBY= yes Modified: head/databases/rubygem-couchrest/distinfo ============================================================================== --- head/databases/rubygem-couchrest/distinfo Sun Jun 28 17:55:03 2015 (r390822) +++ head/databases/rubygem-couchrest/distinfo Sun Jun 28 17:55:07 2015 (r390823) @@ -1,2 +1,2 @@ -SHA256 (rubygem/couchrest-1.2.0.gem) = f3da9527af3090d3ef8f76352b8b825c9c576a7dd6ee0452678a8002fea25394 -SIZE (rubygem/couchrest-1.2.0.gem) = 51712 +SHA256 (rubygem/couchrest-1.2.1.gem) = 4f92ff903b75f3cbf509e04e716bd51360785b1b3ca0bb1e73aba90f61513462 +SIZE (rubygem/couchrest-1.2.1.gem) = 52224 From owner-svn-ports-all@freebsd.org Sun Jun 28 17:55:14 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9D5A498F71F; Sun, 28 Jun 2015 17:55:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 29A081C09; Sun, 28 Jun 2015 17:55:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SHtDDl047670; Sun, 28 Jun 2015 17:55:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SHtDBf047657; Sun, 28 Jun 2015 17:55:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506281755.t5SHtDBf047657@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 17:55:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390824 - head/devel/rubygem-holidays X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 17:55:14 -0000 Author: sunpoet Date: Sun Jun 28 17:55:12 2015 New Revision: 390824 URL: https://svnweb.freebsd.org/changeset/ports/390824 Log: - Update to 2.2.0 - Add NO_ARCH - Update WWW Changes: https://github.com/holidays/holidays/blob/master/CHANGELOG.md Modified: head/devel/rubygem-holidays/Makefile head/devel/rubygem-holidays/distinfo head/devel/rubygem-holidays/pkg-descr Modified: head/devel/rubygem-holidays/Makefile ============================================================================== --- head/devel/rubygem-holidays/Makefile Sun Jun 28 17:55:07 2015 (r390823) +++ head/devel/rubygem-holidays/Makefile Sun Jun 28 17:55:12 2015 (r390824) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= holidays -PORTVERSION= 2.1.0 +PORTVERSION= 2.2.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -11,6 +11,7 @@ COMMENT= Collection of Ruby methods to d LICENSE= MIT +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-holidays/distinfo ============================================================================== --- head/devel/rubygem-holidays/distinfo Sun Jun 28 17:55:07 2015 (r390823) +++ head/devel/rubygem-holidays/distinfo Sun Jun 28 17:55:12 2015 (r390824) @@ -1,2 +1,2 @@ -SHA256 (rubygem/holidays-2.1.0.gem) = d574ef8dcb03e8ef31b8e1501224dae30d1bb7a40dac9431516fb3fa01ebe65a -SIZE (rubygem/holidays-2.1.0.gem) = 95232 +SHA256 (rubygem/holidays-2.2.0.gem) = 2a4e0f45171fd2f3913f95d669a3a991c684204c9e3804904971c0153061ded3 +SIZE (rubygem/holidays-2.2.0.gem) = 95232 Modified: head/devel/rubygem-holidays/pkg-descr ============================================================================== --- head/devel/rubygem-holidays/pkg-descr Sun Jun 28 17:55:07 2015 (r390823) +++ head/devel/rubygem-holidays/pkg-descr Sun Jun 28 17:55:12 2015 (r390824) @@ -3,4 +3,4 @@ multiple regions based on customisable d It also extends Ruby's built-in Date class. -WWW: https://github.com/alexdunae/holidays +WWW: https://github.com/holidays/holidays From owner-svn-ports-all@freebsd.org Sun Jun 28 17:55:19 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 827FE98F745; Sun, 28 Jun 2015 17:55:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 61EF41D24; Sun, 28 Jun 2015 17:55:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SHtJaR047818; Sun, 28 Jun 2015 17:55:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SHtICn047816; Sun, 28 Jun 2015 17:55:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506281755.t5SHtICn047816@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 17:55:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390825 - head/devel/rubygem-mustache X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 17:55:19 -0000 Author: sunpoet Date: Sun Jun 28 17:55:18 2015 New Revision: 390825 URL: https://svnweb.freebsd.org/changeset/ports/390825 Log: - Update to 1.0.2 - Add NO_ARCH Changes: https://github.com/mustache/mustache/blob/master/HISTORY.md Modified: head/devel/rubygem-mustache/Makefile head/devel/rubygem-mustache/distinfo Modified: head/devel/rubygem-mustache/Makefile ============================================================================== --- head/devel/rubygem-mustache/Makefile Sun Jun 28 17:55:12 2015 (r390824) +++ head/devel/rubygem-mustache/Makefile Sun Jun 28 17:55:18 2015 (r390825) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mustache -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -11,6 +11,7 @@ COMMENT= Framework-agnostic way to rende LICENSE= MIT +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-mustache/distinfo ============================================================================== --- head/devel/rubygem-mustache/distinfo Sun Jun 28 17:55:12 2015 (r390824) +++ head/devel/rubygem-mustache/distinfo Sun Jun 28 17:55:18 2015 (r390825) @@ -1,2 +1,2 @@ -SHA256 (rubygem/mustache-1.0.1.gem) = 42412df1754bed24f0238efb561e51c2c53b8ea3ab003819723481a73a60ae27 -SIZE (rubygem/mustache-1.0.1.gem) = 40960 +SHA256 (rubygem/mustache-1.0.2.gem) = e79dbc8bae087011ace17bfbc4ee1e652b1d5efa5d56316b09b7c2256f447d34 +SIZE (rubygem/mustache-1.0.2.gem) = 40960 From owner-svn-ports-all@freebsd.org Sun Jun 28 17:55:24 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 759B398F76F; Sun, 28 Jun 2015 17:55:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 53CAB1E0E; Sun, 28 Jun 2015 17:55:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SHtOru047942; Sun, 28 Jun 2015 17:55:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SHtNt3047940; Sun, 28 Jun 2015 17:55:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506281755.t5SHtNt3047940@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 17:55:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390826 - head/devel/rubygem-sprockets X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 17:55:24 -0000 Author: sunpoet Date: Sun Jun 28 17:55:23 2015 New Revision: 390826 URL: https://svnweb.freebsd.org/changeset/ports/390826 Log: - Update to 2.12.4 Changes: https://github.com/rails/sprockets/blob/master/README.md#version-history Modified: head/devel/rubygem-sprockets/Makefile head/devel/rubygem-sprockets/distinfo Modified: head/devel/rubygem-sprockets/Makefile ============================================================================== --- head/devel/rubygem-sprockets/Makefile Sun Jun 28 17:55:18 2015 (r390825) +++ head/devel/rubygem-sprockets/Makefile Sun Jun 28 17:55:23 2015 (r390826) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= sprockets -PORTVERSION= 2.12.3 -PORTREVISION= 1 +PORTVERSION= 2.12.4 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-sprockets/distinfo ============================================================================== --- head/devel/rubygem-sprockets/distinfo Sun Jun 28 17:55:18 2015 (r390825) +++ head/devel/rubygem-sprockets/distinfo Sun Jun 28 17:55:23 2015 (r390826) @@ -1,2 +1,2 @@ -SHA256 (rubygem/sprockets-2.12.3.gem) = c25a4a37c9436e5a2c877b926156bce1826a0156d9cd96ca704ab085726ec2ae -SIZE (rubygem/sprockets-2.12.3.gem) = 43008 +SHA256 (rubygem/sprockets-2.12.4.gem) = e3bec4259a08ac4fe7c465554b54f25f85648f708c71ff20e1477c3f90410195 +SIZE (rubygem/sprockets-2.12.4.gem) = 43008 From owner-svn-ports-all@freebsd.org Sun Jun 28 17:55:28 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 612E398F78B; Sun, 28 Jun 2015 17:55:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 526E91E99; Sun, 28 Jun 2015 17:55:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SHtSw5048048; Sun, 28 Jun 2015 17:55:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SHtS8u048047; Sun, 28 Jun 2015 17:55:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506281755.t5SHtS8u048047@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 17:55:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390827 - head/textproc/rubygem-compass-rails X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 17:55:28 -0000 Author: sunpoet Date: Sun Jun 28 17:55:27 2015 New Revision: 390827 URL: https://svnweb.freebsd.org/changeset/ports/390827 Log: - Add NO_ARCH Modified: head/textproc/rubygem-compass-rails/Makefile Modified: head/textproc/rubygem-compass-rails/Makefile ============================================================================== --- head/textproc/rubygem-compass-rails/Makefile Sun Jun 28 17:55:23 2015 (r390826) +++ head/textproc/rubygem-compass-rails/Makefile Sun Jun 28 17:55:27 2015 (r390827) @@ -14,6 +14,7 @@ RUN_DEPENDS= rubygem-compass>=1.0.0:${PO rubygem-sass-rails>=0:${PORTSDIR}/textproc/rubygem-sass-rails \ rubygem-sprockets>=0:${PORTSDIR}/devel/rubygem-sprockets +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-all@freebsd.org Sun Jun 28 17:55:45 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CDB4D98F7D2; Sun, 28 Jun 2015 17:55:45 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BEBDA203D; Sun, 28 Jun 2015 17:55:45 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SHtjXv048207; Sun, 28 Jun 2015 17:55:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SHtj7k048206; Sun, 28 Jun 2015 17:55:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506281755.t5SHtj7k048206@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 17:55:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390828 - head/www/rubygem-modernizr X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 17:55:45 -0000 Author: sunpoet Date: Sun Jun 28 17:55:45 2015 New Revision: 390828 URL: https://svnweb.freebsd.org/changeset/ports/390828 Log: - Mark DEPRECATED and set EXPIRATION_DATE to 2015-07-31 Modified: head/www/rubygem-modernizr/Makefile Modified: head/www/rubygem-modernizr/Makefile ============================================================================== --- head/www/rubygem-modernizr/Makefile Sun Jun 28 17:55:27 2015 (r390827) +++ head/www/rubygem-modernizr/Makefile Sun Jun 28 17:55:45 2015 (r390828) @@ -12,6 +12,9 @@ LICENSE= MIT RUN_DEPENDS= rubygem-sprockets>=2.0:${PORTSDIR}/devel/rubygem-sprockets +DEPRECATED= This gem has been removed from rubygems.org by upstream +EXPIRATION_DATE=2015-07-31 + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-all@freebsd.org Sun Jun 28 17:55:51 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6E66698F7FF; Sun, 28 Jun 2015 17:55:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 561BE20F2; Sun, 28 Jun 2015 17:55:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SHtpBS048332; Sun, 28 Jun 2015 17:55:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SHtod8048330; Sun, 28 Jun 2015 17:55:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506281755.t5SHtod8048330@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 17:55:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390829 - head/devel/rubygem-sprockets-helpers X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 17:55:51 -0000 Author: sunpoet Date: Sun Jun 28 17:55:50 2015 New Revision: 390829 URL: https://svnweb.freebsd.org/changeset/ports/390829 Log: - Update to 1.2.1 Changes: https://github.com/petebrowne/sprockets-helpers/commits/master Modified: head/devel/rubygem-sprockets-helpers/Makefile head/devel/rubygem-sprockets-helpers/distinfo Modified: head/devel/rubygem-sprockets-helpers/Makefile ============================================================================== --- head/devel/rubygem-sprockets-helpers/Makefile Sun Jun 28 17:55:45 2015 (r390828) +++ head/devel/rubygem-sprockets-helpers/Makefile Sun Jun 28 17:55:50 2015 (r390829) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sprockets-helpers -PORTVERSION= 1.2.0 +PORTVERSION= 1.2.1 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-sprockets-helpers/distinfo ============================================================================== --- head/devel/rubygem-sprockets-helpers/distinfo Sun Jun 28 17:55:45 2015 (r390828) +++ head/devel/rubygem-sprockets-helpers/distinfo Sun Jun 28 17:55:50 2015 (r390829) @@ -1,2 +1,2 @@ -SHA256 (rubygem/sprockets-helpers-1.2.0.gem) = 29cce3746696342851d437f54072e4f652ad25d4ba6df115d949819ad2b74370 -SIZE (rubygem/sprockets-helpers-1.2.0.gem) = 16384 +SHA256 (rubygem/sprockets-helpers-1.2.1.gem) = 3dd00a9467e8344b6320d3db8d376838ab47da5ad461cc56e7c3335829504b21 +SIZE (rubygem/sprockets-helpers-1.2.1.gem) = 16384 From owner-svn-ports-all@freebsd.org Sun Jun 28 17:55:55 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EDB0298F823; Sun, 28 Jun 2015 17:55:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DEA1F212D; Sun, 28 Jun 2015 17:55:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SHttlC048456; Sun, 28 Jun 2015 17:55:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SHttYF048453; Sun, 28 Jun 2015 17:55:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506281755.t5SHttYF048453@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 17:55:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390830 - head/net/rubygem-octokit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 17:55:56 -0000 Author: sunpoet Date: Sun Jun 28 17:55:54 2015 New Revision: 390830 URL: https://svnweb.freebsd.org/changeset/ports/390830 Log: - Update to 4.0.0 - Add NO_ARCH Changes: https://github.com/octokit/octokit.rb/releases Modified: head/net/rubygem-octokit/Makefile head/net/rubygem-octokit/distinfo Modified: head/net/rubygem-octokit/Makefile ============================================================================== --- head/net/rubygem-octokit/Makefile Sun Jun 28 17:55:50 2015 (r390829) +++ head/net/rubygem-octokit/Makefile Sun Jun 28 17:55:54 2015 (r390830) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= octokit -PORTVERSION= 3.8.0 +PORTVERSION= 4.0.0 CATEGORIES= net rubygems MASTER_SITES= RG @@ -13,6 +13,7 @@ LICENSE= MIT RUN_DEPENDS= rubygem-sawyer>=0.6.0:${PORTSDIR}/www/rubygem-sawyer +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/net/rubygem-octokit/distinfo ============================================================================== --- head/net/rubygem-octokit/distinfo Sun Jun 28 17:55:50 2015 (r390829) +++ head/net/rubygem-octokit/distinfo Sun Jun 28 17:55:54 2015 (r390830) @@ -1,2 +1,2 @@ -SHA256 (rubygem/octokit-3.8.0.gem) = 489d1930ef66e65cb868d749c16d75317d8ec1eef74d313019e785bf01b4b36e -SIZE (rubygem/octokit-3.8.0.gem) = 57344 +SHA256 (rubygem/octokit-4.0.0.gem) = 8e228938176ec098c9f642ff7accc01f05eb4efc59dc88d2774840adcf183a0d +SIZE (rubygem/octokit-4.0.0.gem) = 62976 From owner-svn-ports-all@freebsd.org Sun Jun 28 17:56:00 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C3E2398F848; Sun, 28 Jun 2015 17:56:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B4F502201; Sun, 28 Jun 2015 17:56:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SHu0E1048592; Sun, 28 Jun 2015 17:56:00 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SHu0v3048588; Sun, 28 Jun 2015 17:56:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506281756.t5SHu0v3048588@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 17:56:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390831 - head/textproc/rubygem-terminal-table X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 17:56:00 -0000 Author: sunpoet Date: Sun Jun 28 17:55:59 2015 New Revision: 390831 URL: https://svnweb.freebsd.org/changeset/ports/390831 Log: - Update to 1.5.1 - Add NO_ARCH Changes: https://github.com/tj/terminal-table/commits/master Modified: head/textproc/rubygem-terminal-table/Makefile head/textproc/rubygem-terminal-table/distinfo Modified: head/textproc/rubygem-terminal-table/Makefile ============================================================================== --- head/textproc/rubygem-terminal-table/Makefile Sun Jun 28 17:55:54 2015 (r390830) +++ head/textproc/rubygem-terminal-table/Makefile Sun Jun 28 17:55:59 2015 (r390831) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= terminal-table -PORTVERSION= 1.4.5 +PORTVERSION= 1.5.1 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -11,6 +11,7 @@ COMMENT= Simple, feature rich ASCII tabl LICENSE= MIT +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/textproc/rubygem-terminal-table/distinfo ============================================================================== --- head/textproc/rubygem-terminal-table/distinfo Sun Jun 28 17:55:54 2015 (r390830) +++ head/textproc/rubygem-terminal-table/distinfo Sun Jun 28 17:55:59 2015 (r390831) @@ -1,2 +1,2 @@ -SHA256 (rubygem/terminal-table-1.4.5.gem) = bf81561a406d3389fcd08fc44447fb980f2810d1aaf99b9e06fc1916c83d1999 -SIZE (rubygem/terminal-table-1.4.5.gem) = 14336 +SHA256 (rubygem/terminal-table-1.5.1.gem) = 45234021d439bd230c6e626a9ee7ce05b0a77b4b65085397414dabe4808ea79d +SIZE (rubygem/terminal-table-1.5.1.gem) = 11776 From owner-svn-ports-all@freebsd.org Sun Jun 28 17:56:05 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 699F398F87A; Sun, 28 Jun 2015 17:56:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5ACBB22DA; Sun, 28 Jun 2015 17:56:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SHu5PJ048737; Sun, 28 Jun 2015 17:56:05 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SHu4m0048733; Sun, 28 Jun 2015 17:56:04 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506281756.t5SHu4m0048733@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 17:56:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390832 - head/www/rubygem-raindrops X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 17:56:05 -0000 Author: sunpoet Date: Sun Jun 28 17:56:04 2015 New Revision: 390832 URL: https://svnweb.freebsd.org/changeset/ports/390832 Log: - Update to 0.14.0 Changes: http://raindrops.bogomips.org/NEWS.html Modified: head/www/rubygem-raindrops/Makefile head/www/rubygem-raindrops/distinfo Modified: head/www/rubygem-raindrops/Makefile ============================================================================== --- head/www/rubygem-raindrops/Makefile Sun Jun 28 17:55:59 2015 (r390831) +++ head/www/rubygem-raindrops/Makefile Sun Jun 28 17:56:04 2015 (r390832) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= raindrops -PORTVERSION= 0.13.0 -PORTREVISION= 1 +PORTVERSION= 0.14.0 CATEGORIES= www rubygems MASTER_SITES= RG Modified: head/www/rubygem-raindrops/distinfo ============================================================================== --- head/www/rubygem-raindrops/distinfo Sun Jun 28 17:55:59 2015 (r390831) +++ head/www/rubygem-raindrops/distinfo Sun Jun 28 17:56:04 2015 (r390832) @@ -1,2 +1,2 @@ -SHA256 (rubygem/raindrops-0.13.0.gem) = 457c0280491a15b441a68f6271b1039f76c3eff79a55f2329eadf9cca38225ef -SIZE (rubygem/raindrops-0.13.0.gem) = 77824 +SHA256 (rubygem/raindrops-0.14.0.gem) = 3785691920c9e7b9939f62d9462dc2a30701549e59b6ed53ff38a1e440f14305 +SIZE (rubygem/raindrops-0.14.0.gem) = 57856 From owner-svn-ports-all@freebsd.org Sun Jun 28 17:56:10 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6784398F8B1; Sun, 28 Jun 2015 17:56:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 587F22499; Sun, 28 Jun 2015 17:56:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SHuAB9048858; Sun, 28 Jun 2015 17:56:10 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SHu95w048856; Sun, 28 Jun 2015 17:56:09 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506281756.t5SHu95w048856@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 17:56:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390833 - head/devel/rubygem-activesupport4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 17:56:10 -0000 Author: sunpoet Date: Sun Jun 28 17:56:09 2015 New Revision: 390833 URL: https://svnweb.freebsd.org/changeset/ports/390833 Log: - Update to 4.2.3 Changes: https://github.com/rails/rails/blob/4-2-stable/activesupport/CHANGELOG.md Modified: head/devel/rubygem-activesupport4/Makefile head/devel/rubygem-activesupport4/distinfo Modified: head/devel/rubygem-activesupport4/Makefile ============================================================================== --- head/devel/rubygem-activesupport4/Makefile Sun Jun 28 17:56:04 2015 (r390832) +++ head/devel/rubygem-activesupport4/Makefile Sun Jun 28 17:56:09 2015 (r390833) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= activesupport -PORTVERSION= 4.2.2 +PORTVERSION= 4.2.3 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 4 Modified: head/devel/rubygem-activesupport4/distinfo ============================================================================== --- head/devel/rubygem-activesupport4/distinfo Sun Jun 28 17:56:04 2015 (r390832) +++ head/devel/rubygem-activesupport4/distinfo Sun Jun 28 17:56:09 2015 (r390833) @@ -1,2 +1,2 @@ -SHA256 (rubygem/activesupport-4.2.2.gem) = b89c010393cda7ecffd755b8cdb7c742794b2d8fe260fb96ff9ca23d6c4b287a -SIZE (rubygem/activesupport-4.2.2.gem) = 329728 +SHA256 (rubygem/activesupport-4.2.3.gem) = 33954b8af8de98c971250bee5344735123fd660e194010481c03f36bbf7bb65b +SIZE (rubygem/activesupport-4.2.3.gem) = 329728 From owner-svn-ports-all@freebsd.org Sun Jun 28 17:56:14 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9F1D898F8D9; Sun, 28 Jun 2015 17:56:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 906252567; Sun, 28 Jun 2015 17:56:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SHuE5w048968; Sun, 28 Jun 2015 17:56:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SHuEQA048967; Sun, 28 Jun 2015 17:56:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506281756.t5SHuEQA048967@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 17:56:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390834 - head/databases/rubygem-seed-fu X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 17:56:14 -0000 Author: sunpoet Date: Sun Jun 28 17:56:13 2015 New Revision: 390834 URL: https://svnweb.freebsd.org/changeset/ports/390834 Log: - Add NO_ARCH Modified: head/databases/rubygem-seed-fu/Makefile Modified: head/databases/rubygem-seed-fu/Makefile ============================================================================== --- head/databases/rubygem-seed-fu/Makefile Sun Jun 28 17:56:09 2015 (r390833) +++ head/databases/rubygem-seed-fu/Makefile Sun Jun 28 17:56:13 2015 (r390834) @@ -13,6 +13,7 @@ LICENSE= MIT RUN_DEPENDS= rubygem-activerecord4>=3.1:${PORTSDIR}/databases/rubygem-activerecord4 \ rubygem-activesupport4>=3.1:${PORTSDIR}/devel/rubygem-activesupport4 +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-all@freebsd.org Sun Jun 28 17:56:19 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9D9A198F8FE; Sun, 28 Jun 2015 17:56:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7AE0E268E; Sun, 28 Jun 2015 17:56:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SHuJX0049101; Sun, 28 Jun 2015 17:56:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SHuJpw049100; Sun, 28 Jun 2015 17:56:19 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506281756.t5SHuJpw049100@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 17:56:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390835 - head/devel/rubygem-delayed_job X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 17:56:19 -0000 Author: sunpoet Date: Sun Jun 28 17:56:18 2015 New Revision: 390835 URL: https://svnweb.freebsd.org/changeset/ports/390835 Log: - Add NO_ARCH Modified: head/devel/rubygem-delayed_job/Makefile Modified: head/devel/rubygem-delayed_job/Makefile ============================================================================== --- head/devel/rubygem-delayed_job/Makefile Sun Jun 28 17:56:13 2015 (r390834) +++ head/devel/rubygem-delayed_job/Makefile Sun Jun 28 17:56:18 2015 (r390835) @@ -13,6 +13,7 @@ LICENSE= MIT RUN_DEPENDS= rubygem-activesupport4>=3.0:${PORTSDIR}/devel/rubygem-activesupport4 +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-all@freebsd.org Sun Jun 28 17:56:24 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5F35298F92B; Sun, 28 Jun 2015 17:56:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 33B082744; Sun, 28 Jun 2015 17:56:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SHuN7R049216; Sun, 28 Jun 2015 17:56:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SHuNGd049215; Sun, 28 Jun 2015 17:56:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506281756.t5SHuNGd049215@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 17:56:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390836 - head/devel/rubygem-enumerize X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 17:56:24 -0000 Author: sunpoet Date: Sun Jun 28 17:56:23 2015 New Revision: 390836 URL: https://svnweb.freebsd.org/changeset/ports/390836 Log: - Add NO_ARCH Modified: head/devel/rubygem-enumerize/Makefile Modified: head/devel/rubygem-enumerize/Makefile ============================================================================== --- head/devel/rubygem-enumerize/Makefile Sun Jun 28 17:56:18 2015 (r390835) +++ head/devel/rubygem-enumerize/Makefile Sun Jun 28 17:56:23 2015 (r390836) @@ -12,6 +12,7 @@ LICENSE= MIT RUN_DEPENDS= rubygem-activesupport4>=3.2:${PORTSDIR}/devel/rubygem-activesupport4 +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-all@freebsd.org Sun Jun 28 17:56:28 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B8A6A98F94F; Sun, 28 Jun 2015 17:56:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A75CE27F4; Sun, 28 Jun 2015 17:56:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SHuSmx049330; Sun, 28 Jun 2015 17:56:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SHuSIJ049329; Sun, 28 Jun 2015 17:56:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506281756.t5SHuSIJ049329@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 17:56:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390837 - head/devel/rubygem-gitlab_git X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 17:56:28 -0000 Author: sunpoet Date: Sun Jun 28 17:56:27 2015 New Revision: 390837 URL: https://svnweb.freebsd.org/changeset/ports/390837 Log: - Add NO_ARCH Modified: head/devel/rubygem-gitlab_git/Makefile Modified: head/devel/rubygem-gitlab_git/Makefile ============================================================================== --- head/devel/rubygem-gitlab_git/Makefile Sun Jun 28 17:56:23 2015 (r390836) +++ head/devel/rubygem-gitlab_git/Makefile Sun Jun 28 17:56:27 2015 (r390837) @@ -15,6 +15,7 @@ RUN_DEPENDS= rubygem-activesupport4>=4.0 rubygem-gitlab-linguist>=3.0:${PORTSDIR}/textproc/rubygem-gitlab-linguist \ rubygem-rugged>=0.22.2:${PORTSDIR}/devel/rubygem-rugged +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-all@freebsd.org Sun Jun 28 17:56:32 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E447D98F974; Sun, 28 Jun 2015 17:56:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D599028C3; Sun, 28 Jun 2015 17:56:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SHuWGb049463; Sun, 28 Jun 2015 17:56:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SHuWw8049462; Sun, 28 Jun 2015 17:56:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506281756.t5SHuWw8049462@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 17:56:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390838 - head/www/rubygem-activeresource4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 17:56:33 -0000 Author: sunpoet Date: Sun Jun 28 17:56:32 2015 New Revision: 390838 URL: https://svnweb.freebsd.org/changeset/ports/390838 Log: - Add NO_ARCH Modified: head/www/rubygem-activeresource4/Makefile Modified: head/www/rubygem-activeresource4/Makefile ============================================================================== --- head/www/rubygem-activeresource4/Makefile Sun Jun 28 17:56:27 2015 (r390837) +++ head/www/rubygem-activeresource4/Makefile Sun Jun 28 17:56:32 2015 (r390838) @@ -16,6 +16,7 @@ RUN_DEPENDS= rubygem-activemodel4>=${POR rubygem-activesupport4>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activesupport4 \ rubygem-rails-observers>=0.1.1:${PORTSDIR}/devel/rubygem-rails-observers +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-all@freebsd.org Sun Jun 28 17:56:37 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 93C8A98F998; Sun, 28 Jun 2015 17:56:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 584FF29D8; Sun, 28 Jun 2015 17:56:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SHub0v049571; Sun, 28 Jun 2015 17:56:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SHub8g049570; Sun, 28 Jun 2015 17:56:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506281756.t5SHub8g049570@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 17:56:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390839 - head/www/rubygem-haml-rails-rails4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 17:56:37 -0000 Author: sunpoet Date: Sun Jun 28 17:56:36 2015 New Revision: 390839 URL: https://svnweb.freebsd.org/changeset/ports/390839 Log: - Add NO_ARCH Modified: head/www/rubygem-haml-rails-rails4/Makefile Modified: head/www/rubygem-haml-rails-rails4/Makefile ============================================================================== --- head/www/rubygem-haml-rails-rails4/Makefile Sun Jun 28 17:56:32 2015 (r390838) +++ head/www/rubygem-haml-rails-rails4/Makefile Sun Jun 28 17:56:36 2015 (r390839) @@ -17,6 +17,7 @@ RUN_DEPENDS= rubygem-actionpack4>=4.0.1: rubygem-html2haml>=1.0.1:${PORTSDIR}/www/rubygem-html2haml \ rubygem-railties4>=4.0.1:${PORTSDIR}/www/rubygem-railties4 +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-all@freebsd.org Sun Jun 28 17:56:41 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9D78F98F9C3; Sun, 28 Jun 2015 17:56:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8E5FB2A7A; Sun, 28 Jun 2015 17:56:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SHufXk049681; Sun, 28 Jun 2015 17:56:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SHufig049680; Sun, 28 Jun 2015 17:56:41 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506281756.t5SHufig049680@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 17:56:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390840 - head/www/rubygem-kaminari-rails4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 17:56:41 -0000 Author: sunpoet Date: Sun Jun 28 17:56:40 2015 New Revision: 390840 URL: https://svnweb.freebsd.org/changeset/ports/390840 Log: - Add NO_ARCH Modified: head/www/rubygem-kaminari-rails4/Makefile Modified: head/www/rubygem-kaminari-rails4/Makefile ============================================================================== --- head/www/rubygem-kaminari-rails4/Makefile Sun Jun 28 17:56:36 2015 (r390839) +++ head/www/rubygem-kaminari-rails4/Makefile Sun Jun 28 17:56:40 2015 (r390840) @@ -15,6 +15,7 @@ LICENSE= MIT RUN_DEPENDS= rubygem-actionpack4>=4.0.0:${PORTSDIR}/www/rubygem-actionpack4 \ rubygem-activesupport4>=4.0.0:${PORTSDIR}/devel/rubygem-activesupport4 +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-all@freebsd.org Sun Jun 28 17:56:46 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 152CA98F9EC; Sun, 28 Jun 2015 17:56:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 066562B4D; Sun, 28 Jun 2015 17:56:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SHujjr049809; Sun, 28 Jun 2015 17:56:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SHujV2049805; Sun, 28 Jun 2015 17:56:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506281756.t5SHujV2049805@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 17:56:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390841 - head/databases/rubygem-activemodel4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 17:56:46 -0000 Author: sunpoet Date: Sun Jun 28 17:56:45 2015 New Revision: 390841 URL: https://svnweb.freebsd.org/changeset/ports/390841 Log: - Update to 4.2.3 - Add NO_ARCH Changes: https://github.com/rails/rails/blob/4-2-stable/activemodel/CHANGELOG.md Modified: head/databases/rubygem-activemodel4/Makefile head/databases/rubygem-activemodel4/distinfo Modified: head/databases/rubygem-activemodel4/Makefile ============================================================================== --- head/databases/rubygem-activemodel4/Makefile Sun Jun 28 17:56:40 2015 (r390840) +++ head/databases/rubygem-activemodel4/Makefile Sun Jun 28 17:56:45 2015 (r390841) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= activemodel -PORTVERSION= 4.2.2 +PORTVERSION= 4.2.3 CATEGORIES= databases rubygems MASTER_SITES= RG PKGNAMESUFFIX= 4 @@ -15,6 +15,7 @@ LICENSE= MIT RUN_DEPENDS= rubygem-activesupport4>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activesupport4 \ rubygem-builder32>=3.2.2:${PORTSDIR}/devel/rubygem-builder32 +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/databases/rubygem-activemodel4/distinfo ============================================================================== --- head/databases/rubygem-activemodel4/distinfo Sun Jun 28 17:56:40 2015 (r390840) +++ head/databases/rubygem-activemodel4/distinfo Sun Jun 28 17:56:45 2015 (r390841) @@ -1,2 +1,2 @@ -SHA256 (rubygem/activemodel-4.2.2.gem) = 8cbe92434a9220ceccf467c053b3af625943ea3dac5320b81ba7171f0830d420 -SIZE (rubygem/activemodel-4.2.2.gem) = 45568 +SHA256 (rubygem/activemodel-4.2.3.gem) = aa059959ea21515e05ad1f1768822d7056adecb1978b6868411c2603a9293c32 +SIZE (rubygem/activemodel-4.2.3.gem) = 45568 From owner-svn-ports-all@freebsd.org Sun Jun 28 17:56:50 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AEE7798FA1D; Sun, 28 Jun 2015 17:56:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9E8A22C1A; Sun, 28 Jun 2015 17:56:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SHuoWO049937; Sun, 28 Jun 2015 17:56:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SHuoUN049936; Sun, 28 Jun 2015 17:56:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506281756.t5SHuoUN049936@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 17:56:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390842 - head/devel/rubygem-rails-observers X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 17:56:50 -0000 Author: sunpoet Date: Sun Jun 28 17:56:49 2015 New Revision: 390842 URL: https://svnweb.freebsd.org/changeset/ports/390842 Log: - Add NO_ARCH Modified: head/devel/rubygem-rails-observers/Makefile Modified: head/devel/rubygem-rails-observers/Makefile ============================================================================== --- head/devel/rubygem-rails-observers/Makefile Sun Jun 28 17:56:45 2015 (r390841) +++ head/devel/rubygem-rails-observers/Makefile Sun Jun 28 17:56:49 2015 (r390842) @@ -13,6 +13,7 @@ LICENSE= MIT RUN_DEPENDS= rubygem-activemodel4>=4.0:${PORTSDIR}/databases/rubygem-activemodel4 +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-all@freebsd.org Sun Jun 28 17:56:59 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B0AEB98FA54; Sun, 28 Jun 2015 17:56:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9C48E2DC4; Sun, 28 Jun 2015 17:56:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SHuxbM050173; Sun, 28 Jun 2015 17:56:59 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SHuxmR050171; Sun, 28 Jun 2015 17:56:59 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506281756.t5SHuxmR050171@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 17:56:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390844 - head/databases/rubygem-activerecord4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 17:56:59 -0000 Author: sunpoet Date: Sun Jun 28 17:56:58 2015 New Revision: 390844 URL: https://svnweb.freebsd.org/changeset/ports/390844 Log: - Update to 4.2.3 - Add NO_ARCH Changes: https://github.com/rails/rails/blob/4-2-stable/activerecord/CHANGELOG.md Modified: head/databases/rubygem-activerecord4/Makefile head/databases/rubygem-activerecord4/distinfo Modified: head/databases/rubygem-activerecord4/Makefile ============================================================================== --- head/databases/rubygem-activerecord4/Makefile Sun Jun 28 17:56:54 2015 (r390843) +++ head/databases/rubygem-activerecord4/Makefile Sun Jun 28 17:56:58 2015 (r390844) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= activerecord -PORTVERSION= 4.2.2 +PORTVERSION= 4.2.3 CATEGORIES= databases rubygems MASTER_SITES= RG PKGNAMESUFFIX= 4 @@ -16,6 +16,7 @@ RUN_DEPENDS= rubygem-activemodel4>=${POR rubygem-activesupport4>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activesupport4 \ rubygem-arel6>=6.0.0:${PORTSDIR}/databases/rubygem-arel6 +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/databases/rubygem-activerecord4/distinfo ============================================================================== --- head/databases/rubygem-activerecord4/distinfo Sun Jun 28 17:56:54 2015 (r390843) +++ head/databases/rubygem-activerecord4/distinfo Sun Jun 28 17:56:58 2015 (r390844) @@ -1,2 +1,2 @@ -SHA256 (rubygem/activerecord-4.2.2.gem) = a5652058adf8e1896e8e7510e2aa16375903bae06253f2697fd8987a6854c873 -SIZE (rubygem/activerecord-4.2.2.gem) = 326144 +SHA256 (rubygem/activerecord-4.2.3.gem) = 74e64271950702aa870689532ce2173348760a00c6a54760c5625c7b9734cefe +SIZE (rubygem/activerecord-4.2.3.gem) = 327680 From owner-svn-ports-all@freebsd.org Sun Jun 28 17:56:55 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3D05A98FA39; Sun, 28 Jun 2015 17:56:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2A5E62CED; Sun, 28 Jun 2015 17:56:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SHuttw050049; Sun, 28 Jun 2015 17:56:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SHutV8050048; Sun, 28 Jun 2015 17:56:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506281756.t5SHutV8050048@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 17:56:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390843 - head/devel/rubygem-simple_form X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 17:56:55 -0000 Author: sunpoet Date: Sun Jun 28 17:56:54 2015 New Revision: 390843 URL: https://svnweb.freebsd.org/changeset/ports/390843 Log: - Add NO_ARCH Modified: head/devel/rubygem-simple_form/Makefile Modified: head/devel/rubygem-simple_form/Makefile ============================================================================== --- head/devel/rubygem-simple_form/Makefile Sun Jun 28 17:56:49 2015 (r390842) +++ head/devel/rubygem-simple_form/Makefile Sun Jun 28 17:56:54 2015 (r390843) @@ -14,6 +14,7 @@ LICENSE= MIT RUN_DEPENDS= rubygem-activemodel4>=4.0:${PORTSDIR}/databases/rubygem-activemodel4 \ rubygem-actionpack4>=4.0:${PORTSDIR}/www/rubygem-actionpack4 +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-all@freebsd.org Sun Jun 28 17:57:03 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8762E98FA82; Sun, 28 Jun 2015 17:57:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 78A652EA0; Sun, 28 Jun 2015 17:57:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SHv34N050304; Sun, 28 Jun 2015 17:57:03 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SHv3hE050303; Sun, 28 Jun 2015 17:57:03 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506281757.t5SHv3hE050303@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 17:57:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390845 - head/databases/rubygem-activerecord-jdbc-adapter X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 17:57:03 -0000 Author: sunpoet Date: Sun Jun 28 17:57:02 2015 New Revision: 390845 URL: https://svnweb.freebsd.org/changeset/ports/390845 Log: - Add NO_ARCH Modified: head/databases/rubygem-activerecord-jdbc-adapter/Makefile Modified: head/databases/rubygem-activerecord-jdbc-adapter/Makefile ============================================================================== --- head/databases/rubygem-activerecord-jdbc-adapter/Makefile Sun Jun 28 17:56:58 2015 (r390844) +++ head/databases/rubygem-activerecord-jdbc-adapter/Makefile Sun Jun 28 17:57:02 2015 (r390845) @@ -14,6 +14,7 @@ LICENSE= BSD2CLAUSE RUN_DEPENDS= jruby:${PORTSDIR}/lang/jruby \ rubygem-activerecord4>=2.2:${PORTSDIR}/databases/rubygem-activerecord4 +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-all@freebsd.org Sun Jun 28 17:57:08 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 59A5A98FAA8; Sun, 28 Jun 2015 17:57:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1E8C12F97; Sun, 28 Jun 2015 17:57:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SHv7Am050422; Sun, 28 Jun 2015 17:57:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SHv7mA050421; Sun, 28 Jun 2015 17:57:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506281757.t5SHv7mA050421@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 17:57:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390846 - head/devel/rubygem-default_value_for X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 17:57:08 -0000 Author: sunpoet Date: Sun Jun 28 17:57:07 2015 New Revision: 390846 URL: https://svnweb.freebsd.org/changeset/ports/390846 Log: - Add NO_ARCH - Remove USE_RAKE Modified: head/devel/rubygem-default_value_for/Makefile Modified: head/devel/rubygem-default_value_for/Makefile ============================================================================== --- head/devel/rubygem-default_value_for/Makefile Sun Jun 28 17:57:02 2015 (r390845) +++ head/devel/rubygem-default_value_for/Makefile Sun Jun 28 17:57:07 2015 (r390846) @@ -13,8 +13,8 @@ LICENSE= MIT RUN_DEPENDS= rubygem-activerecord4>=4.1.4:${PORTSDIR}/databases/rubygem-activerecord4 +NO_ARCH= yes USE_RUBY= yes -USE_RAKE= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-all@freebsd.org Sun Jun 28 17:57:12 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AD0BB98FAF8; Sun, 28 Jun 2015 17:57:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9D4C3105B; Sun, 28 Jun 2015 17:57:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SHvCJw050535; Sun, 28 Jun 2015 17:57:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SHvCgA050534; Sun, 28 Jun 2015 17:57:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506281757.t5SHvCgA050534@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 17:57:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390847 - head/devel/rubygem-generator_spec-rails4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 17:57:12 -0000 Author: sunpoet Date: Sun Jun 28 17:57:11 2015 New Revision: 390847 URL: https://svnweb.freebsd.org/changeset/ports/390847 Log: - Add NO_ARCH Modified: head/devel/rubygem-generator_spec-rails4/Makefile Modified: head/devel/rubygem-generator_spec-rails4/Makefile ============================================================================== --- head/devel/rubygem-generator_spec-rails4/Makefile Sun Jun 28 17:57:07 2015 (r390846) +++ head/devel/rubygem-generator_spec-rails4/Makefile Sun Jun 28 17:57:11 2015 (r390847) @@ -14,6 +14,7 @@ LICENSE= MIT RUN_DEPENDS= rubygem-activerecord4>=4.1.4:${PORTSDIR}/databases/rubygem-activerecord4 \ rubygem-railties4>=4.1.4:${PORTSDIR}/www/rubygem-railties4 +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-all@freebsd.org Sun Jun 28 17:57:17 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0CB2B98FB08; Sun, 28 Jun 2015 17:57:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F1E461119; Sun, 28 Jun 2015 17:57:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SHvGqE050646; Sun, 28 Jun 2015 17:57:16 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SHvGeY050645; Sun, 28 Jun 2015 17:57:16 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506281757.t5SHvGeY050645@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 17:57:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390848 - head/www/rubygem-acts-as-taggable-on3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 17:57:17 -0000 Author: sunpoet Date: Sun Jun 28 17:57:16 2015 New Revision: 390848 URL: https://svnweb.freebsd.org/changeset/ports/390848 Log: - Add NO_ARCH Modified: head/www/rubygem-acts-as-taggable-on3/Makefile Modified: head/www/rubygem-acts-as-taggable-on3/Makefile ============================================================================== --- head/www/rubygem-acts-as-taggable-on3/Makefile Sun Jun 28 17:57:11 2015 (r390847) +++ head/www/rubygem-acts-as-taggable-on3/Makefile Sun Jun 28 17:57:16 2015 (r390848) @@ -13,6 +13,7 @@ LICENSE= MIT RUN_DEPENDS= rubygem-activerecord4>=4.1.6:${PORTSDIR}/databases/rubygem-activerecord4 +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-all@freebsd.org Sun Jun 28 17:57:22 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 52BCF98FB3A; Sun, 28 Jun 2015 17:57:22 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0CF9D1238; Sun, 28 Jun 2015 17:57:22 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SHvL1h050795; Sun, 28 Jun 2015 17:57:21 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SHvLl8050789; Sun, 28 Jun 2015 17:57:21 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506281757.t5SHvLl8050789@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 17:57:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390849 - head/devel/rubygem-activejob X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 17:57:22 -0000 Author: sunpoet Date: Sun Jun 28 17:57:20 2015 New Revision: 390849 URL: https://svnweb.freebsd.org/changeset/ports/390849 Log: - Update to 4.2.3 Changes: https://github.com/rails/rails/blob/4-2-stable/activejob/CHANGELOG.md Modified: head/devel/rubygem-activejob/Makefile head/devel/rubygem-activejob/distinfo Modified: head/devel/rubygem-activejob/Makefile ============================================================================== --- head/devel/rubygem-activejob/Makefile Sun Jun 28 17:57:16 2015 (r390848) +++ head/devel/rubygem-activejob/Makefile Sun Jun 28 17:57:20 2015 (r390849) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= activejob -PORTVERSION= 4.2.2 +PORTVERSION= 4.2.3 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-activejob/distinfo ============================================================================== --- head/devel/rubygem-activejob/distinfo Sun Jun 28 17:57:16 2015 (r390848) +++ head/devel/rubygem-activejob/distinfo Sun Jun 28 17:57:20 2015 (r390849) @@ -1,2 +1,2 @@ -SHA256 (rubygem/activejob-4.2.2.gem) = 7c734c082adc85fc7bd89db8425f695a87c96539a4a485bd85a964c0ef11b854 -SIZE (rubygem/activejob-4.2.2.gem) = 18944 +SHA256 (rubygem/activejob-4.2.3.gem) = 18c4c1aee4ff1073e23ef50b1c75291574d0c5e8df932ab7fd4ca1db079dbb66 +SIZE (rubygem/activejob-4.2.3.gem) = 18944 From owner-svn-ports-all@freebsd.org Sun Jun 28 17:57:27 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4765098FB67; Sun, 28 Jun 2015 17:57:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1A400147F; Sun, 28 Jun 2015 17:57:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SHvQdU050919; Sun, 28 Jun 2015 17:57:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SHvQm0050916; Sun, 28 Jun 2015 17:57:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506281757.t5SHvQm0050916@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 17:57:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390850 - head/devel/rubygem-actionview X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 17:57:27 -0000 Author: sunpoet Date: Sun Jun 28 17:57:25 2015 New Revision: 390850 URL: https://svnweb.freebsd.org/changeset/ports/390850 Log: - Update to 4.2.3 Changes: https://github.com/rails/rails/blob/4-2-stable/actionview/CHANGELOG.md Modified: head/devel/rubygem-actionview/Makefile head/devel/rubygem-actionview/distinfo Modified: head/devel/rubygem-actionview/Makefile ============================================================================== --- head/devel/rubygem-actionview/Makefile Sun Jun 28 17:57:20 2015 (r390849) +++ head/devel/rubygem-actionview/Makefile Sun Jun 28 17:57:25 2015 (r390850) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= actionview -PORTVERSION= 4.2.2 +PORTVERSION= 4.2.3 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-actionview/distinfo ============================================================================== --- head/devel/rubygem-actionview/distinfo Sun Jun 28 17:57:20 2015 (r390849) +++ head/devel/rubygem-actionview/distinfo Sun Jun 28 17:57:25 2015 (r390850) @@ -1,2 +1,2 @@ -SHA256 (rubygem/actionview-4.2.2.gem) = 1a6e02537f2701ddf2a7cd1988503625848fad03738a9af41e3ce0654f8f5b03 -SIZE (rubygem/actionview-4.2.2.gem) = 144384 +SHA256 (rubygem/actionview-4.2.3.gem) = 338dd33a0d87735d97279635e28132d47587fed760a1b2ee4e490a429bea3845 +SIZE (rubygem/actionview-4.2.3.gem) = 144896 From owner-svn-ports-all@freebsd.org Sun Jun 28 17:57:31 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DC04B98FB93; Sun, 28 Jun 2015 17:57:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BC4A214F4; Sun, 28 Jun 2015 17:57:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SHvV9e051046; Sun, 28 Jun 2015 17:57:31 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SHvVrX051044; Sun, 28 Jun 2015 17:57:31 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506281757.t5SHvVrX051044@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 17:57:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390851 - head/www/rubygem-actionpack4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 17:57:32 -0000 Author: sunpoet Date: Sun Jun 28 17:57:30 2015 New Revision: 390851 URL: https://svnweb.freebsd.org/changeset/ports/390851 Log: - Update to 4.2.3 Changes: https://github.com/rails/rails/blob/4-2-stable/actionpack/CHANGELOG.md Modified: head/www/rubygem-actionpack4/Makefile head/www/rubygem-actionpack4/distinfo Modified: head/www/rubygem-actionpack4/Makefile ============================================================================== --- head/www/rubygem-actionpack4/Makefile Sun Jun 28 17:57:25 2015 (r390850) +++ head/www/rubygem-actionpack4/Makefile Sun Jun 28 17:57:30 2015 (r390851) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= actionpack -PORTVERSION= 4.2.2 +PORTVERSION= 4.2.3 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 4 Modified: head/www/rubygem-actionpack4/distinfo ============================================================================== --- head/www/rubygem-actionpack4/distinfo Sun Jun 28 17:57:25 2015 (r390850) +++ head/www/rubygem-actionpack4/distinfo Sun Jun 28 17:57:30 2015 (r390851) @@ -1,2 +1,2 @@ -SHA256 (rubygem/actionpack-4.2.2.gem) = 4809adcf25c2efba47d28872b35c2196974ececcb2fd88bf2f628729074df106 -SIZE (rubygem/actionpack-4.2.2.gem) = 185344 +SHA256 (rubygem/actionpack-4.2.3.gem) = e6fab6e6516dfa50de0886c2e6b44011b87bc53174533b98293f483837e2050a +SIZE (rubygem/actionpack-4.2.3.gem) = 185344 From owner-svn-ports-all@freebsd.org Sun Jun 28 17:57:36 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 57C3A98FBB6; Sun, 28 Jun 2015 17:57:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 48E0C160A; Sun, 28 Jun 2015 17:57:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SHvaPd051177; Sun, 28 Jun 2015 17:57:36 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SHvarI051176; Sun, 28 Jun 2015 17:57:36 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506281757.t5SHvarI051176@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 17:57:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390852 - head/devel/rubygem-actionpack-action_caching X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 17:57:36 -0000 Author: sunpoet Date: Sun Jun 28 17:57:35 2015 New Revision: 390852 URL: https://svnweb.freebsd.org/changeset/ports/390852 Log: - Add NO_ARCH Modified: head/devel/rubygem-actionpack-action_caching/Makefile Modified: head/devel/rubygem-actionpack-action_caching/Makefile ============================================================================== --- head/devel/rubygem-actionpack-action_caching/Makefile Sun Jun 28 17:57:30 2015 (r390851) +++ head/devel/rubygem-actionpack-action_caching/Makefile Sun Jun 28 17:57:35 2015 (r390852) @@ -13,6 +13,7 @@ LICENSE= MIT RUN_DEPENDS= rubygem-actionpack4>=4.0:${PORTSDIR}/www/rubygem-actionpack4 +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST=yes From owner-svn-ports-all@freebsd.org Sun Jun 28 17:57:40 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 51C5298FBED; Sun, 28 Jun 2015 17:57:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 424511863; Sun, 28 Jun 2015 17:57:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SHve7L051284; Sun, 28 Jun 2015 17:57:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SHvedh051283; Sun, 28 Jun 2015 17:57:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506281757.t5SHvedh051283@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 17:57:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390853 - head/textproc/rubygem-html-pipeline-gitlab X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 17:57:40 -0000 Author: sunpoet Date: Sun Jun 28 17:57:39 2015 New Revision: 390853 URL: https://svnweb.freebsd.org/changeset/ports/390853 Log: - Add NO_ARCH Modified: head/textproc/rubygem-html-pipeline-gitlab/Makefile Modified: head/textproc/rubygem-html-pipeline-gitlab/Makefile ============================================================================== --- head/textproc/rubygem-html-pipeline-gitlab/Makefile Sun Jun 28 17:57:35 2015 (r390852) +++ head/textproc/rubygem-html-pipeline-gitlab/Makefile Sun Jun 28 17:57:39 2015 (r390853) @@ -17,6 +17,7 @@ RUN_DEPENDS= rubygem-actionpack4>=4:${PO rubygem-mime-types>0:${PORTSDIR}/misc/rubygem-mime-types \ rubygem-sanitize>=2.1:${PORTSDIR}/textproc/rubygem-sanitize +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-all@freebsd.org Sun Jun 28 17:57:45 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 36F3F98FC1F; Sun, 28 Jun 2015 17:57:45 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 202F819CA; Sun, 28 Jun 2015 17:57:45 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SHview051405; Sun, 28 Jun 2015 17:57:44 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SHviVL051403; Sun, 28 Jun 2015 17:57:44 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506281757.t5SHviVL051403@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 17:57:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390854 - head/www/rubygem-railties4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 17:57:45 -0000 Author: sunpoet Date: Sun Jun 28 17:57:44 2015 New Revision: 390854 URL: https://svnweb.freebsd.org/changeset/ports/390854 Log: - Update to 4.2.3 Changes: https://github.com/rails/rails/blob/4-2-stable/railties/CHANGELOG.md Modified: head/www/rubygem-railties4/Makefile head/www/rubygem-railties4/distinfo Modified: head/www/rubygem-railties4/Makefile ============================================================================== --- head/www/rubygem-railties4/Makefile Sun Jun 28 17:57:39 2015 (r390853) +++ head/www/rubygem-railties4/Makefile Sun Jun 28 17:57:44 2015 (r390854) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= railties -PORTVERSION= 4.2.2 +PORTVERSION= 4.2.3 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 4 Modified: head/www/rubygem-railties4/distinfo ============================================================================== --- head/www/rubygem-railties4/distinfo Sun Jun 28 17:57:39 2015 (r390853) +++ head/www/rubygem-railties4/distinfo Sun Jun 28 17:57:44 2015 (r390854) @@ -1,2 +1,2 @@ -SHA256 (rubygem/railties-4.2.2.gem) = 31813b1098e8948866d5a65dc31112bd899fa97a424625038a7e02a3ac28453d -SIZE (rubygem/railties-4.2.2.gem) = 126464 +SHA256 (rubygem/railties-4.2.3.gem) = 29f993882585797ceac7b10938beb4c24d7bc3f56f5eeb1318224f43c52e3076 +SIZE (rubygem/railties-4.2.3.gem) = 126976 From owner-svn-ports-all@freebsd.org Sun Jun 28 17:57:49 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C528398FC43; Sun, 28 Jun 2015 17:57:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B4F9A1A4A; Sun, 28 Jun 2015 17:57:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SHvndQ051520; Sun, 28 Jun 2015 17:57:49 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SHvnJA051519; Sun, 28 Jun 2015 17:57:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506281757.t5SHvnJA051519@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 17:57:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390855 - head/devel/rubygem-coffee-rails4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 17:57:49 -0000 Author: sunpoet Date: Sun Jun 28 17:57:48 2015 New Revision: 390855 URL: https://svnweb.freebsd.org/changeset/ports/390855 Log: - Add NO_ARCH Modified: head/devel/rubygem-coffee-rails4/Makefile Modified: head/devel/rubygem-coffee-rails4/Makefile ============================================================================== --- head/devel/rubygem-coffee-rails4/Makefile Sun Jun 28 17:57:44 2015 (r390854) +++ head/devel/rubygem-coffee-rails4/Makefile Sun Jun 28 17:57:48 2015 (r390855) @@ -15,6 +15,7 @@ LICENSE= MIT RUN_DEPENDS= rubygem-coffee-script>=2.2.0:${PORTSDIR}/devel/rubygem-coffee-script \ rubygem-railties4>=4.0.0:${PORTSDIR}/www/rubygem-railties4 +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-all@freebsd.org Sun Jun 28 17:57:53 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E22A398FC62; Sun, 28 Jun 2015 17:57:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D308F1B13; Sun, 28 Jun 2015 17:57:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SHvrTe051649; Sun, 28 Jun 2015 17:57:53 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SHvrs2051648; Sun, 28 Jun 2015 17:57:53 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506281757.t5SHvrs2051648@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 17:57:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390856 - head/security/rubygem-doorkeeper X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 17:57:54 -0000 Author: sunpoet Date: Sun Jun 28 17:57:53 2015 New Revision: 390856 URL: https://svnweb.freebsd.org/changeset/ports/390856 Log: - Add NO_ARCH Modified: head/security/rubygem-doorkeeper/Makefile Modified: head/security/rubygem-doorkeeper/Makefile ============================================================================== --- head/security/rubygem-doorkeeper/Makefile Sun Jun 28 17:57:48 2015 (r390855) +++ head/security/rubygem-doorkeeper/Makefile Sun Jun 28 17:57:53 2015 (r390856) @@ -21,6 +21,7 @@ OPTIONS_DEFAULT= RAILTIES4 RAILTIES_RUN_DEPENDS= rubygem-railties>=3.2:${PORTSDIR}/www/rubygem-railties RAILTIES4_RUN_DEPENDS= rubygem-railties4>=4.0:${PORTSDIR}/www/rubygem-railties4 +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-all@freebsd.org Sun Jun 28 17:57:58 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4834D98FC85; Sun, 28 Jun 2015 17:57:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1F9B71C57; Sun, 28 Jun 2015 17:57:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SHvvKk051757; Sun, 28 Jun 2015 17:57:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SHvvkD051756; Sun, 28 Jun 2015 17:57:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506281757.t5SHvvkD051756@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 17:57:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390857 - head/www/rubygem-d3_rails-rails4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 17:57:58 -0000 Author: sunpoet Date: Sun Jun 28 17:57:57 2015 New Revision: 390857 URL: https://svnweb.freebsd.org/changeset/ports/390857 Log: - Add NO_ARCH Modified: head/www/rubygem-d3_rails-rails4/Makefile Modified: head/www/rubygem-d3_rails-rails4/Makefile ============================================================================== --- head/www/rubygem-d3_rails-rails4/Makefile Sun Jun 28 17:57:53 2015 (r390856) +++ head/www/rubygem-d3_rails-rails4/Makefile Sun Jun 28 17:57:57 2015 (r390857) @@ -13,6 +13,7 @@ LICENSE= MIT RUN_DEPENDS= rubygem-railties4>=4.1.4:${PORTSDIR}/www/rubygem-railties4 +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-all@freebsd.org Sun Jun 28 17:58:02 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3255E98FCB3; Sun, 28 Jun 2015 17:58:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 239031D09; Sun, 28 Jun 2015 17:58:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SHw2NN051877; Sun, 28 Jun 2015 17:58:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SHw2ks051876; Sun, 28 Jun 2015 17:58:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506281758.t5SHw2ks051876@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 17:58:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390858 - head/www/rubygem-jquery-scrollto-rails X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 17:58:02 -0000 Author: sunpoet Date: Sun Jun 28 17:58:01 2015 New Revision: 390858 URL: https://svnweb.freebsd.org/changeset/ports/390858 Log: - Add NO_ARCH - Remove USE_RAKE Modified: head/www/rubygem-jquery-scrollto-rails/Makefile Modified: head/www/rubygem-jquery-scrollto-rails/Makefile ============================================================================== --- head/www/rubygem-jquery-scrollto-rails/Makefile Sun Jun 28 17:57:57 2015 (r390857) +++ head/www/rubygem-jquery-scrollto-rails/Makefile Sun Jun 28 17:58:01 2015 (r390858) @@ -13,8 +13,8 @@ LICENSE= MIT RUN_DEPENDS= rubygem-railties4>=4.1.4:${PORTSDIR}/www/rubygem-railties4 +NO_ARCH= yes USE_RUBY= yes -USE_RAKE= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-all@freebsd.org Sun Jun 28 17:58:06 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A86F598FCD9; Sun, 28 Jun 2015 17:58:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8C82C1E2E; Sun, 28 Jun 2015 17:58:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SHw6nU052001; Sun, 28 Jun 2015 17:58:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SHw6sB052000; Sun, 28 Jun 2015 17:58:06 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506281758.t5SHw6sB052000@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 17:58:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390859 - head/www/rubygem-jquery-turbolinks X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 17:58:06 -0000 Author: sunpoet Date: Sun Jun 28 17:58:05 2015 New Revision: 390859 URL: https://svnweb.freebsd.org/changeset/ports/390859 Log: - Add NO_ARCH Modified: head/www/rubygem-jquery-turbolinks/Makefile Modified: head/www/rubygem-jquery-turbolinks/Makefile ============================================================================== --- head/www/rubygem-jquery-turbolinks/Makefile Sun Jun 28 17:58:01 2015 (r390858) +++ head/www/rubygem-jquery-turbolinks/Makefile Sun Jun 28 17:58:05 2015 (r390859) @@ -14,6 +14,7 @@ LICENSE= MIT RUN_DEPENDS= rubygem-railties4>=4.1.6:${PORTSDIR}/www/rubygem-railties4 \ rubygem-turbolinks>=0:${PORTSDIR}/www/rubygem-turbolinks +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-all@freebsd.org Sun Jun 28 17:58:11 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 91CA498FD11; Sun, 28 Jun 2015 17:58:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 48A281EF6; Sun, 28 Jun 2015 17:58:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SHwAI7052121; Sun, 28 Jun 2015 17:58:10 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SHwA8V052120; Sun, 28 Jun 2015 17:58:10 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506281758.t5SHwA8V052120@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 17:58:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390860 - head/www/rubygem-jquery-ui-rails-rails4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 17:58:11 -0000 Author: sunpoet Date: Sun Jun 28 17:58:10 2015 New Revision: 390860 URL: https://svnweb.freebsd.org/changeset/ports/390860 Log: - Add NO_ARCH Modified: head/www/rubygem-jquery-ui-rails-rails4/Makefile Modified: head/www/rubygem-jquery-ui-rails-rails4/Makefile ============================================================================== --- head/www/rubygem-jquery-ui-rails-rails4/Makefile Sun Jun 28 17:58:05 2015 (r390859) +++ head/www/rubygem-jquery-ui-rails-rails4/Makefile Sun Jun 28 17:58:10 2015 (r390860) @@ -13,6 +13,7 @@ LICENSE= MIT RUN_DEPENDS= rubygem-railties4>=4.1.4:${PORTSDIR}/www/rubygem-railties4 +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-all@freebsd.org Sun Jun 28 17:58:20 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8D63998FD41; Sun, 28 Jun 2015 17:58:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7CA4B2064; Sun, 28 Jun 2015 17:58:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SHwKnN052371; Sun, 28 Jun 2015 17:58:20 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SHwKGD052366; Sun, 28 Jun 2015 17:58:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506281758.t5SHwKGD052366@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 17:58:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390862 - head/www/rubygem-rails4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 17:58:20 -0000 Author: sunpoet Date: Sun Jun 28 17:58:19 2015 New Revision: 390862 URL: https://svnweb.freebsd.org/changeset/ports/390862 Log: - Update to 4.2.3 Changes: https://github.com/rails/rails/commits/4-2-stable Modified: head/www/rubygem-rails4/Makefile head/www/rubygem-rails4/distinfo Modified: head/www/rubygem-rails4/Makefile ============================================================================== --- head/www/rubygem-rails4/Makefile Sun Jun 28 17:58:14 2015 (r390861) +++ head/www/rubygem-rails4/Makefile Sun Jun 28 17:58:19 2015 (r390862) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rails -PORTVERSION= 4.2.2 +PORTVERSION= 4.2.3 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 4 Modified: head/www/rubygem-rails4/distinfo ============================================================================== --- head/www/rubygem-rails4/distinfo Sun Jun 28 17:58:14 2015 (r390861) +++ head/www/rubygem-rails4/distinfo Sun Jun 28 17:58:19 2015 (r390862) @@ -1,2 +1,2 @@ -SHA256 (rubygem/rails-4.2.2.gem) = 60826c698420631bd4b623c8eb305510a428e507c202885b4cc52551293901c1 -SIZE (rubygem/rails-4.2.2.gem) = 1475584 +SHA256 (rubygem/rails-4.2.3.gem) = 6a19b32cf92ac3585c2effbf5356642e84349abf55ee82827313ec3c7ce34870 +SIZE (rubygem/rails-4.2.3.gem) = 1475584 From owner-svn-ports-all@freebsd.org Sun Jun 28 17:58:15 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D37A598FD30; Sun, 28 Jun 2015 17:58:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C4BC71FAF; Sun, 28 Jun 2015 17:58:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SHwFuR052241; Sun, 28 Jun 2015 17:58:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SHwFn4052239; Sun, 28 Jun 2015 17:58:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506281758.t5SHwFn4052239@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 17:58:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390861 - head/mail/rubygem-actionmailer4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 17:58:15 -0000 Author: sunpoet Date: Sun Jun 28 17:58:14 2015 New Revision: 390861 URL: https://svnweb.freebsd.org/changeset/ports/390861 Log: - Update to 4.2.3 Changes: https://github.com/rails/rails/blob/4-2-stable/actionmailer/CHANGELOG.md Modified: head/mail/rubygem-actionmailer4/Makefile head/mail/rubygem-actionmailer4/distinfo Modified: head/mail/rubygem-actionmailer4/Makefile ============================================================================== --- head/mail/rubygem-actionmailer4/Makefile Sun Jun 28 17:58:10 2015 (r390860) +++ head/mail/rubygem-actionmailer4/Makefile Sun Jun 28 17:58:14 2015 (r390861) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= actionmailer -PORTVERSION= 4.2.2 +PORTVERSION= 4.2.3 CATEGORIES= mail rubygems MASTER_SITES= RG PKGNAMESUFFIX= 4 Modified: head/mail/rubygem-actionmailer4/distinfo ============================================================================== --- head/mail/rubygem-actionmailer4/distinfo Sun Jun 28 17:58:10 2015 (r390860) +++ head/mail/rubygem-actionmailer4/distinfo Sun Jun 28 17:58:14 2015 (r390861) @@ -1,2 +1,2 @@ -SHA256 (rubygem/actionmailer-4.2.2.gem) = c8907839cf984bd9fd7f2c0096cb3801d528784e79a883d9fcfe9600a3a60356 -SIZE (rubygem/actionmailer-4.2.2.gem) = 26112 +SHA256 (rubygem/actionmailer-4.2.3.gem) = 20fc46afe8cefd798347fcc593cc583e538c1201b5299177ff49db96b3ef724d +SIZE (rubygem/actionmailer-4.2.3.gem) = 27136 From owner-svn-ports-all@freebsd.org Sun Jun 28 17:58:24 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B0F1E98FD6F; Sun, 28 Jun 2015 17:58:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A2488212E; Sun, 28 Jun 2015 17:58:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SHwOTI052501; Sun, 28 Jun 2015 17:58:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SHwO32052500; Sun, 28 Jun 2015 17:58:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506281758.t5SHwO32052500@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 17:58:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390863 - head/www/rubygem-dropzonejs-rails X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 17:58:24 -0000 Author: sunpoet Date: Sun Jun 28 17:58:23 2015 New Revision: 390863 URL: https://svnweb.freebsd.org/changeset/ports/390863 Log: - Add NO_ARCH Modified: head/www/rubygem-dropzonejs-rails/Makefile Modified: head/www/rubygem-dropzonejs-rails/Makefile ============================================================================== --- head/www/rubygem-dropzonejs-rails/Makefile Sun Jun 28 17:58:19 2015 (r390862) +++ head/www/rubygem-dropzonejs-rails/Makefile Sun Jun 28 17:58:23 2015 (r390863) @@ -13,6 +13,7 @@ LICENSE= MIT RUN_DEPENDS= rubygem-rails4>=4.1.4:${PORTSDIR}/www/rubygem-rails4 +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-all@freebsd.org Sun Jun 28 17:58:29 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3FAD798FD8A; Sun, 28 Jun 2015 17:58:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1E1BC2236; Sun, 28 Jun 2015 17:58:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SHwSrT052612; Sun, 28 Jun 2015 17:58:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SHwSi2052611; Sun, 28 Jun 2015 17:58:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506281758.t5SHwSi2052611@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 17:58:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390864 - head/www/rubygem-rails_autolink X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 17:58:29 -0000 Author: sunpoet Date: Sun Jun 28 17:58:28 2015 New Revision: 390864 URL: https://svnweb.freebsd.org/changeset/ports/390864 Log: - Add NO_ARCH - Remove USE_RAKE Modified: head/www/rubygem-rails_autolink/Makefile Modified: head/www/rubygem-rails_autolink/Makefile ============================================================================== --- head/www/rubygem-rails_autolink/Makefile Sun Jun 28 17:58:23 2015 (r390863) +++ head/www/rubygem-rails_autolink/Makefile Sun Jun 28 17:58:28 2015 (r390864) @@ -13,8 +13,8 @@ LICENSE= MIT RUN_DEPENDS= rubygem-rails4>=${PORTVERSION}:${PORTSDIR}/www/rubygem-rails4 +NO_ARCH= yes USE_RUBY= yes -USE_RAKE= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-all@freebsd.org Sun Jun 28 18:11:45 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D5F1998F09C for ; Sun, 28 Jun 2015 18:11:45 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-ob0-f175.google.com (mail-ob0-f175.google.com [209.85.214.175]) (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 AEFF82997 for ; Sun, 28 Jun 2015 18:11:45 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: by obbop1 with SMTP id op1so92615162obb.2 for ; Sun, 28 Jun 2015 11:11:39 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=0nXALch0DXffnSA0eNmkavrPagSoFruEhN+qoAT6G/M=; b=hYCOIW6ZvOoJ8mP1OK+YschbczXHEO4q5yF+W3H1lOzhQd42TXHV0nHb58SwudlHVp vjDgxFpUHs0r4TiutEc3tD8bIXPXE5uWcpWbphSm4Nvux+qvb6i5u++pcBq9OCnfY/s3 +tY/hZjQ7yujTu4y1dauFfNosDN1TLouDCfjhHKj394mbmCPUhtF2bMtyUIMZdHXzF7R 95sq7CuiiDXW6HJ7XZAcmbKjZ2f8EGJMwcJ6BVI6EaraFB/YAuMsOu9NIxJsF5tpYoQC xJH2nYCwwHImg5kv7DiT9eeZZ09AaHFYSpKJsb1hNJOQ6ZkUUzQrr0oS0CQhKVXnWDNc flTg== X-Gm-Message-State: ALoCoQmFXE4a40rbl29NYJsm9qKfcbGmp2CZA7gkWEPHXbqkmzYfLKUmHmHwyd4i/iqTmu4WLA+q X-Received: by 10.202.1.209 with SMTP id 200mr10046799oib.86.1435515099134; Sun, 28 Jun 2015 11:11:39 -0700 (PDT) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.202.73.70 with HTTP; Sun, 28 Jun 2015 11:10:59 -0700 (PDT) In-Reply-To: <20150628195214.6ba59433@kalimero.tijl.coosemans.org> References: <201506281649.t5SGn8Ld010515@svn.freebsd.org> <20150628195214.6ba59433@kalimero.tijl.coosemans.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 29 Jun 2015 02:10:59 +0800 X-Google-Sender-Auth: zbVSnIzgrb9X5Bb04DJQ5sa-bMU Message-ID: Subject: Re: svn commit: r390796 - head/ftp/curl To: Tijl Coosemans Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 18:11:45 -0000 On Mon, Jun 29, 2015 at 1:52 AM, Tijl Coosemans wrote: > On Sun, 28 Jun 2015 16:49:08 +0000 (UTC) Sunpoet Po-Chuan Hsieh > wrote: > > Author: sunpoet > > Date: Sun Jun 28 16:49:08 2015 > > New Revision: 390796 > > URL: https://svnweb.freebsd.org/changeset/ports/390796 > > > > Log: > > - Rework OpenSSL/LibreSSL check > > Is it possible to add a different GSSAPI option to OPTIONS_DEFAULT > depending on defined(WITH_OPENSSL_PORT) || (!defined(WITH_OPENSSL_BASE) > && exists(${LOCALBASE}/lib/libcrypto.so)? > How about this? Index: Makefile =================================================================== --- Makefile (revision 390806) +++ Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= curl PORTVERSION= 7.43.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= ftp www MASTER_SITES= http://curl.haxx.se/download/ \ LOCAL/sunpoet @@ -19,7 +19,7 @@ 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 GSSAPI_BASE IPV6 OPENSSL PROXY RESOLV THREADED_RESOLVER TLS_SRP +OPTIONS_DEFAULT= CA_BUNDLE COOKIES IPV6 OPENSSL PROXY RESOLV THREADED_RESOLVER TLS_SRP CA_BUNDLE_DESC= Install CA bundle for OpenSSL COOKIES_DESC= Cookies support CURL_DEBUG_DESC= cURL debug memory tracking @@ -32,6 +32,12 @@ THREADED_RESOLVER_DESC= Threaded DNS resolver TLS_SRP_DESC= TLS-SRP (Secure Remote Password) support +.if defined(WITH_OPENSSL_PORT) || (!defined(WITH_OPENSSL_BASE) && exists(${LOCALBASE}/lib/libcrypto.so)) +OPTIONS_DEFAULT+= GSSAPI_NONE +.else +OPTIONS_DEFAULT+= GSSAPI_BASE +.endif + CONFIGURE_ARGS+=--disable-werror \ --enable-imap --enable-pop3 --enable-rtsp --enable-smtp \ --without-axtls From owner-svn-ports-all@freebsd.org Sun Jun 28 18:40:08 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BCC6C98F471; Sun, 28 Jun 2015 18:40:08 +0000 (UTC) (envelope-from tijl@freebsd.org) Received: from mailrelay119.isp.belgacom.be (mailrelay119.isp.belgacom.be [195.238.20.146]) by mx1.freebsd.org (Postfix) with ESMTP id CEB7212CB; Sun, 28 Jun 2015 18:40:07 +0000 (UTC) (envelope-from tijl@freebsd.org) X-Belgacom-Dynamic: yes X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.1 cv=wisUSL2q+2X910teRg2xg/30tBFW7lBMAi45pEFXNHU= c=1 sm=2 a=6I5d2MoRAAAA:8 a=UJ5Y5Z__AAAA:8 a=GqhbqZf_A_tgCfOdgNkA:9 a=CjuIK1q_8ugA:10 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2BQBgAVP5BV/++YsFtcgxFUUg29NYFmhXgCgRw6EwEBAQEBAQGBCoQjAQEEOg8NIxALFAQJDxYPKh4GE4gzAQjERQEBAQEBAQEDAQEBAQEBARuLSoRTMwcYhBMBBJQEhFmGe4F9jy2HEiaDfDwxgkgBAQE Received: from 239.152-176-91.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([91.176.152.239]) by relay.skynet.be with ESMTP; 28 Jun 2015 20:40:06 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.9/8.14.9) with ESMTP id t5SIe5p9003705; Sun, 28 Jun 2015 20:40:05 +0200 (CEST) (envelope-from tijl@FreeBSD.org) Date: Sun, 28 Jun 2015 20:40:05 +0200 From: Tijl Coosemans To: Sunpoet Po-Chuan Hsieh Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r390796 - head/ftp/curl Message-ID: <20150628204005.0010937e@kalimero.tijl.coosemans.org> In-Reply-To: References: <201506281649.t5SGn8Ld010515@svn.freebsd.org> <20150628195214.6ba59433@kalimero.tijl.coosemans.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 18:40:08 -0000 On Mon, 29 Jun 2015 02:10:59 +0800 Sunpoet Po-Chuan Hsieh wrote: > On Mon, Jun 29, 2015 at 1:52 AM, Tijl Coosemans wrote: >> On Sun, 28 Jun 2015 16:49:08 +0000 (UTC) Sunpoet Po-Chuan Hsieh >> wrote: >>> Author: sunpoet >>> Date: Sun Jun 28 16:49:08 2015 >>> New Revision: 390796 >>> URL: https://svnweb.freebsd.org/changeset/ports/390796 >>> >>> Log: >>> - Rework OpenSSL/LibreSSL check >> >> Is it possible to add a different GSSAPI option to OPTIONS_DEFAULT >> depending on defined(WITH_OPENSSL_PORT) || (!defined(WITH_OPENSSL_BASE) >> && exists(${LOCALBASE}/lib/libcrypto.so)? > > How about this? > > Index: Makefile > =================================================================== > --- Makefile (revision 390806) > +++ Makefile (working copy) > @@ -3,7 +3,7 @@ > > PORTNAME= curl > PORTVERSION= 7.43.0 > -PORTREVISION= 2 > +PORTREVISION= 3 > CATEGORIES= ftp www > MASTER_SITES= http://curl.haxx.se/download/ \ > LOCAL/sunpoet > @@ -19,7 +19,7 @@ > 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 GSSAPI_BASE IPV6 OPENSSL PROXY > RESOLV THREADED_RESOLVER TLS_SRP > +OPTIONS_DEFAULT= CA_BUNDLE COOKIES IPV6 OPENSSL PROXY RESOLV > THREADED_RESOLVER TLS_SRP > CA_BUNDLE_DESC= Install CA bundle for OpenSSL > COOKIES_DESC= Cookies support > CURL_DEBUG_DESC= cURL debug memory tracking > @@ -32,6 +32,12 @@ > THREADED_RESOLVER_DESC= Threaded DNS resolver > TLS_SRP_DESC= TLS-SRP (Secure Remote Password) support > > +.if defined(WITH_OPENSSL_PORT) || (!defined(WITH_OPENSSL_BASE) && > exists(${LOCALBASE}/lib/libcrypto.so)) > +OPTIONS_DEFAULT+= GSSAPI_NONE > +.else > +OPTIONS_DEFAULT+= GSSAPI_BASE > +.endif > + > CONFIGURE_ARGS+=--disable-werror \ > --enable-imap --enable-pop3 --enable-rtsp --enable-smtp \ > --without-axtls LOCALBASE isn't defined yet. I think it would be acceptable to add LOCALBASE?=/usr/local in front of the .if block in this case. From owner-svn-ports-all@freebsd.org Sun Jun 28 18:50:38 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8B2E298F626; Sun, 28 Jun 2015 18:50:38 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7A49A19C0; Sun, 28 Jun 2015 18:50:38 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SIoc1r077895; Sun, 28 Jun 2015 18:50:38 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SIocPn077890; Sun, 28 Jun 2015 18:50:38 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201506281850.t5SIocPn077890@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 28 Jun 2015 18:50:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390865 - in head/Mk: . Scripts X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 18:50:38 -0000 Author: bapt Date: Sun Jun 28 18:50:37 2015 New Revision: 390865 URL: https://svnweb.freebsd.org/changeset/ports/390865 Log: Refactor dependency checks and installation This is an important step to prepare the ports tree for VARIANTS(aka flavours) and subpackage by making the dependency code easier to deal with. Change: - Externalize in a proper shell script the code that was an inlined shell script - Add better validation on the syntaxe used - test after the dependency has been installed that it actually really fulfill the pattern searched (improving QA) - Unify lib-depends with other dependency checks - Make ${PORTSDIR} not mandatory anymore in _DEPENDS lines: aka pattern:${PORTSDIR}/category/port can now be written pattern:category/port /!\ Please to not use this syntax yet! poudriere have received a fix to be able to handle this new syntax (but no new release of poudriere has it yet) portmaster/portupgrade hasn't been checked. if one cares about those last 2 it would be really nice to provide patches to them! - Remove _DEPENDS_ALWAYS it has half broken for a while and did not really make sense. - Keep STRICT_DEPENDS for now it might not be necessary anymore given all the new checks added, but until someone confirms it is worth keeping it. Note that all the env passed are prefixed by 'dp_' to avoid polluting children make Differential Revision: https://reviews.freebsd.org/D2897 Reviewed by: antoine Exp-run by: antoine Added: head/Mk/Scripts/do-depends.sh (contents, props changed) Modified: head/Mk/bsd.port.mk Added: head/Mk/Scripts/do-depends.sh ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/Mk/Scripts/do-depends.sh Sun Jun 28 18:50:37 2015 (r390865) @@ -0,0 +1,177 @@ +#!/bin/sh +# $FreeBSD$ +# +# MAINTAINER: portmgr@FreeBSD.org + +set -e + +. ${dp_SCRIPTSDIR}/functions.sh + +envfault= +for i in dp_RAWDEPENDS dp_DEPTYPE dp_DEPENDS_TARGET dp_DEPENDS_PRECLEAN \ + dp_DEPENDS_CLEAN dp_DEPENDS_ARGS dp_USE_PACKAGE_DEPENDS \ + dp_USE_PACKAGE_DEPENDS_ONLY dp_PKG_ADD dp_PKG_INFO dp_WRKDIR \ + dp_PKGNAME dp_STRICT_DEPENDS dp_LOCALBASE dp_LIB_DIRS dp_SH \ + dp_SCRIPTSDIR dp_PORTSDIR dp_MAKE +do + if ! (eval ": \${${i}?}" ) >/dev/null; then + envfault="${envfault}${envfault:+" "}${i}" + fi +done +if [ -n "${envfault}" ]; then + echo "Environment variable ${envfault} undefined. Aborting." \ + | fmt >&2 + exit 1 +fi + +set -u + +install_depends() +{ + origin=$1 + target=$2 + depends_args=$3 + if [ -z "${dp_USE_PACKAGE_DEPENDS}" -a -z "${dp_USE_PACKAGE_DEPENDS_ONLY}" ]; then + ${dp_MAKE} -C ${origin} -DINSTALLS_DEPENDS ${target} ${depends_args} + return 0 + fi + + read pkgfile <<- EOF + $(${dp_MAKE} -C ${origin} -VPKGFILE) + EOF + read pkgbase <<- EOF + $(${dp_MAKE} -C ${origin} -VPKGBASE) + EOF + if [ -r "${pkgfile}" -a "${target}" = "${dp_DEPENDS_TARGET}" ]; then + echo "===> Installing existing package ${pkgfile}" + if [ "${pkgbase}" = "pkg" ]; then + [ -d ${dp_WRKDIR} ] || mkdir -p ${dp_WRKDIR} + tar xf ${pkgfile} -C ${dp_WRKDIR} -s ",/.*/,,g" "*/pkg-static" + ${dp_WRKDIR}/pkg-static add ${pkgfile} + rm -f ${dp_WRKDIR}/pkg-static + else + ${dp_PKG_ADD} -A ${pkgfile} + fi + elif [ -n "${dp_USE_PACKAGE_DEPENDS_ONLY}" -a "${target}" = "${dp_DEPENDS_TARGET}" ]; then + echo "===> ${dp_PKGNAME} depends on package: ${pkgfile} - not found" >&2 + echo "===> dp_USE_PACKAGE_DEPENDS_ONLY set - not building missing dependency from source" >&2 + exit 1 + else + ${dp_MAKE} -C ${origin} -DINSTALLS_DEPENDS ${target} ${depends_args} + fi +} + +find_package() +{ + if ${dp_PKG_INFO} "$1" >/dev/null 2>&1; then + echo "===> ${dp_PKGNAME} depends on package: $1 - found" + return 0 + fi + echo "===> ${dp_PKGNAME} depends on file: $1 - not found" + return 1 +} + +find_file() +{ + if [ -e "$1" ]; then + echo "===> ${dp_PKGNAME} depends on file: $1 - found" + return 0 + fi + echo "===> ${dp_PKGNAME} depends on file: $1 - not found" + return 1 +} + +find_file_path() +{ + if which -s $1 ; then + echo "===> ${dp_PKGNAME} depends on executable: $1 - found" + return 0 + fi + echo "===> ${dp_PKGNAME} depends on executable: $1 - not found" + return 1 +} + +find_lib() +{ + echo -n "===> ${dp_PKGNAME} depends on shared library: $1" + libfile=$(env -i LIB_DIRS="${dp_LIB_DIRS}" LOCALBASE="${dp_LOCALBASE}" ${dp_SH} ${dp_SCRIPTSDIR}/find-lib.sh $1) + if [ -z "${libfile}" ]; then + echo " - not found" + return 1 + fi + echo " - found (${libfile})" +} + +anynotfound=0 +for _line in ${dp_RAWDEPENDS} ; do + myifs=${IFS} + IFS=: + set -- ${_line} + IFS=${myifs} + if [ $# -lt 2 -o $# -gt 3 ]; then + echo "Error: bad dependency syntax in ${dp_DEPTYPE}" >&2 + echo "expecting: pattern:origin[:target]" >&2 + echo "got: ${_line}" >&2 + exit 1 + fi + pattern=$1 + origin=$2 + last=${3:-} + + if [ -z "${pattern}" ]; then + echo "Error: there is an empty port dependency in ${dp_DEPTYPE}" >&2 + exit 1 + fi + + if [ -z "${origin}" ]; then + echo "Error: a dependency has an empty origin in ${dp_DEPTYPE}" >&2 + exit 1 + fi + + case "${origin}" in + /*) ;; + *) origin="${dp_PORTSDIR}/${origin}" ;; + esac + if [ ! -f "${origin}/Makefile" ]; then + echo "Error a dependency refers to a non existing origin: ${origin} in ${dp_DEPTYPE}" >&2 + exit 1 + fi + + depends_args="${dp_DEPENDS_ARGS}" + target=${dp_DEPENDS_TARGET} + if [ -n "${last}" ]; then + target=${last} + if [ -n "${dp_DEPENDS_PRECLEAN}" ]; then + target="clean ${target}" + depends_args="NOCLEANDEPENDS=yes" + fi + if [ -n "${dp_DEPENDS_CLEAN}" ]; then + target="${target} clean" + depends_args="NOCLEANDEPENDS=yes" + fi + fi + + case ${pattern} in + *\>*|*\<*|*=*) fct=find_package ;; + lib*.so*) fct=find_lib ;; + /nonexistent) fct=false ;; + /*) fct=find_file ;; + *) fct=find_file_path ;; + esac + if ${fct} "${pattern}" ; then + continue + fi + [ ${pattern} = "/nonexistent" ] || anynotfound=1 + + # Now actually install the dependencies + install_depends "${origin}" "${target}" "${depends_args}" + # Recheck if the installed dependency validates the pattern except for /nonexistent + [ "${fct}" = "false" ] || ${fct} "${pattern}" + echo "===> Returning to build of ${dp_PKGNAME}" +done + +if [ -n "${dp_STRICT_DEPENDS}" -a ${anynotfound} -eq 1 ]; then \ + echo "===> dp_STRICT_DEPENDS set - Not installing missing dependencies." + echo " This means a dependency is wrong since it was not satisfied in the ${dp_DEPTYPE} phase." + exit 1 +fi Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Sun Jun 28 17:58:28 2015 (r390864) +++ head/Mk/bsd.port.mk Sun Jun 28 18:50:37 2015 (r390865) @@ -4329,177 +4329,33 @@ package-noinstall: package .if !target(depends) depends: pkg-depends extract-depends patch-depends lib-depends fetch-depends build-depends run-depends -.if defined(ALWAYS_BUILD_DEPENDS) -_DEPEND_ALWAYS= 1 -.else -_DEPEND_ALWAYS= 0 -.endif - -_INSTALL_DEPENDS= \ - if [ -n "${USE_PACKAGE_DEPENDS}" -o -n "${USE_PACKAGE_DEPENDS_ONLY}" ]; then \ - subpkgfile=`(cd $$dir; ${MAKE} $$depends_args -V PKGFILE)`; \ - subpkgname=$${subpkgfile%-*} ; \ - subpkgname=$${subpkgname\#\#*/} ; \ - if [ -r "$${subpkgfile}" -a "$$target" = "${DEPENDS_TARGET}" ]; then \ - ${ECHO_MSG} "===> Installing existing package $${subpkgfile}"; \ - if [ $${subpkgname} = "pkg" ]; then \ - [ -d ${WRKDIR} ] || ${MKDIR} ${WRKDIR} ; \ - ${TAR} xf $${subpkgfile} -C ${WRKDIR} -s ",/.*/,,g" "*/pkg-static" ; \ - ${WRKDIR}/pkg-static add $${subpkgfile}; \ - ${RM} -f ${WRKDIR}/pkg-static; \ - else \ - ${PKG_ADD} -A $${subpkgfile}; \ - fi; \ - elif [ -n "${USE_PACKAGE_DEPENDS_ONLY}" -a "$${target}" = "${DEPENDS_TARGET}" ]; then \ - ${ECHO_MSG} "===> ${PKGNAME} depends on package: $${subpkgfile} - not found"; \ - ${ECHO_MSG} "===> USE_PACKAGE_DEPENDS_ONLY set - not building missing dependency from source"; \ - exit 1; \ - else \ - (cd $$dir; ${MAKE} -DINSTALLS_DEPENDS $$target $$depends_args) ; \ - fi; \ - elif [ -z "${STRICT_DEPENDS}" ]; then \ - (cd $$dir; ${MAKE} -DINSTALLS_DEPENDS $$target $$depends_args) ; \ - fi; \ - ${ECHO_MSG} "===> Returning to build of ${PKGNAME}"; - -.for deptype in PKG EXTRACT PATCH FETCH BUILD RUN +.for deptype in PKG EXTRACT PATCH FETCH BUILD LIB RUN ${deptype:tl}-depends: -.if defined(${deptype}_DEPENDS) -.if !defined(NO_DEPENDS) - @set -e ; anynotfound=0; for i in `${ECHO_CMD} "${${deptype}_DEPENDS}"`; do \ - prog=$${i%%:*}; \ - if [ -z "$$prog" ]; then \ - ${ECHO_MSG} "Error: there is an empty port dependency in ${deptype}_DEPENDS."; \ - break; \ - fi; \ - dir=`${ECHO_CMD} $$i | ${SED} -e 's/[^:]*://'`; \ - if ${EXPR} "$$dir" : '.*:' > /dev/null; then \ - target=$${dir##*:}; \ - dir=$${dir%%:*}; \ - if [ X${DEPENDS_PRECLEAN} != "X" ]; then \ - target="clean $$target"; \ - depends_args="$$depends_args NOCLEANDEPENDS=yes"; \ - fi; \ - if [ X${DEPENDS_CLEAN} != "X" ]; then \ - target="$$target clean"; \ - depends_args="$$depends_args NOCLEANDEPENDS=yes"; \ - fi; \ - else \ - target="${DEPENDS_TARGET}"; \ - depends_args="${DEPENDS_ARGS}"; \ - fi; \ - if ${EXPR} "$$prog" : \\/ >/dev/null; then \ - if [ -e "$$prog" ]; then \ - if [ "$$prog" = "${NONEXISTENT}" ]; then \ - ${ECHO_MSG} "Error: ${NONEXISTENT} exists. Please remove it, and restart the build."; \ - ${FALSE}; \ - else \ - ${ECHO_MSG} "===> ${PKGNAME} depends on file: $$prog - found"; \ - if [ ${_DEPEND_ALWAYS} = 1 ]; then \ - ${ECHO_MSG} " (but building it anyway)"; \ - notfound=1; \ - else \ - notfound=0; \ - fi; \ - fi; \ - else \ - ${ECHO_MSG} "===> ${PKGNAME} depends on file: $$prog - not found"; \ - notfound=1; \ - fi; \ - else \ - case $${prog} in \ - *\>*|*\<*|*=*) pkg=yes;; \ - *) pkg="";; \ - esac; \ - if [ "$$pkg" != "" ]; then \ - if ${PKG_INFO} "$$prog" > /dev/null 2>&1 ; then \ - ${ECHO_MSG} "===> ${PKGNAME} depends on package: $$prog - found"; \ - if [ ${_DEPEND_ALWAYS} = 1 ]; then \ - ${ECHO_MSG} " (but building it anyway)"; \ - notfound=1; \ - else \ - notfound=0; \ - fi; \ - else \ - ${ECHO_MSG} "===> ${PKGNAME} depends on package: $$prog - not found"; \ - notfound=1; \ - fi; \ - if [ $$notfound != 0 ]; then \ - inverse_dep=`${ECHO_CMD} $$prog | ${SED} \ - -e 's/<=/=gt=/; s/=/=lt=/; s/>/=le=/' \ - -e 's/=gt=/>/; s/=ge=/>=/; s/=lt=//dev/null || ${TRUE}`; \ - if [ "$$pkg_info" != "" ]; then \ - ${ECHO_MSG} "===> Found $$pkg_info, but you need to upgrade to $$prog."; \ - exit 1; \ - fi; \ - fi; \ - elif ${WHICH} "$$prog" > /dev/null 2>&1 ; then \ - ${ECHO_MSG} "===> ${PKGNAME} depends on executable: $$prog - found"; \ - if [ ${_DEPEND_ALWAYS} = 1 ]; then \ - ${ECHO_MSG} " (but building it anyway)"; \ - notfound=1; \ - else \ - notfound=0; \ - fi; \ - else \ - ${ECHO_MSG} "===> ${PKGNAME} depends on executable: $$prog - not found"; \ - notfound=1; \ - fi; \ - fi; \ - if [ $$notfound != 0 ]; then \ - if [ "$$prog" != "${NONEXISTENT}" ]; then \ - anynotfound=1; \ - fi; \ - ${ECHO_MSG} "===> Verifying $$target for $$prog in $$dir"; \ - if [ ! -d "$$dir" ]; then \ - ${ECHO_MSG} " => No directory for $$prog. Skipping.."; \ - else \ - ${_INSTALL_DEPENDS} \ - fi; \ - fi; \ - done; \ - if [ -n "${STRICT_DEPENDS}" -a $${anynotfound} -eq 1 ]; then \ - ${ECHO_MSG} "===> STRICT_DEPENDS set - Not installing missing dependencies."; \ - ${ECHO_MSG} " This means a dependency is wrong since it was not satisfied in the ${deptype:tl}-depends phase."; \ - exit 1; \ - fi -.endif -.else - @${DO_NADA} +.if defined(${deptype}_DEPENDS) && !defined(NO_DEPENDS) + @${SETENV} \ + dp_RAWDEPENDS="${${deptype}_DEPENDS}" \ + dp_DEPTYPE="${deptype}_DEPENDS" \ + dp_DEPENDS_TARGET="${DEPENDS_TARGET}" \ + dp_DEPENDS_PRECLEAN="${DEPENDS_PRECLEAN}" \ + dp_DEPENDS_CLEAN="${DEPENDS_CLEAN}" \ + dp_DEPENDS_ARGS="${DEPENDS_ARGS}" \ + dp_USE_PACKAGE_DEPENDS="${USE_PACKAGE_DEPENDS}" \ + dp_USE_PACKAGE_DEPENDS_ONLY="${USE_PACKAGE_DEPENDS_ONLY}" \ + dp_PKG_ADD="${PKG_ADD}" \ + dp_PKG_INFO="${PKG_INFO}" \ + dp_WRKDIR="${WRKDIR}" \ + dp_PKGNAME="${PKGNAME}" \ + dp_STRICT_DEPENDS="${STRICT_DEPENDS}" \ + dp_LOCALBASE="${LOCALBASE}" \ + dp_LIB_DIRS="${LIB_DIRS}" \ + dp_SH="${SH}" \ + dp_SCRIPTSDIR="${SCRIPTSDIR}" \ + dp_PORTSDIR="${PORTSDIR}" \ + dp_MAKE="${MAKE}" \ + ${SH} ${SCRIPTSDIR}/do-depends.sh .endif .endfor -lib-depends: -.if defined(LIB_DEPENDS) && !defined(NO_DEPENDS) - @set -e ; \ - anynotfound=0; for i in ${LIB_DEPENDS}; do \ - lib=$${i%%:*} ; \ - dir=$${i#*:} ; \ - target="${DEPENDS_TARGET}"; \ - depends_args="${DEPENDS_ARGS}"; \ - ${ECHO_MSG} -n "===> ${PKGNAME} depends on shared library: $${lib}" ; \ - libfile=`${SETENV} LIB_DIRS="${LIB_DIRS}" LOCALBASE="${LOCALBASE}" ${SH} ${SCRIPTSDIR}/find-lib.sh $${lib}` ; \ - if [ -z "$${libfile}" ]; then \ - anynotfound=1; \ - ${ECHO_MSG} " - not found"; \ - ${ECHO_MSG} "===> Verifying for $$lib in $$dir"; \ - if [ ! -d "$$dir" ] ; then \ - ${ECHO_MSG} " => No directory for $$lib. Skipping.."; \ - else \ - ${_INSTALL_DEPENDS} \ - fi ; \ - else \ - ${ECHO_MSG} " - found ($${libfile})"; \ - fi ; \ - done; \ - if [ -n "${STRICT_DEPENDS}" -a $${anynotfound} -eq 1 ]; then \ - ${ECHO_MSG} "===> STRICT_DEPENDS set - Not installing missing dependencies."; \ - ${ECHO_MSG} " This means a dependency is wrong since it was not satisfied in the lib-depends phase."; \ - exit 1; \ - fi -.endif - .endif # Dependency lists: both build and runtime, recursive. Print out directory names. From owner-svn-ports-all@freebsd.org Sun Jun 28 20:17:38 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1C5D298F313; Sun, 28 Jun 2015 20:17:38 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0308A19BB; Sun, 28 Jun 2015 20:17:38 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SKHbiC021659; Sun, 28 Jun 2015 20:17:37 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SKHb1q021657; Sun, 28 Jun 2015 20:17:37 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201506282017.t5SKHb1q021657@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Sun, 28 Jun 2015 20:17:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390866 - head/devel/rubygem-rufus-scheduler X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 20:17:38 -0000 Author: robak Date: Sun Jun 28 20:17:36 2015 New Revision: 390866 URL: https://svnweb.freebsd.org/changeset/ports/390866 Log: devel/rubygem-rufus-scheduler: update 3.1.0 -> 3.1.3 Modified: head/devel/rubygem-rufus-scheduler/Makefile head/devel/rubygem-rufus-scheduler/distinfo Modified: head/devel/rubygem-rufus-scheduler/Makefile ============================================================================== --- head/devel/rubygem-rufus-scheduler/Makefile Sun Jun 28 18:50:37 2015 (r390865) +++ head/devel/rubygem-rufus-scheduler/Makefile Sun Jun 28 20:17:36 2015 (r390866) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rufus-scheduler -PORTVERSION= 3.1.0 +PORTVERSION= 3.1.3 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-rufus-scheduler/distinfo ============================================================================== --- head/devel/rubygem-rufus-scheduler/distinfo Sun Jun 28 18:50:37 2015 (r390865) +++ head/devel/rubygem-rufus-scheduler/distinfo Sun Jun 28 20:17:36 2015 (r390866) @@ -1,2 +1,2 @@ -SHA256 (rubygem/rufus-scheduler-3.1.0.gem) = 0a02f668e977722765542a27e35d77f1e67663f38ac06ca26bc422e5a2c628c0 -SIZE (rubygem/rufus-scheduler-3.1.0.gem) = 62976 +SHA256 (rubygem/rufus-scheduler-3.1.3.gem) = 2667d22d339a47c732415bb2400b8dd724ce1478fdf63b73d056d739c189b42d +SIZE (rubygem/rufus-scheduler-3.1.3.gem) = 63488 From owner-svn-ports-all@freebsd.org Sun Jun 28 21:05:43 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 315A498FCAD; Sun, 28 Jun 2015 21:05:43 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1A2C01458; Sun, 28 Jun 2015 21:05:43 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SL5gxu045868; Sun, 28 Jun 2015 21:05:42 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SL5gl3045866; Sun, 28 Jun 2015 21:05:42 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201506282105.t5SL5gl3045866@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 28 Jun 2015 21:05:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390867 - head/devel/gb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 21:05:43 -0000 Author: swills Date: Sun Jun 28 21:05:41 2015 New Revision: 390867 URL: https://svnweb.freebsd.org/changeset/ports/390867 Log: devel/gb: update to new snapshot Modified: head/devel/gb/Makefile head/devel/gb/distinfo Modified: head/devel/gb/Makefile ============================================================================== --- head/devel/gb/Makefile Sun Jun 28 20:17:36 2015 (r390866) +++ head/devel/gb/Makefile Sun Jun 28 21:05:41 2015 (r390867) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gb -PORTVERSION= 0.0.0.2015050101 +PORTVERSION= 0.0.0.2015062801 CATEGORIES= devel MAINTAINER= swills@FreeBSD.org @@ -11,46 +11,38 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/go:${POR USE_GITHUB= yes GH_ACCOUNT= constabulary -GH_TAGNAME= 400dce5e5172bcbaf609e6a1107988bb5571dc90 +GH_TAGNAME= d14e213 -PLIST_FILES= bin/gb bin/gb-env bin/gb-vendor +PLIST_FILES= bin/gb bin/gb-vendor -PORTDOCS= README.md +PORTDOCS= README.md LICENSE STRIP= # stripping can break go binaries .include -post-patch: +post-extract: @cd ${WRKSRC} ; ${MKDIR} src/github.com/${GH_ACCOUNT}/${GH_PROJECT} ; \ - ${CP} -R LICENSE README.md build.go build_test.go cgo.go cmd \ - context.go gb.go gc.go getting-started.md gotest_go11.go \ - install.go log.go package.go package_test.go project.go \ - stdlib.go target.go test.go test_test.go testdata toolchain.go \ - util.go wercker.yml \ + ${MV} .gitignore LICENSE README.md build.go build_test.go \ + cgo.go cgo14.go cgo15.go cmd context.go context_test.go \ + defaultcc.go defaultcc_bsd.go gb.go gb_test.go gc.go gc14.go \ + gc15.go install.go log.go package.go package_test.go project.go \ + src.go stdlib.go target.go testdata wercker.yml \ src/github.com/${GH_ACCOUNT}/${GH_PROJECT} do-build: - cd ${WRKSRC} ; \ - ${SETENV} GOPATH=${WRKSRC} go build -o gb-env \ - src/github.com/${GH_ACCOUNT}/${GH_PROJECT}/cmd/gb-env/main.go ; \ - ${SETENV} GOPATH=${WRKSRC} go build -o gb \ - src/github.com/${GH_ACCOUNT}/${GH_PROJECT}/cmd/gb/main.go \ - src/github.com/${GH_ACCOUNT}/${GH_PROJECT}/cmd/gb/plugin.go \ - src/github.com/${GH_ACCOUNT}/${GH_PROJECT}/cmd/gb/build.go \ - src/github.com/${GH_ACCOUNT}/${GH_PROJECT}/cmd/gb/test.go ; \ - ${SETENV} GOPATH=${WRKSRC} go build -o gb-vendor \ - src/github.com/${GH_ACCOUNT}/${GH_PROJECT}/cmd/gb-vendor/main.go + @cd ${WRKSRC} ; \ + ${SETENV} GOPATH=${WRKSRC} go install ./... do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/gb \ + ${INSTALL_PROGRAM} ${WRKSRC}/bin/gb \ ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL_PROGRAM} ${WRKSRC}/gb-env \ - ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL_PROGRAM} ${WRKSRC}/gb-vendor \ + ${INSTALL_PROGRAM} ${WRKSRC}/bin/gb-vendor \ ${STAGEDIR}${PREFIX}/bin/ ${MKDIR} ${STAGEDIR}${DOCSDIR} ${CP} ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${GH_PROJECT}/README.md \ ${STAGEDIR}${DOCSDIR} + ${CP} ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${GH_PROJECT}/LICENSE \ + ${STAGEDIR}${DOCSDIR} .include Modified: head/devel/gb/distinfo ============================================================================== --- head/devel/gb/distinfo Sun Jun 28 20:17:36 2015 (r390866) +++ head/devel/gb/distinfo Sun Jun 28 21:05:41 2015 (r390867) @@ -1,2 +1,2 @@ -SHA256 (constabulary-gb-0.0.0.2015050101-400dce5e5172bcbaf609e6a1107988bb5571dc90_GH0.tar.gz) = daff70f492a566e98347e9d68b898c6896a7d4adf954c8788a020aa4764bf486 -SIZE (constabulary-gb-0.0.0.2015050101-400dce5e5172bcbaf609e6a1107988bb5571dc90_GH0.tar.gz) = 21774 +SHA256 (constabulary-gb-0.0.0.2015062801-d14e213_GH0.tar.gz) = 8add1642467bcc1964619ddf29ef815b656bd1d0627a3ad98b75fd499264d20b +SIZE (constabulary-gb-0.0.0.2015062801-d14e213_GH0.tar.gz) = 53439 From owner-svn-ports-all@freebsd.org Sun Jun 28 21:24:32 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6CEF698F087; Sun, 28 Jun 2015 21:24:32 +0000 (UTC) (envelope-from ohauer@gmx.de) Received: from mout.gmx.net (mout.gmx.net [212.227.15.18]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass DE-1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EE01A1033; Sun, 28 Jun 2015 21:24:31 +0000 (UTC) (envelope-from ohauer@gmx.de) Received: from [192.168.0.100] ([87.139.233.65]) by mail.gmx.com (mrgmx002) with ESMTPSA (Nemesis) id 0MId0S-1ZBWzD36jY-002DLN; Sun, 28 Jun 2015 23:24:19 +0200 Message-ID: <55906609.2080905@gmx.de> Date: Sun, 28 Jun 2015 23:24:25 +0200 From: olli hauer User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Baptiste Daroussin , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r390865 - in head/Mk: . Scripts References: <201506281850.t5SIocPn077890@svn.freebsd.org> In-Reply-To: <201506281850.t5SIocPn077890@svn.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Provags-ID: V03:K0:252YAPxHnxYJey6fG2gmU5G5f1u/wEsPZHq2oGdUPt3dOw7sYv+ DIe+ra6eMjnkQCRgnHQ+8Z385KKK9NkEf3apHmRwf/eb7SaSBMFL7DsPiQYYqW2XmY6qyvp ZZzChJbnY8kil1c1P4W5nUjWq5g7bRQfRjkrVbleNCbJHPe5BWI9qQADDDLKyxj22SE9BK1 0w4lC/PCIqC4AiuMEPUgw== X-UI-Out-Filterresults: notjunk:1;V01:K0:X13orOxlHCI=:r17gqo4bd043B30YWRGeed 0xKdos7AhsEJ917LlmGfOI+WaV0dkMdHxvAATgy6dcwr/8eFIYpVIFejeuDuusTLvEuWh75n/ 53VMPX7FZ0CTOj9LJRDzPDDCjoA14XQnpIB+1wytWsd/akfJIdiysXrihfJDFcRNpNN/tugNT MVKeH5AXaJW3/a0IYRzxXyKWqO60Uyxqdrf4tUqsqpxw046or5IHK9Seyw0eQPSgskCSSZCE9 NBlrCYehHU+QBbRFgF8QvxKAnlqXI5gE/FLSj1Vc2MMT66/P3KsCcBLJmpi/0p+K5oOX9gh2x Fc+fuPuJZhw9/cRme0DVCdGd+DlMfAlGGBacGoCpDqeKJLtyc3Rvpgc6XXLxPyYepsvUcbYBo +KK3DslcAHTdaE6R20+ysQFQZaqrvm8jLPH7DAAFJBTxeT55U/SnByyeoBQSZDF3JBrBh4p5x BgGIXBR9Vxh7b6x4GpwSlvIDweJoLgOqSMsHIujngCOBNIGw9Xj8rxZr4o6xgiz05Pm5Ltw+8 CrPrkyg8iVp3VArQpP//8THV4GJHbuuqaq8GGh7Hg6aMOIkF4+2B7GeSOdhufl1bbbmcpKxmN F5OHSZy3jaEyZZggkDY/coVlQ0wpkA2LPrrmpNYI+BUcLHGipFPgwwhGcIxhzpHvl8gN+64iG FjCqLrYr7RMDkJ34KHmZGbZR57PvB76w1XynCG0I9JccFpnvvIKTXHaH4HNo+NQ15W3k= X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 21:24:32 -0000 On 2015-06-28 20:50, Baptiste Daroussin wrote: > Author: bapt > Date: Sun Jun 28 18:50:37 2015 > New Revision: 390865 > URL: https://svnweb.freebsd.org/changeset/ports/390865 > > Added: > head/Mk/Scripts/do-depends.sh (contents, props changed) > Modified: > head/Mk/bsd.port.mk > > Added: head/Mk/Scripts/do-depends.sh > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/Mk/Scripts/do-depends.sh Sun Jun 28 18:50:37 2015 (r390865) ... > +find_file_path() > +{ > + if which -s $1 ; then > + echo "===> ${dp_PKGNAME} depends on executable: $1 - found" > + return 0 > + fi Shouldn't this be 's|which|${WHICH}|' or 's|which|/usr/bin/which|' as in the old version? E.g which in csh don't have parameter [a|s] -- olli From owner-svn-ports-all@freebsd.org Sun Jun 28 21:28:04 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D73C098F0B8; Sun, 28 Jun 2015 21:28:04 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-wg0-x22e.google.com (mail-wg0-x22e.google.com [IPv6:2a00:1450:400c:c00::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 669E61141; Sun, 28 Jun 2015 21:28:04 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: by wguu7 with SMTP id u7so126343303wgu.3; Sun, 28 Jun 2015 14:28:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=xo6AZivRQ6rb9bV1EYn03+ivWTlurx0roDhSy/lFtcY=; b=YSPNmTfoTLWLcy5oH4yc95YelsE0dIPNHKhtdGxjYS4wmt4d+//kRv9Ez4I24Uzv6e sDhSJNGb8FvQxCpySMeDm6w8nByi5wuN1Hsm1Kd5IOD0uQKu1nSeV/HMRm42KHqtriRG czmXVRpTrltRhg7rJCE0jUew6qEFLpXulseGoCEXZ+t3hBybVcHC11IUySnLSCMq1ZaN 1VKXR5BZcCS5HdNACHjGliptuEuf+6U+/A+XXMW+fLenoi/PWDehyWN87wbLlrCcyxXL a58ZlBcuFKGZKg18M6uGWOkBET4Q8ECZyfdFbE4DFDTnLGbp/bct9lr3fvrwteTdKhed w/5A== X-Received: by 10.180.20.12 with SMTP id j12mr16377748wie.4.1435526882493; Sun, 28 Jun 2015 14:28:02 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by mx.google.com with ESMTPSA id b5sm9027857wic.3.2015.06.28.14.28.01 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 28 Jun 2015 14:28:01 -0700 (PDT) Sender: Baptiste Daroussin Date: Sun, 28 Jun 2015 23:27:59 +0200 From: Baptiste Daroussin To: olli hauer Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r390865 - in head/Mk: . Scripts Message-ID: <20150628212759.GJ68142@ivaldir.etoilebsd.net> References: <201506281850.t5SIocPn077890@svn.freebsd.org> <55906609.2080905@gmx.de> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="QxN5xOWGsmh5a4wb" Content-Disposition: inline In-Reply-To: <55906609.2080905@gmx.de> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 21:28:04 -0000 --QxN5xOWGsmh5a4wb Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jun 28, 2015 at 11:24:25PM +0200, olli hauer wrote: > On 2015-06-28 20:50, Baptiste Daroussin wrote: > > Author: bapt > > Date: Sun Jun 28 18:50:37 2015 > > New Revision: 390865 > > URL: https://svnweb.freebsd.org/changeset/ports/390865 > >=20 > > Added: > > head/Mk/Scripts/do-depends.sh (contents, props changed) > > Modified: > > head/Mk/bsd.port.mk > >=20 > > Added: head/Mk/Scripts/do-depends.sh > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=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/Mk/Scripts/do-depends.sh Sun Jun 28 18:50:37 2015 (r390865) >=20 > ... >=20 > > +find_file_path() > > +{ > > + if which -s $1 ; then > > + echo "=3D=3D=3D> ${dp_PKGNAME} depends on executable: $1 - found" > > + return 0 > > + fi >=20 > Shouldn't this be 's|which|${WHICH}|' or 's|which|/usr/bin/which|' as in = the old version? >=20 > E.g which in csh don't have parameter [a|s] well actually the script is always and only used via /bin/sh so we can use = the sh(1) builtin version of which :) Best regards, Bapt --QxN5xOWGsmh5a4wb Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlWQZt8ACgkQ8kTtMUmk6Ex/6gCbBaRvJVKj4thhhOD15EKb7s0w jngAoJFg7fjM+f5g/9b1+2MgSBTDGeVs =lbdl -----END PGP SIGNATURE----- --QxN5xOWGsmh5a4wb-- From owner-svn-ports-all@freebsd.org Sun Jun 28 21:34:07 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B57C298F1F5; Sun, 28 Jun 2015 21:34:07 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8265915B2; Sun, 28 Jun 2015 21:34:07 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SLY7XD060448; Sun, 28 Jun 2015 21:34:07 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SLY7jE060445; Sun, 28 Jun 2015 21:34:07 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201506282134.t5SLY7jE060445@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Sun, 28 Jun 2015 21:34:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390868 - in head/textproc/libxslt: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 21:34:07 -0000 Author: kwm Date: Sun Jun 28 21:34:06 2015 New Revision: 390868 URL: https://svnweb.freebsd.org/changeset/ports/390868 Log: Add patch to support the --maxvars argument in xsltproc. Submitted by: wblock@ Obtained from: libxslt upstream. Added: head/textproc/libxslt/files/patch-xsltproc_xsltproc.c (contents, props changed) Modified: head/textproc/libxslt/Makefile Modified: head/textproc/libxslt/Makefile ============================================================================== --- head/textproc/libxslt/Makefile Sun Jun 28 21:05:41 2015 (r390867) +++ head/textproc/libxslt/Makefile Sun Jun 28 21:34:06 2015 (r390868) @@ -3,7 +3,7 @@ PORTNAME= libxslt PORTVERSION= 1.1.28 -PORTREVISION?= 6 +PORTREVISION?= 7 CATEGORIES?= textproc gnome MASTER_SITES= ftp://xmlsoft.org/libxml2/ \ http://xmlsoft.org/sources/ \ Added: head/textproc/libxslt/files/patch-xsltproc_xsltproc.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/libxslt/files/patch-xsltproc_xsltproc.c Sun Jun 28 21:34:06 2015 (r390868) @@ -0,0 +1,24 @@ +From 5af7ad745323004984287e48b42712e7305de35c Mon Sep 17 00:00:00 2001 +From: Per Hedeland +Date: Fri, 13 Dec 2013 14:43:06 +0100 +Subject: Make --maxvars option work + + +diff --git a/xsltproc/xsltproc.c b/xsltproc/xsltproc.c +index b22df37..66d8cbb 100644 +--- xsltproc/xsltproc.c ++++ xsltproc/xsltproc.c +@@ -803,6 +803,10 @@ main(int argc, char **argv) + (!strcmp(argv[i], "--maxdepth"))) { + i++; + continue; ++ } else if ((!strcmp(argv[i], "-maxvars")) || ++ (!strcmp(argv[i], "--maxvars"))) { ++ i++; ++ continue; + } else if ((!strcmp(argv[i], "-maxparserdepth")) || + (!strcmp(argv[i], "--maxparserdepth"))) { + i++; +-- +cgit v0.10.2 + From owner-svn-ports-all@freebsd.org Sun Jun 28 21:34:41 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9C91A98F228; Sun, 28 Jun 2015 21:34:41 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8D93A168D; Sun, 28 Jun 2015 21:34:41 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SLYfmS060631; Sun, 28 Jun 2015 21:34:41 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SLYfbx060629; Sun, 28 Jun 2015 21:34:41 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201506282134.t5SLYfbx060629@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Sun, 28 Jun 2015 21:34:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390869 - head/devel/orc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 21:34:41 -0000 Author: kwm Date: Sun Jun 28 21:34:40 2015 New Revision: 390869 URL: https://svnweb.freebsd.org/changeset/ports/390869 Log: Update orc to 0.4.24. Modified: head/devel/orc/Makefile head/devel/orc/distinfo Modified: head/devel/orc/Makefile ============================================================================== --- head/devel/orc/Makefile Sun Jun 28 21:34:06 2015 (r390868) +++ head/devel/orc/Makefile Sun Jun 28 21:34:40 2015 (r390869) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= orc -PORTVERSION= 0.4.23 +PORTVERSION= 0.4.24 CATEGORIES= devel MASTER_SITES= http://gstreamer.freedesktop.org/data/src/orc/ Modified: head/devel/orc/distinfo ============================================================================== --- head/devel/orc/distinfo Sun Jun 28 21:34:06 2015 (r390868) +++ head/devel/orc/distinfo Sun Jun 28 21:34:40 2015 (r390869) @@ -1,2 +1,2 @@ -SHA256 (orc-0.4.23.tar.xz) = 767eaebce2941737b43368225ec54598b3055ca78b4dc50c4092f5fcdc0bdfe7 -SIZE (orc-0.4.23.tar.xz) = 450076 +SHA256 (orc-0.4.24.tar.xz) = 338cd493b5247300149821c6312bdf7422a3593ae98691fc75d7e4fe727bd39b +SIZE (orc-0.4.24.tar.xz) = 455880 From owner-svn-ports-all@freebsd.org Sun Jun 28 21:43:42 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B535698F3F5; Sun, 28 Jun 2015 21:43:42 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8C5751DA3; Sun, 28 Jun 2015 21:43:42 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SLhgU4065532; Sun, 28 Jun 2015 21:43:42 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SLhgo2065530; Sun, 28 Jun 2015 21:43:42 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201506282143.t5SLhgo2065530@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 28 Jun 2015 21:43:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390870 - head/devel/go-bindata X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 21:43:42 -0000 Author: swills Date: Sun Jun 28 21:43:41 2015 New Revision: 390870 URL: https://svnweb.freebsd.org/changeset/ports/390870 Log: devel/go-bindata: update to 3.0.7 Modified: head/devel/go-bindata/Makefile head/devel/go-bindata/distinfo Modified: head/devel/go-bindata/Makefile ============================================================================== --- head/devel/go-bindata/Makefile Sun Jun 28 21:34:40 2015 (r390869) +++ head/devel/go-bindata/Makefile Sun Jun 28 21:43:41 2015 (r390870) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= go-bindata -PORTVERSION= 3.0.5 +PORTVERSION= 3.0.7 DISTVERSIONPREFIX= v CATEGORIES= devel @@ -25,22 +25,22 @@ OPTIONS_DEFINE= DOCS post-patch: @cd ${WRKSRC} ; ${MKDIR} src/github.com/${GH_ACCOUNT}/${GH_PROJECT} ; \ - ${CP} -R CONTRIBUTING.md LICENSE README.md asset.go bytewriter.go \ + ${MV} CONTRIBUTING.md LICENSE README.md asset.go bytewriter.go \ config.go convert.go debug.go doc.go go-bindata release.go \ stringwriter.go testdata toc.go \ src/github.com/${GH_ACCOUNT}/${GH_PROJECT} do-build: cd ${WRKSRC} ; \ - ${SETENV} GOPATH=${WRKSRC} go build -o ${PORTNAME}/${PORTNAME} ${PORTNAME}/main.go ${PORTNAME}/version.go + ${SETENV} GOPATH=${WRKSRC} go install ./... do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}/${PORTNAME} \ + ${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} \ ${STAGEDIR}${PREFIX}/bin/ ${MKDIR} ${STAGEDIR}${DOCSDIR} .if ${PORT_OPTIONS:MDOCS} .for x in ${PORTDOCS} - ${INSTALL_MAN} ${WRKSRC}/${x} \ + ${INSTALL_MAN} ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${GH_PROJECT}/${x} \ ${STAGEDIR}${DOCSDIR} .endfor .endif Modified: head/devel/go-bindata/distinfo ============================================================================== --- head/devel/go-bindata/distinfo Sun Jun 28 21:34:40 2015 (r390869) +++ head/devel/go-bindata/distinfo Sun Jun 28 21:43:41 2015 (r390870) @@ -1,2 +1,2 @@ -SHA256 (jteeuwen-go-bindata-v3.0.5_GH0.tar.gz) = 8cdeda986e457e079d8d241906fc824688f51e33be21b793f34f3025322bdb61 -SIZE (jteeuwen-go-bindata-v3.0.5_GH0.tar.gz) = 11604 +SHA256 (jteeuwen-go-bindata-v3.0.7_GH0.tar.gz) = 77a7214479e5ce9004e4afa6d0eb8ce14289030fadc55a3444249ab1fe2c7980 +SIZE (jteeuwen-go-bindata-v3.0.7_GH0.tar.gz) = 13855 From owner-svn-ports-all@freebsd.org Mon Jun 29 00:00:41 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6A25B98F7C8; Mon, 29 Jun 2015 00:00:41 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3AEE71ED0; Mon, 29 Jun 2015 00:00:41 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5T00f57031279; Mon, 29 Jun 2015 00:00:41 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5T00e6F031276; Mon, 29 Jun 2015 00:00:40 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201506290000.t5T00e6F031276@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Mon, 29 Jun 2015 00:00:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390871 - head/sysutils/vimpager X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 00:00:41 -0000 Author: adamw Date: Mon Jun 29 00:00:40 2015 New Revision: 390871 URL: https://svnweb.freebsd.org/changeset/ports/390871 Log: Update to 2.0.6, and apply one patch past the 2.0.6 tag that lets us remove the dependency on bash (and thus obviates the VIMCAT option). Call it 2.0.6 anyway. Modified: head/sysutils/vimpager/Makefile head/sysutils/vimpager/distinfo Modified: head/sysutils/vimpager/Makefile ============================================================================== --- head/sysutils/vimpager/Makefile Sun Jun 28 21:43:41 2015 (r390870) +++ head/sysutils/vimpager/Makefile Mon Jun 29 00:00:40 2015 (r390871) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= vimpager -PORTVERSION= 2.05 +DISTVERSION= 2.06 CATEGORIES= sysutils MAINTAINER= adamw@FreeBSD.org @@ -14,16 +14,12 @@ RUN_DEPENDS= vim:${PORTSDIR}/editors/vim USE_GITHUB= yes GH_ACCOUNT= rkitover +GH_TAGNAME= d0bf869 -OPTIONS_DEFINE= VIMCAT DOCS -OPTIONS_DEFAULT= VIMCAT DOCS +OPTIONS_DEFINE= DOCS -VIMCAT_DESC= Install vimcat(1) (requires shells/bash) -VIMCAT_RUN_DEPENDS= bash:${PORTSDIR}/shells/bash -VIMCAT_PLIST_FILES= bin/vimcat - -PLIST_FILES= bin/${PORTNAME} etc/${PORTNAME}rc -PORTDOCS= vimcat.md vimpager.md +PLIST_FILES= bin/vimcat bin/${PORTNAME} etc/${PORTNAME}rc +PORTDOCS= vimcat.md vimpager.md post-patch: @${REINPLACE_CMD} -e 's|share/man|man|' ${WRKSRC}/Makefile Modified: head/sysutils/vimpager/distinfo ============================================================================== --- head/sysutils/vimpager/distinfo Sun Jun 28 21:43:41 2015 (r390870) +++ head/sysutils/vimpager/distinfo Mon Jun 29 00:00:40 2015 (r390871) @@ -1,2 +1,2 @@ -SHA256 (rkitover-vimpager-2.05_GH0.tar.gz) = 9b7b3bb8966dcecef0b470e0198c5ba037ee1b883544a64a28ca5ac370f47e64 -SIZE (rkitover-vimpager-2.05_GH0.tar.gz) = 158932 +SHA256 (rkitover-vimpager-2.06-d0bf869_GH0.tar.gz) = 5469c3311d527d00e2a7933742f64a37b49bf2024a2734866ce2558065632add +SIZE (rkitover-vimpager-2.06-d0bf869_GH0.tar.gz) = 164567 From owner-svn-ports-all@freebsd.org Mon Jun 29 00:04:23 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4512998F8D7; Mon, 29 Jun 2015 00:04:23 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2D87A10BE; Mon, 29 Jun 2015 00:04:23 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5T04Nxr035631; Mon, 29 Jun 2015 00:04:23 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5T04ML7035629; Mon, 29 Jun 2015 00:04:22 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201506290004.t5T04ML7035629@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Mon, 29 Jun 2015 00:04:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390872 - head/devel/p5-Canary-Stability X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 00:04:23 -0000 Author: adamw Date: Mon Jun 29 00:04:22 2015 New Revision: 390872 URL: https://svnweb.freebsd.org/changeset/ports/390872 Log: Update to 2006. Changes: https://metacpan.org/changes/distribution/Canary-Stability Modified: head/devel/p5-Canary-Stability/Makefile head/devel/p5-Canary-Stability/distinfo Modified: head/devel/p5-Canary-Stability/Makefile ============================================================================== --- head/devel/p5-Canary-Stability/Makefile Mon Jun 29 00:00:40 2015 (r390871) +++ head/devel/p5-Canary-Stability/Makefile Mon Jun 29 00:04:22 2015 (r390872) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Canary-Stability -PORTVERSION= 2001 +PORTVERSION= 2006 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MLEHMANN Modified: head/devel/p5-Canary-Stability/distinfo ============================================================================== --- head/devel/p5-Canary-Stability/distinfo Mon Jun 29 00:00:40 2015 (r390871) +++ head/devel/p5-Canary-Stability/distinfo Mon Jun 29 00:04:22 2015 (r390872) @@ -1,2 +1,2 @@ -SHA256 (Canary-Stability-2001.tar.gz) = 360b848e460010f63bbf6ab223455160a766faa46083597222a6b11f59a2b307 -SIZE (Canary-Stability-2001.tar.gz) = 3518 +SHA256 (Canary-Stability-2006.tar.gz) = 47afc038ece0b77e212afc05656791345ac08826f6102181a429dd231720d62e +SIZE (Canary-Stability-2006.tar.gz) = 3621 From owner-svn-ports-all@freebsd.org Mon Jun 29 00:08:06 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 56AFA98F952; Mon, 29 Jun 2015 00:08:06 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 47E25122B; Mon, 29 Jun 2015 00:08:06 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5T086iG036239; Mon, 29 Jun 2015 00:08:06 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5T085sc036235; Mon, 29 Jun 2015 00:08:05 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201506290008.t5T085sc036235@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Mon, 29 Jun 2015 00:08:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390873 - head/net-im/p5-Net-Stomp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 00:08:06 -0000 Author: adamw Date: Mon Jun 29 00:08:05 2015 New Revision: 390873 URL: https://svnweb.freebsd.org/changeset/ports/390873 Log: Update to 0.56. Changes: https://metacpan.org/changes/distribution/Net-Stomp Modified: head/net-im/p5-Net-Stomp/Makefile head/net-im/p5-Net-Stomp/distinfo Modified: head/net-im/p5-Net-Stomp/Makefile ============================================================================== --- head/net-im/p5-Net-Stomp/Makefile Mon Jun 29 00:04:22 2015 (r390872) +++ head/net-im/p5-Net-Stomp/Makefile Mon Jun 29 00:08:05 2015 (r390873) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-Stomp -PORTVERSION= 0.55 +PORTVERSION= 0.56 CATEGORIES= net-im perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,6 +15,8 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \ + p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal USES= perl5 USE_PERL5= configure Modified: head/net-im/p5-Net-Stomp/distinfo ============================================================================== --- head/net-im/p5-Net-Stomp/distinfo Mon Jun 29 00:04:22 2015 (r390872) +++ head/net-im/p5-Net-Stomp/distinfo Mon Jun 29 00:08:05 2015 (r390873) @@ -1,2 +1,2 @@ -SHA256 (Net-Stomp-0.55.tar.gz) = 9054d8c7c449509f585d006c339af24bff0c3773f83e5932bd7175811e06fda5 -SIZE (Net-Stomp-0.55.tar.gz) = 29010 +SHA256 (Net-Stomp-0.56.tar.gz) = eab7a321d1487fa2ac118b075b5fc91a24da2cc8caa995a182c8c872fdad47b9 +SIZE (Net-Stomp-0.56.tar.gz) = 29864 From owner-svn-ports-all@freebsd.org Mon Jun 29 00:29:00 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6F3C098FC28; Mon, 29 Jun 2015 00:29:00 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 602231AAF; Mon, 29 Jun 2015 00:29:00 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5T0T0iC046127; Mon, 29 Jun 2015 00:29:00 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5T0SwUq046115; Mon, 29 Jun 2015 00:28:58 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201506290028.t5T0SwUq046115@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Mon, 29 Jun 2015 00:28:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390874 - in head/multimedia: ffmpeg ffmpeg26 vlc x265 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 00:29:00 -0000 Author: adamw Date: Mon Jun 29 00:28:58 2015 New Revision: 390874 URL: https://svnweb.freebsd.org/changeset/ports/390874 Log: Update multimedia/x265 to 1.7, and bump PORTREVISION on its consumers. Modified: head/multimedia/ffmpeg/Makefile head/multimedia/ffmpeg26/Makefile head/multimedia/vlc/Makefile head/multimedia/x265/Makefile head/multimedia/x265/distinfo head/multimedia/x265/pkg-plist Modified: head/multimedia/ffmpeg/Makefile ============================================================================== --- head/multimedia/ffmpeg/Makefile Mon Jun 29 00:08:05 2015 (r390873) +++ head/multimedia/ffmpeg/Makefile Mon Jun 29 00:28:58 2015 (r390874) @@ -3,7 +3,7 @@ PORTNAME= ffmpeg PORTVERSION= 2.3.6 -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 1 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= http://ffmpeg.org/releases/ Modified: head/multimedia/ffmpeg26/Makefile ============================================================================== --- head/multimedia/ffmpeg26/Makefile Mon Jun 29 00:08:05 2015 (r390873) +++ head/multimedia/ffmpeg26/Makefile Mon Jun 29 00:28:58 2015 (r390874) @@ -3,7 +3,7 @@ PORTNAME= ffmpeg PORTVERSION= 2.6.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= http://ffmpeg.org/releases/ PKGNAMESUFFIX= 26 Modified: head/multimedia/vlc/Makefile ============================================================================== --- head/multimedia/vlc/Makefile Mon Jun 29 00:08:05 2015 (r390873) +++ head/multimedia/vlc/Makefile Mon Jun 29 00:28:58 2015 (r390874) @@ -3,6 +3,7 @@ PORTNAME= vlc DISTVERSION= 2.2.1 +PORTREVISION= 1 PORTEPOCH= 4 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \ Modified: head/multimedia/x265/Makefile ============================================================================== --- head/multimedia/x265/Makefile Mon Jun 29 00:08:05 2015 (r390873) +++ head/multimedia/x265/Makefile Mon Jun 29 00:28:58 2015 (r390874) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= x265 -PORTVERSION= 1.6 +PORTVERSION= 1.7 CATEGORIES= multimedia MASTER_SITES= http://bitbucket.org/multicoreware/${PORTNAME}/get/ DISTNAME= ${PORTVERSION} @@ -18,7 +18,7 @@ BUILD_DEPENDS= yasm:${PORTSDIR}/devel/ya USES= tar:bz2 cmake USE_LDCONFIG= yes -WRKSRC= ${WRKDIR}/multicoreware-${PORTNAME}-cbeb7d8a4880/source +WRKSRC= ${WRKDIR}/multicoreware-${PORTNAME}-8425278def1e/source post-patch: @${REINPLACE_CMD} -e \ Modified: head/multimedia/x265/distinfo ============================================================================== --- head/multimedia/x265/distinfo Mon Jun 29 00:08:05 2015 (r390873) +++ head/multimedia/x265/distinfo Mon Jun 29 00:28:58 2015 (r390874) @@ -1,2 +1,2 @@ -SHA256 (x265/1.6.tar.bz2) = b6e5ba47fce63d10d3678803e8427755e7b9fb8c6aa619e1a3ff3f4fc62b3382 -SIZE (x265/1.6.tar.bz2) = 642733 +SHA256 (x265/1.7.tar.bz2) = 133dd4d7121116e75c1664e2295d61c36dee7569718a714f37caefc5a1a521db +SIZE (x265/1.7.tar.bz2) = 690022 Modified: head/multimedia/x265/pkg-plist ============================================================================== --- head/multimedia/x265/pkg-plist Mon Jun 29 00:08:05 2015 (r390873) +++ head/multimedia/x265/pkg-plist Mon Jun 29 00:28:58 2015 (r390874) @@ -3,5 +3,5 @@ include/x265.h include/x265_config.h lib/libx265.a lib/libx265.so -lib/libx265.so.51 +lib/libx265.so.59 libdata/pkgconfig/x265.pc From owner-svn-ports-all@freebsd.org Mon Jun 29 00:36:25 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2FB9F98FD94; Mon, 29 Jun 2015 00:36:25 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1677C1F66; Mon, 29 Jun 2015 00:36:25 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5T0aOm7050965; Mon, 29 Jun 2015 00:36:24 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5T0aOTJ050963; Mon, 29 Jun 2015 00:36:24 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201506290036.t5T0aOTJ050963@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Mon, 29 Jun 2015 00:36:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390875 - in head/archivers/liblz4: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 00:36:25 -0000 Author: adamw Date: Mon Jun 29 00:36:24 2015 New Revision: 390875 URL: https://svnweb.freebsd.org/changeset/ports/390875 Log: Update to r130, which incorporates the patches that riggs committed in r387288. Deleted: head/archivers/liblz4/files/ Modified: head/archivers/liblz4/Makefile head/archivers/liblz4/distinfo Modified: head/archivers/liblz4/Makefile ============================================================================== --- head/archivers/liblz4/Makefile Mon Jun 29 00:28:58 2015 (r390874) +++ head/archivers/liblz4/Makefile Mon Jun 29 00:36:24 2015 (r390875) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= lz4 -PORTVERSION= 129 +PORTVERSION= 130 DISTVERSIONPREFIX= r -PORTREVISION= 1 CATEGORIES= archivers PKGNAMEPREFIX= lib Modified: head/archivers/liblz4/distinfo ============================================================================== --- head/archivers/liblz4/distinfo Mon Jun 29 00:28:58 2015 (r390874) +++ head/archivers/liblz4/distinfo Mon Jun 29 00:36:24 2015 (r390875) @@ -1,2 +1,2 @@ -SHA256 (Cyan4973-lz4-r129_GH0.tar.gz) = f681f5528a6d16b23246db499f30717cda354079a684298375c4d74c6f475a01 -SIZE (Cyan4973-lz4-r129_GH0.tar.gz) = 126744 +SHA256 (Cyan4973-lz4-r130_GH0.tar.gz) = c48450d27524c2e5856997133e059e3cf9909241110a6e21ad278890ac425afc +SIZE (Cyan4973-lz4-r130_GH0.tar.gz) = 129154 From owner-svn-ports-all@freebsd.org Mon Jun 29 00:47:01 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 22E9398FEF5; Mon, 29 Jun 2015 00:47:01 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 14497149E; Mon, 29 Jun 2015 00:47:01 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5T0l09w055957; Mon, 29 Jun 2015 00:47:00 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5T0l0Ar055954; Mon, 29 Jun 2015 00:47:00 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201506290047.t5T0l0Ar055954@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Mon, 29 Jun 2015 00:47:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390876 - head/games/bsdgames X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 00:47:01 -0000 Author: adamw Date: Mon Jun 29 00:47:00 2015 New Revision: 390876 URL: https://svnweb.freebsd.org/changeset/ports/390876 Log: Update to DragonflyBSD 4.0.6. Modified: head/games/bsdgames/Makefile head/games/bsdgames/distinfo Modified: head/games/bsdgames/Makefile ============================================================================== --- head/games/bsdgames/Makefile Mon Jun 29 00:36:24 2015 (r390875) +++ head/games/bsdgames/Makefile Mon Jun 29 00:47:00 2015 (r390876) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= bsdgames -PORTVERSION= 4.0.5 -PORTREVISION= 1 +PORTVERSION= 4.0.6 PORTEPOCH= 1 CATEGORIES= games MASTER_SITES= LOCAL/adamw Modified: head/games/bsdgames/distinfo ============================================================================== --- head/games/bsdgames/distinfo Mon Jun 29 00:36:24 2015 (r390875) +++ head/games/bsdgames/distinfo Mon Jun 29 00:47:00 2015 (r390876) @@ -1,2 +1,2 @@ -SHA256 (bsdgames-4.0.5.tar.xz) = 3511d7af6784bf4377f5ebfeae2d1fe502f5b5fd3e649f1224b414db2267d310 -SIZE (bsdgames-4.0.5.tar.xz) = 1751992 +SHA256 (bsdgames-4.0.6.tar.xz) = 9115e2dab94e67f8ba1179f08dc95377c19e97be58d61d497c8b40f83c37466b +SIZE (bsdgames-4.0.6.tar.xz) = 1753600 From owner-svn-ports-all@freebsd.org Mon Jun 29 01:01:41 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 55A8898C137; Mon, 29 Jun 2015 01:01:41 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 40A1A1BBA; Mon, 29 Jun 2015 01:01:41 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5T11fNw063992; Mon, 29 Jun 2015 01:01:41 GMT (envelope-from pgollucci@FreeBSD.org) Received: (from pgollucci@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5T11ePq063990; Mon, 29 Jun 2015 01:01:40 GMT (envelope-from pgollucci@FreeBSD.org) Message-Id: <201506290101.t5T11ePq063990@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pgollucci set sender to pgollucci@FreeBSD.org using -f From: "Philip M. Gollucci" Date: Mon, 29 Jun 2015 01:01:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390877 - head/sysutils/logrotate X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 01:01:41 -0000 Author: pgollucci Date: Mon Jun 29 01:01:40 2015 New Revision: 390877 URL: https://svnweb.freebsd.org/changeset/ports/390877 Log: sysutils/logrotate: missing logrotate.d directory - bump PORTREVISION for plist change PR: 200202 Submitted by: feld@FreeBSD.org Approved by: maintainer timeout (js@iksz.hu ; 44 days) Modified: head/sysutils/logrotate/Makefile head/sysutils/logrotate/pkg-plist Modified: head/sysutils/logrotate/Makefile ============================================================================== --- head/sysutils/logrotate/Makefile Mon Jun 29 00:47:00 2015 (r390876) +++ head/sysutils/logrotate/Makefile Mon Jun 29 01:01:40 2015 (r390877) @@ -3,6 +3,7 @@ PORTNAME= logrotate PORTVERSION= 3.8.9 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= https://fedorahosted.org/releases/l/o/logrotate/ @@ -21,6 +22,7 @@ CPP= ${CC} -E post-install: @${SED} -e 's|__PREFIX__|${PREFIX}|' \ < ${FILESDIR}/logrotate.conf.sample > ${STAGEDIR}${PREFIX}/etc/logrotate.conf.sample + @${MKDIR} ${STAGEDIR}${ETCDIR}.d @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${FILESDIR}/syslog.sample ${STAGEDIR}${EXAMPLESDIR} Modified: head/sysutils/logrotate/pkg-plist ============================================================================== --- head/sysutils/logrotate/pkg-plist Mon Jun 29 00:47:00 2015 (r390876) +++ head/sysutils/logrotate/pkg-plist Mon Jun 29 01:01:40 2015 (r390877) @@ -3,3 +3,4 @@ sbin/logrotate %%EXAMPLESDIR%%/syslog.sample man/man5/logrotate.conf.5.gz man/man8/logrotate.8.gz +@dir %%ETCDIR%%.d From owner-svn-ports-all@freebsd.org Mon Jun 29 02:09:35 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 66A4998C9CA; Mon, 29 Jun 2015 02:09:35 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pd0-x22e.google.com (mail-pd0-x22e.google.com [IPv6:2607:f8b0:400e:c02::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3B672115E; Mon, 29 Jun 2015 02:09:35 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by pdbep18 with SMTP id ep18so85619201pdb.1; Sun, 28 Jun 2015 19:09:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=fz2AKrfgkQRw0pkN8y4zNwfTN6LIrLPNjTF3lVUV9A8=; b=lSGkoE+Z2ekrUJWzhBuXYFZbXs6xU9zDRHuTBiQwRMq1z73FTMu6IXDomt35Wc5YRa H5XGyG+SqvNl008EZXkcYZEpmMydkBjkBgMgnm1ujW3wWiQd94rzcJLHXA++CrNTivIF d3DzRFqcj8uVwedyh1d/uVRECyKUm4/L0uAN7PC7vK5nymj3Ap1IsZiOZ+yrNOdWmUE+ GXPOENFWX2K/hSC0HeXicsd6ci0852B0np4eyBuhH2JhYAVBpUn7ZN74AaJfVqOtYZ4z fQT5ac7UWqJILqyMgLw7t33IzuCvLi10V49NH11k9l4E/fwQZ2UV0Y6Ou/pd5KrvQ306 iHHA== X-Received: by 10.68.134.226 with SMTP id pn2mr26767063pbb.86.1435543774703; Sun, 28 Jun 2015 19:09:34 -0700 (PDT) Received: from ?IPv6:2001:44b8:31ae:7b01::2? (2001-44b8-31ae-7b01-0000-0000-0000-0002.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01::2]) by mx.google.com with ESMTPSA id iv7sm40240295pbc.20.2015.06.28.19.09.32 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 28 Jun 2015 19:09:34 -0700 (PDT) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r390797 - head/www/varnish4 References: <201506281704.t5SH4M2i019818@svn.freebsd.org> To: Mark Felder , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Kubilay Kocak Message-ID: <5590A8D8.7050107@FreeBSD.org> Date: Mon, 29 Jun 2015 12:09:28 +1000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0 MIME-Version: 1.0 In-Reply-To: <201506281704.t5SH4M2i019818@svn.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 02:09:35 -0000 On 29/06/2015 3:04 AM, Mark Felder wrote: > Author: feld > Date: Sun Jun 28 17:04:21 2015 > New Revision: 390797 > URL: https://svnweb.freebsd.org/changeset/ports/390797 > > Log: > Require python as a run dependency, too > > python is required for you to be able to build custom vmods and also for > other vmods in the ports tree to build. Better off including the > requirement here as we ship the vmodtool.py utility and do not want to > surprise end users. > > shebangfix was included as the default shebang on vmodtool.py is > /usr/bin/env python which is not going to work unless the lang/python > metaport is installed, which is not included with USES=python. Instead > we just rewrite this to whichever the default system python intepreter > is (PYTHON_VERISON). > > Modified: > head/www/varnish4/Makefile > > Modified: head/www/varnish4/Makefile > ============================================================================== > --- head/www/varnish4/Makefile Sun Jun 28 16:49:08 2015 (r390796) > +++ head/www/varnish4/Makefile Sun Jun 28 17:04:21 2015 (r390797) > @@ -2,7 +2,7 @@ > > PORTNAME= varnish > PORTVERSION= 4.0.3 > -PORTREVISION= 4 > +PORTREVISION= 5 > CATEGORIES= www > MASTER_SITES= http://repo.varnish-cache.org/source/ > PKGNAMESUFFIX= 4 > @@ -17,7 +17,10 @@ LIB_DEPENDS= libpcre.so:${PORTSDIR}/deve > > CONFLICTS= varnish-2.* varnish-3.* > > -USES= autoreconf cpe gmake libtool pkgconfig python:build readline > +USES= autoreconf cpe gmake libtool pkgconfig python readline shebangfix > +SHEBANG_FILES= lib/libvcc/vmodtool.py > +python_OLD_CMD= /usr/bin/env python > +python_CMD= ${LOCALBASE}/bin/${PYTHON_VERSION} > CPE_VENDOR= varnish-cache > CFLAGS+= -I${LOCALBASE}/include > GNU_CONFIGURE= yes > Can this be made optional, say with a TOOLS option or something? Python is a big RUN_DEPENDS for a .py file that may not be used by default ./koobs From owner-svn-ports-all@freebsd.org Mon Jun 29 04:02:05 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 17D7F98FCCF for ; Mon, 29 Jun 2015 04:02:05 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: from mail-ig0-f175.google.com (mail-ig0-f175.google.com [209.85.213.175]) (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 DD11D14C1 for ; Mon, 29 Jun 2015 04:02:04 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: by igcur8 with SMTP id ur8so27456674igc.0 for ; Sun, 28 Jun 2015 21:01:58 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=uR6AHZ6p4TmJu0pP35Zft1OZWLI+TLmUnsTJ8t9vaYc=; b=OAhaT27CyTDJgsUwkcqSaYzWffG7laqsCM3K/DooeGsU2/YjPRWAUgn8dW/6IX6ILU hUV0DOkI5df6M+Br01+5XFZVXhYXxA7/AIImtNPvj6DEpM6A+pgEbMULcSuAHgx7smR+ vg0VCP1azzeLVLF6a6vxUE3Lvvb+13OPXzxGV1sNyEucXYoZPRbZCFts0SeVSNyJaSVg /odivTcJbXY0VJnhftLAkr0AzO8MaQRoCzT11z0j1rhL4ZPrmTHfgfGTnHUT9dG8NaPJ hUm591/sOYxczMPC7B4H1yekc1Yt8NGpVODJ4aEcDBYw8X+24gGwWeMC1P4CxNVNZ4Dc 8wbw== X-Gm-Message-State: ALoCoQkQVNtfzuG5kr3eIakfhg2vejyVTp24gdoF0km6B71H62ijwVuxPhMBtfnQa80CNlQb/lfl X-Received: by 10.42.215.11 with SMTP id hc11mr16653362icb.78.1435550056712; Sun, 28 Jun 2015 20:54:16 -0700 (PDT) MIME-Version: 1.0 Received: by 10.50.195.199 with HTTP; Sun, 28 Jun 2015 20:53:37 -0700 (PDT) X-Originating-IP: [71.246.236.246] In-Reply-To: References: <201506281649.t5SGn8Ld010515@svn.freebsd.org> <20150628195214.6ba59433@kalimero.tijl.coosemans.org> From: "Philip M. Gollucci" Date: Sun, 28 Jun 2015 23:53:37 -0400 Message-ID: Subject: Re: svn commit: r390796 - head/ftp/curl To: Sunpoet Po-Chuan Hsieh Cc: Tijl Coosemans , "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 04:02:05 -0000 On Sun, Jun 28, 2015 at 2:10 PM, Sunpoet Po-Chuan Hsieh wrote: > exists(${LOCALBASE}/lib/libcrypto.so) > Doing a .if exists is almost (always?) never right. Its even in the phb. -- --------------------------------------------------------------------------------- Curb: Your ride is here 4096R/D21D2752 ECDF B597 B54B 7F92 753E E0EA F699 A450 D21D 2752 Philip M. Gollucci (pgollucci@p6m7g8.com) c: 703.336.9354 Member, Apache Software Foundation Committer, FreeBSD Foundation Consultant, P6M7G8 Inc. Sr. Director IT Operations, Curb What doesn't kill us can only make us stronger; Except it almost kills you. From owner-svn-ports-all@freebsd.org Mon Jun 29 04:45:16 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E355298D29D; Mon, 29 Jun 2015 04:45:16 +0000 (UTC) (envelope-from ashish@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C83D411C0; Mon, 29 Jun 2015 04:45:16 +0000 (UTC) (envelope-from ashish@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5T4jGI8072160; Mon, 29 Jun 2015 04:45:16 GMT (envelope-from ashish@FreeBSD.org) Received: (from ashish@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5T4jFqu072154; Mon, 29 Jun 2015 04:45:15 GMT (envelope-from ashish@FreeBSD.org) Message-Id: <201506290445.t5T4jFqu072154@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ashish set sender to ashish@FreeBSD.org using -f From: Ashish SHUKLA Date: Mon, 29 Jun 2015 04:45:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390878 - in head/net-im/ejabberd: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 04:45:17 -0000 Author: ashish Date: Mon Jun 29 04:45:14 2015 New Revision: 390878 URL: https://svnweb.freebsd.org/changeset/ports/390878 Log: - Update to 15.06 - Switch to new dependencies tarball - Add OPTIONs for REDIS, SQLITE, and TOOLS - Update diff for dict:dict() stuff in Erlang R17+ - Add diff for Erlang R18 support[1] Submitted by: olgeni[1] (via private mail) Added: head/net-im/ejabberd/files/patch-erlang-18 (contents, props changed) Modified: head/net-im/ejabberd/Makefile head/net-im/ejabberd/distinfo head/net-im/ejabberd/files/patch-ejabberdctl.template (contents, props changed) head/net-im/ejabberd/files/patch-erlang-17-dict-queue (contents, props changed) head/net-im/ejabberd/pkg-plist Modified: head/net-im/ejabberd/Makefile ============================================================================== --- head/net-im/ejabberd/Makefile Mon Jun 29 01:01:40 2015 (r390877) +++ head/net-im/ejabberd/Makefile Mon Jun 29 04:45:14 2015 (r390878) @@ -2,13 +2,12 @@ # $FreeBSD$ PORTNAME= ejabberd -PORTVERSION= 15.04 -PORTREVISION= 1 +PORTVERSION= 15.06 CATEGORIES= net-im MASTER_SITES= http://www.process-one.net/downloads/${PORTNAME}/${PORTVERSION}/:p1 \ http://distfiles.pirateparty.in/ashish/:deps \ LOCAL/ashish:deps -DISTFILES+= ${DISTNAME}.tgz:p1 ejabberd-deps-2.tar.xz:deps +DISTFILES+= ${DISTNAME}.tgz:p1 ejabberd-deps-3.tar.xz:deps MAINTAINER= ashish@FreeBSD.org COMMENT= Free and Open Source distributed fault-tolerant Jabber server @@ -31,7 +30,7 @@ USE_RC_SUBR= ${PORTNAME} NOPRECIOUSMAKEVARS= yes CPE_VENDOR= process-one -OPTIONS_DEFINE= ODBC PAM DOCS JSON MYSQL PGSQL LAGER ICONV RIAK +OPTIONS_DEFINE= ODBC PAM DOCS JSON MYSQL PGSQL LAGER ICONV RIAK REDIS SQLITE TOOLS OPTIONS_DEFAULT= LAGER ICONV MAKE_ENV= PORTVERSION=${PORTVERSION} @@ -51,6 +50,7 @@ SUB_LIST= PORTNAME=${PORTNAME} PORTVERSI OPTIONS_SUB= yes LAGER_DESC= LAGER logger RIAK_DESC= Riak database support +TOOLS_DESC= Build development tools PAM_CONFIGURE_ENABLE= pam ODBC_CONFIGURE_ENABLE= odbc LAGER_CONFIGURE_ENABLE= lager @@ -59,6 +59,10 @@ MYSQL_CONFIGURE_ENABLE= mysql PGSQL_CONFIGURE_ENABLE= pgsql RIAK_CONFIGURE_ENABLE= riak ICONV_CONFIGURE_ENABLE= iconv +REDIS_CONFIGURE_ENABLE= redis +SQLITE_CONFIGURE_ENABLE=sqlite +TOOS_CONFIGURE_ENABLE= tools +SQLITE_USE= SQLITE=yes ICONV_USES= iconv:wchar_t ICONV_LDFLAGS= ${ICONV_LIB} DOCS_MAKE_ARGS_OFF= NOPORTDOCS=yes Modified: head/net-im/ejabberd/distinfo ============================================================================== --- head/net-im/ejabberd/distinfo Mon Jun 29 01:01:40 2015 (r390877) +++ head/net-im/ejabberd/distinfo Mon Jun 29 04:45:14 2015 (r390878) @@ -1,4 +1,4 @@ -SHA256 (ejabberd-15.04.tgz) = 6750199b75d6b658dabffdf34e20994803b2fc0832e54fea7ab388e5122d63ec -SIZE (ejabberd-15.04.tgz) = 3261947 -SHA256 (ejabberd-deps-2.tar.xz) = 0f5604c0ce40c499f082170b457c4238fac570df71b4b03b9d5fa525abb15847 -SIZE (ejabberd-deps-2.tar.xz) = 12475132 +SHA256 (ejabberd-15.06.tgz) = fcc001d0f2fc8b99bb2a4e7a42ec02c3c5d62191ea2aae19636f88e4e08be3a8 +SIZE (ejabberd-15.06.tgz) = 1560640 +SHA256 (ejabberd-deps-3.tar.xz) = 29c3e3d0841d55543a62c74cfc041ab88751f0d9168cc3b9253b5a95611cb842 +SIZE (ejabberd-deps-3.tar.xz) = 18697860 Modified: head/net-im/ejabberd/files/patch-ejabberdctl.template ============================================================================== --- head/net-im/ejabberd/files/patch-ejabberdctl.template Mon Jun 29 01:01:40 2015 (r390877) +++ head/net-im/ejabberd/files/patch-ejabberdctl.template Mon Jun 29 04:45:14 2015 (r390878) @@ -3,7 +3,7 @@ $FreeBSD$ --- ejabberdctl.template.orig +++ ejabberdctl.template -@@ -72,10 +72,10 @@ +@@ -71,10 +71,10 @@ EJABBERD_CONFIG_PATH=$ETC_DIR/ejabberd.yml fi if [ "$LOGS_DIR" = "" ] ; then @@ -16,7 +16,7 @@ $FreeBSD$ fi if [ "$EJABBERD_DOC_PATH" = "" ] ; then EJABBERD_DOC_PATH={{docdir}} -@@ -89,10 +89,10 @@ +@@ -88,10 +88,10 @@ EJABBERDDIR={{libdir}}/ejabberd fi if [ "$EJABBERD_EBIN_PATH" = "" ] ; then @@ -29,12 +29,12 @@ $FreeBSD$ fi if [ "$EJABBERD_BIN_PATH" = "" ] ; then EJABBERD_BIN_PATH=$EJABBERD_PRIV_PATH/bin -@@ -279,7 +279,7 @@ +@@ -335,7 +335,7 @@ # using flock if available. Expects a linux-style # flock that can lock a file descriptor. MAXCONNID=100 - CONNLOCKDIR={{localstatedir}}/lock/ejabberdctl + CONNLOCKDIR={{localstatedir}}/run/ejabberdctl - FLOCK='/usr/bin/flock' + FLOCK=/usr/bin/flock if [ ! -x "$FLOCK" ] || [ ! -d "$CONNLOCKDIR" ] ; then - JOT='/usr/bin/jot' + JOT=/usr/bin/jot Modified: head/net-im/ejabberd/files/patch-erlang-17-dict-queue ============================================================================== --- head/net-im/ejabberd/files/patch-erlang-17-dict-queue Mon Jun 29 01:01:40 2015 (r390877) +++ head/net-im/ejabberd/files/patch-erlang-17-dict-queue Mon Jun 29 04:45:14 2015 (r390878) @@ -2,116 +2,136 @@ $FreeBSD$ Fixes to make it work with Erlang R17 ---- ../deps/meck/rebar.config.orig -+++ ../deps/meck/rebar.config -@@ -1,4 +1,6 @@ --{erl_opts, [warnings_as_errors, debug_info]}. -+{erl_opts, [ -+ {platform_define, "^17-", 'ERLANG_17'}, -+ warnings_as_errors, debug_info]}. - {xref_checks, [undefined_function_calls]}. - {dialyzer_opts, [{warnings, [unmatched_returns]}]}. - ---- ../deps/meck/src/meck_proc.erl.orig -+++ ../deps/meck/src/meck_proc.erl -@@ -46,6 +46,17 @@ - %%% Definitions - %%%============================================================================ - -+-ifdef(ERLANG_17). -+-record(state, {mod :: atom(), -+ can_expect :: any | [{Mod::atom(), Ari::byte()}], -+ expects :: dict:dict(), -+ valid = true :: boolean(), -+ history = [] :: meck_history:history() | undefined, -+ original :: term(), -+ was_sticky = false :: boolean(), -+ reload :: {Compiler::pid(), {From::pid(), Tag::any()}} | -+ undefined}). -+-else. - -record(state, {mod :: atom(), - can_expect :: any | [{Mod::atom(), Ari::byte()}], - expects :: dict(), -@@ -55,6 +66,7 @@ - was_sticky = false :: boolean(), - reload :: {Compiler::pid(), {From::pid(), Tag::any()}} | - undefined}). -+-endif. - - - %%%============================================================================ -@@ -340,9 +352,17 @@ - end. - - -+-ifdef(ERLANG_17). -+-spec init_expects(Exports::[meck_expect:func_ari()] | undefined, -+ Options::[proplists:property()]) -> -+ dict:dict(). -+-else. - -spec init_expects(Exports::[meck_expect:func_ari()] | undefined, - Options::[proplists:property()]) -> - dict(). -+-endif. -+ -+ - init_expects(Exports, Options) -> - Passthrough = proplists:get_bool(passthrough, Options), - StubAll = proplists:is_defined(stub_all, Options), -@@ -379,8 +399,13 @@ - erlang:error(concurrent_reload). - + +$FreeBSD$ + +--- ../deps/riak_pb/src/riak_pb_kv_codec.erl.orig ++++ ../deps/riak_pb/src/riak_pb_kv_codec.erl +@@ -49,7 +49,11 @@ + -type symbolic_quorum() :: one | quorum | all | default. + -type value() :: binary(). +-ifdef(ERLANG_17). -+-spec do_get_result_spec(Expects::dict:dict(), Func::atom(), Args::[any()]) -> -+ {meck_ret_spec:result_spec() | undefined, NewExpects::dict:dict()}. -+-else. - -spec do_get_result_spec(Expects::dict(), Func::atom(), Args::[any()]) -> - {meck_ret_spec:result_spec() | undefined, NewExpects::dict()}. -+-endif. - do_get_result_spec(Expects, Func, Args) -> - FuncAri = {Func, erlang:length(Args)}, - Clauses = dict:fetch(FuncAri, Expects), -@@ -411,23 +436,39 @@ - end. ++-type metadata() :: dict:dict(). ++-else. + -type metadata() :: dict(). ++-endif. + -type contents() :: [{metadata(), value()}]. + %% @doc Convert a list of object {MetaData,Value} pairs to protocol + +$FreeBSD$ + +--- ../deps/riak_pb/rebar.config.orig ++++ ../deps/riak_pb/rebar.config +@@ -1,5 +1,5 @@ + %% -*- mode: erlang -*- +-{erl_opts, [debug_info]}. ++{erl_opts, [{platform_define, "^1[78]-", 'ERLANG_17'},debug_info]}. + {deps, [ + {protobuffs, "0.8.1", {git, "git://github.com/basho/erlang_protobuffs.git", {tag, "0.8.1p1"}}} + ]}. + +$FreeBSD$ + +--- ../deps/esip/src/esip_listener.erl.orig ++++ ../deps/esip/src/esip_listener.erl +@@ -37,7 +37,11 @@ + -include("esip_lib.hrl"). + -define(TCP_SEND_TIMEOUT, 10000). +-ifdef(ERLANG_17). -+-spec store_expect(Mod::atom(), meck_expect:func_ari(), -+ meck_expect:expect(), Expects::dict:dict()) -> -+ {NewExpects::dict:dict(), CompilerPid::pid()}. ++-record(state, {listeners = dict:new() :: dict:dict()}). +-else. - -spec store_expect(Mod::atom(), meck_expect:func_ari(), - [meck_expect:func_clause()], Expects::dict()) -> - {NewExpects::dict(), CompilerPid::pid()}. + -record(state, {listeners = dict:new() :: dict()}). +-endif. - store_expect(Mod, FuncAri, Clauses, Expects) -> - NewExpects = dict:store(FuncAri, Clauses, Expects), - compile_expects(Mod, NewExpects). + %%%=================================================================== + %%% API + +$FreeBSD$ + +--- ../deps/esip/rebar.config.orig ++++ ../deps/esip/rebar.config +@@ -1,4 +1,5 @@ +-{erl_opts, [{i, "include"}, ++{erl_opts, [{platform_define, "^1[78]-", 'ERLANG_17'}, ++ {i, "include"}, + {i, "deps/p1_stun/include"}, + {i, "../p1_stun/include"}]}. -+-ifdef(ERLANG_17). -+-spec do_delete_expect(Mod::atom(), meck_expect:func_ari(), Expects::dict:dict()) -> -+ {NewExpects::dict:dict(), CompilerPid::pid()}. -+-else. - -spec do_delete_expect(Mod::atom(), meck_expect:func_ari(), Expects::dict()) -> - {NewExpects::dict(), CompilerPid::pid()}. + +$FreeBSD$ + +--- ../deps/p1_stun/src/turn.erl.orig ++++ ../deps/p1_stun/src/turn.erl +@@ -56,6 +56,29 @@ + + -type addr() :: {inet:ip_address(), inet:port_number()}. + ++-ifdef(ERLANG_17). ++-record(state, ++ {sock_mod = gen_udp :: gen_udp | gen_tcp | p1_tls, ++ sock :: inet:socket() | p1_tls:tls_socket(), ++ addr = {{0,0,0,0}, 0} :: addr(), ++ owner = self() :: pid(), ++ username = <<"">> :: binary(), ++ realm = <<"">> :: binary(), ++ key = {<<"">>, <<"">>, <<"">>} :: {binary(), binary(), binary()}, ++ server_name = <<"">> :: binary(), ++ permissions = ?DICT:new() :: dict:dict(), ++ channels = ?DICT:new() :: dict:dict(), ++ max_permissions :: non_neg_integer() | atom(), ++ relay_ip = {127,0,0,1} :: inet:ip_address(), ++ min_port = 49152 :: non_neg_integer(), ++ max_port = 65535 :: non_neg_integer(), ++ relay_addr :: addr(), ++ relay_sock :: inet:socket(), ++ last_trid :: non_neg_integer(), ++ last_pkt = <<>> :: binary(), ++ seq = 1 :: non_neg_integer(), ++ life_timer :: reference()}). ++-else. + -record(state, + {sock_mod = gen_udp :: gen_udp | gen_tcp | p1_tls, + sock :: inet:socket() | p1_tls:tls_socket(), +@@ -77,6 +100,7 @@ + last_pkt = <<>> :: binary(), + seq = 1 :: non_neg_integer(), + life_timer :: reference()}). +-endif. - do_delete_expect(Mod, FuncAri, Expects) -> - NewExpects = dict:erase(FuncAri, Expects), - compile_expects(Mod, NewExpects). + %%==================================================================== + %% API + +$FreeBSD$ + +--- ../deps/p1_stun/rebar.config.orig ++++ ../deps/p1_stun/rebar.config +@@ -1,4 +1,5 @@ +-{erl_opts, [debug_info, {i, "include"}]}. ++{erl_opts, [{platform_define, "^1[78]-", 'ERLANG_17'}, ++ debug_info, {i, "include"}]}. + + {deps, [{p1_tls, ".*", {git, "git://github.com/processone/tls.git"}}, + {p1_utils, ".*", {git, "git://github.com/processone/p1_utils.git"}}]}. + +$FreeBSD$ + +--- ../deps/p1_stun/src/stun_listener.erl.orig ++++ ../deps/p1_stun/src/stun_listener.erl +@@ -36,7 +36,11 @@ + terminate/2, code_change/3]). + -define(TCP_SEND_TIMEOUT, 10000). +-ifdef(ERLANG_17). -+-spec compile_expects(Mod::atom(), Expects::dict:dict()) -> -+ {NewExpects::dict:dict(), CompilerPid::pid()}. ++-record(state, {listeners = dict:new() :: dict:dict()}). +-else. - -spec compile_expects(Mod::atom(), Expects::dict()) -> - {NewExpects::dict(), CompilerPid::pid()}. + -record(state, {listeners = dict:new() :: dict()}). +-endif. - compile_expects(Mod, Expects) -> - %% If the recompilation is made by the server that executes a module - %% no module that is called from meck_code:compile_and_load_forms/2 + + %%%=================================================================== + %%% API --- ../deps/riakc/rebar.config.orig +++ ../deps/riakc/rebar.config @@ -1,6 +1,8 @@ @@ -119,7 +139,7 @@ Fixes to make it work with Erlang R17 {eunit_opts, [verbose]}. -{erl_opts, [warnings_as_errors, debug_info]}. +{erl_opts, [ -+ {platform_define, "^17-", 'ERLANG_17'}, ++ {platform_define, "^1[78]-", 'ERLANG_17'}, + warnings_as_errors, debug_info]}. {deps, [ {riak_pb, ".*", {git, "git://github.com/basho/riak_pb", {tag, "1.4.4.0"}}} @@ -206,3 +226,4 @@ Fixes to make it work with Erlang R17 %% @doc Create a linked process to talk with the riak server on Address:Port %% Client id will be assigned by the server. + Added: head/net-im/ejabberd/files/patch-erlang-18 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/ejabberd/files/patch-erlang-18 Mon Jun 29 04:45:14 2015 (r390878) @@ -0,0 +1,209 @@ +diff -ruN --exclude '*.orig' ../deps/esip/src/esip.erl ../deps/esip/src/esip.erl +--- ../deps/esip/src/esip.erl 2015-01-14 12:52:19.000000000 +0100 ++++ ../deps/esip/src/esip.erl 2015-06-25 10:20:59.000000000 +0200 +@@ -739,7 +739,7 @@ + %% gen_server callbacks + %%==================================================================== + init([]) -> +- {A, B, C} = now(), ++ {A, B, C} = erlang:timestamp(), + random:seed(A, B, C), + ets:new(esip_config, [named_table, public]), + set_config([]), +diff -ruN --exclude '*.orig' ../deps/esip/src/esip_codec.erl ../deps/esip/src/esip_codec.erl +--- ../deps/esip/src/esip_codec.erl 2015-01-14 12:52:19.000000000 +0100 ++++ ../deps/esip/src/esip_codec.erl 2015-06-25 10:21:17.000000000 +0200 +@@ -1334,10 +1334,10 @@ + io:format("~n== Estimate: ~p~n", [T div N]). + + test_loop(P, Msg, N) -> +- test_loop(P, Msg, N, now()). ++ test_loop(P, Msg, N, erlang:timestamp()). + + test_loop(P, _, 0, T) -> +- P ! {ok, timer:now_diff(now(), T)}; ++ P ! {ok, timer:now_diff(erlang:timestamp(), T)}; + test_loop(P, Msg, N, T) -> + decode(Msg), + test_loop(P, Msg, N-1, T). +diff -ruN --exclude '*.orig' ../deps/esip/src/esip_transaction.erl ../deps/esip/src/esip_transaction.erl +--- ../deps/esip/src/esip_transaction.erl 2015-01-14 12:52:19.000000000 +0100 ++++ ../deps/esip/src/esip_transaction.erl 2015-06-25 10:20:38.000000000 +0200 +@@ -205,9 +205,9 @@ + maybe_report_error(Type, N) -> + case ets:lookup(?MODULE, {last_error_report, Type}) of + [{_, Now}] -> +- case timer:now_diff(now(), Now) of ++ case timer:now_diff(erlang:timestamp(), Now) of + T when T > 60000000 -> +- ets:insert(?MODULE, {{last_error_report, Type}, now()}), ++ ets:insert(?MODULE, {{last_error_report, Type}, erlang:timestamp()}), + ?ERROR_MSG("too many ~s transactions: ~p", [Type, N]); + _ -> + ok +diff -ruN --exclude '*.orig' ../deps/p1_cache_tab/src/cache_tab.erl ../deps/p1_cache_tab/src/cache_tab.erl +--- ../deps/p1_cache_tab/src/cache_tab.erl 2015-01-14 12:52:24.000000000 +0100 ++++ ../deps/p1_cache_tab/src/cache_tab.erl 2015-06-25 10:22:59.000000000 +0200 +@@ -405,7 +405,7 @@ + [get_proc(Tab, N) || N <- lists:seq(1, get_proc_num())]. + + now_priority() -> +- {MSec, Sec, USec} = now(), ++ {MSec, Sec, USec} = erlang:timestamp(), + -((MSec*1000000 + Sec)*1000000 + USec). + + clean_priority(LifeTime) -> +@@ -594,20 +594,20 @@ + test3(Iter) -> + ok = new(test_tbl, [{max_size, unlimited}, {life_time, unlimited}]), + L = lists:seq(1, Iter), +- T1 = now(), ++ T1 = erlang:timestamp(), + lists:foreach( + fun(N) -> + ok = ?insert(test_tbl, N, N, fun() -> ok end) + end, L), + io:format("** average insert (size = ~p): ~p usec~n", +- [Iter, round(timer:now_diff(now(), T1)/Iter)]), +- T2 = now(), ++ [Iter, round(timer:now_diff(erlang:timestamp(), T1)/Iter)]), ++ T2 = erlang:timestamp(), + lists:foreach( + fun(N) -> + {ok, N} = ?lookup(test_tbl, N, fun() -> ok end) + end, L), + io:format("** average lookup (size = ~p): ~p usec~n", +- [Iter, round(timer:now_diff(now(), T2)/Iter)]), ++ [Iter, round(timer:now_diff(erlang:timestamp(), T2)/Iter)]), + {ok, Iter} = info(test_tbl, size), + delete(test_tbl). + +diff -ruN --exclude '*.orig' ../deps/p1_stun/src/stun.erl ../deps/p1_stun/src/stun.erl +--- ../deps/p1_stun/src/stun.erl 2015-01-14 12:52:02.000000000 +0100 ++++ ../deps/p1_stun/src/stun.erl 2015-06-25 10:22:10.000000000 +0200 +@@ -583,7 +583,7 @@ + end. + + now_priority() -> +- {MSec, Sec, USec} = now(), ++ {MSec, Sec, USec} = erlang:timestamp(), + -((MSec*1000000 + Sec)*1000000 + USec). + + clean_treap(Treap, CleanPriority) -> +@@ -647,7 +647,7 @@ + {ok, Sock}. + + seed() -> +- {A, B, C} = now(), ++ {A, B, C} = erlang:timestamp(), + random:seed(A, B, C). + + prepare_response(State, Msg) -> +diff -ruN --exclude '*.orig' ../deps/p1_stun/src/stun_shaper.erl ../deps/p1_stun/src/stun_shaper.erl +--- ../deps/p1_stun/src/stun_shaper.erl 2014-05-19 04:09:58.000000000 +0200 ++++ ../deps/p1_stun/src/stun_shaper.erl 2015-06-25 10:21:53.000000000 +0200 +@@ -46,7 +46,7 @@ + new(none) -> none; + new(MaxRate) when is_integer(MaxRate) -> + #maxrate{maxrate = MaxRate, lastrate = 0.0, +- lasttime = now_to_usec(now())}. ++ lasttime = now_to_usec(erlang:timestamp())}. + + -spec update(shaper(), integer()) -> {shaper(), integer()}. + +@@ -54,13 +54,13 @@ + update(#maxrate{} = State, Size) -> + MinInterv = 1000 * Size / + (2 * State#maxrate.maxrate - State#maxrate.lastrate), +- Interv = (now_to_usec(now()) - State#maxrate.lasttime) / ++ Interv = (now_to_usec(erlang:timestamp()) - State#maxrate.lasttime) / + 1000, + Pause = if MinInterv > Interv -> + 1 + trunc(MinInterv - Interv); + true -> 0 + end, +- NextNow = now_to_usec(now()) + Pause * 1000, ++ NextNow = now_to_usec(erlang:timestamp()) + Pause * 1000, + {State#maxrate{lastrate = + (State#maxrate.lastrate + + 1000000 * Size / (NextNow - State#maxrate.lasttime)) +diff -ruN --exclude '*.orig' ../deps/p1_stun/src/stun_test.erl ../deps/p1_stun/src/stun_test.erl +--- ../deps/p1_stun/src/stun_test.erl 2014-05-19 04:09:58.000000000 +0200 ++++ ../deps/p1_stun/src/stun_test.erl 2015-06-25 10:21:35.000000000 +0200 +@@ -356,7 +356,7 @@ + end. + + mk_trid() -> +- {A, B, C} = now(), ++ {A, B, C} = erlang:timestamp(), + random:seed(A, B, C), + random:uniform(1 bsl 96). + +diff -ruN --exclude '*.orig' ../deps/p1_stun/src/turn.erl ../deps/p1_stun/src/turn.erl +--- ../deps/p1_stun/src/turn.erl 2014-05-19 04:09:58.000000000 +0200 ++++ ../deps/p1_stun/src/turn.erl 2015-06-25 10:16:52.000000000 +0200 +@@ -64,8 +64,8 @@ + realm = <<"">> :: binary(), + key = {<<"">>, <<"">>, <<"">>} :: {binary(), binary(), binary()}, + server_name = <<"">> :: binary(), +- permissions = ?DICT:new() :: dict(), +- channels = ?DICT:new() :: dict(), ++ permissions = ?DICT:new() :: dict:dict(), ++ channels = ?DICT:new() :: dict:dict(), + max_permissions :: non_neg_integer() | atom(), + relay_ip = {127,0,0,1} :: inet:ip_address(), + min_port = 49152 :: non_neg_integer(), +@@ -117,7 +117,7 @@ + ok + end, + TRef = erlang:start_timer(?DEFAULT_LIFETIME, self(), stop), +- {A1, A2, A3} = now(), ++ {A1, A2, A3} = erlang:timestamp(), + random:seed(A1, A2, A3), + case turn_sm:add_allocation(AddrPort, Username, Realm, MaxAllocs, self()) of + ok -> +diff -ruN --exclude '*.orig' ../deps/p1_utils/src/p1_fsm.erl ../deps/p1_utils/src/p1_fsm.erl +--- ../deps/p1_utils/src/p1_fsm.erl 2014-07-28 01:40:11.000000000 +0200 ++++ ../deps/p1_utils/src/p1_fsm.erl 2015-06-25 10:22:37.000000000 +0200 +@@ -601,12 +601,12 @@ + true -> + Time1 + end, +- Now = now(), ++ Now = erlang:timestamp(), + Reason = case catch rpc_call(Node, M, F, A, RPCTimeout) of + {ok, Clone} -> + process_flag(trap_exit, true), + MRef = erlang:monitor(process, Clone), +- NowDiff = timer:now_diff(now(), Now) div 1000, ++ NowDiff = timer:now_diff(erlang:timestamp(), Now) div 1000, + TimeLeft = lists:max([Time1 - NowDiff, 0]), + TRef = erlang:start_timer(TimeLeft, self(), timeout), + relay_messages(MRef, TRef, Clone, Queue); +@@ -664,12 +664,12 @@ + true -> + Time1 + end, +- Now = now(), ++ Now = erlang:timestamp(), + Reason = case catch rpc_call(Node, M, F, A, RPCTimeout) of + {ok, Clone} -> + process_flag(trap_exit, true), + MRef = erlang:monitor(process, Clone), +- NowDiff = timer:now_diff(now(), Now) div 1000, ++ NowDiff = timer:now_diff(erlang:timestamp(), Now) div 1000, + TimeLeft = lists:max([Time1 - NowDiff, 0]), + TRef = erlang:start_timer(TimeLeft, self(), timeout), + relay_messages(MRef, TRef, Clone, Queue); +diff -ruN --exclude '*.orig' ../deps/riakc/src/riakc_pb_socket.erl ../deps/riakc/src/riakc_pb_socket.erl +--- ../deps/riakc/src/riakc_pb_socket.erl 2015-01-14 13:01:53.000000000 +0100 ++++ ../deps/riakc/src/riakc_pb_socket.erl 2015-06-25 10:23:23.000000000 +0200 +@@ -1728,7 +1728,7 @@ + end. + + %% @private +-mk_reqid() -> erlang:phash2(erlang:now()). % only has to be unique per-pid ++mk_reqid() -> erlang:phash2(erlang:timestamp()). % only has to be unique per-pid + + %% @private + wait_for_list(ReqId) -> Modified: head/net-im/ejabberd/pkg-plist ============================================================================== --- head/net-im/ejabberd/pkg-plist Mon Jun 29 01:01:40 2015 (r390877) +++ head/net-im/ejabberd/pkg-plist Mon Jun 29 04:45:14 2015 (r390878) @@ -9,6 +9,8 @@ lib/erlang/lib/%%PORTNAME%%-%%PORTVERSIO lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/XmppAddr.beam lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/acl.beam lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/adhoc.beam +%%REDIS%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/basho_bench_driver_eredis.beam +%%REDIS%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/basho_bench_driver_erldis.beam lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/bitmap.beam lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/cache_tab.beam lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/cache_tab_sup.beam @@ -85,6 +87,12 @@ lib/erlang/lib/%%PORTNAME%%-%%PORTVERSIO %%PAM%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/epam_app.beam %%PAM%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/epam_sup.beam %%PAM%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/epam.beam +%%REDIS%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/eredis.app +%%REDIS%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/eredis.beam +%%REDIS%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/eredis_client.beam +%%REDIS%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/eredis_parser.beam +%%REDIS%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/eredis_sub.beam +%%REDIS%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/eredis_sub_client.beam lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/esip.app lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/esip.beam lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/esip_app.beam @@ -154,11 +162,13 @@ lib/erlang/lib/%%PORTNAME%%-%%PORTVERSIO %%LAGER%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/lager_util.beam %%RIAK%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/meck.app %%RIAK%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/meck.beam +%%RIAK%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/meck_args_matcher.beam %%RIAK%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/meck_code.beam %%RIAK%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/meck_code_gen.beam %%RIAK%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/meck_cover.beam %%RIAK%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/meck_expect.beam %%RIAK%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/meck_history.beam +%%RIAK%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/meck_matcher.beam %%RIAK%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/meck_proc.beam %%RIAK%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/meck_ret_spec.beam %%RIAK%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/meck_util.beam @@ -180,6 +190,7 @@ lib/erlang/lib/%%PORTNAME%%-%%PORTVERSIO lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_irc.beam lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_irc_connection.beam lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_last.beam +lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_mam.beam lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_muc.beam lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_muc_admin.beam lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_muc_log.beam @@ -248,7 +259,6 @@ lib/erlang/lib/%%PORTNAME%%-%%PORTVERSIO %%MYSQL%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/p1_mysql_sup.beam %%PAM%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/p1_pam.app %%PGSQL%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/p1_pgsql.app -%%PAM%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/p1_prof.beam lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/p1_server.beam lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/p1_sha.beam lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/p1_stringprep.app @@ -298,6 +308,9 @@ lib/erlang/lib/%%PORTNAME%%-%%PORTVERSIO lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/randoms.beam lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/scram.beam lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/shaper.beam +%%SQLITE%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/sqlite3.app +%%SQLITE%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/sqlite3.beam +%%SQLITE%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/sqlite3_lib.beam lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/str.beam lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/stringprep.beam lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/stringprep_app.beam @@ -332,6 +345,8 @@ lib/erlang/lib/%%PORTNAME%%-%%PORTVERSIO lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/%%PORTNAME%%_sm.hrl lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/%%PORTNAME%%_web_admin.hrl lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/eldap.hrl +lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/eredis.hrl +lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/eredis_sub.hrl lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/esip.hrl lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/esip_lib.hrl lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/http_bind.hrl @@ -351,6 +366,7 @@ lib/erlang/lib/%%PORTNAME%%-%%PORTVERSIO %%RIAK%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/riak_pb_kv_codec.hrl %%RIAK%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/riak_search_pb.hrl %%RIAK%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/riakc.hrl +lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/sqlite3.hrl lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/stun.hrl lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/xml.hrl lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/xml_gen.hrl @@ -367,6 +383,8 @@ lib/erlang/lib/%%PORTNAME%%-%%PORTVERSIO lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/lib/p1_sha.so lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/lib/p1_tls_drv.so lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/lib/p1_yaml.so +%%SQLITE%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/lib/sqlite3_drv.so +lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/lib/xml.so lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/lib/stringprep.so lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/msgs/ca.msg lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/msgs/cs.msg @@ -394,20 +412,10 @@ lib/erlang/lib/%%PORTNAME%%-%%PORTVERSIO lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/msgs/vi.msg lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/msgs/wa.msg lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/msgs/zh.msg +%%SQLITE%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/sql/lite.sql +%%SQLITE%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/sqlite3_drv.so sbin/%%PORTNAME%%ctl %%PORTDOCS%%%%DOCSDIR%%/COPYING -%%PORTDOCS%%%%DOCSDIR%%/dev.html -%%PORTDOCS%%%%DOCSDIR%%/discorus.png -%%PORTDOCS%%%%DOCSDIR%%/guide.html -%%PORTDOCS%%%%DOCSDIR%%/guide.pdf -%%PORTDOCS%%%%DOCSDIR%%/logo.png -%%PORTDOCS%%%%DOCSDIR%%/msrl-dit-deep.png -%%PORTDOCS%%%%DOCSDIR%%/msrl-dit-flat.png -%%PORTDOCS%%%%DOCSDIR%%/msrl-roster-deep.png -%%PORTDOCS%%%%DOCSDIR%%/msrl-roster-flat.png -%%PORTDOCS%%%%DOCSDIR%%/webadmmain.png -%%PORTDOCS%%%%DOCSDIR%%/webadmmainru.png -%%PORTDOCS%%%%DOCSDIR%%/yozhikheader.png @dir /var/spool/ejabberd @dir /var/run/ejabberdctl @dir /var/log/ejabberd From owner-svn-ports-all@freebsd.org Mon Jun 29 04:51:30 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1848498D3F0; Mon, 29 Jun 2015 04:51:30 +0000 (UTC) (envelope-from ashish@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 097AC161F; Mon, 29 Jun 2015 04:51:30 +0000 (UTC) (envelope-from ashish@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5T4pTts076553; Mon, 29 Jun 2015 04:51:29 GMT (envelope-from ashish@FreeBSD.org) Received: (from ashish@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5T4pT9l076549; Mon, 29 Jun 2015 04:51:29 GMT (envelope-from ashish@FreeBSD.org) Message-Id: <201506290451.t5T4pT9l076549@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ashish set sender to ashish@FreeBSD.org using -f From: Ashish SHUKLA Date: Mon, 29 Jun 2015 04:51:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390879 - head/net-im/ejabberd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 04:51:30 -0000 Author: ashish Date: Mon Jun 29 04:51:28 2015 New Revision: 390879 URL: https://svnweb.freebsd.org/changeset/ports/390879 Log: - Fix typo in OPTION name - Update `pkg-plist' - Bump PORTREVISION due to change in pkg-plist Modified: head/net-im/ejabberd/Makefile head/net-im/ejabberd/pkg-plist Modified: head/net-im/ejabberd/Makefile ============================================================================== --- head/net-im/ejabberd/Makefile Mon Jun 29 04:45:14 2015 (r390878) +++ head/net-im/ejabberd/Makefile Mon Jun 29 04:51:28 2015 (r390879) @@ -3,6 +3,7 @@ PORTNAME= ejabberd PORTVERSION= 15.06 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= http://www.process-one.net/downloads/${PORTNAME}/${PORTVERSION}/:p1 \ http://distfiles.pirateparty.in/ashish/:deps \ @@ -61,7 +62,7 @@ RIAK_CONFIGURE_ENABLE= riak ICONV_CONFIGURE_ENABLE= iconv REDIS_CONFIGURE_ENABLE= redis SQLITE_CONFIGURE_ENABLE=sqlite -TOOS_CONFIGURE_ENABLE= tools +TOOLS_CONFIGURE_ENABLE= tools SQLITE_USE= SQLITE=yes ICONV_USES= iconv:wchar_t ICONV_LDFLAGS= ${ICONV_LIB} Modified: head/net-im/ejabberd/pkg-plist ============================================================================== --- head/net-im/ejabberd/pkg-plist Mon Jun 29 04:45:14 2015 (r390878) +++ head/net-im/ejabberd/pkg-plist Mon Jun 29 04:51:28 2015 (r390879) @@ -334,6 +334,7 @@ lib/erlang/lib/%%PORTNAME%%-%%PORTVERSIO lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/xml_gen.beam lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/xml_stream.beam lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/xml_sup.beam +%%TOOLS%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/xmpp_codec.beam lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/ELDAPv3.hrl lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/XmppAddr.hrl lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/adhoc.hrl From owner-svn-ports-all@freebsd.org Mon Jun 29 04:58:01 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A400798D478; Mon, 29 Jun 2015 04:58:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 94CEB1925; Mon, 29 Jun 2015 04:58:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5T4w1S7077466; Mon, 29 Jun 2015 04:58:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5T4w1pq077465; Mon, 29 Jun 2015 04:58:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506290458.t5T4w1pq077465@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 29 Jun 2015 04:58:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390880 - head/databases/p5-DBD-mysql X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 04:58:01 -0000 Author: sunpoet Date: Mon Jun 29 04:58:00 2015 New Revision: 390880 URL: https://svnweb.freebsd.org/changeset/ports/390880 Log: - Cleanup CONFLICTS_INSTALL Modified: head/databases/p5-DBD-mysql/Makefile Modified: head/databases/p5-DBD-mysql/Makefile ============================================================================== --- head/databases/p5-DBD-mysql/Makefile Mon Jun 29 04:51:28 2015 (r390879) +++ head/databases/p5-DBD-mysql/Makefile Mon Jun 29 04:58:00 2015 (r390880) @@ -17,7 +17,7 @@ BUILD_DEPENDS= p5-DBI>=1.08:${PORTSDIR}/ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep -CONFLICTS_INSTALL?= p5-Mysql-modules-[0-9]* p5-DBD-mysql[45][0-9]-[0-9]* +CONFLICTS_INSTALL?= p5-DBD-mysql[45][0-9]-[0-9]* USE_MYSQL= yes USE_PERL5= configure From owner-svn-ports-all@freebsd.org Mon Jun 29 04:58:44 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0FA4C98D4A7; Mon, 29 Jun 2015 04:58:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 00B161A09; Mon, 29 Jun 2015 04:58:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5T4whDn077646; Mon, 29 Jun 2015 04:58:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5T4whRg077645; Mon, 29 Jun 2015 04:58:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506290458.t5T4whRg077645@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 29 Jun 2015 04:58:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390881 - head/databases/p5-DBD-mysql51 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 04:58:44 -0000 Author: sunpoet Date: Mon Jun 29 04:58:43 2015 New Revision: 390881 URL: https://svnweb.freebsd.org/changeset/ports/390881 Log: - Cleanup CONFLICTS - Use CONFLICTS_INSTALL instead of CONFLICTS Modified: head/databases/p5-DBD-mysql51/Makefile Modified: head/databases/p5-DBD-mysql51/Makefile ============================================================================== --- head/databases/p5-DBD-mysql51/Makefile Mon Jun 29 04:58:00 2015 (r390880) +++ head/databases/p5-DBD-mysql51/Makefile Mon Jun 29 04:58:43 2015 (r390881) @@ -5,7 +5,7 @@ PKGNAMESUFFIX= 51 COMMENT= MySQL 5.1 driver for the Perl5 Database Interface (DBI) -CONFLICTS= p5-Mysql-modules-[0-9]* p5-DBD-mysql-[0-9]* p5-DBD-mysql4[0-9]-[0-9]* p5-DBD-mysql5[02-9]-[0-9]* +CONFLICTS_INSTALL= p5-DBD-mysql-[0-9]* p5-DBD-mysql5[02-9]-[0-9]* WANT_MYSQL_VER= 51 From owner-svn-ports-all@freebsd.org Mon Jun 29 07:18:45 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6AC8198EE2D; Mon, 29 Jun 2015 07:18:45 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 56AA81150; Mon, 29 Jun 2015 07:18:45 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5T7Ijgq044929; Mon, 29 Jun 2015 07:18:45 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5T7Ih20044915; Mon, 29 Jun 2015 07:18:43 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201506290718.t5T7Ih20044915@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Mon, 29 Jun 2015 07:18:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390882 - in head/lang: erlang erlang-java erlang-wx erlang/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 07:18:45 -0000 Author: olgeni Date: Mon Jun 29 07:18:42 2015 New Revision: 390882 URL: https://svnweb.freebsd.org/changeset/ports/390882 Log: Upgrade to R18. - HIPE is now enabled by default - Add APACHE20 license - Remove unnecessary autoreconf - Sort option descriptions Gotchas: - The LLVM HiPE backend does not seem to work yet. Added: head/lang/erlang/files/patch-lib_hipe_llvm_hipe__llvm__main.erl (contents, props changed) Deleted: head/lang/erlang/files/patch-erts_emulator_drivers_common_efile__drv.c head/lang/erlang/files/patch-lib_ssl_src_ssl__cipher.erl Modified: head/lang/erlang-java/Makefile head/lang/erlang-java/distinfo head/lang/erlang-java/pkg-plist (contents, props changed) head/lang/erlang-wx/Makefile head/lang/erlang-wx/distinfo head/lang/erlang/Makefile head/lang/erlang/distinfo Modified: head/lang/erlang-java/Makefile ============================================================================== --- head/lang/erlang-java/Makefile Mon Jun 29 04:58:43 2015 (r390881) +++ head/lang/erlang-java/Makefile Mon Jun 29 07:18:42 2015 (r390882) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= erlang -PORTVERSION= 17.5.6 +PORTVERSION= 18.0 CATEGORIES= lang parallel java MASTER_SITES= http://www.erlang.org/download/:erlangorg \ http://erlang.stacken.kth.se/download/:erlangorg \ @@ -14,8 +14,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} PATCH_SITES= http://olgeni.olgeni.com/~olgeni/distfiles/ \ LOCAL/olgeni -PATCHFILES= patch-otp-17.5.1 patch-otp-17.5.2 patch-otp-17.5.3 \ - patch-otp-17.5.4 patch-otp-17.5.5 patch-otp-17.5.6 +PATCHFILES= MAINTAINER= olgeni@FreeBSD.org COMMENT= Erlang interface for Java @@ -30,13 +29,13 @@ MAKE_JOBS_UNSAFE=yes OPTIONS_DEFINE= DOCS -ERL_RELEASE= 17.5 +ERL_RELEASE= 18.0 -USES= autoreconf gmake +USES= gmake perl5 GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib -APP_VERSION= 1.5.12 +APP_VERSION= 1.6 APP_DIR= ${PREFIX}/lib/erlang/lib/jinterface-${APP_VERSION} .include Modified: head/lang/erlang-java/distinfo ============================================================================== --- head/lang/erlang-java/distinfo Mon Jun 29 04:58:43 2015 (r390881) +++ head/lang/erlang-java/distinfo Mon Jun 29 07:18:42 2015 (r390882) @@ -1,16 +1,4 @@ -SHA256 (erlang/otp_src_17.5.tar.gz) = 3c28820c981b30c50df8ac2a4a238e5813454fa3ed2ad530bc7948a282846474 -SIZE (erlang/otp_src_17.5.tar.gz) = 67242289 -SHA256 (erlang/otp_doc_html_17.5.tar.gz) = baba1d373c1faacf4a1a6ec1220d57d0cb2b977edb74f32cd58dc786361c6cf5 -SIZE (erlang/otp_doc_html_17.5.tar.gz) = 33510258 -SHA256 (erlang/patch-otp-17.5.1) = e95b17b539b84b2408cbdd8af68ea96ad239a1b38117243d21ebb809ab3ca1c3 -SIZE (erlang/patch-otp-17.5.1) = 36012 -SHA256 (erlang/patch-otp-17.5.2) = 9c70e90c3b040ab1e136738f355f0925f64afd5a4b28f1c9a6f4035f2bf03b1b -SIZE (erlang/patch-otp-17.5.2) = 17821 -SHA256 (erlang/patch-otp-17.5.3) = fd2879176733c34c002123da9d9b96ac3cf1857c7422a061711be818aecc9e13 -SIZE (erlang/patch-otp-17.5.3) = 135959 -SHA256 (erlang/patch-otp-17.5.4) = dce1130adfabe4fdecd1e5e700bea70a5e9ba7886b51c81a7a2371e204d725ca -SIZE (erlang/patch-otp-17.5.4) = 14618 -SHA256 (erlang/patch-otp-17.5.5) = 78f81dc17c52b73d45819de50fc11df3a19ff0593a6d5c6d105b5875c1e654f6 -SIZE (erlang/patch-otp-17.5.5) = 44523 -SHA256 (erlang/patch-otp-17.5.6) = 25461538cf79af56ee64019cfb76764bc5c2ac7cc9d3f9061ef01dd93d46ef36 -SIZE (erlang/patch-otp-17.5.6) = 57264 +SHA256 (erlang/otp_src_18.0.tar.gz) = a0b69da34b4f218eb7d63d9e96fc120aa7257bb6c37a0f40fb388e188b4111aa +SIZE (erlang/otp_src_18.0.tar.gz) = 68124710 +SHA256 (erlang/otp_doc_html_18.0.tar.gz) = e5a766f68406f5025f921ec32e8959937189ed1245e24b03a74156a8898b03b2 +SIZE (erlang/otp_doc_html_18.0.tar.gz) = 33857396 Modified: head/lang/erlang-java/pkg-plist ============================================================================== --- head/lang/erlang-java/pkg-plist Mon Jun 29 04:58:43 2015 (r390881) +++ head/lang/erlang-java/pkg-plist Mon Jun 29 07:18:42 2015 (r390882) @@ -51,6 +51,12 @@ %%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/java/com/ericsson/otp/erlang/OtpPeer.html %%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/java/com/ericsson/otp/erlang/OtpSelf.html %%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/java/com/ericsson/otp/erlang/OtpServer.html +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/java/com/ericsson/otp/erlang/OtpServerSocketTransport.html +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/java/com/ericsson/otp/erlang/OtpServerTransport.html +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/java/com/ericsson/otp/erlang/OtpSocketTransport.html +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/java/com/ericsson/otp/erlang/OtpSocketTransportFactory.html +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/java/com/ericsson/otp/erlang/OtpTransport.html +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/java/com/ericsson/otp/erlang/OtpTransportFactory.html %%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/java/com/ericsson/otp/erlang/package-frame.html %%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/java/com/ericsson/otp/erlang/package-summary.html %%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/java/com/ericsson/otp/erlang/package-tree.html @@ -92,6 +98,7 @@ %%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/src/user_guide.gif lib/erlang/lib/jinterface-%%APP_VERSION%%/ebin/jinterface.app lib/erlang/lib/jinterface-%%APP_VERSION%%/ebin/jinterface.appup +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/info lib/erlang/lib/jinterface-%%APP_VERSION%%/java_src/Makefile lib/erlang/lib/jinterface-%%APP_VERSION%%/java_src/com/ericsson/otp/erlang/AbstractConnection.java lib/erlang/lib/jinterface-%%APP_VERSION%%/java_src/com/ericsson/otp/erlang/AbstractNode.java @@ -143,11 +150,16 @@ lib/erlang/lib/jinterface-%%APP_VERSION% lib/erlang/lib/jinterface-%%APP_VERSION%%/java_src/com/ericsson/otp/erlang/OtpPeer.java lib/erlang/lib/jinterface-%%APP_VERSION%%/java_src/com/ericsson/otp/erlang/OtpSelf.java lib/erlang/lib/jinterface-%%APP_VERSION%%/java_src/com/ericsson/otp/erlang/OtpServer.java +lib/erlang/lib/jinterface-%%APP_VERSION%%/java_src/com/ericsson/otp/erlang/OtpServerSocketTransport.java +lib/erlang/lib/jinterface-%%APP_VERSION%%/java_src/com/ericsson/otp/erlang/OtpServerTransport.java +lib/erlang/lib/jinterface-%%APP_VERSION%%/java_src/com/ericsson/otp/erlang/OtpSocketTransport.java +lib/erlang/lib/jinterface-%%APP_VERSION%%/java_src/com/ericsson/otp/erlang/OtpSocketTransportFactory.java lib/erlang/lib/jinterface-%%APP_VERSION%%/java_src/com/ericsson/otp/erlang/OtpSystem.java +lib/erlang/lib/jinterface-%%APP_VERSION%%/java_src/com/ericsson/otp/erlang/OtpTransport.java +lib/erlang/lib/jinterface-%%APP_VERSION%%/java_src/com/ericsson/otp/erlang/OtpTransportFactory.java lib/erlang/lib/jinterface-%%APP_VERSION%%/java_src/com/ericsson/otp/erlang/java_files lib/erlang/lib/jinterface-%%APP_VERSION%%/java_src/com/ericsson/otp/erlang/jinterface.app.src lib/erlang/lib/jinterface-%%APP_VERSION%%/java_src/com/ericsson/otp/erlang/jinterface.appup.src lib/erlang/lib/jinterface-%%APP_VERSION%%/java_src/com/ericsson/otp/erlang/package.html lib/erlang/lib/jinterface-%%APP_VERSION%%/java_src/pom.xml.src -%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/info lib/erlang/lib/jinterface-%%APP_VERSION%%/priv/OtpErlang.jar Modified: head/lang/erlang-wx/Makefile ============================================================================== --- head/lang/erlang-wx/Makefile Mon Jun 29 04:58:43 2015 (r390881) +++ head/lang/erlang-wx/Makefile Mon Jun 29 07:18:42 2015 (r390882) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= erlang -PORTVERSION= 17.5.6 +PORTVERSION= 18.0 CATEGORIES= lang parallel MASTER_SITES= http://www.erlang.org/download/:erlangorg \ http://erlang.stacken.kth.se/download/:erlangorg \ @@ -14,8 +14,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} PATCH_SITES= http://olgeni.olgeni.com/~olgeni/distfiles/ \ LOCAL/olgeni -PATCHFILES= patch-otp-17.5.1 patch-otp-17.5.2 patch-otp-17.5.3 \ - patch-otp-17.5.4 patch-otp-17.5.5 patch-otp-17.5.6 +PATCHFILES= MAINTAINER= olgeni@FreeBSD.org COMMENT= Erlang bindings for wxWindows @@ -31,13 +30,13 @@ MAKE_JOBS_UNSAFE=yes OPTIONS_DEFINE= DOCS -ERL_RELEASE= 17.5 +ERL_RELEASE= 18.0 USES= autoreconf gmake GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib -APP_VERSION= 1.3.3 +APP_VERSION= 1.4 APP_DIR= ${PREFIX}/lib/erlang/lib/wx-${APP_VERSION} .include Modified: head/lang/erlang-wx/distinfo ============================================================================== --- head/lang/erlang-wx/distinfo Mon Jun 29 04:58:43 2015 (r390881) +++ head/lang/erlang-wx/distinfo Mon Jun 29 07:18:42 2015 (r390882) @@ -1,16 +1,4 @@ -SHA256 (erlang/otp_src_17.5.tar.gz) = 3c28820c981b30c50df8ac2a4a238e5813454fa3ed2ad530bc7948a282846474 -SIZE (erlang/otp_src_17.5.tar.gz) = 67242289 -SHA256 (erlang/otp_doc_html_17.5.tar.gz) = baba1d373c1faacf4a1a6ec1220d57d0cb2b977edb74f32cd58dc786361c6cf5 -SIZE (erlang/otp_doc_html_17.5.tar.gz) = 33510258 -SHA256 (erlang/patch-otp-17.5.1) = e95b17b539b84b2408cbdd8af68ea96ad239a1b38117243d21ebb809ab3ca1c3 -SIZE (erlang/patch-otp-17.5.1) = 36012 -SHA256 (erlang/patch-otp-17.5.2) = 9c70e90c3b040ab1e136738f355f0925f64afd5a4b28f1c9a6f4035f2bf03b1b -SIZE (erlang/patch-otp-17.5.2) = 17821 -SHA256 (erlang/patch-otp-17.5.3) = fd2879176733c34c002123da9d9b96ac3cf1857c7422a061711be818aecc9e13 -SIZE (erlang/patch-otp-17.5.3) = 135959 -SHA256 (erlang/patch-otp-17.5.4) = dce1130adfabe4fdecd1e5e700bea70a5e9ba7886b51c81a7a2371e204d725ca -SIZE (erlang/patch-otp-17.5.4) = 14618 -SHA256 (erlang/patch-otp-17.5.5) = 78f81dc17c52b73d45819de50fc11df3a19ff0593a6d5c6d105b5875c1e654f6 -SIZE (erlang/patch-otp-17.5.5) = 44523 -SHA256 (erlang/patch-otp-17.5.6) = 25461538cf79af56ee64019cfb76764bc5c2ac7cc9d3f9061ef01dd93d46ef36 -SIZE (erlang/patch-otp-17.5.6) = 57264 +SHA256 (erlang/otp_src_18.0.tar.gz) = a0b69da34b4f218eb7d63d9e96fc120aa7257bb6c37a0f40fb388e188b4111aa +SIZE (erlang/otp_src_18.0.tar.gz) = 68124710 +SHA256 (erlang/otp_doc_html_18.0.tar.gz) = e5a766f68406f5025f921ec32e8959937189ed1245e24b03a74156a8898b03b2 +SIZE (erlang/otp_doc_html_18.0.tar.gz) = 33857396 Modified: head/lang/erlang/Makefile ============================================================================== --- head/lang/erlang/Makefile Mon Jun 29 04:58:43 2015 (r390881) +++ head/lang/erlang/Makefile Mon Jun 29 07:18:42 2015 (r390882) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= erlang -PORTVERSION= 17.5.6 -PORTREVISION= 1 +PORTVERSION= 18.0 PORTEPOCH= 3 CATEGORIES= lang parallel java MASTER_SITES= http://www.erlang.org/download/:erlangorg \ @@ -21,12 +20,13 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} PATCH_SITES= http://olgeni.olgeni.com/~olgeni/distfiles/ \ LOCAL/olgeni -PATCHFILES= patch-otp-17.5.1 patch-otp-17.5.2 patch-otp-17.5.3 \ - patch-otp-17.5.4 patch-otp-17.5.5 patch-otp-17.5.6 +PATCHFILES= MAINTAINER= olgeni@FreeBSD.org COMMENT= Functional programming language from Ericsson +LICENSE= APACHE20 + WRKSRC= ${WRKDIR}/otp_src_${ERL_RELEASE} ERLANG_LIB= ${PORTNAME} @@ -39,30 +39,30 @@ MAKE_JOBS_UNSAFE=yes OPTIONS_DEFINE= DOCS DTRACE GCC GS HIPE JAVA KQUEUE ODBC OPENSSL SCTP SMP THREADS WX DIRTY +DIRTY_DESC= Enable Dirty schedulers (experimental) +DTRACE_DESC= Enable DTrace support GCC_DESC= Use current GCC +GS_DESC= Enable GS application (deprecated) HIPE_DESC= Build native HiPE compiler KQUEUE_DESC= Enable Kernel Poll (kqueue) support SCTP_DESC= Enable SCTP support SMP_DESC= Enable SMP support WX_DESC= Enable WX application -GS_DESC= Enable GS application (deprecated) -DTRACE_DESC= Enable DTrace support -DIRTY_DESC= Enable Dirty schedulers (experimental) -OPTIONS_DEFAULT=KQUEUE OPENSSL SCTP SMP THREADS +OPTIONS_DEFAULT=HIPE KQUEUE OPENSSL SCTP SMP THREADS OPTIONS_EXCLUDE_DragonFly= SCTP -ERL_RELEASE= 17.5 +ERL_RELEASE= 18.0 -USES= autoreconf gmake perl5 +USES= gmake perl5 USE_PERL5= build USE_RC_SUBR= epmd GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib -EI_VSN= 3.7.20 -SNMP_VSN= 5.1.2 -TOOLS_VSN= 2.7.2 +EI_VSN= 3.8 +SNMP_VSN= 5.2 +TOOLS_VSN= 2.8 .include @@ -217,43 +217,9 @@ post-install: "man/man$${SECTION}/*.$${SECTION}" || ${TRUE}; \ done ${RM} -rf ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/man/cat? - .if ${PORT_OPTIONS:MDOCS} ${TAR} --unlink -xzpf ${DISTDIR}/${DIST_SUBDIR}/${ERLANG_DOCS} \ -C ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB} - - ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/erts-6.4/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/erts-6.4.1 - ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/erts-6.4 - - ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/inets-5.10.6/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/inets-5.10.9 - ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/inets-5.10.6 - - ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssh-3.2/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssh-3.2.4 - ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssh-3.2 - - ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/common_test-1.10/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/common_test-1.10.1 - ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/common_test-1.10 - - ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/diameter-1.9/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/diameter-1.9.2 - ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/diameter-1.9 - - ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/snmp-5.1.1/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/snmp-5.1.2 - ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/snmp-5.1.1 - - ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/test_server-3.8/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/test_server-3.8.1 - ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/test_server-3.8 - - ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssl-6.0/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssl-6.0.1 - ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssl-6.0 - ${INSTALL_DATA} ${WRKSRC}/lib/dialyzer/doc/*.txt \ ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/dialyzer-*/doc/ @${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/lang/erlang/distinfo ============================================================================== --- head/lang/erlang/distinfo Mon Jun 29 04:58:43 2015 (r390881) +++ head/lang/erlang/distinfo Mon Jun 29 07:18:42 2015 (r390882) @@ -1,9 +1,9 @@ -SHA256 (erlang/otp_src_17.5.tar.gz) = 3c28820c981b30c50df8ac2a4a238e5813454fa3ed2ad530bc7948a282846474 -SIZE (erlang/otp_src_17.5.tar.gz) = 67242289 -SHA256 (erlang/otp_doc_man_17.5.tar.gz) = 85b1b2a1011fc01af550f1fe9e5a599a4c5f2a35d264d2804af1d05590a857c3 -SIZE (erlang/otp_doc_man_17.5.tar.gz) = 1363320 -SHA256 (erlang/otp_doc_html_17.5.tar.gz) = baba1d373c1faacf4a1a6ec1220d57d0cb2b977edb74f32cd58dc786361c6cf5 -SIZE (erlang/otp_doc_html_17.5.tar.gz) = 33510258 +SHA256 (erlang/otp_src_18.0.tar.gz) = a0b69da34b4f218eb7d63d9e96fc120aa7257bb6c37a0f40fb388e188b4111aa +SIZE (erlang/otp_src_18.0.tar.gz) = 68124710 +SHA256 (erlang/otp_doc_man_18.0.tar.gz) = e44f0ec36ee0683867bc2aa9cc7fbb020d9dfd57338f37b98dcd0771f5b95673 +SIZE (erlang/otp_doc_man_18.0.tar.gz) = 1389178 +SHA256 (erlang/otp_doc_html_18.0.tar.gz) = e5a766f68406f5025f921ec32e8959937189ed1245e24b03a74156a8898b03b2 +SIZE (erlang/otp_doc_html_18.0.tar.gz) = 33857396 SHA256 (erlang/armstrong_thesis_2003.pdf) = da585b914eb07350e2d6f727db5eb0fb1551f49fc1270f7d4dc079f2c8c1ab7a SIZE (erlang/armstrong_thesis_2003.pdf) = 859249 SHA256 (erlang/bjarnelic.pdf) = 9544d4af5cea324e5c9cf77e670d9561ad61ddc240cdb5c2afecebc0a3d7429b @@ -16,15 +16,3 @@ SHA256 (erlang/mnesia_overview.pdf) = f0 SIZE (erlang/mnesia_overview.pdf) = 150266 SHA256 (erlang/programming_rules.pdf) = b95f8851004832b044e064c12976a422613ece897e98308a27ee8b66738b4502 SIZE (erlang/programming_rules.pdf) = 77025 -SHA256 (erlang/patch-otp-17.5.1) = e95b17b539b84b2408cbdd8af68ea96ad239a1b38117243d21ebb809ab3ca1c3 -SIZE (erlang/patch-otp-17.5.1) = 36012 -SHA256 (erlang/patch-otp-17.5.2) = 9c70e90c3b040ab1e136738f355f0925f64afd5a4b28f1c9a6f4035f2bf03b1b -SIZE (erlang/patch-otp-17.5.2) = 17821 -SHA256 (erlang/patch-otp-17.5.3) = fd2879176733c34c002123da9d9b96ac3cf1857c7422a061711be818aecc9e13 -SIZE (erlang/patch-otp-17.5.3) = 135959 -SHA256 (erlang/patch-otp-17.5.4) = dce1130adfabe4fdecd1e5e700bea70a5e9ba7886b51c81a7a2371e204d725ca -SIZE (erlang/patch-otp-17.5.4) = 14618 -SHA256 (erlang/patch-otp-17.5.5) = 78f81dc17c52b73d45819de50fc11df3a19ff0593a6d5c6d105b5875c1e654f6 -SIZE (erlang/patch-otp-17.5.5) = 44523 -SHA256 (erlang/patch-otp-17.5.6) = 25461538cf79af56ee64019cfb76764bc5c2ac7cc9d3f9061ef01dd93d46ef36 -SIZE (erlang/patch-otp-17.5.6) = 57264 Added: head/lang/erlang/files/patch-lib_hipe_llvm_hipe__llvm__main.erl ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/erlang/files/patch-lib_hipe_llvm_hipe__llvm__main.erl Mon Jun 29 07:18:42 2015 (r390882) @@ -0,0 +1,11 @@ +--- lib/hipe/llvm/hipe_llvm_main.erl.orig 2015-06-27 20:52:09 UTC ++++ lib/hipe/llvm/hipe_llvm_main.erl +@@ -474,7 +474,7 @@ unique_folder(FunName, Arity, Options) - + true -> %% Store folder in current directory + DirName; + false -> %% Temporarily store folder in tempfs (/dev/shm/) +- "/dev/shm/" ++ DirName ++ "/tmp/" ++ DirName + end, + %% Make sure it does not exist + case dir_exists(Dir) of From owner-svn-ports-all@freebsd.org Mon Jun 29 07:28:26 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C2D0A98F0D9; Mon, 29 Jun 2015 07:28:26 +0000 (UTC) (envelope-from tijl@freebsd.org) Received: from mailrelay105.isp.belgacom.be (mailrelay105.isp.belgacom.be [195.238.20.132]) by mx1.freebsd.org (Postfix) with ESMTP id CDF5219D5; Mon, 29 Jun 2015 07:28:25 +0000 (UTC) (envelope-from tijl@freebsd.org) X-Belgacom-Dynamic: yes X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.1 cv=NilKRk42NXlFjl3P0sfZ2CTnYQQvYWzdtlZoLv5KozM= c=1 sm=2 a=srSxyOxcAAAA:8 a=6I5d2MoRAAAA:8 a=jtTLCXUv2m9C3tMoEGQA:9 a=CjuIK1q_8ugA:10 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2CxBABn8pBV/++YsFtbgxFUX70nCYFehXoEAgKBKjkUAQEBAQEBAYEKhCMBAQQ6HCMQCxgJJQ8qHgYTiDMBxWMBAQEBAQEBAwEBAQEBHYtKhQYHhCsBBJQEhFmGe5g8JoN8PDGCSAEBAQ Received: from 239.152-176-91.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([91.176.152.239]) by relay.skynet.be with ESMTP; 29 Jun 2015 09:28:17 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.9/8.14.9) with ESMTP id t5T7SE1r001065; Mon, 29 Jun 2015 09:28:14 +0200 (CEST) (envelope-from tijl@FreeBSD.org) Date: Mon, 29 Jun 2015 09:28:14 +0200 From: Tijl Coosemans To: "Philip M. Gollucci" Cc: Sunpoet Po-Chuan Hsieh , "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" Subject: Re: svn commit: r390796 - head/ftp/curl Message-ID: <20150629092814.5c856112@kalimero.tijl.coosemans.org> In-Reply-To: References: <201506281649.t5SGn8Ld010515@svn.freebsd.org> <20150628195214.6ba59433@kalimero.tijl.coosemans.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 07:28:26 -0000 On Sun, 28 Jun 2015 23:53:37 -0400 "Philip M. Gollucci" wrote: > On Sun, Jun 28, 2015 at 2:10 PM, Sunpoet Po-Chuan Hsieh wrote: >> exists(${LOCALBASE}/lib/libcrypto.so) > > Doing a .if exists is almost (always?) never right. Its even in the phb. Well, you have to be pragmatic about such rules. This one is copied from bsd.openssl.mk and it's only used to set OPTIONS_DEFAULT. It allows the port to build by default for users with security/openssl installed and fixes poudriere builds when make.conf contains WITH_OPENSSL_PORT. From owner-svn-ports-all@freebsd.org Mon Jun 29 07:29:58 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7F2CC98F10C; Mon, 29 Jun 2015 07:29:58 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6FE0B1AC4; Mon, 29 Jun 2015 07:29:58 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5T7Tw7I049959; Mon, 29 Jun 2015 07:29:58 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5T7TwgL049957; Mon, 29 Jun 2015 07:29:58 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201506290729.t5T7TwgL049957@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Mon, 29 Jun 2015 07:29:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390883 - head/lang/gcc6-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 07:29:58 -0000 Author: gerald Date: Mon Jun 29 07:29:57 2015 New Revision: 390883 URL: https://svnweb.freebsd.org/changeset/ports/390883 Log: Update to the 20150628 snapshot of GCC 6. Modified: head/lang/gcc6-devel/Makefile head/lang/gcc6-devel/distinfo Modified: head/lang/gcc6-devel/Makefile ============================================================================== --- head/lang/gcc6-devel/Makefile Mon Jun 29 07:18:42 2015 (r390882) +++ head/lang/gcc6-devel/Makefile Mon Jun 29 07:29:57 2015 (r390883) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 6.0.0.s20150621 +PORTVERSION= 6.0.0.s20150628 CATEGORIES= lang java MASTER_SITES= GCC/snapshots/${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX} Modified: head/lang/gcc6-devel/distinfo ============================================================================== --- head/lang/gcc6-devel/distinfo Mon Jun 29 07:18:42 2015 (r390882) +++ head/lang/gcc6-devel/distinfo Mon Jun 29 07:29:57 2015 (r390883) @@ -1,2 +1,2 @@ -SHA256 (gcc-6-20150621.tar.bz2) = 8ce3eaf10a575b5e30de3efa19c34ac933b08fe3ee6ac1e03e22acfcb718ae05 -SIZE (gcc-6-20150621.tar.bz2) = 91554717 +SHA256 (gcc-6-20150628.tar.bz2) = 44cafd1a5d709635a07f9cd48b0952461864102c227646aee889f2107a2738b0 +SIZE (gcc-6-20150628.tar.bz2) = 91562057 From owner-svn-ports-all@freebsd.org Mon Jun 29 07:38:06 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6CACE98F2B1; Mon, 29 Jun 2015 07:38:06 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 556951EEE; Mon, 29 Jun 2015 07:38:06 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5T7c6tr054756; Mon, 29 Jun 2015 07:38:06 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5T7c5Vt054753; Mon, 29 Jun 2015 07:38:05 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201506290738.t5T7c5Vt054753@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Mon, 29 Jun 2015 07:38:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390884 - head/emulators/wine-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 07:38:06 -0000 Author: gerald Date: Mon Jun 29 07:38:04 2015 New Revision: 390884 URL: https://svnweb.freebsd.org/changeset/ports/390884 Log: Update to Wine 1.7.46. This includes the following changes: - Improvements in the BITS file transfer service. - Still more progress on DirectWrite implementation. - Support for shared user data on 64-bit. - Various C++ runtime improvements. - Various bug fixes. Modified: head/emulators/wine-devel/Makefile head/emulators/wine-devel/distinfo head/emulators/wine-devel/pkg-plist Modified: head/emulators/wine-devel/Makefile ============================================================================== --- head/emulators/wine-devel/Makefile Mon Jun 29 07:29:57 2015 (r390883) +++ head/emulators/wine-devel/Makefile Mon Jun 29 07:38:04 2015 (r390884) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 1.7.45 +DISTVERSION= 1.7.46 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ Modified: head/emulators/wine-devel/distinfo ============================================================================== --- head/emulators/wine-devel/distinfo Mon Jun 29 07:29:57 2015 (r390883) +++ head/emulators/wine-devel/distinfo Mon Jun 29 07:38:04 2015 (r390884) @@ -1,4 +1,4 @@ -SHA256 (wine-1.7.45.tar.bz2) = a30cef1ee4ceaee4b6c9c2ad96df3b8a8847278246e7727624db314c68adaa23 -SIZE (wine-1.7.45.tar.bz2) = 22312840 -SHA256 (v1.7.45.tar.gz) = 06180e1189e8669892e8b3d640810306b0310c508842272eccc65034534e9411 -SIZE (v1.7.45.tar.gz) = 9216075 +SHA256 (wine-1.7.46.tar.bz2) = 9ab4046cc676de3054f9f2560e7d757b25324f72dd9a9cfed0d4aa48cc87350b +SIZE (wine-1.7.46.tar.bz2) = 22356320 +SHA256 (v1.7.46.tar.gz) = a3b681f38917889bc6dce3ea3e78e91da75789f212b69fd1a10a5bac329761d3 +SIZE (v1.7.46.tar.gz) = 9204220 Modified: head/emulators/wine-devel/pkg-plist ============================================================================== --- head/emulators/wine-devel/pkg-plist Mon Jun 29 07:29:57 2015 (r390883) +++ head/emulators/wine-devel/pkg-plist Mon Jun 29 07:38:04 2015 (r390884) @@ -801,6 +801,8 @@ include/wine/windows/xmllite.idl include/wine/windows/zmouse.h include/wine/windows/ddk/compstui.h include/wine/windows/ddk/csq.h +include/wine/windows/ddk/hidclass.h +include/wine/windows/ddk/hidpi.h include/wine/windows/ddk/hidsdi.h include/wine/windows/ddk/imm.h include/wine/windows/ddk/mountmgr.h @@ -973,6 +975,8 @@ lib/wine/d3dcompiler_40.dll.so lib/wine/d3dcompiler_41.dll.so lib/wine/d3dcompiler_42.dll.so lib/wine/d3dcompiler_43.dll.so +lib/wine/d3dcompiler_46.dll.so +lib/wine/d3dcompiler_47.dll.so lib/wine/d3dim.dll.so lib/wine/d3drm.dll.so lib/wine/d3dx10_33.dll.so @@ -1212,6 +1216,8 @@ lib/wine/fakedlls/d3dcompiler_40.dll lib/wine/fakedlls/d3dcompiler_41.dll lib/wine/fakedlls/d3dcompiler_42.dll lib/wine/fakedlls/d3dcompiler_43.dll +lib/wine/fakedlls/d3dcompiler_46.dll +lib/wine/fakedlls/d3dcompiler_47.dll lib/wine/fakedlls/d3dim.dll lib/wine/fakedlls/d3drm.dll lib/wine/fakedlls/d3dx10_33.dll @@ -1409,6 +1415,7 @@ lib/wine/fakedlls/msls31.dll lib/wine/fakedlls/msnet32.dll lib/wine/fakedlls/mspatcha.dll lib/wine/fakedlls/msrle32.dll +lib/wine/fakedlls/msscript.ocx lib/wine/fakedlls/mssign32.dll lib/wine/fakedlls/mssip32.dll lib/wine/fakedlls/mstask.dll @@ -2007,6 +2014,7 @@ lib/wine/msls31.dll.so lib/wine/msnet32.dll.so lib/wine/mspatcha.dll.so lib/wine/msrle32.dll.so +lib/wine/msscript.ocx.so lib/wine/mssign32.dll.so lib/wine/mssip32.dll.so lib/wine/mstask.dll.so From owner-svn-ports-all@freebsd.org Mon Jun 29 08:15:13 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F2D3298FD28; Mon, 29 Jun 2015 08:15:12 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D703E2446; Mon, 29 Jun 2015 08:15:12 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5T8FCFI074532; Mon, 29 Jun 2015 08:15:12 GMT (envelope-from culot@FreeBSD.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5T8FC21074527; Mon, 29 Jun 2015 08:15:12 GMT (envelope-from culot@FreeBSD.org) Message-Id: <201506290815.t5T8FC21074527@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: culot set sender to culot@FreeBSD.org using -f From: Frederic Culot Date: Mon, 29 Jun 2015 08:15:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390885 - head/www/p5-URI-Escape-XS X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 08:15:13 -0000 Author: culot Date: Mon Jun 29 08:15:11 2015 New Revision: 390885 URL: https://svnweb.freebsd.org/changeset/ports/390885 Log: - Update to 0.13 Changes: http://search.cpan.org/dist/URI-Escape-XS/Changes Modified: head/www/p5-URI-Escape-XS/Makefile head/www/p5-URI-Escape-XS/distinfo Modified: head/www/p5-URI-Escape-XS/Makefile ============================================================================== --- head/www/p5-URI-Escape-XS/Makefile Mon Jun 29 07:38:04 2015 (r390884) +++ head/www/p5-URI-Escape-XS/Makefile Mon Jun 29 08:15:11 2015 (r390885) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= URI-Escape-XS -PORTVERSION= 0.12 -PORTREVISION= 1 +PORTVERSION= 0.13 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/p5-URI-Escape-XS/distinfo ============================================================================== --- head/www/p5-URI-Escape-XS/distinfo Mon Jun 29 07:38:04 2015 (r390884) +++ head/www/p5-URI-Escape-XS/distinfo Mon Jun 29 08:15:11 2015 (r390885) @@ -1,2 +1,2 @@ -SHA256 (URI-Escape-XS-0.12.tar.gz) = 3d6de2718ce7612b6cb5b24ab35ca64cde42965194afcd17f524c2f34c934695 -SIZE (URI-Escape-XS-0.12.tar.gz) = 9878 +SHA256 (URI-Escape-XS-0.13.tar.gz) = 49236c6e7e3dffc4eb4ac028f1ced33c4267dcb5094a0408b5c0155a69a4049c +SIZE (URI-Escape-XS-0.13.tar.gz) = 10188 From owner-svn-ports-all@freebsd.org Mon Jun 29 09:10:58 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1F7F398C76D; Mon, 29 Jun 2015 09:10:58 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 10E6A1651; Mon, 29 Jun 2015 09:10:58 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5T9AvMi000693; Mon, 29 Jun 2015 09:10:57 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5T9Avm7000692; Mon, 29 Jun 2015 09:10:57 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201506290910.t5T9Avm7000692@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Mon, 29 Jun 2015 09:10:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390886 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 09:10:58 -0000 Author: kwm Date: Mon Jun 29 09:10:57 2015 New Revision: 390886 URL: https://svnweb.freebsd.org/changeset/ports/390886 Log: Clarify that INSTALLS_ICONS is only usefull for GTK+ applications. Differential Revision: https://reviews.freebsd.org/D2907 Modified: head/Mk/bsd.gnome.mk Modified: head/Mk/bsd.gnome.mk ============================================================================== --- head/Mk/bsd.gnome.mk Mon Jun 29 08:15:11 2015 (r390885) +++ head/Mk/bsd.gnome.mk Mon Jun 29 09:10:57 2015 (r390886) @@ -61,10 +61,11 @@ Gnome_Pre_Include= bsd.gnome.mk # file and add apropriate @exec/@unexec directives for # each .omf file found to track OMF registration database. # -# INSTALLS_ICONS - If your port installs Freedesktop-style icons to +# INSTALLS_ICONS - If a GTK+ port installs Freedesktop-style icons to # ${LOCALBASE}/share/icons, then you should use this -# macro. If the icons are not cached, they will not be -# displayed. +# macro. Using this macro insures that icons are cached +# and will display correctly. This macro isn't needed +# for QT based applications, which use a different method. # # non-version specific components From owner-svn-ports-all@freebsd.org Mon Jun 29 09:20:20 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 18B1C98C8A4; Mon, 29 Jun 2015 09:20:20 +0000 (UTC) (envelope-from avilla@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EE0AF1D73; Mon, 29 Jun 2015 09:20:19 +0000 (UTC) (envelope-from avilla@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5T9KJBm005072; Mon, 29 Jun 2015 09:20:19 GMT (envelope-from avilla@FreeBSD.org) Received: (from avilla@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5T9KIxh005060; Mon, 29 Jun 2015 09:20:18 GMT (envelope-from avilla@FreeBSD.org) Message-Id: <201506290920.t5T9KIxh005060@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: avilla set sender to avilla@FreeBSD.org using -f From: Alberto Villa Date: Mon, 29 Jun 2015 09:20:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390887 - head/deskutils/semantik X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 09:20:20 -0000 Author: avilla Date: Mon Jun 29 09:20:18 2015 New Revision: 390887 URL: https://svnweb.freebsd.org/changeset/ports/390887 Log: deskutils/semantik: update to 0.9.4 Modified: head/deskutils/semantik/Makefile head/deskutils/semantik/distinfo head/deskutils/semantik/pkg-descr head/deskutils/semantik/pkg-plist Modified: head/deskutils/semantik/Makefile ============================================================================== --- head/deskutils/semantik/Makefile Mon Jun 29 09:10:57 2015 (r390886) +++ head/deskutils/semantik/Makefile Mon Jun 29 09:20:18 2015 (r390887) @@ -1,10 +1,10 @@ # $FreeBSD$ PORTNAME= semantik -PORTVERSION= 0.8.4 -PORTREVISION= 3 +PORTVERSION= 0.9.4 CATEGORIES= deskutils kde -MASTER_SITES= http://${PORTNAME}.googlecode.com/files/ +MASTER_SITES= http://ftp.waf.io/pub/release/ \ + http://www.freehackers.org/~tnagy/release/ MAINTAINER= avilla@FreeBSD.org COMMENT= KDE mind mapping tool @@ -16,7 +16,8 @@ USE_OCAML= yes NO_OCAML_RUNDEPENDS= yes USE_QT4= corelib gui linguist_build svg webkit xml \ moc_build qmake_build uic_build -USES= pkgconfig python shebangfix tar:bzip2 waf +USES= pkgconfig python:2 shebangfix tar:bzip2 waf \ + shared-mime-info QT_NONSTANDARD= yes CONFIGURE_ENV= CXXFLAGS="${CXXFLAGS}" \ PATH="${KDE4_PREFIX}/bin:$$PATH" \ @@ -30,6 +31,8 @@ SHEBANG_FILES= ${WRKSRC}/src/templates/b ${WRKSRC}/src/templates/pdflatex/wscript python_CMD= ${PYTHON_CMD} +PLIST_SUB= PORTVERSION="${PORTVERSION}" + OPTIONS_DEFINE= NLS OPTIONS_SUB= yes @@ -46,6 +49,8 @@ post-patch: .endif post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} \ + ${STAGEDIR}${PREFIX}/bin/${PORTNAME}-d \ + ${STAGEDIR}${PREFIX}/lib/lib${PORTNAME}.so.${PORTVERSION} .include Modified: head/deskutils/semantik/distinfo ============================================================================== --- head/deskutils/semantik/distinfo Mon Jun 29 09:10:57 2015 (r390886) +++ head/deskutils/semantik/distinfo Mon Jun 29 09:20:18 2015 (r390887) @@ -1,2 +1,2 @@ -SHA256 (semantik-0.8.4.tar.bz2) = 21a1c28bc68dc90be3a3464b1e18d0a70dc72c41bccca5f5dbfdc8d6a9c1a558 -SIZE (semantik-0.8.4.tar.bz2) = 389338 +SHA256 (semantik-0.9.4.tar.bz2) = 940a3b37700f1e88b6c29ff13e0d33a73832f0db856a8738b3e939d8f0c73aa2 +SIZE (semantik-0.9.4.tar.bz2) = 439789 Modified: head/deskutils/semantik/pkg-descr ============================================================================== --- head/deskutils/semantik/pkg-descr Mon Jun 29 09:10:57 2015 (r390886) +++ head/deskutils/semantik/pkg-descr Mon Jun 29 09:20:18 2015 (r390887) @@ -13,4 +13,4 @@ formats. Semantik is the replacement for Kdissert and requires KDE Development Platform 4. -WWW: http://freehackers.org/~tnagy/semantik.html +WWW: http://ita1024.github.io/semantik/ Modified: head/deskutils/semantik/pkg-plist ============================================================================== --- head/deskutils/semantik/pkg-plist Mon Jun 29 09:10:57 2015 (r390886) +++ head/deskutils/semantik/pkg-plist Mon Jun 29 09:20:18 2015 (r390887) @@ -1,5 +1,9 @@ bin/semantik -lib/libnablah.so +bin/semantik-d +lib/libsemantik.so +lib/libsemantik.so.0 +lib/libsemantik.so.%%PORTVERSION%% +share/applications/kde4/semantik-d.desktop share/applications/kde4/semantik.desktop share/apps/semantik/filters/fvym.py share/apps/semantik/filters/kdissert.py @@ -23,6 +27,7 @@ share/apps/semantik/flags/flag_tune.svg share/apps/semantik/flags/flag_unknown.svg share/apps/semantik/flags/flag_write.svg share/apps/semantik/images/crsc-app-colors.svg +share/apps/semantik/semantik-dui.rc share/apps/semantik/semantikui.rc share/apps/semantik/sembind.py share/apps/semantik/templates/beamer.sem.py @@ -167,14 +172,22 @@ share/apps/semantik/templates/s5/ui/defa share/apps/semantik/templates/semantik.sem.py share/apps/semantik/templates/waf share/apps/semantik/tips -share/icons/hicolor/128x128/apps/semantik.png -share/icons/hicolor/22x22/apps/semantik.png -share/icons/hicolor/32x32/apps/semantik.png -share/icons/hicolor/48x48/apps/semantik.png -share/icons/hicolor/64x64/apps/semantik.png +share/icons/oxygen/128x128/apps/semantik-d.png +share/icons/oxygen/128x128/apps/semantik.png +share/icons/oxygen/22x22/apps/semantik-d.png +share/icons/oxygen/22x22/apps/semantik.png +share/icons/oxygen/32x32/apps/semantik-d.png +share/icons/oxygen/32x32/apps/semantik.png +share/icons/oxygen/48x48/apps/semantik-d.png +share/icons/oxygen/48x48/apps/semantik.png +share/icons/oxygen/64x64/apps/semantik-d.png +share/icons/oxygen/64x64/apps/semantik.png +share/icons/oxygen/scalable/apps/semantik-d.svgz +share/icons/oxygen/scalable/apps/semantik.svgz %%NLS%%share/locale/cs/LC_MESSAGES/semantik.mo %%NLS%%share/locale/el/LC_MESSAGES/semantik.mo %%NLS%%share/locale/es/LC_MESSAGES/semantik.mo %%NLS%%share/locale/fr/LC_MESSAGES/semantik.mo %%NLS%%share/locale/ru/LC_MESSAGES/semantik.mo %%NLS%%share/locale/sk/LC_MESSAGES/semantik.mo +share/mime/packages/semantik.xml From owner-svn-ports-all@freebsd.org Mon Jun 29 09:31:14 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A414A98CC28; Mon, 29 Jun 2015 09:31:14 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 92783253E; Mon, 29 Jun 2015 09:31:14 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5T9VELe012788; Mon, 29 Jun 2015 09:31:14 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5T9VEQd012783; Mon, 29 Jun 2015 09:31:14 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201506290931.t5T9VEQd012783@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Mon, 29 Jun 2015 09:31:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390888 - head/mail/imapfilter X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 09:31:14 -0000 Author: bofh Date: Mon Jun 29 09:31:13 2015 New Revision: 390888 URL: https://svnweb.freebsd.org/changeset/ports/390888 Log: mail/imapfilter: Update version 2.6=>2.6.1 Modified: head/mail/imapfilter/Makefile head/mail/imapfilter/distinfo Modified: head/mail/imapfilter/Makefile ============================================================================== --- head/mail/imapfilter/Makefile Mon Jun 29 09:20:18 2015 (r390887) +++ head/mail/imapfilter/Makefile Mon Jun 29 09:31:13 2015 (r390888) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= imapfilter -PORTVERSION= 2.6 +PORTVERSION= 2.6.1 DISTVERSIONPREFIX= v CATEGORIES= mail Modified: head/mail/imapfilter/distinfo ============================================================================== --- head/mail/imapfilter/distinfo Mon Jun 29 09:20:18 2015 (r390887) +++ head/mail/imapfilter/distinfo Mon Jun 29 09:31:13 2015 (r390888) @@ -1,2 +1,2 @@ -SHA256 (lefcha-imapfilter-v2.6_GH0.tar.gz) = 7b97b8754852f97c4dc4291c698caf2a5f3736de1b2843883ed484c5af98ddcc -SIZE (lefcha-imapfilter-v2.6_GH0.tar.gz) = 55460 +SHA256 (lefcha-imapfilter-v2.6.1_GH0.tar.gz) = d9494a52083769687e780da41cf9a4d21beb56af5863afb3dbc4a2109ed5c1d3 +SIZE (lefcha-imapfilter-v2.6.1_GH0.tar.gz) = 55450 From owner-svn-ports-all@freebsd.org Mon Jun 29 09:52:23 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 83C5D98F004; Mon, 29 Jun 2015 09:52:23 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 71DB72CC9; Mon, 29 Jun 2015 09:52:23 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5T9qN3G023782; Mon, 29 Jun 2015 09:52:23 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5T9qNis023780; Mon, 29 Jun 2015 09:52:23 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201506290952.t5T9qNis023780@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Mon, 29 Jun 2015 09:52:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390889 - head/lang/elixir X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 09:52:23 -0000 Author: olgeni Date: Mon Jun 29 09:52:22 2015 New Revision: 390889 URL: https://svnweb.freebsd.org/changeset/ports/390889 Log: Upgrade to version 1.0.5; take over maintainership. PR: 201191 Submitted by: olgeni Approved by: maintainer Modified: head/lang/elixir/Makefile head/lang/elixir/distinfo Modified: head/lang/elixir/Makefile ============================================================================== --- head/lang/elixir/Makefile Mon Jun 29 09:31:13 2015 (r390888) +++ head/lang/elixir/Makefile Mon Jun 29 09:52:22 2015 (r390889) @@ -2,12 +2,11 @@ # $FreeBSD$ PORTNAME= elixir -PORTVERSION= 1.0.4 +PORTVERSION= 1.0.5 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= lang -MAINTAINER= lwhsu@FreeBSD.org +MAINTAINER= olgeni@FreeBSD.org COMMENT= Functional, meta-programming aware language built on top of Erlang VM LICENSE= APACHE20 Modified: head/lang/elixir/distinfo ============================================================================== --- head/lang/elixir/distinfo Mon Jun 29 09:31:13 2015 (r390888) +++ head/lang/elixir/distinfo Mon Jun 29 09:52:22 2015 (r390889) @@ -1,2 +1,2 @@ -SHA256 (elixir-lang-elixir-v1.0.4_GH0.tar.gz) = 79341fde3b01217aa252b8996d1b1b27cd1006cb89fe43446d5241e3dcb84bad -SIZE (elixir-lang-elixir-v1.0.4_GH0.tar.gz) = 1040843 +SHA256 (elixir-lang-elixir-v1.0.5_GH0.tar.gz) = 5ce5c226b3d11d751b41ad79b915b86f13f8a1b89ef3e733321d3f46ff4d81b8 +SIZE (elixir-lang-elixir-v1.0.5_GH0.tar.gz) = 1043275 From owner-svn-ports-all@freebsd.org Mon Jun 29 11:40:45 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4193298FFE5; Mon, 29 Jun 2015 11:40:45 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 32D1411E6; Mon, 29 Jun 2015 11:40:45 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5TBejjR075298; Mon, 29 Jun 2015 11:40:45 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5TBejJ2075297; Mon, 29 Jun 2015 11:40:45 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201506291140.t5TBejJ2075297@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Mon, 29 Jun 2015 11:40:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390890 - head/textproc/elasticsearch-river-rabbitmq X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 11:40:45 -0000 Author: olgeni Date: Mon Jun 29 11:40:44 2015 New Revision: 390890 URL: https://svnweb.freebsd.org/changeset/ports/390890 Log: Quick fix for RUN_DEPENDS. Modified: head/textproc/elasticsearch-river-rabbitmq/Makefile Modified: head/textproc/elasticsearch-river-rabbitmq/Makefile ============================================================================== --- head/textproc/elasticsearch-river-rabbitmq/Makefile Mon Jun 29 09:52:22 2015 (r390889) +++ head/textproc/elasticsearch-river-rabbitmq/Makefile Mon Jun 29 11:40:44 2015 (r390890) @@ -12,7 +12,7 @@ COMMENT= ElasticSearch RabbitMQ River LICENSE= APACHE20 -RUN_DEPENDS= elasticsearch>=1.6.0:${PORTSDIR}/textproc/elasticsearch +RUN_DEPENDS= elasticsearch>=1.5.0:${PORTSDIR}/textproc/elasticsearch USES= zip From owner-svn-ports-all@freebsd.org Mon Jun 29 12:03:59 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E3AE398EA12; Mon, 29 Jun 2015 12:03:59 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D484220F8; Mon, 29 Jun 2015 12:03:59 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5TC3xgu088302; Mon, 29 Jun 2015 12:03:59 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5TC3wbX088290; Mon, 29 Jun 2015 12:03:58 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201506291203.t5TC3wbX088290@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Mon, 29 Jun 2015 12:03:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390891 - in head/devel: . erlang-jsx X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 12:04:00 -0000 Author: olgeni Date: Mon Jun 29 12:03:57 2015 New Revision: 390891 URL: https://svnweb.freebsd.org/changeset/ports/390891 Log: Add devel/erlang-jsx, an Erlang application for consuming and producing JSON. Added: head/devel/erlang-jsx/ head/devel/erlang-jsx/Makefile (contents, props changed) head/devel/erlang-jsx/distinfo (contents, props changed) head/devel/erlang-jsx/pkg-descr (contents, props changed) head/devel/erlang-jsx/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Jun 29 11:40:44 2015 (r390890) +++ head/devel/Makefile Mon Jun 29 12:03:57 2015 (r390891) @@ -430,6 +430,7 @@ SUBDIR += erlang-goldrush SUBDIR += erlang-gproc SUBDIR += erlang-ibrowse + SUBDIR += erlang-jsx SUBDIR += erlang-lager SUBDIR += erlang-lager_syslog SUBDIR += erlang-meck Added: head/devel/erlang-jsx/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/erlang-jsx/Makefile Mon Jun 29 12:03:57 2015 (r390891) @@ -0,0 +1,35 @@ +# $FreeBSD$ + +PORTNAME= jsx +PORTVERSION= 2.6.2 +DISTVERSIONPREFIX= v +CATEGORIES= devel +PKGNAMEPREFIX= erlang- + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= Erlang application for consuming, producing and manipulating JSON + +LICENSE= MIT + +BUILD_DEPENDS= erl:${PORTSDIR}/lang/erlang \ + rebar:${PORTSDIR}/devel/rebar +RUN_DEPENDS= erl:${PORTSDIR}/lang/erlang + +PLIST_SUB= VERSION="${PORTVERSION}" + +USE_GITHUB= yes +GH_ACCOUNT= talentdeficit + +do-build: + @cd ${WRKSRC} && rebar compile + +do-install: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION} + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src + ${INSTALL_DATA} ${WRKSRC}/ebin/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin + ${INSTALL_DATA} ${WRKSRC}/src/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src + +.include Added: head/devel/erlang-jsx/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/erlang-jsx/distinfo Mon Jun 29 12:03:57 2015 (r390891) @@ -0,0 +1,2 @@ +SHA256 (talentdeficit-jsx-v2.6.2_GH0.tar.gz) = 6334830027b4a7d26e6bce51dd3f71ad282067fa7ba672a5efae830c8adad940 +SIZE (talentdeficit-jsx-v2.6.2_GH0.tar.gz) = 40352 Added: head/devel/erlang-jsx/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/erlang-jsx/pkg-descr Mon Jun 29 12:03:57 2015 (r390891) @@ -0,0 +1,4 @@ +An Erlang application for consuming, producing and manipulating +JSON. + +WWW: https://github.com/talentdeficit/jsx Added: head/devel/erlang-jsx/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/erlang-jsx/pkg-plist Mon Jun 29 12:03:57 2015 (r390891) @@ -0,0 +1,22 @@ +lib/erlang/lib/jsx-%%VERSION%%/ebin/jsx.app +lib/erlang/lib/jsx-%%VERSION%%/ebin/jsx.beam +lib/erlang/lib/jsx-%%VERSION%%/ebin/jsx_config.beam +lib/erlang/lib/jsx-%%VERSION%%/ebin/jsx_consult.beam +lib/erlang/lib/jsx-%%VERSION%%/ebin/jsx_decoder.beam +lib/erlang/lib/jsx-%%VERSION%%/ebin/jsx_encoder.beam +lib/erlang/lib/jsx-%%VERSION%%/ebin/jsx_parser.beam +lib/erlang/lib/jsx-%%VERSION%%/ebin/jsx_to_json.beam +lib/erlang/lib/jsx-%%VERSION%%/ebin/jsx_to_term.beam +lib/erlang/lib/jsx-%%VERSION%%/ebin/jsx_verify.beam +lib/erlang/lib/jsx-%%VERSION%%/src/jsx.app.src +lib/erlang/lib/jsx-%%VERSION%%/src/jsx.erl +lib/erlang/lib/jsx-%%VERSION%%/src/jsx_config.erl +lib/erlang/lib/jsx-%%VERSION%%/src/jsx_config.hrl +lib/erlang/lib/jsx-%%VERSION%%/src/jsx_consult.erl +lib/erlang/lib/jsx-%%VERSION%%/src/jsx_decoder.erl +lib/erlang/lib/jsx-%%VERSION%%/src/jsx_encoder.erl +lib/erlang/lib/jsx-%%VERSION%%/src/jsx_parser.erl +lib/erlang/lib/jsx-%%VERSION%%/src/jsx_to_json.erl +lib/erlang/lib/jsx-%%VERSION%%/src/jsx_to_term.erl +lib/erlang/lib/jsx-%%VERSION%%/src/jsx_verify.erl +%%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-all@freebsd.org Mon Jun 29 12:25:23 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EED3598EE0E; Mon, 29 Jun 2015 12:25:23 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CABF32BD4; Mon, 29 Jun 2015 12:25:23 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5TCPNsR098636; Mon, 29 Jun 2015 12:25:23 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5TCPMwF098627; Mon, 29 Jun 2015 12:25:22 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201506291225.t5TCPMwF098627@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Mon, 29 Jun 2015 12:25:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390892 - in head/devel: . erlang-providers erlang-providers/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 12:25:24 -0000 Author: olgeni Date: Mon Jun 29 12:25:21 2015 New Revision: 390892 URL: https://svnweb.freebsd.org/changeset/ports/390892 Log: Add devel/erlang-providers, a "providers" library used by relx. Added: head/devel/erlang-providers/ head/devel/erlang-providers/Makefile (contents, props changed) head/devel/erlang-providers/distinfo (contents, props changed) head/devel/erlang-providers/files/ head/devel/erlang-providers/files/patch-rebar.config (contents, props changed) head/devel/erlang-providers/pkg-descr (contents, props changed) head/devel/erlang-providers/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Jun 29 12:03:57 2015 (r390891) +++ head/devel/Makefile Mon Jun 29 12:25:21 2015 (r390892) @@ -439,6 +439,7 @@ SUBDIR += erlang-oserl SUBDIR += erlang-poolboy SUBDIR += erlang-protobuffs + SUBDIR += erlang-providers SUBDIR += erlang-recon SUBDIR += erlang-syslog SUBDIR += etcd Added: head/devel/erlang-providers/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/erlang-providers/Makefile Mon Jun 29 12:25:21 2015 (r390892) @@ -0,0 +1,38 @@ +# $FreeBSD$ + +PORTNAME= providers +PORTVERSION= 1.4.1 +CATEGORIES= devel +PKGNAMEPREFIX= erlang- + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= Erlang providers library used by relx + +LICENSE= LGPL3 + +BUILD_DEPENDS= erl:${PORTSDIR}/lang/erlang \ + rebar:${PORTSDIR}/devel/rebar \ + erlang-getopt>=0:${PORTSDIR}/devel/erlang-getopt +RUN_DEPENDS= erl:${PORTSDIR}/lang/erlang \ + erlang-getopt>=0:${PORTSDIR}/devel/erlang-getopt + +PLIST_SUB= VERSION="${PORTVERSION}" + +USE_GITHUB= yes +GH_ACCOUNT= tsloughter + +do-build: + @cd ${WRKSRC} && rebar compile + +do-install: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION} + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/include + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src + ${INSTALL_DATA} ${WRKSRC}/ebin/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin + ${INSTALL_DATA} ${WRKSRC}/include/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/include + ${INSTALL_DATA} ${WRKSRC}/src/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src + +.include Added: head/devel/erlang-providers/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/erlang-providers/distinfo Mon Jun 29 12:25:21 2015 (r390892) @@ -0,0 +1,2 @@ +SHA256 (tsloughter-providers-1.4.1_GH0.tar.gz) = c876c8a8afde119e106775cc04426e28ab8bd5ba11e0a7bbea89ecf6f8feb560 +SIZE (tsloughter-providers-1.4.1_GH0.tar.gz) = 8532 Added: head/devel/erlang-providers/files/patch-rebar.config ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/erlang-providers/files/patch-rebar.config Mon Jun 29 12:25:21 2015 (r390892) @@ -0,0 +1,7 @@ +--- rebar.config.orig 2015-06-29 12:17:57 UTC ++++ rebar.config +@@ -1,3 +1,3 @@ + {erl_opts, [{platform_define, "R14", no_callback_support} + ,debug_info]}. +-{deps, [{getopt, "0.8.2"}]}. ++{deps, []}. Added: head/devel/erlang-providers/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/erlang-providers/pkg-descr Mon Jun 29 12:25:21 2015 (r390892) @@ -0,0 +1,3 @@ +Erlang providers library used by relx. + +WWW: https://github.com/tsloughter/providers Added: head/devel/erlang-providers/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/erlang-providers/pkg-plist Mon Jun 29 12:25:21 2015 (r390892) @@ -0,0 +1,10 @@ +lib/erlang/lib/providers-%%VERSION%%/ebin/provider.beam +lib/erlang/lib/providers-%%VERSION%%/ebin/providers.app +lib/erlang/lib/providers-%%VERSION%%/ebin/providers.beam +lib/erlang/lib/providers-%%VERSION%%/ebin/providers_topo.beam +lib/erlang/lib/providers-%%VERSION%%/include/providers.hrl +lib/erlang/lib/providers-%%VERSION%%/src/provider.erl +lib/erlang/lib/providers-%%VERSION%%/src/providers.app.src +lib/erlang/lib/providers-%%VERSION%%/src/providers.erl +lib/erlang/lib/providers-%%VERSION%%/src/providers_topo.erl +%%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-all@freebsd.org Mon Jun 29 12:32:45 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 448CE98EF4C; Mon, 29 Jun 2015 12:32:45 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 305622F58; Mon, 29 Jun 2015 12:32:45 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5TCWjxW003628; Mon, 29 Jun 2015 12:32:45 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5TCWfHF003615; Mon, 29 Jun 2015 12:32:41 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201506291232.t5TCWfHF003615@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 29 Jun 2015 12:32:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390893 - in head: devel/p5-ExtUtils-Install devel/p5-ExtUtils-Install/files lang/perl5-devel lang/perl5-devel/files lang/perl5.16 lang/perl5.16/files lang/perl5.18 lang/perl5.18/files ... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 12:32:45 -0000 Author: mat Date: Mon Jun 29 12:32:41 2015 New Revision: 390893 URL: https://svnweb.freebsd.org/changeset/ports/390893 Log: Make Perl behave nicely, and install files 644 and not 444. With hat: perl@ Sponsored by: Absolight Added: head/devel/p5-ExtUtils-Install/files/ head/devel/p5-ExtUtils-Install/files/patch-lib_ExtUtils_Install.pm (contents, props changed) head/lang/perl5-devel/files/patch-cpan_ExtUtils-Install_lib_ExtUtils_Install.pm (contents, props changed) head/lang/perl5.16/files/patch-dist_ExtUtils-Install_lib_ExtUtils_Install.pm (contents, props changed) head/lang/perl5.18/files/patch-dist_ExtUtils-Install_lib_ExtUtils_Install.pm (contents, props changed) head/lang/perl5.20/files/patch-dist_ExtUtils-Install_lib_ExtUtils_Install.pm (contents, props changed) head/lang/perl5.22/files/patch-cpan_ExtUtils-Install_lib_ExtUtils_Install.pm (contents, props changed) Modified: head/devel/p5-ExtUtils-Install/Makefile head/lang/perl5-devel/Makefile head/lang/perl5.16/Makefile head/lang/perl5.18/Makefile head/lang/perl5.20/Makefile head/lang/perl5.22/Makefile Modified: head/devel/p5-ExtUtils-Install/Makefile ============================================================================== --- head/devel/p5-ExtUtils-Install/Makefile Mon Jun 29 12:25:21 2015 (r390892) +++ head/devel/p5-ExtUtils-Install/Makefile Mon Jun 29 12:32:41 2015 (r390893) @@ -2,7 +2,7 @@ PORTNAME= ExtUtils-Install PORTVERSION= 2.04 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Added: head/devel/p5-ExtUtils-Install/files/patch-lib_ExtUtils_Install.pm ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-ExtUtils-Install/files/patch-lib_ExtUtils_Install.pm Mon Jun 29 12:32:41 2015 (r390893) @@ -0,0 +1,11 @@ +--- lib/ExtUtils/Install.pm.orig 2015-06-19 12:08:32 UTC ++++ lib/ExtUtils/Install.pm +@@ -809,7 +809,7 @@ sub install { #XXX OS-SPECIFIC + utime($atime,$mtime + $Is_VMS,$targetfile) unless $dry_run>1; + + +- $mode = 0444 | ( $mode & 0111 ? 0111 : 0 ); ++ $mode = 0644 | ( $mode & 0111 ? 0111 : 0 ); + $mode = $mode | 0222 + if $realtarget ne $targetfile; + _chmod( $mode, $targetfile, $verbose ); Modified: head/lang/perl5-devel/Makefile ============================================================================== --- head/lang/perl5-devel/Makefile Mon Jun 29 12:25:21 2015 (r390892) +++ head/lang/perl5-devel/Makefile Mon Jun 29 12:32:41 2015 (r390893) @@ -4,6 +4,7 @@ PORTNAME= perl #PORTVERSION= ${PERL_VERSION} # XXX DISTVERSION= ${GH_TAGNAME:C/^v//:C/-g[0-9a-f]*$//} +PORTREVISION= 1 CATEGORIES= lang devel perl5 # XXX MASTER_SITES= LOCAL/mat/perl GH CPAN/../../src/5.0 Added: head/lang/perl5-devel/files/patch-cpan_ExtUtils-Install_lib_ExtUtils_Install.pm ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/perl5-devel/files/patch-cpan_ExtUtils-Install_lib_ExtUtils_Install.pm Mon Jun 29 12:32:41 2015 (r390893) @@ -0,0 +1,11 @@ +--- cpan/ExtUtils-Install/lib/ExtUtils/Install.pm.orig 2015-06-22 12:55:33 UTC ++++ cpan/ExtUtils-Install/lib/ExtUtils/Install.pm +@@ -809,7 +809,7 @@ sub install { #XXX OS-SPECIFIC + utime($atime,$mtime + $Is_VMS,$targetfile) unless $dry_run>1; + + +- $mode = 0444 | ( $mode & 0111 ? 0111 : 0 ); ++ $mode = 0644 | ( $mode & 0111 ? 0111 : 0 ); + $mode = $mode | 0222 + if $realtarget ne $targetfile; + _chmod( $mode, $targetfile, $verbose ); Modified: head/lang/perl5.16/Makefile ============================================================================== --- head/lang/perl5.16/Makefile Mon Jun 29 12:25:21 2015 (r390892) +++ head/lang/perl5.16/Makefile Mon Jun 29 12:32:41 2015 (r390893) @@ -3,7 +3,7 @@ PORTNAME= perl PORTVERSION= ${PERL_VERSION} -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= lang devel perl5 MASTER_SITES= CPAN/../../src/5.0 DIST_SUBDIR= perl Added: head/lang/perl5.16/files/patch-dist_ExtUtils-Install_lib_ExtUtils_Install.pm ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/perl5.16/files/patch-dist_ExtUtils-Install_lib_ExtUtils_Install.pm Mon Jun 29 12:32:41 2015 (r390893) @@ -0,0 +1,11 @@ +--- dist/ExtUtils-Install/lib/ExtUtils/Install.pm.orig 2013-03-04 15:16:21 UTC ++++ dist/ExtUtils-Install/lib/ExtUtils/Install.pm +@@ -822,7 +822,7 @@ sub install { #XXX OS-SPECIFIC + utime($atime,$mtime + $Is_VMS,$targetfile) unless $dry_run>1; + + +- $mode = 0444 | ( $mode & 0111 ? 0111 : 0 ); ++ $mode = 0644 | ( $mode & 0111 ? 0111 : 0 ); + $mode = $mode | 0222 + if $realtarget ne $targetfile; + _chmod( $mode, $targetfile, $verbose ); Modified: head/lang/perl5.18/Makefile ============================================================================== --- head/lang/perl5.18/Makefile Mon Jun 29 12:25:21 2015 (r390892) +++ head/lang/perl5.18/Makefile Mon Jun 29 12:32:41 2015 (r390893) @@ -3,7 +3,7 @@ PORTNAME= perl PORTVERSION= ${PERL_VERSION} -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= lang devel perl5 MASTER_SITES= CPAN/../../src/5.0 DIST_SUBDIR= perl Added: head/lang/perl5.18/files/patch-dist_ExtUtils-Install_lib_ExtUtils_Install.pm ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/perl5.18/files/patch-dist_ExtUtils-Install_lib_ExtUtils_Install.pm Mon Jun 29 12:32:41 2015 (r390893) @@ -0,0 +1,11 @@ +--- dist/ExtUtils-Install/lib/ExtUtils/Install.pm.orig 2014-10-01 01:33:00 UTC ++++ dist/ExtUtils-Install/lib/ExtUtils/Install.pm +@@ -797,7 +797,7 @@ sub install { #XXX OS-SPECIFIC + utime($atime,$mtime + $Is_VMS,$targetfile) unless $dry_run>1; + + +- $mode = 0444 | ( $mode & 0111 ? 0111 : 0 ); ++ $mode = 0644 | ( $mode & 0111 ? 0111 : 0 ); + $mode = $mode | 0222 + if $realtarget ne $targetfile; + _chmod( $mode, $targetfile, $verbose ); Modified: head/lang/perl5.20/Makefile ============================================================================== --- head/lang/perl5.20/Makefile Mon Jun 29 12:25:21 2015 (r390892) +++ head/lang/perl5.20/Makefile Mon Jun 29 12:32:41 2015 (r390893) @@ -3,7 +3,7 @@ PORTNAME= perl PORTVERSION= ${PERL_VERSION} -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= lang devel perl5 MASTER_SITES= CPAN/../../src/5.0 DIST_SUBDIR= perl Added: head/lang/perl5.20/files/patch-dist_ExtUtils-Install_lib_ExtUtils_Install.pm ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/perl5.20/files/patch-dist_ExtUtils-Install_lib_ExtUtils_Install.pm Mon Jun 29 12:32:41 2015 (r390893) @@ -0,0 +1,11 @@ +--- dist/ExtUtils-Install/lib/ExtUtils/Install.pm.orig 2014-12-27 11:49:23 UTC ++++ dist/ExtUtils-Install/lib/ExtUtils/Install.pm +@@ -808,7 +808,7 @@ sub install { #XXX OS-SPECIFIC + utime($atime,$mtime + $Is_VMS,$targetfile) unless $dry_run>1; + + +- $mode = 0444 | ( $mode & 0111 ? 0111 : 0 ); ++ $mode = 0644 | ( $mode & 0111 ? 0111 : 0 ); + $mode = $mode | 0222 + if $realtarget ne $targetfile; + _chmod( $mode, $targetfile, $verbose ); Modified: head/lang/perl5.22/Makefile ============================================================================== --- head/lang/perl5.22/Makefile Mon Jun 29 12:25:21 2015 (r390892) +++ head/lang/perl5.22/Makefile Mon Jun 29 12:32:41 2015 (r390893) @@ -3,6 +3,7 @@ PORTNAME= perl DISTVERSION= ${PERL_VERSION} +PORTREVISION= 1 CATEGORIES= lang devel perl5 MASTER_SITES= CPAN/../../src/5.0 CPAN/../by-authors/id/R/RJ/RJBS DIST_SUBDIR= perl Added: head/lang/perl5.22/files/patch-cpan_ExtUtils-Install_lib_ExtUtils_Install.pm ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/perl5.22/files/patch-cpan_ExtUtils-Install_lib_ExtUtils_Install.pm Mon Jun 29 12:32:41 2015 (r390893) @@ -0,0 +1,11 @@ +--- cpan/ExtUtils-Install/lib/ExtUtils/Install.pm.orig 2015-06-19 11:34:20 UTC ++++ cpan/ExtUtils-Install/lib/ExtUtils/Install.pm +@@ -809,7 +809,7 @@ sub install { #XXX OS-SPECIFIC + utime($atime,$mtime + $Is_VMS,$targetfile) unless $dry_run>1; + + +- $mode = 0444 | ( $mode & 0111 ? 0111 : 0 ); ++ $mode = 0644 | ( $mode & 0111 ? 0111 : 0 ); + $mode = $mode | 0222 + if $realtarget ne $targetfile; + _chmod( $mode, $targetfile, $verbose ); From owner-svn-ports-all@freebsd.org Mon Jun 29 12:38:28 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1395C98EFB6; Mon, 29 Jun 2015 12:38:28 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E7BA21101; Mon, 29 Jun 2015 12:38:27 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5TCcRG7004616; Mon, 29 Jun 2015 12:38:27 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5TCcQDr004603; Mon, 29 Jun 2015 12:38:26 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201506291238.t5TCcQDr004603@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Mon, 29 Jun 2015 12:38:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390894 - in head/devel: . erlang-erlware_commons erlang-erlware_commons/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 12:38:28 -0000 Author: olgeni Date: Mon Jun 29 12:38:25 2015 New Revision: 390894 URL: https://svnweb.freebsd.org/changeset/ports/390894 Log: Add devel/erlang-erlware_commons, a set of reusable components for Erlang. Added: head/devel/erlang-erlware_commons/ head/devel/erlang-erlware_commons/Makefile (contents, props changed) head/devel/erlang-erlware_commons/distinfo (contents, props changed) head/devel/erlang-erlware_commons/files/ head/devel/erlang-erlware_commons/files/patch-rebar.config (contents, props changed) head/devel/erlang-erlware_commons/pkg-descr (contents, props changed) head/devel/erlang-erlware_commons/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Jun 29 12:32:41 2015 (r390893) +++ head/devel/Makefile Mon Jun 29 12:38:25 2015 (r390894) @@ -421,6 +421,7 @@ SUBDIR += erlang-common_lib SUBDIR += erlang-cowlib SUBDIR += erlang-cuttlefish + SUBDIR += erlang-erlware_commons SUBDIR += erlang-esdl SUBDIR += erlang-exmpp SUBDIR += erlang-folsom Added: head/devel/erlang-erlware_commons/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/erlang-erlware_commons/Makefile Mon Jun 29 12:38:25 2015 (r390894) @@ -0,0 +1,39 @@ +# $FreeBSD$ + +PORTNAME= erlware_commons +PORTVERSION= 0.12.0 +DISTVERSIONPREFIX= v +CATEGORIES= devel +PKGNAMEPREFIX= erlang- + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= Erlang project focused on all aspects of reusable components + +LICENSE= MIT + +BUILD_DEPENDS= erl:${PORTSDIR}/lang/erlang \ + rebar:${PORTSDIR}/devel/rebar +RUN_DEPENDS= erl:${PORTSDIR}/lang/erlang + +PLIST_SUB= VERSION="${PORTVERSION}" + +USE_GITHUB= yes +GH_ACCOUNT= erlware + +do-build: + @cd ${WRKSRC} && rebar compile + +do-install: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION} + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/include + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/priv + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src + ${INSTALL_DATA} ${WRKSRC}/ebin/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin + ${INSTALL_DATA} ${WRKSRC}/include/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/include + ${INSTALL_DATA} ${WRKSRC}/priv/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/priv + ${INSTALL_DATA} ${WRKSRC}/src/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src + +.include Added: head/devel/erlang-erlware_commons/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/erlang-erlware_commons/distinfo Mon Jun 29 12:38:25 2015 (r390894) @@ -0,0 +1,2 @@ +SHA256 (erlware-erlware_commons-v0.12.0_GH0.tar.gz) = 4d3064bb23e3a8ae762eda312b4f1598fb09aa137fd3ca68d424a513c8d6b5cd +SIZE (erlware-erlware_commons-v0.12.0_GH0.tar.gz) = 63176 Added: head/devel/erlang-erlware_commons/files/patch-rebar.config ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/erlang-erlware_commons/files/patch-rebar.config Mon Jun 29 12:38:25 2015 (r390894) @@ -0,0 +1,19 @@ +--- rebar.config.orig 2015-06-29 12:33:01 UTC ++++ rebar.config +@@ -1,9 +1,7 @@ + %% -*- mode: Erlang; fill-column: 80; comment-column: 75; -*- + + %% Dependencies ================================================================ +-{deps, [{rebar_vsn_plugin, ".*", +- {git, "https://github.com/erlware/rebar_vsn_plugin.git", +- {branch, "master"}}}]}. ++{deps, []}. + + {erl_first_files, ["ec_dictionary", "ec_vsn"]}. + +@@ -22,4 +20,4 @@ + {cover_print_enabled, true}. + + %% Rebar Plugins ============================================================== +-{plugins, [rebar_vsn_plugin]}. ++{plugins, []}. Added: head/devel/erlang-erlware_commons/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/erlang-erlware_commons/pkg-descr Mon Jun 29 12:38:25 2015 (r390894) @@ -0,0 +1,9 @@ +Erlware commons can best be described as an extension to the stdlib +application that is distributed with Erlang. These are things that +we at Erlware have found useful for production applications but are +not included with the distribution. We hope that as things in this +library prove themselves useful, they will make their way into the +main Erlang distribution. However, whether they do or not, we hope +that this application will prove generally useful. + +WWW: https://github.com/erlware/erlware_commons Added: head/devel/erlang-erlware_commons/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/erlang-erlware_commons/pkg-plist Mon Jun 29 12:38:25 2015 (r390894) @@ -0,0 +1,41 @@ +lib/erlang/lib/erlware_commons-%%VERSION%%/ebin/ec_assoc_list.beam +lib/erlang/lib/erlware_commons-%%VERSION%%/ebin/ec_cmd_log.beam +lib/erlang/lib/erlware_commons-%%VERSION%%/ebin/ec_cnv.beam +lib/erlang/lib/erlware_commons-%%VERSION%%/ebin/ec_compile.beam +lib/erlang/lib/erlware_commons-%%VERSION%%/ebin/ec_date.beam +lib/erlang/lib/erlware_commons-%%VERSION%%/ebin/ec_dict.beam +lib/erlang/lib/erlware_commons-%%VERSION%%/ebin/ec_dictionary.beam +lib/erlang/lib/erlware_commons-%%VERSION%%/ebin/ec_file.beam +lib/erlang/lib/erlware_commons-%%VERSION%%/ebin/ec_gb_trees.beam +lib/erlang/lib/erlware_commons-%%VERSION%%/ebin/ec_git_vsn.beam +lib/erlang/lib/erlware_commons-%%VERSION%%/ebin/ec_lists.beam +lib/erlang/lib/erlware_commons-%%VERSION%%/ebin/ec_orddict.beam +lib/erlang/lib/erlware_commons-%%VERSION%%/ebin/ec_plists.beam +lib/erlang/lib/erlware_commons-%%VERSION%%/ebin/ec_rbdict.beam +lib/erlang/lib/erlware_commons-%%VERSION%%/ebin/ec_semver.beam +lib/erlang/lib/erlware_commons-%%VERSION%%/ebin/ec_semver_parser.beam +lib/erlang/lib/erlware_commons-%%VERSION%%/ebin/ec_talk.beam +lib/erlang/lib/erlware_commons-%%VERSION%%/ebin/ec_vsn.beam +lib/erlang/lib/erlware_commons-%%VERSION%%/ebin/erlware_commons.app +lib/erlang/lib/erlware_commons-%%VERSION%%/include/ec_cmd_log.hrl +lib/erlang/lib/erlware_commons-%%VERSION%%/priv/ec_semver_parser.peg +lib/erlang/lib/erlware_commons-%%VERSION%%/src/ec_assoc_list.erl +lib/erlang/lib/erlware_commons-%%VERSION%%/src/ec_cmd_log.erl +lib/erlang/lib/erlware_commons-%%VERSION%%/src/ec_cnv.erl +lib/erlang/lib/erlware_commons-%%VERSION%%/src/ec_compile.erl +lib/erlang/lib/erlware_commons-%%VERSION%%/src/ec_date.erl +lib/erlang/lib/erlware_commons-%%VERSION%%/src/ec_dict.erl +lib/erlang/lib/erlware_commons-%%VERSION%%/src/ec_dictionary.erl +lib/erlang/lib/erlware_commons-%%VERSION%%/src/ec_file.erl +lib/erlang/lib/erlware_commons-%%VERSION%%/src/ec_gb_trees.erl +lib/erlang/lib/erlware_commons-%%VERSION%%/src/ec_git_vsn.erl +lib/erlang/lib/erlware_commons-%%VERSION%%/src/ec_lists.erl +lib/erlang/lib/erlware_commons-%%VERSION%%/src/ec_orddict.erl +lib/erlang/lib/erlware_commons-%%VERSION%%/src/ec_plists.erl +lib/erlang/lib/erlware_commons-%%VERSION%%/src/ec_rbdict.erl +lib/erlang/lib/erlware_commons-%%VERSION%%/src/ec_semver.erl +lib/erlang/lib/erlware_commons-%%VERSION%%/src/ec_semver_parser.erl +lib/erlang/lib/erlware_commons-%%VERSION%%/src/ec_talk.erl +lib/erlang/lib/erlware_commons-%%VERSION%%/src/ec_vsn.erl +lib/erlang/lib/erlware_commons-%%VERSION%%/src/erlware_commons.app.src +%%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-all@freebsd.org Mon Jun 29 12:46:14 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A5E1198F14A; Mon, 29 Jun 2015 12:46:14 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 974FF1674; Mon, 29 Jun 2015 12:46:14 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5TCkEc2009336; Mon, 29 Jun 2015 12:46:14 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5TCkELB009331; Mon, 29 Jun 2015 12:46:14 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201506291246.t5TCkELB009331@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 29 Jun 2015 12:46:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390895 - head/lang/perl5-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 12:46:14 -0000 Author: mat Date: Mon Jun 29 12:46:13 2015 New Revision: 390895 URL: https://svnweb.freebsd.org/changeset/ports/390895 Log: Update to v5.23.0-63-g6012112. Changes: https://github.com/Perl/perl5/compare/v5.23.0-7-gd9fc04e...v5.23.0-63-g6012112 Sponsored by: Absolight Modified: head/lang/perl5-devel/Makefile head/lang/perl5-devel/distinfo Modified: head/lang/perl5-devel/Makefile ============================================================================== --- head/lang/perl5-devel/Makefile Mon Jun 29 12:38:25 2015 (r390894) +++ head/lang/perl5-devel/Makefile Mon Jun 29 12:46:13 2015 (r390895) @@ -4,7 +4,6 @@ PORTNAME= perl #PORTVERSION= ${PERL_VERSION} # XXX DISTVERSION= ${GH_TAGNAME:C/^v//:C/-g[0-9a-f]*$//} -PORTREVISION= 1 CATEGORIES= lang devel perl5 # XXX MASTER_SITES= LOCAL/mat/perl GH CPAN/../../src/5.0 @@ -27,7 +26,7 @@ CONFLICTS_INSTALL= perl5.*-* USE_GITHUB= yes GH_ACCOUNT= Perl GH_PROJECT= perl5 -GH_TAGNAME= v5.23.0-7-gd9fc04e +GH_TAGNAME= v5.23.0-63-g6012112 OPTIONS_DEFINE= DEBUG GDBM PERL_64BITINT PTHREAD \ MULTIPLICITY SITECUSTOMIZE Modified: head/lang/perl5-devel/distinfo ============================================================================== --- head/lang/perl5-devel/distinfo Mon Jun 29 12:38:25 2015 (r390894) +++ head/lang/perl5-devel/distinfo Mon Jun 29 12:46:13 2015 (r390895) @@ -1,2 +1,2 @@ -SHA256 (perl/perl-5.23.0-7_GH0.tar.gz) = 1d130e9b0f15e8c582e614f3943e9447bcce8e01f2fd93c7759f01106635605e -SIZE (perl/perl-5.23.0-7_GH0.tar.gz) = 17491351 +SHA256 (perl/perl-5.23.0-63_GH0.tar.gz) = 8773ba8a43aec258d499a98fe6666eda4b60f50e749f50b5a21f46cd9d0acae6 +SIZE (perl/perl-5.23.0-63_GH0.tar.gz) = 17490969 From owner-svn-ports-all@freebsd.org Mon Jun 29 12:51:53 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5DAC798F2A5; Mon, 29 Jun 2015 12:51:53 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4EBAC1BF7; Mon, 29 Jun 2015 12:51:53 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5TCprg8013789; Mon, 29 Jun 2015 12:51:53 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5TCppMJ013781; Mon, 29 Jun 2015 12:51:51 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201506291251.t5TCppMJ013781@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Mon, 29 Jun 2015 12:51:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390896 - in head/devel: . erlang-ssl_verify_hostname X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 12:51:53 -0000 Author: olgeni Date: Mon Jun 29 12:51:51 2015 New Revision: 390896 URL: https://svnweb.freebsd.org/changeset/ports/390896 Log: Add devel/erlang-ssl_verify_hostname, an Erlang library for certificate hostname validation based on RFC 6125. Added: head/devel/erlang-ssl_verify_hostname/ head/devel/erlang-ssl_verify_hostname/Makefile (contents, props changed) head/devel/erlang-ssl_verify_hostname/distinfo (contents, props changed) head/devel/erlang-ssl_verify_hostname/pkg-descr (contents, props changed) head/devel/erlang-ssl_verify_hostname/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Jun 29 12:46:13 2015 (r390895) +++ head/devel/Makefile Mon Jun 29 12:51:51 2015 (r390896) @@ -442,6 +442,7 @@ SUBDIR += erlang-protobuffs SUBDIR += erlang-providers SUBDIR += erlang-recon + SUBDIR += erlang-ssl_verify_hostname SUBDIR += erlang-syslog SUBDIR += etcd SUBDIR += etcdctl Added: head/devel/erlang-ssl_verify_hostname/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/erlang-ssl_verify_hostname/Makefile Mon Jun 29 12:51:51 2015 (r390896) @@ -0,0 +1,35 @@ +# $FreeBSD$ + +PORTNAME= ssl_verify_hostname +PORTVERSION= 1.0.5 +CATEGORIES= devel +PKGNAMEPREFIX= erlang- + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= Erlang library for certificate hostname validation + +LICENSE= MIT + +BUILD_DEPENDS= erl:${PORTSDIR}/lang/erlang \ + rebar:${PORTSDIR}/devel/rebar +RUN_DEPENDS= erl:${PORTSDIR}/lang/erlang + +PLIST_SUB= VERSION="${PORTVERSION}" + +USE_GITHUB= yes +GH_ACCOUNT= deadtrickster +GH_PROJECT= ssl_verify_hostname.erl + +do-build: + @cd ${WRKSRC} && rebar compile + +do-install: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION} + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src + ${INSTALL_DATA} ${WRKSRC}/ebin/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin + ${INSTALL_DATA} ${WRKSRC}/src/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src + +.include Added: head/devel/erlang-ssl_verify_hostname/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/erlang-ssl_verify_hostname/distinfo Mon Jun 29 12:51:51 2015 (r390896) @@ -0,0 +1,2 @@ +SHA256 (deadtrickster-ssl_verify_hostname.erl-1.0.5_GH0.tar.gz) = d01bf5492e9c0222dcf1a839f13cee037a65f82fff4998af277d9ab4324efeb1 +SIZE (deadtrickster-ssl_verify_hostname.erl-1.0.5_GH0.tar.gz) = 11082 Added: head/devel/erlang-ssl_verify_hostname/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/erlang-ssl_verify_hostname/pkg-descr Mon Jun 29 12:51:51 2015 (r390896) @@ -0,0 +1,3 @@ +Erlang library for certificate hostname validation based on RFC 6125. + +WWW: https://github.com/deadtrickster/ssl_verify_hostname.erl Added: head/devel/erlang-ssl_verify_hostname/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/erlang-ssl_verify_hostname/pkg-plist Mon Jun 29 12:51:51 2015 (r390896) @@ -0,0 +1,5 @@ +lib/erlang/lib/ssl_verify_hostname-%%VERSION%%/ebin/ssl_verify_hostname.app +lib/erlang/lib/ssl_verify_hostname-%%VERSION%%/ebin/ssl_verify_hostname.beam +lib/erlang/lib/ssl_verify_hostname-%%VERSION%%/src/ssl_verify_hostname.app.src +lib/erlang/lib/ssl_verify_hostname-%%VERSION%%/src/ssl_verify_hostname.erl +%%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-all@freebsd.org Mon Jun 29 13:38:26 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C8B1898FA1F; Mon, 29 Jun 2015 13:38:26 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B9C761118; Mon, 29 Jun 2015 13:38:26 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5TDcQ8G034379; Mon, 29 Jun 2015 13:38:26 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5TDcQAu034377; Mon, 29 Jun 2015 13:38:26 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201506291338.t5TDcQAu034377@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 29 Jun 2015 13:38:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390897 - in head/security/vault: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 13:38:26 -0000 Author: swills Date: Mon Jun 29 13:38:25 2015 New Revision: 390897 URL: https://svnweb.freebsd.org/changeset/ports/390897 Log: security/vault: add missing line to rc script Modified: head/security/vault/Makefile head/security/vault/files/vault.in Modified: head/security/vault/Makefile ============================================================================== --- head/security/vault/Makefile Mon Jun 29 12:51:51 2015 (r390896) +++ head/security/vault/Makefile Mon Jun 29 13:38:25 2015 (r390897) @@ -2,6 +2,7 @@ PORTNAME= vault PORTVERSION= 0.1.2 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= security Modified: head/security/vault/files/vault.in ============================================================================== --- head/security/vault/files/vault.in Mon Jun 29 12:51:51 2015 (r390896) +++ head/security/vault/files/vault.in Mon Jun 29 13:38:25 2015 (r390897) @@ -51,3 +51,5 @@ vault_startprecmd() fi } + +run_rc_command "$1" From owner-svn-ports-all@freebsd.org Mon Jun 29 13:50:22 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8E73598FC2D; Mon, 29 Jun 2015 13:50:22 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7F49619E0; Mon, 29 Jun 2015 13:50:22 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5TDoMRj039701; Mon, 29 Jun 2015 13:50:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5TDoM9I039700; Mon, 29 Jun 2015 13:50:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506291350.t5TDoM9I039700@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 29 Jun 2015 13:50:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390898 - head/graphics/jhead X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 13:50:22 -0000 Author: sunpoet Date: Mon Jun 29 13:50:21 2015 New Revision: 390898 URL: https://svnweb.freebsd.org/changeset/ports/390898 Log: - Cosmetic change Modified: head/graphics/jhead/Makefile Modified: head/graphics/jhead/Makefile ============================================================================== --- head/graphics/jhead/Makefile Mon Jun 29 13:38:25 2015 (r390897) +++ head/graphics/jhead/Makefile Mon Jun 29 13:50:21 2015 (r390898) @@ -10,11 +10,10 @@ MASTER_SITES= http://www.sentex.net/~mwa MAINTAINER= sunpoet@FreeBSD.org COMMENT= EXIF JPEG header manipulation tool -USES= jpeg:run - OPTIONS_DEFINE= DOCS MAKEFILE= makefile +USES= jpeg:run PLIST_FILES= bin/${PORTNAME} \ man/man1/${PORTNAME}.1.gz From owner-svn-ports-all@freebsd.org Mon Jun 29 13:50:26 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AAAA298FC51; Mon, 29 Jun 2015 13:50:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9BAED1A11; Mon, 29 Jun 2015 13:50:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5TDoQwb039810; Mon, 29 Jun 2015 13:50:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5TDoQ9h039809; Mon, 29 Jun 2015 13:50:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506291350.t5TDoQ9h039809@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 29 Jun 2015 13:50:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390899 - head/mail/p5-Mail-SPF X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 13:50:26 -0000 Author: sunpoet Date: Mon Jun 29 13:50:25 2015 New Revision: 390899 URL: https://svnweb.freebsd.org/changeset/ports/390899 Log: - Remove DOCS option - Add NO_ARCH - Bump PORTREVISION for package change Modified: head/mail/p5-Mail-SPF/Makefile Modified: head/mail/p5-Mail-SPF/Makefile ============================================================================== --- head/mail/p5-Mail-SPF/Makefile Mon Jun 29 13:50:21 2015 (r390898) +++ head/mail/p5-Mail-SPF/Makefile Mon Jun 29 13:50:25 2015 (r390899) @@ -4,7 +4,7 @@ PORTNAME= Mail-SPF PORTVERSION= 2.9.0 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -24,15 +24,11 @@ TEST_DEPENDS= p5-Test-Pod>=1:${PORTSDIR} CONFLICTS_INSTALL= p5-Mail-SPF-Query-[0-9]* -OPTIONS_DEFINE= DOCS - CONFIGURE_ARGS= --install_path sbin=${PREFIX}/sbin +NO_ARCH= yes USE_PERL5= modbuild USES= perl5 shebangfix -DOCSDIR= ${PREFIX}/share/doc/p5-Mail-SPF -PORTDOCS= CHANGES README TODO - SHEBANG_FILES= bin/spfquery sbin/spfd post-patch: @@ -40,8 +36,4 @@ post-patch: @${MV} ${WRKSRC}/bin/spfquery ${WRKSRC}/bin/spfquery.pl @${REINPLACE_CMD} -e 's|spfd|&.pl|; s|spfquery|&.pl|' ${WRKSRC}/Build.PL ${WRKSRC}/MANIFEST ${WRKSRC}/README -post-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR}/ - cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ - .include From owner-svn-ports-all@freebsd.org Mon Jun 29 13:50:30 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A245D98FC75; Mon, 29 Jun 2015 13:50:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 92FB51AD5; Mon, 29 Jun 2015 13:50:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5TDoUd1039926; Mon, 29 Jun 2015 13:50:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5TDoUGT039925; Mon, 29 Jun 2015 13:50:30 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506291350.t5TDoUGT039925@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 29 Jun 2015 13:50:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390900 - head/converters/p5-Convert-UUlib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 13:50:30 -0000 Author: sunpoet Date: Mon Jun 29 13:50:29 2015 New Revision: 390900 URL: https://svnweb.freebsd.org/changeset/ports/390900 Log: - Remove DOCS option - Bump PORTREVISION for package change Modified: head/converters/p5-Convert-UUlib/Makefile Modified: head/converters/p5-Convert-UUlib/Makefile ============================================================================== --- head/converters/p5-Convert-UUlib/Makefile Mon Jun 29 13:50:25 2015 (r390899) +++ head/converters/p5-Convert-UUlib/Makefile Mon Jun 29 13:50:29 2015 (r390900) @@ -3,7 +3,7 @@ PORTNAME= Convert-UUlib PORTVERSION= 1.40 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= converters perl5 MASTER_SITES= CPAN @@ -16,15 +16,7 @@ COMMENT= Perl5 interface to the uulib li LICENSE= ART10 GPLv1 LICENSE_COMB= dual -OPTIONS_DEFINE= DOCS - USES= perl5 USE_PERL5= configure -PORTDOCS= Changes README - -post-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} - .include From owner-svn-ports-all@freebsd.org Mon Jun 29 13:50:34 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CFB9198FC90; Mon, 29 Jun 2015 13:50:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C0B6D1BE2; Mon, 29 Jun 2015 13:50:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5TDoYFY040051; Mon, 29 Jun 2015 13:50:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5TDoYGB040050; Mon, 29 Jun 2015 13:50:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506291350.t5TDoYGB040050@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 29 Jun 2015 13:50:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390901 - head/databases/p5-DBI X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 13:50:34 -0000 Author: sunpoet Date: Mon Jun 29 13:50:34 2015 New Revision: 390901 URL: https://svnweb.freebsd.org/changeset/ports/390901 Log: - Remove DOCS option - Bump PORTREVISION for package change Modified: head/databases/p5-DBI/Makefile Modified: head/databases/p5-DBI/Makefile ============================================================================== --- head/databases/p5-DBI/Makefile Mon Jun 29 13:50:29 2015 (r390900) +++ head/databases/p5-DBI/Makefile Mon Jun 29 13:50:34 2015 (r390901) @@ -3,6 +3,7 @@ PORTNAME= DBI PORTVERSION= 1.633 +PORTREVISION= 1 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,7 +14,7 @@ COMMENT= Perl5 Database Interface, requi LICENSE= ART10 GPLv1 LICENSE_COMB= dual -OPTIONS_DEFINE= PROXY DOCS +OPTIONS_DEFINE= PROXY PROXY_DESC= Build DBI::Proxy CONFLICTS= p5-DBI-1.3* @@ -21,16 +22,9 @@ CONFLICTS= p5-DBI-1.3* USES= perl5 shebangfix USE_PERL5= configure -PORTDOCS= Changes - SHEBANG_FILES= dbixs_rev.pl PROXY_BUILD_DEPENDS= p5-PlRPC>=0.2001:${PORTSDIR}/net/p5-PlRPC PROXY_RUN_DEPENDS= p5-PlRPC>=0.2001:${PORTSDIR}/net/p5-PlRPC -post-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) - @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." - .include From owner-svn-ports-all@freebsd.org Mon Jun 29 13:50:39 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A580498FCAD; Mon, 29 Jun 2015 13:50:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 96A9E1CDF; Mon, 29 Jun 2015 13:50:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5TDodSj040639; Mon, 29 Jun 2015 13:50:39 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5TDodeU040638; Mon, 29 Jun 2015 13:50:39 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506291350.t5TDodeU040638@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 29 Jun 2015 13:50:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390902 - head/devel/p5-Data-Dump X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 13:50:39 -0000 Author: sunpoet Date: Mon Jun 29 13:50:38 2015 New Revision: 390902 URL: https://svnweb.freebsd.org/changeset/ports/390902 Log: - Remove DOCS option - Add NO_ARCH - Bump PORTREVISION for package change Modified: head/devel/p5-Data-Dump/Makefile Modified: head/devel/p5-Data-Dump/Makefile ============================================================================== --- head/devel/p5-Data-Dump/Makefile Mon Jun 29 13:50:34 2015 (r390901) +++ head/devel/p5-Data-Dump/Makefile Mon Jun 29 13:50:38 2015 (r390902) @@ -3,6 +3,7 @@ PORTNAME= Data-Dump PORTVERSION= 1.23 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,16 +14,8 @@ COMMENT= Pretty printing of data structu LICENSE= ART10 GPLv1 LICENSE_COMB= dual +NO_ARCH= yes USES= perl5 USE_PERL5= configure -OPTIONS_DEFINE= DOCS - -PORTDOCS= Changes README - -post-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} - @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." - .include From owner-svn-ports-all@freebsd.org Mon Jun 29 13:50:43 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E97CE98FCD9; Mon, 29 Jun 2015 13:50:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DAD311E8A; Mon, 29 Jun 2015 13:50:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5TDohBu040751; Mon, 29 Jun 2015 13:50:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5TDohNe040750; Mon, 29 Jun 2015 13:50:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506291350.t5TDohNe040750@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 29 Jun 2015 13:50:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390903 - head/net/p5-Net-VNC X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 13:50:44 -0000 Author: sunpoet Date: Mon Jun 29 13:50:43 2015 New Revision: 390903 URL: https://svnweb.freebsd.org/changeset/ports/390903 Log: - Sort *_DEPENDS - Add NO_ARCH Modified: head/net/p5-Net-VNC/Makefile Modified: head/net/p5-Net-VNC/Makefile ============================================================================== --- head/net/p5-Net-VNC/Makefile Mon Jun 29 13:50:38 2015 (r390902) +++ head/net/p5-Net-VNC/Makefile Mon Jun 29 13:50:43 2015 (r390903) @@ -14,11 +14,12 @@ COMMENT= Simple VNC client LICENSE= ART10 GPLv1 LICENSE_COMB= dual -RUN_DEPENDS= p5-Crypt-DES>=0:${PORTSDIR}/security/p5-Crypt-DES \ - p5-Image-Imlib2>=0:${PORTSDIR}/graphics/p5-Image-Imlib2 \ - p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor -BUILD_DEPENDS:= ${RUN_DEPENDS} +BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ + p5-Crypt-DES>=0:${PORTSDIR}/security/p5-Crypt-DES \ + p5-Image-Imlib2>=0:${PORTSDIR}/graphics/p5-Image-Imlib2 +RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= modbuild From owner-svn-ports-all@freebsd.org Mon Jun 29 13:50:48 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6444098FCFA; Mon, 29 Jun 2015 13:50:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 550841F8E; Mon, 29 Jun 2015 13:50:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5TDom6Z040881; Mon, 29 Jun 2015 13:50:48 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5TDom7x040880; Mon, 29 Jun 2015 13:50:48 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506291350.t5TDom7x040880@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 29 Jun 2015 13:50:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390904 - head/net/p5-XML-Compile-WSDL11 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 13:50:48 -0000 Author: sunpoet Date: Mon Jun 29 13:50:47 2015 New Revision: 390904 URL: https://svnweb.freebsd.org/changeset/ports/390904 Log: - Sort *_DEPENDS - Add NO_ARCH Modified: head/net/p5-XML-Compile-WSDL11/Makefile Modified: head/net/p5-XML-Compile-WSDL11/Makefile ============================================================================== --- head/net/p5-XML-Compile-WSDL11/Makefile Mon Jun 29 13:50:43 2015 (r390903) +++ head/net/p5-XML-Compile-WSDL11/Makefile Mon Jun 29 13:50:47 2015 (r390904) @@ -14,11 +14,12 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-Log-Report>=1.05:${PORTSDIR}/devel/p5-Log-Report \ + p5-XML-Compile>=1.48:${PORTSDIR}/textproc/p5-XML-Compile \ p5-XML-Compile-Cache>=1.03:${PORTSDIR}/textproc/p5-XML-Compile-Cache \ - p5-XML-Compile-SOAP>=3.06:${PORTSDIR}/net/p5-XML-Compile-SOAP \ - p5-XML-Compile>=1.48:${PORTSDIR}/textproc/p5-XML-Compile + p5-XML-Compile-SOAP>=3.06:${PORTSDIR}/net/p5-XML-Compile-SOAP RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USE_PERL5= configure USES= perl5 From owner-svn-ports-all@freebsd.org Mon Jun 29 13:50:56 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8D05E98FD43; Mon, 29 Jun 2015 13:50:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7E7761162; Mon, 29 Jun 2015 13:50:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5TDoukL042985; Mon, 29 Jun 2015 13:50:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5TDouYZ042984; Mon, 29 Jun 2015 13:50:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506291350.t5TDouYZ042984@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 29 Jun 2015 13:50:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390906 - head/net/py-twitter X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 13:50:56 -0000 Author: sunpoet Date: Mon Jun 29 13:50:55 2015 New Revision: 390906 URL: https://svnweb.freebsd.org/changeset/ports/390906 Log: - Fix RUN_DEPENDS - Bump PORTREVISION for dependency change Modified: head/net/py-twitter/Makefile Modified: head/net/py-twitter/Makefile ============================================================================== --- head/net/py-twitter/Makefile Mon Jun 29 13:50:51 2015 (r390905) +++ head/net/py-twitter/Makefile Mon Jun 29 13:50:55 2015 (r390906) @@ -3,6 +3,7 @@ PORTNAME= twitter PORTVERSION= 2.0 +PORTREVISION= 1 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,11 +14,11 @@ COMMENT= Python wrapper around the Twitt LICENSE= APACHE20 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httplib2>=0:${PORTSDIR}/www/py-httplib2 \ - ${PYTHON_PKGNAMEPREFIX}oauth2>=0:${PORTSDIR}/net/py-oauth2 \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:${PORTSDIR}/www/py-requests \ + ${PYTHON_PKGNAMEPREFIX}requests-oauthlib>=0:${PORTSDIR}/www/py-requests-oauthlib \ ${PYTHON_PKGNAMEPREFIX}simplejson>=0:${PORTSDIR}/devel/py-simplejson USES= python:2 -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils .include From owner-svn-ports-all@freebsd.org Mon Jun 29 13:50:52 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 64C4A98FD15; Mon, 29 Jun 2015 13:50:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 55EDF1065; Mon, 29 Jun 2015 13:50:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5TDoq04040989; Mon, 29 Jun 2015 13:50:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5TDoqOl040988; Mon, 29 Jun 2015 13:50:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506291350.t5TDoqOl040988@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 29 Jun 2015 13:50:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390905 - head/misc/posixtestsuite X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 13:50:52 -0000 Author: sunpoet Date: Mon Jun 29 13:50:51 2015 New Revision: 390905 URL: https://svnweb.freebsd.org/changeset/ports/390905 Log: - Add NO_ARCH - Cleanup Makefile Modified: head/misc/posixtestsuite/Makefile Modified: head/misc/posixtestsuite/Makefile ============================================================================== --- head/misc/posixtestsuite/Makefile Mon Jun 29 13:50:47 2015 (r390904) +++ head/misc/posixtestsuite/Makefile Mon Jun 29 13:50:51 2015 (r390905) @@ -11,14 +11,13 @@ COMMENT= Open POSIX Test Suite WRKSRC= ${WRKDIR}/posixtestsuite -NO_BUILD= YES -NO_INSTALL= YES +NO_ARCH= yes +NO_BUILD= yes +NO_INSTALL= yes NO_PACKAGE= "Nothing to package" USES= gmake -.include - REGR_LOG= log.run-5current RUN_RESULT= ${WRKSRC}/run.result @@ -31,9 +30,9 @@ THEPIPE= | tee 2>&1 .endif .if defined(WITH_THRLIB) -THRLIB= ${WITH_THRLIB} +THRLIB= ${WITH_THRLIB} .else -THRLIB= -lpthread +THRLIB= -lpthread .endif pre-everything:: @@ -89,4 +88,4 @@ regression: run @[ -z ${LOCAL_REGR_LOG} ] || ( ${ECHO} "No regression detected"; exit 0 ) @${ECHO} "Regression log stored at ${LOCAL_REGR_LOG}" -.include +.include From owner-svn-ports-all@freebsd.org Mon Jun 29 13:51:04 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8969C98FD90; Mon, 29 Jun 2015 13:51:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7888C1410; Mon, 29 Jun 2015 13:51:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5TDp4HC043153; Mon, 29 Jun 2015 13:51:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5TDp4fi043151; Mon, 29 Jun 2015 13:51:04 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506291351.t5TDp4fi043151@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 29 Jun 2015 13:51:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390907 - head/graphics/p5-Image-ExifTool-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 13:51:04 -0000 Author: sunpoet Date: Mon Jun 29 13:51:03 2015 New Revision: 390907 URL: https://svnweb.freebsd.org/changeset/ports/390907 Log: - Update to 9.98 Changes: http://www.sno.phy.queensu.ca/~phil/exiftool/history.html PR: 201186 Submitted by: Daniel Lin (maintainer) Modified: head/graphics/p5-Image-ExifTool-devel/Makefile head/graphics/p5-Image-ExifTool-devel/distinfo Modified: head/graphics/p5-Image-ExifTool-devel/Makefile ============================================================================== --- head/graphics/p5-Image-ExifTool-devel/Makefile Mon Jun 29 13:50:55 2015 (r390906) +++ head/graphics/p5-Image-ExifTool-devel/Makefile Mon Jun 29 13:51:03 2015 (r390907) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Image-ExifTool -PORTVERSION= 9.97 +PORTVERSION= 9.98 CATEGORIES= graphics perl5 MASTER_SITES= http://www.sno.phy.queensu.ca/~phil/exiftool/ PKGNAMEPREFIX= p5- Modified: head/graphics/p5-Image-ExifTool-devel/distinfo ============================================================================== --- head/graphics/p5-Image-ExifTool-devel/distinfo Mon Jun 29 13:50:55 2015 (r390906) +++ head/graphics/p5-Image-ExifTool-devel/distinfo Mon Jun 29 13:51:03 2015 (r390907) @@ -1,2 +1,2 @@ -SHA256 (Image-ExifTool-9.97.tar.gz) = 7cff22dd7e9d234c67dcaf8ad52f3af3482a6a5cd87b604397f20bbb3431745c -SIZE (Image-ExifTool-9.97.tar.gz) = 4001422 +SHA256 (Image-ExifTool-9.98.tar.gz) = cf7e89b40e942ff582b06b958edfce2e2c7ba2986a650212a96fa74cf5bbc74b +SIZE (Image-ExifTool-9.98.tar.gz) = 4002089 From owner-svn-ports-all@freebsd.org Mon Jun 29 13:52:53 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 68EA398FE9D; Mon, 29 Jun 2015 13:52:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 59A641608; Mon, 29 Jun 2015 13:52:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5TDqrT1044694; Mon, 29 Jun 2015 13:52:53 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5TDqqmZ044689; Mon, 29 Jun 2015 13:52:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506291352.t5TDqqmZ044689@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 29 Jun 2015 13:52:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390908 - in head/devel: . p5-Array-Heap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 13:52:53 -0000 Author: sunpoet Date: Mon Jun 29 13:52:51 2015 New Revision: 390908 URL: https://svnweb.freebsd.org/changeset/ports/390908 Log: - Add p5-Array-Heap 3.1 - While I'm here: - Fix MAINTAINER - Simplify post-install: - Fix and sort PLIST A Heap implementation for Perl using functions that are loosely modeled after the C++ STL's binary heap functions. They all take an array as argument, just like perl's built-in functions "push", "pop" etc. The implementation itself is in C for maximum speed. WWW: http://search.cpan.org/dist/Array-Heap/ PR: 195496 Submitted by: Added: head/devel/p5-Array-Heap/ head/devel/p5-Array-Heap/Makefile (contents, props changed) head/devel/p5-Array-Heap/distinfo (contents, props changed) head/devel/p5-Array-Heap/pkg-descr (contents, props changed) head/devel/p5-Array-Heap/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Jun 29 13:51:03 2015 (r390907) +++ head/devel/Makefile Mon Jun 29 13:52:51 2015 (r390908) @@ -1581,6 +1581,7 @@ SUBDIR += p5-AppConfig SUBDIR += p5-AppConfig-Std SUBDIR += p5-Array-Group + SUBDIR += p5-Array-Heap SUBDIR += p5-Array-Iterator SUBDIR += p5-Array-Unique SUBDIR += p5-Array-Window Added: head/devel/p5-Array-Heap/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Array-Heap/Makefile Mon Jun 29 13:52:51 2015 (r390908) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= Array-Heap +PORTVERSION= 3.1 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= eserte12@yahoo.de +COMMENT= Perl module implementing fast binary heaps/priority queues + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +USES= perl5 +USE_PERL5= configure + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Array/Heap/Heap.so + +.include Added: head/devel/p5-Array-Heap/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Array-Heap/distinfo Mon Jun 29 13:52:51 2015 (r390908) @@ -0,0 +1,2 @@ +SHA256 (Array-Heap-3.1.tar.gz) = 23be55000c5869fb5580bcff85c50c64fff0f6877ad2db73c6d850de3d2176de +SIZE (Array-Heap-3.1.tar.gz) = 9457 Added: head/devel/p5-Array-Heap/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Array-Heap/pkg-descr Mon Jun 29 13:52:51 2015 (r390908) @@ -0,0 +1,6 @@ +A Heap implementation for Perl using functions that are loosely +modeled after the C++ STL's binary heap functions. They all take an +array as argument, just like perl's built-in functions "push", "pop" +etc. The implementation itself is in C for maximum speed. + +WWW: http://search.cpan.org/dist/Array-Heap/ Added: head/devel/p5-Array-Heap/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Array-Heap/pkg-plist Mon Jun 29 13:52:51 2015 (r390908) @@ -0,0 +1,3 @@ +%%SITE_ARCH%%/Array/Heap.pm +%%SITE_ARCH%%/auto/Array/Heap/Heap.so +%%PERL5_MAN3%%/Array::Heap.3.gz From owner-svn-ports-all@freebsd.org Mon Jun 29 14:53:48 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6E72798FA63; Mon, 29 Jun 2015 14:53:48 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 46A5325A7; Mon, 29 Jun 2015 14:53:48 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5TErmoo074501; Mon, 29 Jun 2015 14:53:48 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5TErlHC074499; Mon, 29 Jun 2015 14:53:47 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201506291453.t5TErlHC074499@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 29 Jun 2015 14:53:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390909 - head/devel/p5-CPAN-Reporter X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 14:53:48 -0000 Author: swills Date: Mon Jun 29 14:53:47 2015 New Revision: 390909 URL: https://svnweb.freebsd.org/changeset/ports/390909 Log: devel/p5-CPAN-Reporter: update to 1.2014 Modified: head/devel/p5-CPAN-Reporter/Makefile head/devel/p5-CPAN-Reporter/distinfo Modified: head/devel/p5-CPAN-Reporter/Makefile ============================================================================== --- head/devel/p5-CPAN-Reporter/Makefile Mon Jun 29 13:52:51 2015 (r390908) +++ head/devel/p5-CPAN-Reporter/Makefile Mon Jun 29 14:53:47 2015 (r390909) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= CPAN-Reporter -PORTVERSION= 1.2011 -PORTREVISION= 1 +PORTVERSION= 1.2014 CATEGORIES= devel MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DAGOLDEN @@ -12,18 +11,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= swills@FreeBSD.org COMMENT= Adds CPAN Testers reporting to CPAN.pm -BUILD_DEPENDS= p5-Archive-Tar>0:${PORTSDIR}/archivers/p5-Archive-Tar \ - p5-Capture-Tiny>0:${PORTSDIR}/devel/p5-Capture-Tiny \ +BUILD_DEPENDS= p5-Capture-Tiny>0:${PORTSDIR}/devel/p5-Capture-Tiny \ p5-Config-Tiny>0:${PORTSDIR}/devel/p5-Config-Tiny \ - p5-File-Copy-Recursive>0:${PORTSDIR}/devel/p5-File-Copy-Recursive \ + p5-Devel-Autoflush>0:${PORTSDIR}/devel/p5-Devel-Autoflush \ p5-File-HomeDir>0:${PORTSDIR}/devel/p5-File-HomeDir \ - p5-File-pushd>0:${PORTSDIR}/devel/p5-File-pushd \ - p5-IO-CaptureOutput>0:${PORTSDIR}/devel/p5-IO-CaptureOutput \ p5-IPC-Cmd>=0.76:${PORTSDIR}/devel/p5-IPC-Cmd \ p5-Probe-Perl>0:${PORTSDIR}/sysutils/p5-Probe-Perl \ - p5-Test-Reporter>1.54:${PORTSDIR}/devel/p5-Test-Reporter \ - p5-Devel-Autoflush>0:${PORTSDIR}/devel/p5-Devel-Autoflush \ - p5-Tee>0:${PORTSDIR}/devel/p5-Tee + p5-Test-Reporter>1.54:${PORTSDIR}/devel/p5-Test-Reporter RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 Modified: head/devel/p5-CPAN-Reporter/distinfo ============================================================================== --- head/devel/p5-CPAN-Reporter/distinfo Mon Jun 29 13:52:51 2015 (r390908) +++ head/devel/p5-CPAN-Reporter/distinfo Mon Jun 29 14:53:47 2015 (r390909) @@ -1,2 +1,2 @@ -SHA256 (CPAN-Reporter-1.2011.tar.gz) = 0154f3cf6af5f20002fea34ae3b69a0300dcfc52000fea729aac4a3fa91f08fb -SIZE (CPAN-Reporter-1.2011.tar.gz) = 106084 +SHA256 (CPAN-Reporter-1.2014.tar.gz) = b7ebc674c21f083338c17234e452757dd5bb4fdd555bf1fa26f042ee60d7dd25 +SIZE (CPAN-Reporter-1.2014.tar.gz) = 107915 From owner-svn-ports-all@freebsd.org Mon Jun 29 15:16:32 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5C96698FD99; Mon, 29 Jun 2015 15:16:32 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4D5992E57; Mon, 29 Jun 2015 15:16:32 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5TFGWiw084874; Mon, 29 Jun 2015 15:16:32 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5TFGVRo084872; Mon, 29 Jun 2015 15:16:31 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201506291516.t5TFGVRo084872@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Mon, 29 Jun 2015 15:16:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390910 - head/devel/p5-strictures X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 15:16:32 -0000 Author: adamw Date: Mon Jun 29 15:16:31 2015 New Revision: 390910 URL: https://svnweb.freebsd.org/changeset/ports/390910 Log: Update to 2.000001. Changes: https://metacpan.org/changes/distribution/strictures Modified: head/devel/p5-strictures/Makefile head/devel/p5-strictures/distinfo Modified: head/devel/p5-strictures/Makefile ============================================================================== --- head/devel/p5-strictures/Makefile Mon Jun 29 14:53:47 2015 (r390909) +++ head/devel/p5-strictures/Makefile Mon Jun 29 15:16:31 2015 (r390910) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= strictures -PORTVERSION= 2.000000 +PORTVERSION= 2.000001 PORTEPOCH= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN Modified: head/devel/p5-strictures/distinfo ============================================================================== --- head/devel/p5-strictures/distinfo Mon Jun 29 14:53:47 2015 (r390909) +++ head/devel/p5-strictures/distinfo Mon Jun 29 15:16:31 2015 (r390910) @@ -1,2 +1,2 @@ -SHA256 (strictures-2.000000.tar.gz) = 6f92fa6e064bf0b0d6d1597cad5630784e4b3da55d5d8a9373743876a9c9ca7e -SIZE (strictures-2.000000.tar.gz) = 12389 +SHA256 (strictures-2.000001.tar.gz) = 1e738a8ad63ce8c9b447111c8304ae124a3277c2dc17953b4f647581525e20d3 +SIZE (strictures-2.000001.tar.gz) = 12689 From owner-svn-ports-all@freebsd.org Mon Jun 29 15:23:11 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E1F7D98FFAE; Mon, 29 Jun 2015 15:23:11 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D2F11143E; Mon, 29 Jun 2015 15:23:11 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5TFNBp1089518; Mon, 29 Jun 2015 15:23:11 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5TFNB3R089516; Mon, 29 Jun 2015 15:23:11 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201506291523.t5TFNB3R089516@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Mon, 29 Jun 2015 15:23:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390911 - head/devel/p5-Params-Validate X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 15:23:12 -0000 Author: adamw Date: Mon Jun 29 15:23:10 2015 New Revision: 390911 URL: https://svnweb.freebsd.org/changeset/ports/390911 Log: Update to 1.20. Remove the pre/post strip chmod as it is no longer necessary. Changes: https://metacpan.org/changes/distribution/Params-Validate Modified: head/devel/p5-Params-Validate/Makefile head/devel/p5-Params-Validate/distinfo Modified: head/devel/p5-Params-Validate/Makefile ============================================================================== --- head/devel/p5-Params-Validate/Makefile Mon Jun 29 15:16:31 2015 (r390910) +++ head/devel/p5-Params-Validate/Makefile Mon Jun 29 15:23:10 2015 (r390911) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Params-Validate -PORTVERSION= 1.19 +PORTVERSION= 1.20 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -23,8 +23,6 @@ USES= perl5 USE_PERL5= modbuild post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Params/Validate/XS/XS.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Params/Validate/XS/XS.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Params/Validate/XS/XS.so .include Modified: head/devel/p5-Params-Validate/distinfo ============================================================================== --- head/devel/p5-Params-Validate/distinfo Mon Jun 29 15:16:31 2015 (r390910) +++ head/devel/p5-Params-Validate/distinfo Mon Jun 29 15:23:10 2015 (r390911) @@ -1,2 +1,2 @@ -SHA256 (Params-Validate-1.19.tar.gz) = cf8a4d76a06f02c1e96b85e331ad0acc62d9ac68bce15bfc375bc1f9e59a775c -SIZE (Params-Validate-1.19.tar.gz) = 126098 +SHA256 (Params-Validate-1.20.tar.gz) = 766cdaf89c515c33f384c1eebd59547cf44f2fec85a11efd5521041af65352e2 +SIZE (Params-Validate-1.20.tar.gz) = 125803 From owner-svn-ports-all@freebsd.org Mon Jun 29 15:24:37 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 152A198F01F; Mon, 29 Jun 2015 15:24:37 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from apnoea.adamw.org (apnoea.adamw.org [204.109.59.150]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "abg.ninja", Issuer "Gandi Standard SSL CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8C0BD15B2; Mon, 29 Jun 2015 15:24:33 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by apnoea.adamw.org (OpenSMTPD) with ESMTPSA id bd83282d; TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO; Mon, 29 Jun 2015 09:24:31 -0600 (MDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2098\)) Subject: Re: svn commit: r390893 - in head: devel/p5-ExtUtils-Install devel/p5-ExtUtils-Install/files lang/perl5-devel lang/perl5-devel/files lang/perl5.16 lang/perl5.16/files lang/perl5.18 lang/perl5.18/files ... From: Adam Weinberger In-Reply-To: <201506291232.t5TCWfHF003615@svn.freebsd.org> Date: Mon, 29 Jun 2015 09:24:30 -0600 Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <578DF0DC-9C03-4CB9-BE3A-82BC2DE3D867@adamw.org> References: <201506291232.t5TCWfHF003615@svn.freebsd.org> To: Mathieu Arnold X-Mailer: Apple Mail (2.2098) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 15:24:37 -0000 > On 29 Jun, 2015, at 6:32, Mathieu Arnold wrote: >=20 > Author: mat > Date: Mon Jun 29 12:32:41 2015 > New Revision: 390893 > URL: https://svnweb.freebsd.org/changeset/ports/390893 >=20 > Log: > Make Perl behave nicely, and install files 644 and not 444. Mat, Thank you for this! This is just fantastic. I assume it's safe to remove = the ${CHMOD} u+w/${CHMOD} u-w stuff when stripping perl XS modules now? # Adam --=20 Adam Weinberger adamw@adamw.org http://www.adamw.org From owner-svn-ports-all@freebsd.org Mon Jun 29 15:31:35 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 926CA98F1C0; Mon, 29 Jun 2015 15:31:35 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6698419D4; Mon, 29 Jun 2015 15:31:35 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5TFVZiG092411; Mon, 29 Jun 2015 15:31:35 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5TFVYZe092409; Mon, 29 Jun 2015 15:31:34 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201506291531.t5TFVYZe092409@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 29 Jun 2015 15:31:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390912 - head/devel/p5-CPAN-Reporter-Smoker X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 15:31:35 -0000 Author: swills Date: Mon Jun 29 15:31:34 2015 New Revision: 390912 URL: https://svnweb.freebsd.org/changeset/ports/390912 Log: devel/p5-CPAN-Reporter-Smoker: Update to 0.27 Modified: head/devel/p5-CPAN-Reporter-Smoker/Makefile head/devel/p5-CPAN-Reporter-Smoker/distinfo Modified: head/devel/p5-CPAN-Reporter-Smoker/Makefile ============================================================================== --- head/devel/p5-CPAN-Reporter-Smoker/Makefile Mon Jun 29 15:23:10 2015 (r390911) +++ head/devel/p5-CPAN-Reporter-Smoker/Makefile Mon Jun 29 15:31:34 2015 (r390912) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= CPAN-Reporter-Smoker -PORTVERSION= 0.26 -PORTREVISION= 1 +PORTVERSION= 0.27 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DAGOLDEN @@ -12,8 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= swills@FreeBSD.org COMMENT= Turnkey CPAN Testers smoking -BUILD_DEPENDS= p5-CPAN-Checksums>0:${PORTSDIR}/devel/p5-CPAN-Checksums \ - p5-CPAN-Reporter>0:${PORTSDIR}/devel/p5-CPAN-Reporter \ +BUILD_DEPENDS= p5-CPAN-Reporter>0:${PORTSDIR}/devel/p5-CPAN-Reporter \ + p5-Probe-Perl>0:${PORTSDIR}/sysutils/p5-Probe-Perl \ + p5-Test-Reporter>0:${PORTSDIR}/devel/p5-Test-Reporter \ p5-Term-Title>0:${PORTSDIR}/devel/p5-Term-Title RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/devel/p5-CPAN-Reporter-Smoker/distinfo ============================================================================== --- head/devel/p5-CPAN-Reporter-Smoker/distinfo Mon Jun 29 15:23:10 2015 (r390911) +++ head/devel/p5-CPAN-Reporter-Smoker/distinfo Mon Jun 29 15:31:34 2015 (r390912) @@ -1,2 +1,2 @@ -SHA256 (CPAN-Reporter-Smoker-0.26.tar.gz) = a95a29d86f44327c169859dbc2c2e4cd3375656dd036cd1f9da09ec3c1127f4e -SIZE (CPAN-Reporter-Smoker-0.26.tar.gz) = 49069 +SHA256 (CPAN-Reporter-Smoker-0.27.tar.gz) = 77f805dbf12182352235be8ac99a5c1d922b1456aea2bc73fb0a2cf6bdb667ab +SIZE (CPAN-Reporter-Smoker-0.27.tar.gz) = 49630 From owner-svn-ports-all@freebsd.org Mon Jun 29 15:35:47 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 90B0D98F294; Mon, 29 Jun 2015 15:35:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 818FF1D0D; Mon, 29 Jun 2015 15:35:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5TFZlg4095050; Mon, 29 Jun 2015 15:35:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5TFZlGf095048; Mon, 29 Jun 2015 15:35:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506291535.t5TFZlGf095048@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 29 Jun 2015 15:35:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390913 - head/audio/icecast2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 15:35:47 -0000 Author: sunpoet Date: Mon Jun 29 15:35:46 2015 New Revision: 390913 URL: https://svnweb.freebsd.org/changeset/ports/390913 Log: - Update to 2.4.2 Changes: https://git.xiph.org/?p=icecast-server.git;a=blob_plain;f=ChangeLog Modified: head/audio/icecast2/Makefile head/audio/icecast2/distinfo Modified: head/audio/icecast2/Makefile ============================================================================== --- head/audio/icecast2/Makefile Mon Jun 29 15:31:34 2015 (r390912) +++ head/audio/icecast2/Makefile Mon Jun 29 15:35:46 2015 (r390913) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= icecast2 -PORTVERSION= 2.4.1 +PORTVERSION= 2.4.2 PORTEPOCH= 1 CATEGORIES= audio net ipv6 MASTER_SITES= http://downloads.xiph.org/releases/icecast/:source \ Modified: head/audio/icecast2/distinfo ============================================================================== --- head/audio/icecast2/distinfo Mon Jun 29 15:31:34 2015 (r390912) +++ head/audio/icecast2/distinfo Mon Jun 29 15:35:46 2015 (r390913) @@ -1,4 +1,4 @@ -SHA256 (icecast/icecast-2.4.1.tar.gz) = 43f89ec301db1652740d1069bbc2c2e5244611fb86743dd5de90ce97a9a7454b -SIZE (icecast/icecast-2.4.1.tar.gz) = 2392650 +SHA256 (icecast/icecast-2.4.2.tar.gz) = aa1ae2fa364454ccec61a9247949d19959cb0ce1b044a79151bf8657fd673f4f +SIZE (icecast/icecast-2.4.2.tar.gz) = 2388381 SHA256 (icecast/favicon.ico) = 6e22f7e26d2f97e9c1b7840458bcd29a81a6ad3433248506f56cdc305ec7487e SIZE (icecast/favicon.ico) = 1406 From owner-svn-ports-all@freebsd.org Mon Jun 29 15:35:55 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5F7CB98F2AD; Mon, 29 Jun 2015 15:35:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 44D6C1D70; Mon, 29 Jun 2015 15:35:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5TFZtKj095180; Mon, 29 Jun 2015 15:35:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5TFZsHb095178; Mon, 29 Jun 2015 15:35:54 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506291535.t5TFZsHb095178@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 29 Jun 2015 15:35:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390914 - head/textproc/rubygem-rugments X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 15:35:55 -0000 Author: sunpoet Date: Mon Jun 29 15:35:54 2015 New Revision: 390914 URL: https://svnweb.freebsd.org/changeset/ports/390914 Log: - Update to 1.0.0.beta8 Changes: https://github.com/rumpelsepp/rugments/releases https://github.com/rumpelsepp/rugments/commits/master Modified: head/textproc/rubygem-rugments/Makefile head/textproc/rubygem-rugments/distinfo Modified: head/textproc/rubygem-rugments/Makefile ============================================================================== --- head/textproc/rubygem-rugments/Makefile Mon Jun 29 15:35:46 2015 (r390913) +++ head/textproc/rubygem-rugments/Makefile Mon Jun 29 15:35:54 2015 (r390914) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rugments -DISTVERSION= 1.0.0.beta7 +DISTVERSION= 1.0.0.beta8 CATEGORIES= textproc rubygems MASTER_SITES= RG Modified: head/textproc/rubygem-rugments/distinfo ============================================================================== --- head/textproc/rubygem-rugments/distinfo Mon Jun 29 15:35:46 2015 (r390913) +++ head/textproc/rubygem-rugments/distinfo Mon Jun 29 15:35:54 2015 (r390914) @@ -1,2 +1,2 @@ -SHA256 (rubygem/rugments-1.0.0.beta7.gem) = cf7272ee768d54005f5cdbd9f82b736b3bca1f7691ecd24a382c3df5d82fcc4f -SIZE (rubygem/rugments-1.0.0.beta7.gem) = 157184 +SHA256 (rubygem/rugments-1.0.0.beta8.gem) = 3b055a13c76cff0f1fafafeb419134b73b7f02a6ad820355744efbc61eccf5dc +SIZE (rubygem/rugments-1.0.0.beta8.gem) = 157184 From owner-svn-ports-all@freebsd.org Mon Jun 29 15:37:18 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CB18598F311; Mon, 29 Jun 2015 15:37:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B8CCE1F1C; Mon, 29 Jun 2015 15:37:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5TFbI5h095773; Mon, 29 Jun 2015 15:37:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5TFbF6C095733; Mon, 29 Jun 2015 15:37:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506291537.t5TFbF6C095733@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 29 Jun 2015 15:37:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390915 - in head: archivers/p5-Archive-Extract-Libarchive archivers/p5-Compress-Raw-Bzip2 archivers/p5-Compress-Raw-Lzma archivers/p5-Compress-Raw-Zlib archivers/p5-Compress-Snappy dev... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 15:37:19 -0000 Author: sunpoet Date: Mon Jun 29 15:37:14 2015 New Revision: 390915 URL: https://svnweb.freebsd.org/changeset/ports/390915 Log: - Cleanup CHMOD after r390893 Modified: head/archivers/p5-Archive-Extract-Libarchive/Makefile head/archivers/p5-Compress-Raw-Bzip2/Makefile head/archivers/p5-Compress-Raw-Lzma/Makefile head/archivers/p5-Compress-Raw-Zlib/Makefile head/archivers/p5-Compress-Snappy/Makefile head/devel/p5-Date-Simple/Makefile head/devel/p5-Devel-MAT/Makefile head/devel/p5-Function-Parameters/Makefile head/devel/p5-Glib-Object-Introspection/Makefile head/devel/p5-Type-Tiny-XS/Makefile head/math/p5-Math-Int64/Makefile head/net/p5-Net-ARP/Makefile head/textproc/p5-Unicode-Collate/Makefile Modified: head/archivers/p5-Archive-Extract-Libarchive/Makefile ============================================================================== --- head/archivers/p5-Archive-Extract-Libarchive/Makefile Mon Jun 29 15:35:54 2015 (r390914) +++ head/archivers/p5-Archive-Extract-Libarchive/Makefile Mon Jun 29 15:37:14 2015 (r390915) @@ -24,8 +24,6 @@ USE_PERL5= modbuild USES= perl5 post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Archive/Extract/Libarchive/Libarchive.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Archive/Extract/Libarchive/Libarchive.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Archive/Extract/Libarchive/Libarchive.so .include Modified: head/archivers/p5-Compress-Raw-Bzip2/Makefile ============================================================================== --- head/archivers/p5-Compress-Raw-Bzip2/Makefile Mon Jun 29 15:35:54 2015 (r390914) +++ head/archivers/p5-Compress-Raw-Bzip2/Makefile Mon Jun 29 15:37:14 2015 (r390915) @@ -21,8 +21,6 @@ USE_PERL5= configure USES= perl5 post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Compress/Raw/Bzip2/Bzip2.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Compress/Raw/Bzip2/Bzip2.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Compress/Raw/Bzip2/Bzip2.so .include Modified: head/archivers/p5-Compress-Raw-Lzma/Makefile ============================================================================== --- head/archivers/p5-Compress-Raw-Lzma/Makefile Mon Jun 29 15:35:54 2015 (r390914) +++ head/archivers/p5-Compress-Raw-Lzma/Makefile Mon Jun 29 15:37:14 2015 (r390915) @@ -26,8 +26,6 @@ USES= perl5 LZMALIB_LIB_DEPENDS= liblzma.so.1:${PORTSDIR}/archivers/lzmalib post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Compress/Raw/Lzma/Lzma.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Compress/Raw/Lzma/Lzma.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Compress/Raw/Lzma/Lzma.so .include Modified: head/archivers/p5-Compress-Raw-Zlib/Makefile ============================================================================== --- head/archivers/p5-Compress-Raw-Zlib/Makefile Mon Jun 29 15:35:54 2015 (r390914) +++ head/archivers/p5-Compress-Raw-Zlib/Makefile Mon Jun 29 15:37:14 2015 (r390915) @@ -24,8 +24,6 @@ post-patch: @${REINPLACE_CMD} -e '/^BUILD_ZLIB/ s|True|False|; /^INCLUDE/ s|= .*$$|= ${INCLUDEDIR}|; /^LIB/ s|= .*$$|= ${LIBDIR}|' ${WRKSRC}/config.in post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Compress/Raw/Zlib/Zlib.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Compress/Raw/Zlib/Zlib.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Compress/Raw/Zlib/Zlib.so .include Modified: head/archivers/p5-Compress-Snappy/Makefile ============================================================================== --- head/archivers/p5-Compress-Snappy/Makefile Mon Jun 29 15:35:54 2015 (r390914) +++ head/archivers/p5-Compress-Snappy/Makefile Mon Jun 29 15:37:14 2015 (r390915) @@ -20,8 +20,6 @@ USE_PERL5= configure USES= perl5 post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Compress/Snappy/Snappy.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Compress/Snappy/Snappy.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Compress/Snappy/Snappy.so .include Modified: head/devel/p5-Date-Simple/Makefile ============================================================================== --- head/devel/p5-Date-Simple/Makefile Mon Jun 29 15:35:54 2015 (r390914) +++ head/devel/p5-Date-Simple/Makefile Mon Jun 29 15:37:14 2015 (r390915) @@ -18,8 +18,6 @@ USE_PERL5= configure USES= perl5 post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Date/Simple/Simple.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Date/Simple/Simple.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Date/Simple/Simple.so .include Modified: head/devel/p5-Devel-MAT/Makefile ============================================================================== --- head/devel/p5-Devel-MAT/Makefile Mon Jun 29 15:35:54 2015 (r390914) +++ head/devel/p5-Devel-MAT/Makefile Mon Jun 29 15:37:14 2015 (r390915) @@ -39,8 +39,6 @@ BROKEN= Fails to build with Perl >= 5.2 .endif post-install: - @${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Devel/MAT/Dumper/Dumper.so ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Devel/MAT/MAT.so @${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Devel/MAT/Dumper/Dumper.so ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Devel/MAT/MAT.so - @${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Devel/MAT/Dumper/Dumper.so ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Devel/MAT/MAT.so .include Modified: head/devel/p5-Function-Parameters/Makefile ============================================================================== --- head/devel/p5-Function-Parameters/Makefile Mon Jun 29 15:35:54 2015 (r390914) +++ head/devel/p5-Function-Parameters/Makefile Mon Jun 29 15:37:14 2015 (r390915) @@ -28,8 +28,6 @@ USE_PERL5= configure USES= perl5 post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Function/Parameters/Parameters.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Function/Parameters/Parameters.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Function/Parameters/Parameters.so .include Modified: head/devel/p5-Glib-Object-Introspection/Makefile ============================================================================== --- head/devel/p5-Glib-Object-Introspection/Makefile Mon Jun 29 15:35:54 2015 (r390914) +++ head/devel/p5-Glib-Object-Introspection/Makefile Mon Jun 29 15:37:14 2015 (r390915) @@ -32,8 +32,6 @@ TEST_BUILD_DEPENDS= ${LOCALBASE}/libdata ${LOCALBASE}/libdata/pkgconfig/glib-2.0.pc:${PORTSDIR}/devel/glib20 post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Glib/Object/Introspection/Introspection.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Glib/Object/Introspection/Introspection.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Glib/Object/Introspection/Introspection.so .include Modified: head/devel/p5-Type-Tiny-XS/Makefile ============================================================================== --- head/devel/p5-Type-Tiny-XS/Makefile Mon Jun 29 15:35:54 2015 (r390914) +++ head/devel/p5-Type-Tiny-XS/Makefile Mon Jun 29 15:37:14 2015 (r390915) @@ -19,8 +19,6 @@ USE_PERL5= configure USES= perl5 post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Type/Tiny/XS/XS.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Type/Tiny/XS/XS.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Type/Tiny/XS/XS.so .include Modified: head/math/p5-Math-Int64/Makefile ============================================================================== --- head/math/p5-Math-Int64/Makefile Mon Jun 29 15:35:54 2015 (r390914) +++ head/math/p5-Math-Int64/Makefile Mon Jun 29 15:37:14 2015 (r390915) @@ -17,8 +17,6 @@ USE_PERL5= configure USES= perl5 post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Int64/Int64.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Int64/Int64.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Int64/Int64.so .include Modified: head/net/p5-Net-ARP/Makefile ============================================================================== --- head/net/p5-Net-ARP/Makefile Mon Jun 29 15:35:54 2015 (r390914) +++ head/net/p5-Net-ARP/Makefile Mon Jun 29 15:37:14 2015 (r390915) @@ -19,8 +19,6 @@ USE_PERL5= configure WRKSRC= ${WRKDIR}/${PORTNAME} post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Net/ARP/ARP.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Net/ARP/ARP.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Net/ARP/ARP.so .include Modified: head/textproc/p5-Unicode-Collate/Makefile ============================================================================== --- head/textproc/p5-Unicode-Collate/Makefile Mon Jun 29 15:35:54 2015 (r390914) +++ head/textproc/p5-Unicode-Collate/Makefile Mon Jun 29 15:37:14 2015 (r390915) @@ -17,8 +17,6 @@ USE_PERL5= configure USES= perl5 post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Unicode/Collate/Collate.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Unicode/Collate/Collate.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Unicode/Collate/Collate.so .include From owner-svn-ports-all@freebsd.org Mon Jun 29 15:38:43 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 837A298F40F; Mon, 29 Jun 2015 15:38:43 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4104D11A9; Mon, 29 Jun 2015 15:38:43 +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 5A52EBDC66; Mon, 29 Jun 2015 17:38:41 +0200 (CEST) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id 37965BDC44; Mon, 29 Jun 2015 17:38:41 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id 0034B6122; Mon, 29 Jun 2015 17:38:39 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id 824C58FDD85; Mon, 29 Jun 2015 17:38:38 +0200 (CEST) Date: Mon, 29 Jun 2015 17:38:38 +0200 From: Mathieu Arnold To: Adam Weinberger cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r390893 - in head: devel/p5-ExtUtils-Install devel/p5-ExtUtils-Install/files lang/perl5-devel lang/perl5-devel/files lang/perl5.16 lang/perl5.16/files lang/perl5.18 lang/perl5.18/files ... Message-ID: <42E1D7872B72709F52DD4F03@ogg.in.absolight.net> In-Reply-To: <578DF0DC-9C03-4CB9-BE3A-82BC2DE3D867@adamw.org> References: <201506291232.t5TCWfHF003615@svn.freebsd.org> <578DF0DC-9C03-4CB9-BE3A-82BC2DE3D867@adamw.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="==========75F53763FB5CB43B9BD5==========" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 15:38:43 -0000 --==========75F53763FB5CB43B9BD5========== Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline +--On 29 juin 2015 09:24:30 -0600 Adam Weinberger wrote: |> On 29 Jun, 2015, at 6:32, Mathieu Arnold wrote: |> |> Author: mat |> Date: Mon Jun 29 12:32:41 2015 |> New Revision: 390893 |> URL: https://svnweb.freebsd.org/changeset/ports/390893 |> |> Log: |> Make Perl behave nicely, and install files 644 and not 444. | | Mat, | | Thank you for this! This is just fantastic. I assume it's safe to remove | the ${CHMOD} u+w/${CHMOD} u-w stuff when stripping perl XS modules now? Yes, it is. It fixes ExtUtils::MakeMaker and Module::Build (and maybe Module::Build::Tiny, but there was no port using it that were installing .so, so I guess I did not test that.) -- Mathieu Arnold --==========75F53763FB5CB43B9BD5========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJVkWZ+XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IaoEP/i87s1/rcXiWaD6F9Y8Fc3PP hx6uzLxW4qOfjwLPr7pjcLKgGM6pO3165KaDpI93OM8YGJxjprHgIcXA2qpYj95D R26G//aDuHW0gDGeHKRI6PkeV86RwksAmgwtxWW2qjj1C9LyPL91vjAiJD7BN0Ck kfFwU6oqwwrZQ/mA1mBYNN28sv5vCNdd7uKpGKejaiJXz22UPrOE0AI9HZW3CYSP N/qI5RD92VfO8Vvv6pnzuhdWLRjolRWm63IQXx5XypxWifYMrasprL6dI1QSvH4E xTxLYJtiCMwl8pqnBAk03vGbf24mKmCnpiMWWMPjEEWDpcICeDUdxbo1TLTnUMW2 5BJL/WrQ9G/LpJ7jnOsji6vlmOju/p43MSOOJyXQr4umCThV14hWDNWuki0Wrafg iDJuV8y9RPpTTSTNfeum7Jjv/28Gv86hoXDm0qZqYfV5aKHe5cB+xwO9GLD9zITj WApVcBscYcVCUJAOMzpoS7Dyqu6UG/CXg8YhGU1d82WohRIYWDu4JsOwd3IvJuqc WxyeNVudZtctPItWviusETGOIOeVztQc2gVc8E9W+JUXMuVN3jgiZKnj5X8GqF9I QcWer3c//ipO1VH3k6lHl3Kp2bRQ/8A6JefrdarsDHqa0g4k/q2QBUz+uhDNKmIb INCQqM6pCbTnzwcJYi53 =n/ln -----END PGP SIGNATURE----- --==========75F53763FB5CB43B9BD5==========-- From owner-svn-ports-all@freebsd.org Mon Jun 29 15:39:02 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E27E798F472; Mon, 29 Jun 2015 15:39:02 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D3C3F12BC; Mon, 29 Jun 2015 15:39:02 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5TFd28l096178; Mon, 29 Jun 2015 15:39:02 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5TFd2SG096176; Mon, 29 Jun 2015 15:39:02 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201506291539.t5TFd2SG096176@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 29 Jun 2015 15:39:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390916 - head/devel/p5-Config-Perl-V X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 15:39:03 -0000 Author: swills Date: Mon Jun 29 15:39:01 2015 New Revision: 390916 URL: https://svnweb.freebsd.org/changeset/ports/390916 Log: devel/p5-Config-Perl-V: update to 0.24 Modified: head/devel/p5-Config-Perl-V/Makefile head/devel/p5-Config-Perl-V/distinfo Modified: head/devel/p5-Config-Perl-V/Makefile ============================================================================== --- head/devel/p5-Config-Perl-V/Makefile Mon Jun 29 15:37:14 2015 (r390915) +++ head/devel/p5-Config-Perl-V/Makefile Mon Jun 29 15:39:01 2015 (r390916) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Config-Perl-V -PORTVERSION= 0.20 -PORTREVISION= 1 +PORTVERSION= 0.24 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:HMBRAND @@ -12,9 +11,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= swills@FreeBSD.org COMMENT= Structured data retrieval of perl -V output -BUILD_DEPENDS= p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings -RUN_DEPENDS:= ${BUILD_DEPENDS} - USES= perl5 tar:tgz USE_PERL5= configure Modified: head/devel/p5-Config-Perl-V/distinfo ============================================================================== --- head/devel/p5-Config-Perl-V/distinfo Mon Jun 29 15:37:14 2015 (r390915) +++ head/devel/p5-Config-Perl-V/distinfo Mon Jun 29 15:39:01 2015 (r390916) @@ -1,2 +1,2 @@ -SHA256 (Config-Perl-V-0.20.tgz) = f7e4470182a1dc82f1f18bc128402b4d3335b20b8db2a4c484124874a8c9feda -SIZE (Config-Perl-V-0.20.tgz) = 10120 +SHA256 (Config-Perl-V-0.24.tgz) = 3abbf7c88fe15d366267ea89ab4aca691fa3a8d2ac08d37b3fa46aed77287b08 +SIZE (Config-Perl-V-0.24.tgz) = 14399 From owner-svn-ports-all@freebsd.org Mon Jun 29 15:40:12 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 298E698F4F8; Mon, 29 Jun 2015 15:40:12 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0050415B0; Mon, 29 Jun 2015 15:40:12 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5TFeBQl096521; Mon, 29 Jun 2015 15:40:11 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5TFeBGD096519; Mon, 29 Jun 2015 15:40:11 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201506291540.t5TFeBGD096519@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Mon, 29 Jun 2015 15:40:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390917 - head/lang/erlang-runtime17 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 15:40:12 -0000 Author: olgeni Date: Mon Jun 29 15:40:10 2015 New Revision: 390917 URL: https://svnweb.freebsd.org/changeset/ports/390917 Log: Upgrade to version 17.5.6.1. Modified: head/lang/erlang-runtime17/Makefile head/lang/erlang-runtime17/distinfo Modified: head/lang/erlang-runtime17/Makefile ============================================================================== --- head/lang/erlang-runtime17/Makefile Mon Jun 29 15:39:01 2015 (r390916) +++ head/lang/erlang-runtime17/Makefile Mon Jun 29 15:40:10 2015 (r390917) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= erlang -PORTVERSION= 17.5.6 -PORTREVISION= 1 +PORTVERSION= 17.5.6.1 CATEGORIES= lang parallel java MASTER_SITES= http://www.erlang.org/download/:erlangorg \ http://erlang.stacken.kth.se/download/:erlangorg \ @@ -18,7 +17,8 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} PATCH_SITES= http://olgeni.olgeni.com/~olgeni/distfiles/ \ LOCAL/olgeni PATCHFILES= patch-otp-17.5.1 patch-otp-17.5.2 patch-otp-17.5.3 \ - patch-otp-17.5.4 patch-otp-17.5.5 patch-otp-17.5.6 + patch-otp-17.5.4 patch-otp-17.5.5 patch-otp-17.5.6 \ + patch-otp-17.5.6.1 MAINTAINER= olgeni@FreeBSD.org COMMENT= Functional programming language from Ericsson @@ -201,7 +201,7 @@ post-install: -C ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB} ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/erts-6.4/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/erts-6.4.1 + ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/erts-6.4.1.1 ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/erts-6.4 ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/inets-5.10.6/* \ Modified: head/lang/erlang-runtime17/distinfo ============================================================================== --- head/lang/erlang-runtime17/distinfo Mon Jun 29 15:39:01 2015 (r390916) +++ head/lang/erlang-runtime17/distinfo Mon Jun 29 15:40:10 2015 (r390917) @@ -16,3 +16,5 @@ SHA256 (erlang/patch-otp-17.5.5) = 78f81 SIZE (erlang/patch-otp-17.5.5) = 44523 SHA256 (erlang/patch-otp-17.5.6) = 25461538cf79af56ee64019cfb76764bc5c2ac7cc9d3f9061ef01dd93d46ef36 SIZE (erlang/patch-otp-17.5.6) = 57264 +SHA256 (erlang/patch-otp-17.5.6.1) = 695bea19a372d58fc94ca79e84054524e7895516aab3a1d03905dd5971779ed7 +SIZE (erlang/patch-otp-17.5.6.1) = 9062 From owner-svn-ports-all@freebsd.org Mon Jun 29 15:47:58 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6D57498F685; Mon, 29 Jun 2015 15:47:58 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 515391B8F; Mon, 29 Jun 2015 15:47:58 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5TFlwpi002361; Mon, 29 Jun 2015 15:47:58 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5TFlj0d002292; Mon, 29 Jun 2015 15:47:45 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201506291547.t5TFlj0d002292@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Mon, 29 Jun 2015 15:47:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390918 - in head: archivers/p5-Compress-LZ4 audio/p5-Audio-CD audio/p5-Audio-Mixer biology/p5-AcePerl chinese/p5-Encode-HanConvert converters/p5-Convert-Bencode_XS converters/p5-Encode... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 15:47:58 -0000 Author: adamw Date: Mon Jun 29 15:47:44 2015 New Revision: 390918 URL: https://svnweb.freebsd.org/changeset/ports/390918 Log: After r390893, chmod u+w/u-w for stripping perl XS modules is unnecessary, and in fact now leads to incorrect permissions. Remove all instances of it from perl@ ports. Modified: head/archivers/p5-Compress-LZ4/Makefile head/audio/p5-Audio-CD/Makefile head/audio/p5-Audio-Mixer/Makefile head/biology/p5-AcePerl/Makefile head/chinese/p5-Encode-HanConvert/Makefile head/converters/p5-Convert-Bencode_XS/Makefile head/converters/p5-Encode-JIS2K/Makefile head/converters/p5-Unicode-Map/Makefile head/converters/p5-Unicode-Map8/Makefile head/converters/p5-XML-WBXML/Makefile head/databases/p5-DBD-SQLite/Makefile head/databases/p5-Redis-hiredis/Makefile head/devel/p5-B-Hooks-Parser/Makefile head/devel/p5-Data-Peek/Makefile head/devel/p5-DateTime/Makefile head/devel/p5-Devel-LexAlias/Makefile head/devel/p5-Goo-Canvas/Makefile head/devel/p5-Locale-libintl/Makefile head/devel/p5-MooseX-Role-WithOverloading/Makefile head/devel/p5-PPerl/Makefile head/devel/p5-PerlIO-eol/Makefile head/devel/p5-Scope-Upper/Makefile head/devel/p5-Set-Object/Makefile head/devel/p5-String-LRC/Makefile head/dns/p5-Net-DNS/Makefile head/dns/p5-Net-LibIDN/Makefile head/editors/p5-Padre/Makefile head/graphics/p5-Imlib2/Makefile head/japanese/p5-Text-ChaSen/Makefile head/japanese/p5-Text-Kakasi/Makefile head/math/p5-Math-Random/Makefile head/math/p5-Math-TrulyRandom/Makefile head/net/p5-Filesys-SmbClient/Makefile head/net/p5-Net-Libdnet/Makefile head/net/p5-XML-Fast/Makefile head/science/p5-Geo-BUFR/Makefile head/security/p5-Crypt-RIPEMD160/Makefile head/security/p5-Crypt-Tea_JS/Makefile head/security/p5-Net-SSLeay/Makefile head/sysutils/p5-Sys-Gamin/Makefile head/textproc/p5-XML-Bare/Makefile head/textproc/p5-XML-LibXML/Makefile head/textproc/p5-XML-LibXSLT/Makefile head/x11-toolkits/p5-Gtk/Makefile head/x11-toolkits/p5-Prima/Makefile Modified: head/archivers/p5-Compress-LZ4/Makefile ============================================================================== --- head/archivers/p5-Compress-LZ4/Makefile Mon Jun 29 15:40:10 2015 (r390917) +++ head/archivers/p5-Compress-LZ4/Makefile Mon Jun 29 15:47:44 2015 (r390918) @@ -16,8 +16,6 @@ USES= perl5 USE_PERL5= configure post-stage: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Compress/LZ4/LZ4.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Compress/LZ4/LZ4.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Compress/LZ4/LZ4.so .include Modified: head/audio/p5-Audio-CD/Makefile ============================================================================== --- head/audio/p5-Audio-CD/Makefile Mon Jun 29 15:40:10 2015 (r390917) +++ head/audio/p5-Audio-CD/Makefile Mon Jun 29 15:47:44 2015 (r390918) @@ -19,8 +19,6 @@ CONFIGURE_ARGS= INC="-I${LOCALBASE}/incl LIBS="-L${LOCALBASE}/lib -lcdaudio" post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Audio/CD/CD.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Audio/CD/CD.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Audio/CD/CD.so .include Modified: head/audio/p5-Audio-Mixer/Makefile ============================================================================== --- head/audio/p5-Audio-Mixer/Makefile Mon Jun 29 15:40:10 2015 (r390917) +++ head/audio/p5-Audio-Mixer/Makefile Mon Jun 29 15:47:44 2015 (r390918) @@ -19,8 +19,6 @@ USES= perl5 shebangfix SHEBANG_FILES= volume.pl post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Audio/Mixer/Mixer.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Audio/Mixer/Mixer.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Audio/Mixer/Mixer.so .include Modified: head/biology/p5-AcePerl/Makefile ============================================================================== --- head/biology/p5-AcePerl/Makefile Mon Jun 29 15:40:10 2015 (r390917) +++ head/biology/p5-AcePerl/Makefile Mon Jun 29 15:47:44 2015 (r390918) @@ -32,10 +32,7 @@ post-patch: > ${WRKSRC}/acelib/wmake/FREEBSD_DEF post-install: -.for f in Freesubs/Freesubs.so RPC/RPC.so - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Ace/${f} - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Ace/${f} - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Ace/${f} -.endfor + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Ace/Freesubs/Freesubs.so + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Ace/RPC/RPC.so .include Modified: head/chinese/p5-Encode-HanConvert/Makefile ============================================================================== --- head/chinese/p5-Encode-HanConvert/Makefile Mon Jun 29 15:40:10 2015 (r390917) +++ head/chinese/p5-Encode-HanConvert/Makefile Mon Jun 29 15:47:44 2015 (r390918) @@ -18,8 +18,6 @@ USES= perl5 USE_PERL5= configure post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Encode/HanConvert/HanConvert.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Encode/HanConvert/HanConvert.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Encode/HanConvert/HanConvert.so .include Modified: head/converters/p5-Convert-Bencode_XS/Makefile ============================================================================== --- head/converters/p5-Convert-Bencode_XS/Makefile Mon Jun 29 15:40:10 2015 (r390917) +++ head/converters/p5-Convert-Bencode_XS/Makefile Mon Jun 29 15:47:44 2015 (r390918) @@ -20,9 +20,7 @@ USE_PERL5= configure OPTIONS_DEFINE= EXAMPLES post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Convert/Bencode_XS/Bencode_XS.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Convert/Bencode_XS/Bencode_XS.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Convert/Bencode_XS/Bencode_XS.so @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_SCRIPT} ${WRKSRC}/extras/* ${STAGEDIR}${EXAMPLESDIR} Modified: head/converters/p5-Encode-JIS2K/Makefile ============================================================================== --- head/converters/p5-Encode-JIS2K/Makefile Mon Jun 29 15:40:10 2015 (r390917) +++ head/converters/p5-Encode-JIS2K/Makefile Mon Jun 29 15:47:44 2015 (r390918) @@ -17,8 +17,6 @@ USES= perl5 USE_PERL5= configure post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Encode/JIS2K/JIS2K.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Encode/JIS2K/JIS2K.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Encode/JIS2K/JIS2K.so .include Modified: head/converters/p5-Unicode-Map/Makefile ============================================================================== --- head/converters/p5-Unicode-Map/Makefile Mon Jun 29 15:40:10 2015 (r390917) +++ head/converters/p5-Unicode-Map/Makefile Mon Jun 29 15:47:44 2015 (r390918) @@ -15,8 +15,6 @@ USES= perl5 USE_PERL5= configure post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Unicode/Map/Map.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Unicode/Map/Map.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Unicode/Map/Map.so .include Modified: head/converters/p5-Unicode-Map8/Makefile ============================================================================== --- head/converters/p5-Unicode-Map8/Makefile Mon Jun 29 15:40:10 2015 (r390917) +++ head/converters/p5-Unicode-Map8/Makefile Mon Jun 29 15:47:44 2015 (r390918) @@ -18,8 +18,6 @@ USES= perl5 USE_PERL5= configure post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Unicode/Map8/Map8.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Unicode/Map8/Map8.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Unicode/Map8/Map8.so .include Modified: head/converters/p5-XML-WBXML/Makefile ============================================================================== --- head/converters/p5-XML-WBXML/Makefile Mon Jun 29 15:40:10 2015 (r390917) +++ head/converters/p5-XML-WBXML/Makefile Mon Jun 29 15:47:44 2015 (r390918) @@ -22,8 +22,6 @@ post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/Makefile.PL post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/XML/WBXML/WBXML.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/XML/WBXML/WBXML.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/XML/WBXML/WBXML.so .include Modified: head/databases/p5-DBD-SQLite/Makefile ============================================================================== --- head/databases/p5-DBD-SQLite/Makefile Mon Jun 29 15:40:10 2015 (r390917) +++ head/databases/p5-DBD-SQLite/Makefile Mon Jun 29 15:47:44 2015 (r390918) @@ -22,8 +22,6 @@ USES= perl5 USE_PERL5= configure post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/DBD/SQLite/SQLite.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/DBD/SQLite/SQLite.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/DBD/SQLite/SQLite.so .include Modified: head/databases/p5-Redis-hiredis/Makefile ============================================================================== --- head/databases/p5-Redis-hiredis/Makefile Mon Jun 29 15:40:10 2015 (r390917) +++ head/databases/p5-Redis-hiredis/Makefile Mon Jun 29 15:47:44 2015 (r390918) @@ -15,8 +15,6 @@ USES= perl5 USE_PERL5= configure post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Redis/hiredis/hiredis.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Redis/hiredis/hiredis.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Redis/hiredis/hiredis.so .include Modified: head/devel/p5-B-Hooks-Parser/Makefile ============================================================================== --- head/devel/p5-B-Hooks-Parser/Makefile Mon Jun 29 15:40:10 2015 (r390917) +++ head/devel/p5-B-Hooks-Parser/Makefile Mon Jun 29 15:47:44 2015 (r390918) @@ -21,8 +21,6 @@ USES= perl5 USE_PERL5= configure post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/B/Hooks/Parser/Parser.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/B/Hooks/Parser/Parser.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/B/Hooks/Parser/Parser.so .include Modified: head/devel/p5-Data-Peek/Makefile ============================================================================== --- head/devel/p5-Data-Peek/Makefile Mon Jun 29 15:40:10 2015 (r390917) +++ head/devel/p5-Data-Peek/Makefile Mon Jun 29 15:47:44 2015 (r390918) @@ -19,8 +19,6 @@ USES= perl5 tar:tgz USE_PERL5= configure post-stage: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Data/Peek/Peek.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Data/Peek/Peek.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Data/Peek/Peek.so .include Modified: head/devel/p5-DateTime/Makefile ============================================================================== --- head/devel/p5-DateTime/Makefile Mon Jun 29 15:40:10 2015 (r390917) +++ head/devel/p5-DateTime/Makefile Mon Jun 29 15:47:44 2015 (r390918) @@ -26,8 +26,6 @@ USES= perl5 USE_PERL5= modbuild post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/DateTime/DateTime.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/DateTime/DateTime.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/DateTime/DateTime.so .include Modified: head/devel/p5-Devel-LexAlias/Makefile ============================================================================== --- head/devel/p5-Devel-LexAlias/Makefile Mon Jun 29 15:40:10 2015 (r390917) +++ head/devel/p5-Devel-LexAlias/Makefile Mon Jun 29 15:47:44 2015 (r390918) @@ -21,8 +21,6 @@ USES= perl5 USE_PERL5= configure post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Devel/LexAlias/LexAlias.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Devel/LexAlias/LexAlias.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Devel/LexAlias/LexAlias.so .include Modified: head/devel/p5-Goo-Canvas/Makefile ============================================================================== --- head/devel/p5-Goo-Canvas/Makefile Mon Jun 29 15:40:10 2015 (r390917) +++ head/devel/p5-Goo-Canvas/Makefile Mon Jun 29 15:47:44 2015 (r390918) @@ -33,8 +33,6 @@ USES= perl5 MAKE_JOBS_UNSAFE= yes post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Goo/Canvas/Canvas.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Goo/Canvas/Canvas.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Goo/Canvas/Canvas.so .include Modified: head/devel/p5-Locale-libintl/Makefile ============================================================================== --- head/devel/p5-Locale-libintl/Makefile Mon Jun 29 15:40:10 2015 (r390917) +++ head/devel/p5-Locale-libintl/Makefile Mon Jun 29 15:47:44 2015 (r390918) @@ -18,8 +18,6 @@ USES= gettext perl5 USE_PERL5= configure post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Locale/gettext_xs/gettext_xs.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Locale/gettext_xs/gettext_xs.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Locale/gettext_xs/gettext_xs.so .include Modified: head/devel/p5-MooseX-Role-WithOverloading/Makefile ============================================================================== --- head/devel/p5-MooseX-Role-WithOverloading/Makefile Mon Jun 29 15:40:10 2015 (r390917) +++ head/devel/p5-MooseX-Role-WithOverloading/Makefile Mon Jun 29 15:47:44 2015 (r390918) @@ -25,8 +25,6 @@ USES= perl5 USE_PERL5= configure post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/MooseX/Role/WithOverloading/WithOverloading.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/MooseX/Role/WithOverloading/WithOverloading.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/MooseX/Role/WithOverloading/WithOverloading.so .include Modified: head/devel/p5-PPerl/Makefile ============================================================================== --- head/devel/p5-PPerl/Makefile Mon Jun 29 15:40:10 2015 (r390917) +++ head/devel/p5-PPerl/Makefile Mon Jun 29 15:47:44 2015 (r390918) @@ -19,11 +19,7 @@ USES= perl5 USE_PERL5= configure post-install: - @${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/PPerl/PPerl.so - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/PPerl/PPerl.so - @${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/PPerl/PPerl.so - @${CHMOD} u+w ${STAGEDIR}${PREFIX}/bin/pperl - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/pperl - @${CHMOD} u-w ${STAGEDIR}${PREFIX}/bin/pperl + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/PPerl/PPerl.so + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/pperl .include Modified: head/devel/p5-PerlIO-eol/Makefile ============================================================================== --- head/devel/p5-PerlIO-eol/Makefile Mon Jun 29 15:40:10 2015 (r390917) +++ head/devel/p5-PerlIO-eol/Makefile Mon Jun 29 15:47:44 2015 (r390918) @@ -18,8 +18,6 @@ USES= perl5 USE_PERL5= configure post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/PerlIO/eol/eol.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/PerlIO/eol/eol.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/PerlIO/eol/eol.so .include Modified: head/devel/p5-Scope-Upper/Makefile ============================================================================== --- head/devel/p5-Scope-Upper/Makefile Mon Jun 29 15:40:10 2015 (r390917) +++ head/devel/p5-Scope-Upper/Makefile Mon Jun 29 15:47:44 2015 (r390918) @@ -18,8 +18,6 @@ USES= perl5 USE_PERL5= configure post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Scope/Upper/Upper.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Scope/Upper/Upper.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Scope/Upper/Upper.so .include Modified: head/devel/p5-Set-Object/Makefile ============================================================================== --- head/devel/p5-Set-Object/Makefile Mon Jun 29 15:40:10 2015 (r390917) +++ head/devel/p5-Set-Object/Makefile Mon Jun 29 15:47:44 2015 (r390918) @@ -19,8 +19,6 @@ USES= perl5 USE_PERL5= configure post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Set/Object/Object.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Set/Object/Object.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Set/Object/Object.so .include Modified: head/devel/p5-String-LRC/Makefile ============================================================================== --- head/devel/p5-String-LRC/Makefile Mon Jun 29 15:40:10 2015 (r390917) +++ head/devel/p5-String-LRC/Makefile Mon Jun 29 15:47:44 2015 (r390918) @@ -15,8 +15,6 @@ USES= perl5 USE_PERL5= configure post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/String/LRC/LRC.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/String/LRC/LRC.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/String/LRC/LRC.so .include Modified: head/dns/p5-Net-DNS/Makefile ============================================================================== --- head/dns/p5-Net-DNS/Makefile Mon Jun 29 15:40:10 2015 (r390917) +++ head/dns/p5-Net-DNS/Makefile Mon Jun 29 15:47:44 2015 (r390918) @@ -34,8 +34,6 @@ SSHFP_BUILD_DEPENDS= p5-Digest-BubbleBab SSHFP_RUN_DEPENDS= p5-Digest-BubbleBabble>=0:${PORTSDIR}/security/p5-Digest-BubbleBabble post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Net/DNS/DNS.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Net/DNS/DNS.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Net/DNS/DNS.so .include Modified: head/dns/p5-Net-LibIDN/Makefile ============================================================================== --- head/dns/p5-Net-LibIDN/Makefile Mon Jun 29 15:40:10 2015 (r390917) +++ head/dns/p5-Net-LibIDN/Makefile Mon Jun 29 15:47:44 2015 (r390918) @@ -21,8 +21,6 @@ CONFIGURE_ARGS= --with-libidn=${LOCALBAS --with-libidn-inc=${LOCALBASE}/include post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Net/LibIDN/LibIDN.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Net/LibIDN/LibIDN.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Net/LibIDN/LibIDN.so .include Modified: head/editors/p5-Padre/Makefile ============================================================================== --- head/editors/p5-Padre/Makefile Mon Jun 29 15:40:10 2015 (r390917) +++ head/editors/p5-Padre/Makefile Mon Jun 29 15:47:44 2015 (r390918) @@ -131,9 +131,6 @@ pre-install: ${PERL} Build install) post-install: - @(cd ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Wx/Scintilla && \ - ${CHMOD} u+w libwx_gtk2u_scintilla.so && \ - ${STRIP_CMD} libwx_gtk2u_scintilla.so && \ - ${CHMOD} u-w libwx_gtk2u_scintilla.so) + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Wx/Scintilla/libwx_gtk2u_scintilla.so .include Modified: head/graphics/p5-Imlib2/Makefile ============================================================================== --- head/graphics/p5-Imlib2/Makefile Mon Jun 29 15:40:10 2015 (r390917) +++ head/graphics/p5-Imlib2/Makefile Mon Jun 29 15:47:44 2015 (r390918) @@ -21,8 +21,6 @@ post-patch: @${REINPLACE_CMD} -e 's,/usr/X11R6,${LOCALBASE},g' ${WRKSRC}/Makefile.PL post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Imlib2/Imlib2.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Imlib2/Imlib2.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Imlib2/Imlib2.so .include Modified: head/japanese/p5-Text-ChaSen/Makefile ============================================================================== --- head/japanese/p5-Text-ChaSen/Makefile Mon Jun 29 15:40:10 2015 (r390917) +++ head/japanese/p5-Text-ChaSen/Makefile Mon Jun 29 15:47:44 2015 (r390918) @@ -30,9 +30,7 @@ OPTIONS_DEFINE= DOCS PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5- post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Text/ChaSen/ChaSen.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Text/ChaSen/ChaSen.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Text/ChaSen/ChaSen.so ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/README.perl Modified: head/japanese/p5-Text-Kakasi/Makefile ============================================================================== --- head/japanese/p5-Text-Kakasi/Makefile Mon Jun 29 15:40:10 2015 (r390917) +++ head/japanese/p5-Text-Kakasi/Makefile Mon Jun 29 15:47:44 2015 (r390918) @@ -23,8 +23,6 @@ post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/Makefile.PL post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Text/Kakasi/Kakasi.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Text/Kakasi/Kakasi.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Text/Kakasi/Kakasi.so .include Modified: head/math/p5-Math-Random/Makefile ============================================================================== --- head/math/p5-Math-Random/Makefile Mon Jun 29 15:40:10 2015 (r390917) +++ head/math/p5-Math-Random/Makefile Mon Jun 29 15:47:44 2015 (r390918) @@ -16,8 +16,6 @@ SHEBANG_FILES= example.pl USE_PERL5= configure post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Random/Random.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Random/Random.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Random/Random.so .include Modified: head/math/p5-Math-TrulyRandom/Makefile ============================================================================== --- head/math/p5-Math-TrulyRandom/Makefile Mon Jun 29 15:40:10 2015 (r390917) +++ head/math/p5-Math-TrulyRandom/Makefile Mon Jun 29 15:47:44 2015 (r390918) @@ -25,8 +25,6 @@ post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/truerand.c ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/truerand.h ${STAGEDIR}${DOCSDIR} - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/TrulyRandom/TrulyRandom.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/TrulyRandom/TrulyRandom.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/TrulyRandom/TrulyRandom.so .include Modified: head/net/p5-Filesys-SmbClient/Makefile ============================================================================== --- head/net/p5-Filesys-SmbClient/Makefile Mon Jun 29 15:40:10 2015 (r390917) +++ head/net/p5-Filesys-SmbClient/Makefile Mon Jun 29 15:47:44 2015 (r390918) @@ -22,8 +22,6 @@ post-patch: ${WRKSRC}/Makefile.PL post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Filesys/SmbClient/SmbClient.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Filesys/SmbClient/SmbClient.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Filesys/SmbClient/SmbClient.so .include Modified: head/net/p5-Net-Libdnet/Makefile ============================================================================== --- head/net/p5-Net-Libdnet/Makefile Mon Jun 29 15:40:10 2015 (r390917) +++ head/net/p5-Net-Libdnet/Makefile Mon Jun 29 15:47:44 2015 (r390918) @@ -25,8 +25,6 @@ post-patch: @${REINPLACE_CMD} -e 's|dumbnet|dnet|g' ${WRKSRC}/Libdnet.xs post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Net/Libdnet/Libdnet.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Net/Libdnet/Libdnet.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Net/Libdnet/Libdnet.so .include Modified: head/net/p5-XML-Fast/Makefile ============================================================================== --- head/net/p5-XML-Fast/Makefile Mon Jun 29 15:40:10 2015 (r390917) +++ head/net/p5-XML-Fast/Makefile Mon Jun 29 15:47:44 2015 (r390918) @@ -18,8 +18,6 @@ USES= perl5 USE_PERL5= configure post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/XML/Fast/Fast.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/XML/Fast/Fast.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/XML/Fast/Fast.so .include Modified: head/science/p5-Geo-BUFR/Makefile ============================================================================== --- head/science/p5-Geo-BUFR/Makefile Mon Jun 29 15:40:10 2015 (r390917) +++ head/science/p5-Geo-BUFR/Makefile Mon Jun 29 15:47:44 2015 (r390918) @@ -20,8 +20,6 @@ SHEBANG_FILES= *.pl USE_PERL5= configure post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Geo/BUFR/BUFR.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Geo/BUFR/BUFR.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Geo/BUFR/BUFR.so .include Modified: head/security/p5-Crypt-RIPEMD160/Makefile ============================================================================== --- head/security/p5-Crypt-RIPEMD160/Makefile Mon Jun 29 15:40:10 2015 (r390917) +++ head/security/p5-Crypt-RIPEMD160/Makefile Mon Jun 29 15:47:44 2015 (r390918) @@ -17,8 +17,6 @@ USES= perl5 USE_PERL5= configure post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Crypt/RIPEMD160/RIPEMD160.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Crypt/RIPEMD160/RIPEMD160.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Crypt/RIPEMD160/RIPEMD160.so .include Modified: head/security/p5-Crypt-Tea_JS/Makefile ============================================================================== --- head/security/p5-Crypt-Tea_JS/Makefile Mon Jun 29 15:40:10 2015 (r390917) +++ head/security/p5-Crypt-Tea_JS/Makefile Mon Jun 29 15:47:44 2015 (r390918) @@ -22,9 +22,7 @@ PORTEXAMPLES= tea_demo.cgi PORTDATA= Tea_JS.js post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Crypt/Tea_JS/Tea_JS.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Crypt/Tea_JS/Tea_JS.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Crypt/Tea_JS/Tea_JS.so @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/Tea_JS.js ${STAGEDIR}${DATADIR} @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} Modified: head/security/p5-Net-SSLeay/Makefile ============================================================================== --- head/security/p5-Net-SSLeay/Makefile Mon Jun 29 15:40:10 2015 (r390917) +++ head/security/p5-Net-SSLeay/Makefile Mon Jun 29 15:47:44 2015 (r390918) @@ -28,9 +28,7 @@ PORTEXAMPLES= * SHEBANG_FILES= examples/*.pl post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Net/SSLeay/SSLeay.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Net/SSLeay/SSLeay.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Net/SSLeay/SSLeay.so @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_SCRIPT} ${WRKSRC}/examples/*.pl ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/req.conf ${STAGEDIR}${EXAMPLESDIR}/req.conf Modified: head/sysutils/p5-Sys-Gamin/Makefile ============================================================================== --- head/sysutils/p5-Sys-Gamin/Makefile Mon Jun 29 15:40:10 2015 (r390917) +++ head/sysutils/p5-Sys-Gamin/Makefile Mon Jun 29 15:47:44 2015 (r390918) @@ -23,8 +23,6 @@ pre-configure: ${MV} ${WRKSRC}/monitor ${WRKSRC}/gamin-monitor post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Sys/Gamin/Gamin.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Sys/Gamin/Gamin.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Sys/Gamin/Gamin.so .include Modified: head/textproc/p5-XML-Bare/Makefile ============================================================================== --- head/textproc/p5-XML-Bare/Makefile Mon Jun 29 15:40:10 2015 (r390917) +++ head/textproc/p5-XML-Bare/Makefile Mon Jun 29 15:47:44 2015 (r390918) @@ -21,8 +21,6 @@ post-patch: @${REINPLACE_CMD} '/LDDLFLAGS/d' ${WRKSRC}/Makefile.PL post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/XML/Bare/Bare.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/XML/Bare/Bare.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/XML/Bare/Bare.so .include Modified: head/textproc/p5-XML-LibXML/Makefile ============================================================================== --- head/textproc/p5-XML-LibXML/Makefile Mon Jun 29 15:40:10 2015 (r390917) +++ head/textproc/p5-XML-LibXML/Makefile Mon Jun 29 15:47:44 2015 (r390918) @@ -30,8 +30,6 @@ PKGDEINSTALL= ${PKGINSTALL} CONFLICTS= p5-XML-LibXML-XPathContext-[0-9]* p5-XML-LibXML-Common-[0-9]* post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/XML/LibXML/LibXML.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/XML/LibXML/LibXML.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/XML/LibXML/LibXML.so .include Modified: head/textproc/p5-XML-LibXSLT/Makefile ============================================================================== --- head/textproc/p5-XML-LibXSLT/Makefile Mon Jun 29 15:40:10 2015 (r390917) +++ head/textproc/p5-XML-LibXSLT/Makefile Mon Jun 29 15:47:44 2015 (r390918) @@ -22,8 +22,6 @@ USE_GNOME= libxml2 libxslt USE_PERL5= configure post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/XML/LibXSLT/LibXSLT.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/XML/LibXSLT/LibXSLT.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/XML/LibXSLT/LibXSLT.so .include Modified: head/x11-toolkits/p5-Gtk/Makefile ============================================================================== --- head/x11-toolkits/p5-Gtk/Makefile Mon Jun 29 15:40:10 2015 (r390917) +++ head/x11-toolkits/p5-Gtk/Makefile Mon Jun 29 15:47:44 2015 (r390918) @@ -23,8 +23,6 @@ CONFIGURE_ARGS= --without-guessing --laz MAKE_JOBS_UNSAFE= yes post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Gtk/Gtk.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Gtk/Gtk.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Gtk/Gtk.so .include Modified: head/x11-toolkits/p5-Prima/Makefile ============================================================================== --- head/x11-toolkits/p5-Prima/Makefile Mon Jun 29 15:40:10 2015 (r390917) +++ head/x11-toolkits/p5-Prima/Makefile Mon Jun 29 15:47:44 2015 (r390918) @@ -37,8 +37,6 @@ XFT_CONFIGURE_ON= WITH_XFT=1 XFT_USE= XORG=xft post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Prima/Prima.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Prima/Prima.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Prima/Prima.so .include From owner-svn-ports-all@freebsd.org Mon Jun 29 15:51:24 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E342298F757; Mon, 29 Jun 2015 15:51:23 +0000 (UTC) (envelope-from avilla@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C76941E74; Mon, 29 Jun 2015 15:51:23 +0000 (UTC) (envelope-from avilla@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5TFpNVK006026; Mon, 29 Jun 2015 15:51:23 GMT (envelope-from avilla@FreeBSD.org) Received: (from avilla@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5TFpMYY006021; Mon, 29 Jun 2015 15:51:22 GMT (envelope-from avilla@FreeBSD.org) Message-Id: <201506291551.t5TFpMYY006021@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: avilla set sender to avilla@FreeBSD.org using -f From: Alberto Villa Date: Mon, 29 Jun 2015 15:51:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390919 - in head/accessibility/speech-dispatcher: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 15:51:24 -0000 Author: avilla Date: Mon Jun 29 15:51:22 2015 New Revision: 390919 URL: https://svnweb.freebsd.org/changeset/ports/390919 Log: accessibility/speech-dispatcher: update to 0.8.3 - Enable optional Python bindings (Python 3 required) - Make NLS optional - Remove original .conf files from DATADIR (.sample files available) - Remove stale patches Deleted: head/accessibility/speech-dispatcher/files/patch-include__spd_utils.h head/accessibility/speech-dispatcher/files/patch-src__common__spd_getline.c head/accessibility/speech-dispatcher/files/patch-src__modules__cicero.c head/accessibility/speech-dispatcher/files/patch-src__server__output.c head/accessibility/speech-dispatcher/files/patch-src__server__sem_functions.c head/accessibility/speech-dispatcher/files/patch-src__server__speaking.c Modified: head/accessibility/speech-dispatcher/Makefile head/accessibility/speech-dispatcher/distinfo head/accessibility/speech-dispatcher/files/patch-src__server__speechd.h head/accessibility/speech-dispatcher/pkg-plist Modified: head/accessibility/speech-dispatcher/Makefile ============================================================================== --- head/accessibility/speech-dispatcher/Makefile Mon Jun 29 15:47:44 2015 (r390918) +++ head/accessibility/speech-dispatcher/Makefile Mon Jun 29 15:51:22 2015 (r390919) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= speech-dispatcher -PORTVERSION= 0.8 -PORTREVISION= 2 +PORTVERSION= 0.8.3 CATEGORIES= accessibility audio MASTER_SITES= http://devel.freebsoft.org/pub/projects/speechd/ @@ -17,14 +16,14 @@ LIB_DEPENDS= libdotconf.so:${PORTSDIR}/d libsndfile.so:${PORTSDIR}/audio/libsndfile USE_GNOME= glib20 intltool -USES= alias gettext gmake pathfix pkgconfig libtool +USES= alias gmake pathfix pkgconfig libtool GNU_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes INSTALL_TARGET= install-strip -ETCFILES= clients/emacs.conf clients/gnome-speech.conf \ +ETCFILES= clients/emacs.conf modules/pico-generic.conf \ modules/cicero.conf modules/dtk-generic.conf \ modules/epos-generic.conf modules/espeak-generic.conf \ modules/espeak-mbrola-generic.conf modules/espeak.conf \ @@ -32,13 +31,12 @@ ETCFILES= clients/emacs.conf clients/gno modules/ivona.conf modules/llia_phon-generic.conf \ modules/swift-generic.conf speechd.conf -PLIST_SUB+= ETCFILES="${ETCFILES}" - -PORTDOCS= AUTHORS ChangeLog FAQ INSTALL NEWS README TODO +PORTDOCS= ANNOUNCE AUTHORS ChangeLog FAQ NEWS README TODO INFO= spd-say speech-dispatcher ssip -OPTIONS_DEFINE= ALSA AO DOCS ESPEAK FESTIVAL FLITE NAS PULSEAUDIO #PYTHON +OPTIONS_DEFINE= ALSA AO DOCS ESPEAK FESTIVAL FLITE NAS NLS \ + PULSEAUDIO PYTHON OPTIONS_DEFAULT=ESPEAK OPTIONS_SUB= yes @@ -63,25 +61,40 @@ FLITE_CONFIGURE_WITH= flite NAS_LIB_DEPENDS= libaudio.so:${PORTSDIR}/audio/nas NAS_CONFIGURE_WITH= nas +NLS_USES= gettext + PULSEAUDIO_LIB_DEPENDS= libpulse.so:${PORTSDIR}/audio/pulseaudio PULSEAUDIO_CONFIGURE_WITH=pulse -# devel/py-xdg doesn't support Python 3. -CONFIGURE_ARGS+= --disable-python -PLIST_SUB+= PYTHON="@comment " -#PYTHON_RUN_DEPENDS= ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg -#PYTHON_USE= PYTHON=3 -#PYTHON_CONFIGURE_ENABLE=python +PYTHON_RUN_DEPENDS= ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py3-xdg +PYTHON_USES= python:3 +PYTHON_USE= PYTHON=py3kplist +PYTHON_CONFIGURE_ENABLE=python + +.include + +.if ${PORT_OPTIONS:MNLS} +INFO+= speech-dispatcher-cs +.endif post-patch: @${REINPLACE_CMD} -e '/SUBDIRS/ s/tests//' \ ${WRKSRC}/src/Makefile.in +.if ! ${PORT_OPTIONS:MNLS} + @${REINPLACE_CMD} -e '/SUBDIRS/ s/po//' \ + ${WRKSRC}/Makefile.in +.endif post-install: .for f in ${ETCFILES} @${MV} ${STAGEDIR}${ETCDIR}/${f} ${STAGEDIR}${ETCDIR}/${f}.sample .endfor + @${RM} -rf ${STAGEDIR}${DATADIR}/conf + @${RMDIR} ${STAGEDIR}${DATADIR} || ${TRUE} ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} +.if ! ${PORT_OPTIONS:MNLS} + @${RM} -f ${STAGEDIR}${PREFIX}/${INFO_PATH}/speech-dispatcher-cs.info +.endif .include Modified: head/accessibility/speech-dispatcher/distinfo ============================================================================== --- head/accessibility/speech-dispatcher/distinfo Mon Jun 29 15:47:44 2015 (r390918) +++ head/accessibility/speech-dispatcher/distinfo Mon Jun 29 15:51:22 2015 (r390919) @@ -1,2 +1,2 @@ -SHA256 (speech-dispatcher-0.8.tar.gz) = 0a6ce544cfbac8592a8ea08e3ab24c389153904ea51c6fd68756cea52de9efa2 -SIZE (speech-dispatcher-0.8.tar.gz) = 1229312 +SHA256 (speech-dispatcher-0.8.3.tar.gz) = 96a293b2ba1e2498f1280c75a9607891a9990947a8d87e9855c2a642c93f1e4f +SIZE (speech-dispatcher-0.8.3.tar.gz) = 1292321 Modified: head/accessibility/speech-dispatcher/files/patch-src__server__speechd.h ============================================================================== --- head/accessibility/speech-dispatcher/files/patch-src__server__speechd.h Mon Jun 29 15:47:44 2015 (r390918) +++ head/accessibility/speech-dispatcher/files/patch-src__server__speechd.h Mon Jun 29 15:51:22 2015 (r390919) @@ -1,11 +1,11 @@ ---- ./src/server/speechd.h.orig 2012-07-11 11:05:06.000000000 +0200 -+++ ./src/server/speechd.h 2013-11-15 08:44:05.115355454 +0100 +--- src/server/speechd.h.orig 2015-06-04 01:52:14 UTC ++++ src/server/speechd.h @@ -56,7 +56,7 @@ /* TODO: This fixes compilation for Mac OS X but might not be a correct solution for other platforms. A better check is needed, possibly including _POSIX_C_SOURCE and friends*/ -#if (defined(__GNU_LIBRARY__) && !defined(_SEM_SEMUN_UNDEFINED)) || defined(__APPLE__) +#if (defined(__GNU_LIBRARY__) && !defined(_SEM_SEMUN_UNDEFINED)) || defined(__APPLE__) || defined(__FreeBSD__) - /* union semun is defined by including */ + /* union semun is defined by including */ #else - /* according to X/OPEN we have to define it ourselves */ + /* according to X/OPEN we have to define it ourselves */ Modified: head/accessibility/speech-dispatcher/pkg-plist ============================================================================== --- head/accessibility/speech-dispatcher/pkg-plist Mon Jun 29 15:47:44 2015 (r390918) +++ head/accessibility/speech-dispatcher/pkg-plist Mon Jun 29 15:51:22 2015 (r390919) @@ -3,7 +3,6 @@ bin/spd-say bin/spdsend bin/speech-dispatcher @sample %%ETCDIR%%/clients/emacs.conf.sample -@sample %%ETCDIR%%/clients/gnome-speech.conf.sample @sample %%ETCDIR%%/modules/cicero.conf.sample @sample %%ETCDIR%%/modules/dtk-generic.conf.sample @sample %%ETCDIR%%/modules/epos-generic.conf.sample @@ -15,15 +14,18 @@ bin/speech-dispatcher @sample %%ETCDIR%%/modules/ibmtts.conf.sample @sample %%ETCDIR%%/modules/ivona.conf.sample @sample %%ETCDIR%%/modules/llia_phon-generic.conf.sample +@sample %%ETCDIR%%/modules/pico-generic.conf.sample @sample %%ETCDIR%%/modules/swift-generic.conf.sample @sample %%ETCDIR%%/speechd.conf.sample include/speech-dispatcher/libspeechd.h +include/speech-dispatcher/libspeechd_version.h include/speech-dispatcher/spd_audio_plugin.h +include/speech-dispatcher/speechd_defines.h include/speech-dispatcher/speechd_types.h lib/libspeechd.a lib/libspeechd.so lib/libspeechd.so.2 -lib/libspeechd.so.2.4.0 +lib/libspeechd.so.2.6.0 %%PYTHON%%%%PYTHON_SITELIBDIR%%/speechd/__init__.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/speechd/__init__.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/speechd/__init__.pyo @@ -62,22 +64,7 @@ lib/speech-dispatcher/spd_oss.so %%PULSEAUDIO%%lib/speech-dispatcher/spd_pulse.a %%PULSEAUDIO%%lib/speech-dispatcher/spd_pulse.so libdata/pkgconfig/speech-dispatcher.pc -share/locale/cs/LC_MESSAGES/speech-dispatcher.mo -share/locale/hu/LC_MESSAGES/speech-dispatcher.mo +%%NLS%%share/locale/cs/LC_MESSAGES/speech-dispatcher.mo +%%NLS%%share/locale/hu/LC_MESSAGES/speech-dispatcher.mo share/sounds/speech-dispatcher/dummy-message.wav %%PYTHON%%share/sounds/speech-dispatcher/test.wav -%%DATADIR%%/conf/clients/emacs.conf -%%DATADIR%%/conf/clients/gnome-speech.conf -%%DATADIR%%/conf/modules/cicero.conf -%%DATADIR%%/conf/modules/dtk-generic.conf -%%DATADIR%%/conf/modules/epos-generic.conf -%%DATADIR%%/conf/modules/espeak-generic.conf -%%DATADIR%%/conf/modules/espeak-mbrola-generic.conf -%%DATADIR%%/conf/modules/espeak.conf -%%DATADIR%%/conf/modules/festival.conf -%%DATADIR%%/conf/modules/flite.conf -%%DATADIR%%/conf/modules/ibmtts.conf -%%DATADIR%%/conf/modules/ivona.conf -%%DATADIR%%/conf/modules/llia_phon-generic.conf -%%DATADIR%%/conf/modules/swift-generic.conf -%%DATADIR%%/conf/speechd.conf From owner-svn-ports-all@freebsd.org Mon Jun 29 16:03:09 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7753498FA4B; Mon, 29 Jun 2015 16:03:09 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 649C91693; Mon, 29 Jun 2015 16:03:09 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5TG39Ik012045; Mon, 29 Jun 2015 16:03:09 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5TG39vs012044; Mon, 29 Jun 2015 16:03:09 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201506291603.t5TG39vs012044@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Mon, 29 Jun 2015 16:03:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390920 - head/www/mod_auth_kerb2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 16:03:09 -0000 Author: zi Date: Mon Jun 29 16:03:08 2015 New Revision: 390920 URL: https://svnweb.freebsd.org/changeset/ports/390920 Log: - Unbreak this module after changes from r378260 - Bump PORTREVISION Modified: head/www/mod_auth_kerb2/Makefile Modified: head/www/mod_auth_kerb2/Makefile ============================================================================== --- head/www/mod_auth_kerb2/Makefile Mon Jun 29 15:51:22 2015 (r390919) +++ head/www/mod_auth_kerb2/Makefile Mon Jun 29 16:03:08 2015 (r390920) @@ -3,7 +3,7 @@ PORTNAME= mod_auth_kerb PORTVERSION= 5.4 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= www MASTER_SITES= SF/modauthkerb/${PORTNAME}/${PORTNAME}-${PORTVERSION} PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} @@ -35,4 +35,10 @@ GSSAPI_BASE_USES= gssapi GSSAPI_HEIMDAL_USES= gssapi:heimdal GSSAPI_MIT_USES= gssapi:mit +post-patch: +.if !defined(HEIMDAL_HOME) + ${REINPLACE_CMD} -e 's|@KRB5_LDFLAGS@|@KRB5_LDFLAGS@ -lgssapi_krb5|' \ + ${WRKSRC}/Makefile.in +.endif + .include From owner-svn-ports-all@freebsd.org Mon Jun 29 16:34:19 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 60B1B98FF4C; Mon, 29 Jun 2015 16:34:19 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4FE3124CC; Mon, 29 Jun 2015 16:34:19 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5TGYJtm027248; Mon, 29 Jun 2015 16:34:19 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5TGYInK027244; Mon, 29 Jun 2015 16:34:18 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201506291634.t5TGYInK027244@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 29 Jun 2015 16:34:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390921 - head/devel/p5-Date-Manip X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 16:34:19 -0000 Author: swills Date: Mon Jun 29 16:34:18 2015 New Revision: 390921 URL: https://svnweb.freebsd.org/changeset/ports/390921 Log: devel/p5-Date-Manip: Update to 6.50 Modified: head/devel/p5-Date-Manip/Makefile head/devel/p5-Date-Manip/distinfo head/devel/p5-Date-Manip/pkg-plist Modified: head/devel/p5-Date-Manip/Makefile ============================================================================== --- head/devel/p5-Date-Manip/Makefile Mon Jun 29 16:03:08 2015 (r390920) +++ head/devel/p5-Date-Manip/Makefile Mon Jun 29 16:34:18 2015 (r390921) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Date-Manip -PORTVERSION= 6.46 -PORTREVISION= 1 +PORTVERSION= 6.50 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SBECK @@ -12,8 +11,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= swills@FreeBSD.org COMMENT= Perl5 module containing date manipulation routines -BUILD_DEPENDS= p5-YAML-Syck>=1.15:${PORTSDIR}/textproc/p5-YAML-Syck -RUN_DEPENDS= p5-YAML-Syck>=1.15:${PORTSDIR}/textproc/p5-YAML-Syck TEST_DEPENDS= p5-Test-Inter>=0:${PORTSDIR}/devel/p5-Test-Inter USES= perl5 Modified: head/devel/p5-Date-Manip/distinfo ============================================================================== --- head/devel/p5-Date-Manip/distinfo Mon Jun 29 16:03:08 2015 (r390920) +++ head/devel/p5-Date-Manip/distinfo Mon Jun 29 16:34:18 2015 (r390921) @@ -1,2 +1,2 @@ -SHA256 (Date-Manip-6.46.tar.gz) = 506fbb3e30d835d0ad07a606cba2e76de1fc9a684c5f8f1a3c36528228826ffc -SIZE (Date-Manip-6.46.tar.gz) = 1789054 +SHA256 (Date-Manip-6.50.tar.gz) = 188f3537acacb63f8805bed79372a10d9e14380df5389b473989c490dce2a07d +SIZE (Date-Manip-6.50.tar.gz) = 1795873 Modified: head/devel/p5-Date-Manip/pkg-plist ============================================================================== --- head/devel/p5-Date-Manip/pkg-plist Mon Jun 29 16:03:08 2015 (r390920) +++ head/devel/p5-Date-Manip/pkg-plist Mon Jun 29 16:34:18 2015 (r390921) @@ -531,55 +531,6 @@ bin/dm_zdump %%SITE_PERL%%/Date/Manip/Offset/off425.pm %%SITE_PERL%%/Date/Manip/Offset/off426.pm %%SITE_PERL%%/Date/Manip/Offset/off427.pm -%%SITE_PERL%%/Date/Manip/Offset/off428.pm -%%SITE_PERL%%/Date/Manip/Offset/off429.pm -%%SITE_PERL%%/Date/Manip/Offset/off430.pm -%%SITE_PERL%%/Date/Manip/Offset/off431.pm -%%SITE_PERL%%/Date/Manip/Offset/off432.pm -%%SITE_PERL%%/Date/Manip/Offset/off433.pm -%%SITE_PERL%%/Date/Manip/Offset/off434.pm -%%SITE_PERL%%/Date/Manip/Offset/off435.pm -%%SITE_PERL%%/Date/Manip/Offset/off436.pm -%%SITE_PERL%%/Date/Manip/Offset/off437.pm -%%SITE_PERL%%/Date/Manip/Offset/off438.pm -%%SITE_PERL%%/Date/Manip/Offset/off439.pm -%%SITE_PERL%%/Date/Manip/Offset/off440.pm -%%SITE_PERL%%/Date/Manip/Offset/off441.pm -%%SITE_PERL%%/Date/Manip/Offset/off442.pm -%%SITE_PERL%%/Date/Manip/Offset/off443.pm -%%SITE_PERL%%/Date/Manip/Offset/off444.pm -%%SITE_PERL%%/Date/Manip/Offset/off445.pm -%%SITE_PERL%%/Date/Manip/Offset/off446.pm -%%SITE_PERL%%/Date/Manip/Offset/off447.pm -%%SITE_PERL%%/Date/Manip/Offset/off448.pm -%%SITE_PERL%%/Date/Manip/Offset/off449.pm -%%SITE_PERL%%/Date/Manip/Offset/off450.pm -%%SITE_PERL%%/Date/Manip/Offset/off451.pm -%%SITE_PERL%%/Date/Manip/Offset/off452.pm -%%SITE_PERL%%/Date/Manip/Offset/off453.pm -%%SITE_PERL%%/Date/Manip/Offset/off454.pm -%%SITE_PERL%%/Date/Manip/Offset/off455.pm -%%SITE_PERL%%/Date/Manip/Offset/off456.pm -%%SITE_PERL%%/Date/Manip/Offset/off457.pm -%%SITE_PERL%%/Date/Manip/Offset/off458.pm -%%SITE_PERL%%/Date/Manip/Offset/off459.pm -%%SITE_PERL%%/Date/Manip/Offset/off460.pm -%%SITE_PERL%%/Date/Manip/Offset/off461.pm -%%SITE_PERL%%/Date/Manip/Offset/off462.pm -%%SITE_PERL%%/Date/Manip/Offset/off463.pm -%%SITE_PERL%%/Date/Manip/Offset/off464.pm -%%SITE_PERL%%/Date/Manip/Offset/off465.pm -%%SITE_PERL%%/Date/Manip/Offset/off466.pm -%%SITE_PERL%%/Date/Manip/Offset/off467.pm -%%SITE_PERL%%/Date/Manip/Offset/off468.pm -%%SITE_PERL%%/Date/Manip/Offset/off469.pm -%%SITE_PERL%%/Date/Manip/Offset/off470.pm -%%SITE_PERL%%/Date/Manip/Offset/off471.pm -%%SITE_PERL%%/Date/Manip/Offset/off472.pm -%%SITE_PERL%%/Date/Manip/Offset/off473.pm -%%SITE_PERL%%/Date/Manip/Offset/off474.pm -%%SITE_PERL%%/Date/Manip/Offset/off475.pm -%%SITE_PERL%%/Date/Manip/Offset/off476.pm %%SITE_PERL%%/Date/Manip/Problems.pod %%SITE_PERL%%/Date/Manip/Recur.pm %%SITE_PERL%%/Date/Manip/Recur.pod @@ -588,58 +539,24 @@ bin/dm_zdump %%SITE_PERL%%/Date/Manip/TZ/a00.pm %%SITE_PERL%%/Date/Manip/TZ/afabid00.pm %%SITE_PERL%%/Date/Manip/TZ/afaccr00.pm -%%SITE_PERL%%/Date/Manip/TZ/afaddi00.pm %%SITE_PERL%%/Date/Manip/TZ/afalgi00.pm -%%SITE_PERL%%/Date/Manip/TZ/afasma00.pm -%%SITE_PERL%%/Date/Manip/TZ/afbama00.pm -%%SITE_PERL%%/Date/Manip/TZ/afbang00.pm -%%SITE_PERL%%/Date/Manip/TZ/afbanj00.pm %%SITE_PERL%%/Date/Manip/TZ/afbiss00.pm -%%SITE_PERL%%/Date/Manip/TZ/afblan00.pm -%%SITE_PERL%%/Date/Manip/TZ/afbraz00.pm -%%SITE_PERL%%/Date/Manip/TZ/afbuju00.pm %%SITE_PERL%%/Date/Manip/TZ/afcair00.pm %%SITE_PERL%%/Date/Manip/TZ/afcasa00.pm %%SITE_PERL%%/Date/Manip/TZ/afceut00.pm -%%SITE_PERL%%/Date/Manip/TZ/afcona00.pm -%%SITE_PERL%%/Date/Manip/TZ/afdaka00.pm -%%SITE_PERL%%/Date/Manip/TZ/afdar_00.pm -%%SITE_PERL%%/Date/Manip/TZ/afdjib00.pm -%%SITE_PERL%%/Date/Manip/TZ/afdoua00.pm %%SITE_PERL%%/Date/Manip/TZ/afel_a00.pm -%%SITE_PERL%%/Date/Manip/TZ/affree00.pm -%%SITE_PERL%%/Date/Manip/TZ/afgabo00.pm -%%SITE_PERL%%/Date/Manip/TZ/afhara00.pm %%SITE_PERL%%/Date/Manip/TZ/afjoha00.pm -%%SITE_PERL%%/Date/Manip/TZ/afkamp00.pm %%SITE_PERL%%/Date/Manip/TZ/afkhar00.pm -%%SITE_PERL%%/Date/Manip/TZ/afkiga00.pm -%%SITE_PERL%%/Date/Manip/TZ/afkins00.pm %%SITE_PERL%%/Date/Manip/TZ/aflago00.pm -%%SITE_PERL%%/Date/Manip/TZ/aflibr00.pm -%%SITE_PERL%%/Date/Manip/TZ/aflome00.pm -%%SITE_PERL%%/Date/Manip/TZ/afluan00.pm -%%SITE_PERL%%/Date/Manip/TZ/aflubu00.pm -%%SITE_PERL%%/Date/Manip/TZ/aflusa00.pm -%%SITE_PERL%%/Date/Manip/TZ/afmala00.pm %%SITE_PERL%%/Date/Manip/TZ/afmapu00.pm -%%SITE_PERL%%/Date/Manip/TZ/afmase00.pm -%%SITE_PERL%%/Date/Manip/TZ/afmbab00.pm -%%SITE_PERL%%/Date/Manip/TZ/afmoga00.pm %%SITE_PERL%%/Date/Manip/TZ/afmonr00.pm %%SITE_PERL%%/Date/Manip/TZ/afnair00.pm %%SITE_PERL%%/Date/Manip/TZ/afndja00.pm -%%SITE_PERL%%/Date/Manip/TZ/afniam00.pm -%%SITE_PERL%%/Date/Manip/TZ/afnoua00.pm -%%SITE_PERL%%/Date/Manip/TZ/afouag00.pm -%%SITE_PERL%%/Date/Manip/TZ/afport00.pm -%%SITE_PERL%%/Date/Manip/TZ/afsao_00.pm %%SITE_PERL%%/Date/Manip/TZ/aftrip00.pm %%SITE_PERL%%/Date/Manip/TZ/aftuni00.pm %%SITE_PERL%%/Date/Manip/TZ/afwind00.pm %%SITE_PERL%%/Date/Manip/TZ/amadak00.pm %%SITE_PERL%%/Date/Manip/TZ/amanch00.pm -%%SITE_PERL%%/Date/Manip/TZ/amanti00.pm %%SITE_PERL%%/Date/Manip/TZ/amarag00.pm %%SITE_PERL%%/Date/Manip/TZ/amasun00.pm %%SITE_PERL%%/Date/Manip/TZ/amatik00.pm @@ -660,7 +577,6 @@ bin/dm_zdump %%SITE_PERL%%/Date/Manip/TZ/amcara00.pm %%SITE_PERL%%/Date/Manip/TZ/amcata00.pm %%SITE_PERL%%/Date/Manip/TZ/amcaye00.pm -%%SITE_PERL%%/Date/Manip/TZ/amcaym00.pm %%SITE_PERL%%/Date/Manip/TZ/amcent00.pm %%SITE_PERL%%/Date/Manip/TZ/amchic00.pm %%SITE_PERL%%/Date/Manip/TZ/amchih00.pm @@ -717,7 +633,6 @@ bin/dm_zdump %%SITE_PERL%%/Date/Manip/TZ/ammont00.pm %%SITE_PERL%%/Date/Manip/TZ/ammont01.pm %%SITE_PERL%%/Date/Manip/TZ/ammont02.pm -%%SITE_PERL%%/Date/Manip/TZ/ammont03.pm %%SITE_PERL%%/Date/Manip/TZ/amnass00.pm %%SITE_PERL%%/Date/Manip/TZ/amnew_00.pm %%SITE_PERL%%/Date/Manip/TZ/amnew_01.pm @@ -779,7 +694,6 @@ bin/dm_zdump %%SITE_PERL%%/Date/Manip/TZ/ansyow00.pm %%SITE_PERL%%/Date/Manip/TZ/antrol00.pm %%SITE_PERL%%/Date/Manip/TZ/anvost00.pm -%%SITE_PERL%%/Date/Manip/TZ/asaden00.pm %%SITE_PERL%%/Date/Manip/TZ/asalma00.pm %%SITE_PERL%%/Date/Manip/TZ/asamma00.pm %%SITE_PERL%%/Date/Manip/TZ/asanad00.pm @@ -787,14 +701,13 @@ bin/dm_zdump %%SITE_PERL%%/Date/Manip/TZ/asaqto00.pm %%SITE_PERL%%/Date/Manip/TZ/asashg00.pm %%SITE_PERL%%/Date/Manip/TZ/asbagh00.pm -%%SITE_PERL%%/Date/Manip/TZ/asbahr00.pm %%SITE_PERL%%/Date/Manip/TZ/asbaku00.pm %%SITE_PERL%%/Date/Manip/TZ/asbang00.pm %%SITE_PERL%%/Date/Manip/TZ/asbeir00.pm %%SITE_PERL%%/Date/Manip/TZ/asbish00.pm %%SITE_PERL%%/Date/Manip/TZ/asbrun00.pm +%%SITE_PERL%%/Date/Manip/TZ/aschit00.pm %%SITE_PERL%%/Date/Manip/TZ/aschoi00.pm -%%SITE_PERL%%/Date/Manip/TZ/aschon00.pm %%SITE_PERL%%/Date/Manip/TZ/ascolo00.pm %%SITE_PERL%%/Date/Manip/TZ/asdama00.pm %%SITE_PERL%%/Date/Manip/TZ/asdhak00.pm @@ -802,7 +715,6 @@ bin/dm_zdump %%SITE_PERL%%/Date/Manip/TZ/asduba00.pm %%SITE_PERL%%/Date/Manip/TZ/asdush00.pm %%SITE_PERL%%/Date/Manip/TZ/asgaza00.pm -%%SITE_PERL%%/Date/Manip/TZ/asharb00.pm %%SITE_PERL%%/Date/Manip/TZ/ashebr00.pm %%SITE_PERL%%/Date/Manip/TZ/asho_c00.pm %%SITE_PERL%%/Date/Manip/TZ/ashong00.pm @@ -814,25 +726,21 @@ bin/dm_zdump %%SITE_PERL%%/Date/Manip/TZ/askabu00.pm %%SITE_PERL%%/Date/Manip/TZ/askamc00.pm %%SITE_PERL%%/Date/Manip/TZ/askara00.pm -%%SITE_PERL%%/Date/Manip/TZ/askash00.pm %%SITE_PERL%%/Date/Manip/TZ/askath00.pm %%SITE_PERL%%/Date/Manip/TZ/askhan00.pm %%SITE_PERL%%/Date/Manip/TZ/askolk00.pm %%SITE_PERL%%/Date/Manip/TZ/askras00.pm %%SITE_PERL%%/Date/Manip/TZ/askual00.pm %%SITE_PERL%%/Date/Manip/TZ/askuch00.pm -%%SITE_PERL%%/Date/Manip/TZ/askuwa00.pm %%SITE_PERL%%/Date/Manip/TZ/asmaca00.pm %%SITE_PERL%%/Date/Manip/TZ/asmaga00.pm %%SITE_PERL%%/Date/Manip/TZ/asmaka00.pm %%SITE_PERL%%/Date/Manip/TZ/asmani00.pm -%%SITE_PERL%%/Date/Manip/TZ/asmusc00.pm %%SITE_PERL%%/Date/Manip/TZ/asnico00.pm %%SITE_PERL%%/Date/Manip/TZ/asnovo00.pm %%SITE_PERL%%/Date/Manip/TZ/asnovo01.pm %%SITE_PERL%%/Date/Manip/TZ/asomsk00.pm %%SITE_PERL%%/Date/Manip/TZ/asoral00.pm -%%SITE_PERL%%/Date/Manip/TZ/asphno00.pm %%SITE_PERL%%/Date/Manip/TZ/aspont00.pm %%SITE_PERL%%/Date/Manip/TZ/aspyon00.pm %%SITE_PERL%%/Date/Manip/TZ/asqata00.pm @@ -844,6 +752,7 @@ bin/dm_zdump %%SITE_PERL%%/Date/Manip/TZ/asseou00.pm %%SITE_PERL%%/Date/Manip/TZ/asshan00.pm %%SITE_PERL%%/Date/Manip/TZ/assing00.pm +%%SITE_PERL%%/Date/Manip/TZ/assred00.pm %%SITE_PERL%%/Date/Manip/TZ/astaip00.pm %%SITE_PERL%%/Date/Manip/TZ/astash00.pm %%SITE_PERL%%/Date/Manip/TZ/astbil00.pm @@ -853,7 +762,6 @@ bin/dm_zdump %%SITE_PERL%%/Date/Manip/TZ/asulaa00.pm %%SITE_PERL%%/Date/Manip/TZ/asurum00.pm %%SITE_PERL%%/Date/Manip/TZ/asustm00.pm -%%SITE_PERL%%/Date/Manip/TZ/asvien00.pm %%SITE_PERL%%/Date/Manip/TZ/asvlad00.pm %%SITE_PERL%%/Date/Manip/TZ/asyaku00.pm %%SITE_PERL%%/Date/Manip/TZ/asyeka00.pm @@ -866,7 +774,6 @@ bin/dm_zdump %%SITE_PERL%%/Date/Manip/TZ/atmade00.pm %%SITE_PERL%%/Date/Manip/TZ/atreyk00.pm %%SITE_PERL%%/Date/Manip/TZ/atsout00.pm -%%SITE_PERL%%/Date/Manip/TZ/atst_h00.pm %%SITE_PERL%%/Date/Manip/TZ/atstan00.pm %%SITE_PERL%%/Date/Manip/TZ/auadel00.pm %%SITE_PERL%%/Date/Manip/TZ/aubris00.pm @@ -959,16 +866,13 @@ bin/dm_zdump %%SITE_PERL%%/Date/Manip/TZ/g00.pm %%SITE_PERL%%/Date/Manip/TZ/h00.pm %%SITE_PERL%%/Date/Manip/TZ/i00.pm -%%SITE_PERL%%/Date/Manip/TZ/inanta00.pm %%SITE_PERL%%/Date/Manip/TZ/inchag00.pm %%SITE_PERL%%/Date/Manip/TZ/inchri00.pm %%SITE_PERL%%/Date/Manip/TZ/incoco00.pm -%%SITE_PERL%%/Date/Manip/TZ/incomo00.pm %%SITE_PERL%%/Date/Manip/TZ/inkerg00.pm %%SITE_PERL%%/Date/Manip/TZ/inmahe00.pm %%SITE_PERL%%/Date/Manip/TZ/inmald00.pm %%SITE_PERL%%/Date/Manip/TZ/inmaur00.pm -%%SITE_PERL%%/Date/Manip/TZ/inmayo00.pm %%SITE_PERL%%/Date/Manip/TZ/inreun00.pm %%SITE_PERL%%/Date/Manip/TZ/k00.pm %%SITE_PERL%%/Date/Manip/TZ/l00.pm @@ -979,6 +883,7 @@ bin/dm_zdump %%SITE_PERL%%/Date/Manip/TZ/p00.pm %%SITE_PERL%%/Date/Manip/TZ/paapia00.pm %%SITE_PERL%%/Date/Manip/TZ/paauck00.pm +%%SITE_PERL%%/Date/Manip/TZ/paboug00.pm %%SITE_PERL%%/Date/Manip/TZ/pachat00.pm %%SITE_PERL%%/Date/Manip/TZ/pachuu00.pm %%SITE_PERL%%/Date/Manip/TZ/paeast00.pm @@ -997,7 +902,6 @@ bin/dm_zdump %%SITE_PERL%%/Date/Manip/TZ/pakwaj00.pm %%SITE_PERL%%/Date/Manip/TZ/pamaju00.pm %%SITE_PERL%%/Date/Manip/TZ/pamarq00.pm -%%SITE_PERL%%/Date/Manip/TZ/pamidw00.pm %%SITE_PERL%%/Date/Manip/TZ/panaur00.pm %%SITE_PERL%%/Date/Manip/TZ/paniue00.pm %%SITE_PERL%%/Date/Manip/TZ/panorf00.pm @@ -1008,7 +912,6 @@ bin/dm_zdump %%SITE_PERL%%/Date/Manip/TZ/papohn00.pm %%SITE_PERL%%/Date/Manip/TZ/paport00.pm %%SITE_PERL%%/Date/Manip/TZ/pararo00.pm -%%SITE_PERL%%/Date/Manip/TZ/pasaip00.pm %%SITE_PERL%%/Date/Manip/TZ/patahi00.pm %%SITE_PERL%%/Date/Manip/TZ/patara00.pm %%SITE_PERL%%/Date/Manip/TZ/patong00.pm From owner-svn-ports-all@freebsd.org Mon Jun 29 16:49:17 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 20FF4990107; Mon, 29 Jun 2015 16:49:17 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 05FDC2985; Mon, 29 Jun 2015 16:49:17 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5TGnGAd033147; Mon, 29 Jun 2015 16:49:16 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5TGnFrt033127; Mon, 29 Jun 2015 16:49:15 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201506291649.t5TGnFrt033127@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Mon, 29 Jun 2015 16:49:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390922 - in head/editors/mg: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 16:49:17 -0000 Author: olivierd Date: Mon Jun 29 16:49:15 2015 New Revision: 390922 URL: https://svnweb.freebsd.org/changeset/ports/390922 Log: - Update to 20150323 snapshot - Add patches which replace reallocarray by realloc(3) PR: 200682 Submitted by: myself Approved by: darcsis (maintainer, timeout > 3 weeks) Added: head/editors/mg/files/ head/editors/mg/files/patch-autoexec.c (contents, props changed) head/editors/mg/files/patch-def.h (contents, props changed) head/editors/mg/files/patch-display.c (contents, props changed) Modified: head/editors/mg/Makefile head/editors/mg/distinfo Modified: head/editors/mg/Makefile ============================================================================== --- head/editors/mg/Makefile Mon Jun 29 16:34:18 2015 (r390921) +++ head/editors/mg/Makefile Mon Jun 29 16:49:15 2015 (r390922) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mg -PORTVERSION= 20140414 +PORTVERSION= 20150323 CATEGORIES= editors MASTER_SITES= http://homepage.boetes.org/software/mg/ Modified: head/editors/mg/distinfo ============================================================================== --- head/editors/mg/distinfo Mon Jun 29 16:34:18 2015 (r390921) +++ head/editors/mg/distinfo Mon Jun 29 16:49:15 2015 (r390922) @@ -1,2 +1,2 @@ -SHA256 (mg-20140414.tar.gz) = 89ce25ee13cedc14c3c5c7b76d7a9e0ea38a060ad61e90ac43258d8dadf0d065 -SIZE (mg-20140414.tar.gz) = 142570 +SHA256 (mg-20150323.tar.gz) = d71b24d47d3e1426f162e446d92dfa457df96dd47c1289419cba9fd14c2c3afb +SIZE (mg-20150323.tar.gz) = 142105 Added: head/editors/mg/files/patch-autoexec.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/mg/files/patch-autoexec.c Mon Jun 29 16:49:15 2015 (r390922) @@ -0,0 +1,34 @@ +--- autoexec.c.orig 2015-03-23 11:03:05 UTC ++++ autoexec.c +@@ -2,12 +2,17 @@ + /* this file is in the public domain */ + /* Author: Vincent Labrecque April 2002 */ + ++#include + #include + #include + #include + #include + #include + #include ++#ifndef __OpenBSD__ ++#include ++#include ++#endif + + #include "def.h" + #include "funmap.h" +@@ -44,8 +49,13 @@ find_autoexec(const char *fname) + SLIST_FOREACH(ae, &autos, next) { + if (fnmatch(ae->pattern, fname, 0) == 0) { + if (used >= have) { ++ #if defined(__OpenBSD__) + npfl = reallocarray(pfl, have + AUTO_GROW + 1, + sizeof(PF)); ++ #else ++ npfl = realloc(pfl, (have + AUTO_GROW + 1) * ++ sizeof(PF)); ++ #endif + if (npfl == NULL) + panic("out of memory"); + pfl = npfl; Added: head/editors/mg/files/patch-def.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/mg/files/patch-def.h Mon Jun 29 16:49:15 2015 (r390922) @@ -0,0 +1,11 @@ +--- def.h.orig 2015-03-23 11:23:30 UTC ++++ def.h +@@ -13,6 +13,8 @@ + #include "chrdef.h" + #include "ttydef.h" + ++#include ++ + + /* necesarry to get asprintf & friends with glibc XXX doesn't work for some + * mysterious reason! */ Added: head/editors/mg/files/patch-display.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/mg/files/patch-display.c Mon Jun 29 16:49:15 2015 (r390922) @@ -0,0 +1,40 @@ +--- display.c.orig 2015-03-16 14:39:00 UTC ++++ display.c +@@ -170,14 +170,6 @@ vtresize(int force, int newrow, int newc + (a) = tmp; \ + } while (0) + +-#define TRYREALLOCARRAY(a, n, m) do { \ +- void *tmp; \ +- if ((tmp = reallocarray((a), (n), (m))) == NULL) {\ +- panic("out of memory in display code"); \ +- } \ +- (a) = tmp; \ +- } while (0) +- + /* No update needed */ + if (!first_run && !force && !rowchanged && !colchanged) + return (TRUE); +@@ -206,10 +198,10 @@ vtresize(int force, int newrow, int newc + } + } + +- TRYREALLOCARRAY(score, newrow, newrow * sizeof(struct score)); +- TRYREALLOCARRAY(vscreen, (newrow - 1), sizeof(struct video *)); +- TRYREALLOCARRAY(pscreen, (newrow - 1), sizeof(struct video *)); +- TRYREALLOCARRAY(video, (newrow - 1), 2 * sizeof(struct video)); ++ TRYREALLOC(score, newrow * newrow * sizeof(struct score)); ++ TRYREALLOC(vscreen, (newrow - 1) * sizeof(struct video *)); ++ TRYREALLOC(pscreen, (newrow - 1) * sizeof(struct video *)); ++ TRYREALLOC(video, ((newrow - 1) * 2) * sizeof(struct video)); + + /* + * Zero-out the entries we just allocated. +@@ -247,7 +239,6 @@ vtresize(int force, int newrow, int newc + } + + #undef TRYREALLOC +-#undef TRYREALLOCARRAY + + /* + * Initialize the data structures used From owner-svn-ports-all@freebsd.org Mon Jun 29 16:49:36 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A9F1C99013B; Mon, 29 Jun 2015 16:49:36 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9AF2E2A9D; Mon, 29 Jun 2015 16:49:36 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5TGnaSv033316; Mon, 29 Jun 2015 16:49:36 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5TGnaUB033310; Mon, 29 Jun 2015 16:49:36 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201506291649.t5TGnaUB033310@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 29 Jun 2015 16:49:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390923 - head/devel/p5-CPAN-Testers-Report X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 16:49:36 -0000 Author: swills Date: Mon Jun 29 16:49:35 2015 New Revision: 390923 URL: https://svnweb.freebsd.org/changeset/ports/390923 Log: devel/p5-CPAN-Testers-Report: update to 1.999003 Modified: head/devel/p5-CPAN-Testers-Report/Makefile head/devel/p5-CPAN-Testers-Report/distinfo Modified: head/devel/p5-CPAN-Testers-Report/Makefile ============================================================================== --- head/devel/p5-CPAN-Testers-Report/Makefile Mon Jun 29 16:49:15 2015 (r390922) +++ head/devel/p5-CPAN-Testers-Report/Makefile Mon Jun 29 16:49:35 2015 (r390923) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= CPAN-Testers-Report -PORTVERSION= 1.999001 -PORTREVISION= 1 +PORTVERSION= 1.999003 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DAGOLDEN Modified: head/devel/p5-CPAN-Testers-Report/distinfo ============================================================================== --- head/devel/p5-CPAN-Testers-Report/distinfo Mon Jun 29 16:49:15 2015 (r390922) +++ head/devel/p5-CPAN-Testers-Report/distinfo Mon Jun 29 16:49:35 2015 (r390923) @@ -1,2 +1,2 @@ -SHA256 (CPAN-Testers-Report-1.999001.tar.gz) = c5ac380f4e838eab76197294ac75f7f34c53bd917fdaa288ca52eb68e8c80563 -SIZE (CPAN-Testers-Report-1.999001.tar.gz) = 10849 +SHA256 (CPAN-Testers-Report-1.999003.tar.gz) = 26f5b7ac7113abfa76175f81060a4c47bd6c12e6bf0eed010f9b6c2487d0b676 +SIZE (CPAN-Testers-Report-1.999003.tar.gz) = 16263 From owner-svn-ports-all@freebsd.org Mon Jun 29 16:56:08 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B70EF9902D3; Mon, 29 Jun 2015 16:56:08 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8DE6A2EBA; Mon, 29 Jun 2015 16:56:08 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5TGu8Zs037904; Mon, 29 Jun 2015 16:56:08 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5TGu7R7037900; Mon, 29 Jun 2015 16:56:07 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201506291656.t5TGu7R7037900@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Mon, 29 Jun 2015 16:56:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390924 - in head/www: . py-wikipedia X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 16:56:08 -0000 Author: olivierd Date: Mon Jun 29 16:56:06 2015 New Revision: 390924 URL: https://svnweb.freebsd.org/changeset/ports/390924 Log: Wikipedia is a Python library that makes it easy to access and parse data from MediaWiki API. WWW: https://github.com/goldsmith/Wikipedia Added: head/www/py-wikipedia/ head/www/py-wikipedia/Makefile (contents, props changed) head/www/py-wikipedia/distinfo (contents, props changed) head/www/py-wikipedia/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Mon Jun 29 16:49:35 2015 (r390923) +++ head/www/Makefile Mon Jun 29 16:56:06 2015 (r390924) @@ -1739,6 +1739,7 @@ SUBDIR += py-webware SUBDIR += py-webware-component SUBDIR += py-werkzeug + SUBDIR += py-wikipedia SUBDIR += py-wikitools SUBDIR += py-ws4py SUBDIR += py-wsaccel Added: head/www/py-wikipedia/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-wikipedia/Makefile Mon Jun 29 16:56:06 2015 (r390924) @@ -0,0 +1,21 @@ +# Created by: Olivier Duchateau +# $FreeBSD$ + +PORTNAME= wikipedia +PORTVERSION= 1.4.0 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= python@FreeBSD.org +COMMENT= Wikipedia API for Python + +LICENSE= MIT + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.3.2:${PORTSDIR}/www/py-beautifulsoup \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.7:${PORTSDIR}/www/py-requests + +USES= python +USE_PYTHON= distutils autoplist + +.include Added: head/www/py-wikipedia/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-wikipedia/distinfo Mon Jun 29 16:56:06 2015 (r390924) @@ -0,0 +1,2 @@ +SHA256 (wikipedia-1.4.0.tar.gz) = db0fad1829fdd441b1852306e9856398204dc0786d2996dd2e0c8bb8e26133b2 +SIZE (wikipedia-1.4.0.tar.gz) = 27748 Added: head/www/py-wikipedia/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-wikipedia/pkg-descr Mon Jun 29 16:56:06 2015 (r390924) @@ -0,0 +1,4 @@ +Wikipedia is a Python library that makes it easy to access and parse data +from MediaWiki API. + +WWW: https://github.com/goldsmith/Wikipedia From owner-svn-ports-all@freebsd.org Mon Jun 29 17:14:41 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0F5CB9906F5; Mon, 29 Jun 2015 17:14:41 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 002681D53; Mon, 29 Jun 2015 17:14:40 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5THEeIT048256; Mon, 29 Jun 2015 17:14:40 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5THEeU1048254; Mon, 29 Jun 2015 17:14:40 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506291714.t5THEeU1048254@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 29 Jun 2015 17:14:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390925 - head/math/mosesdecoder X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 17:14:41 -0000 Author: amdmi3 Date: Mon Jun 29 17:14:40 2015 New Revision: 390925 URL: https://svnweb.freebsd.org/changeset/ports/390925 Log: - Mark BROKEN on 9.x: does not link [1]: crt1.c:(.text+0x9d): undefined reference to `main' - Fix shebangs Submitted by: pkg-fallout [1] Approved by: portmgr blanket Modified: head/math/mosesdecoder/Makefile Modified: head/math/mosesdecoder/Makefile ============================================================================== --- head/math/mosesdecoder/Makefile Mon Jun 29 16:56:06 2015 (r390924) +++ head/math/mosesdecoder/Makefile Mon Jun 29 17:14:40 2015 (r390925) @@ -3,6 +3,7 @@ PORTNAME= mosesdecoder PORTVERSION= 2.1.1 +PORTREVISION= 1 DISTVERSIONPREFIX= RELEASE- CATEGORIES= math @@ -16,13 +17,22 @@ LIB_DEPENDS= libboost_thread.so:${PORTSD libirstlm.so:${PORTSDIR}/textproc/irstlm RUN_DEPENDS= lmplz:${PORTSDIR}/textproc/kenlm +BROKEN_FreeBSD_9= does not link + USE_GITHUB= yes GH_ACCOUNT= moses-smt -USES= compiler:c++11-lang +USES= compiler:c++11-lang shebangfix +SHEBANG_FILES= scripts/analysis/weight-scan-summarize.sh \ + scripts/training/wrappers/adam-suffix-array/suffix-array-extract.sh \ + scripts/training/wrappers/adam-suffix-array/suffix-array-create.sh MAKE_ENV+= BOOST_BUILD_PATH=${WRKSRC}/jam-files/boost-build +post-patch: + @${FIND} ${WRKSRC}/scripts \( -name "*.pl" -o -name "*.perl" -o -name "*.cgi" \) -exec \ + ${REINPLACE_CMD} -i '' -e '1s|${perl_OLD_CMD}|${perl_CMD}|' {} \; + do-build: cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} bjam --with-boost=${LOCALBASE} --with-irstlm=${LOCALBASE} --with-randlm=${LOCALBASE} --without-tcmalloc --notrace --toolset=${CHOSEN_COMPILER_TYPE} debug-symbols=off ${_MAKE_JOBS} From owner-svn-ports-all@freebsd.org Mon Jun 29 17:16:20 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7D957990740; Mon, 29 Jun 2015 17:16:20 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6E99B1E48; Mon, 29 Jun 2015 17:16:20 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5THGKme048643; Mon, 29 Jun 2015 17:16:20 GMT (envelope-from sem@FreeBSD.org) Received: (from sem@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5THGK7A048641; Mon, 29 Jun 2015 17:16:20 GMT (envelope-from sem@FreeBSD.org) Message-Id: <201506291716.t5THGK7A048641@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sem set sender to sem@FreeBSD.org using -f From: Sergey Matveychuk Date: Mon, 29 Jun 2015 17:16:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390926 - in head/sysutils/fusefs-ntfs: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 17:16:20 -0000 Author: sem Date: Mon Jun 29 17:16:19 2015 New Revision: 390926 URL: https://svnweb.freebsd.org/changeset/ports/390926 Log: - Fix README.FreeBSD Modified: head/sysutils/fusefs-ntfs/Makefile head/sysutils/fusefs-ntfs/files/README.FreeBSD Modified: head/sysutils/fusefs-ntfs/Makefile ============================================================================== --- head/sysutils/fusefs-ntfs/Makefile Mon Jun 29 17:14:40 2015 (r390925) +++ head/sysutils/fusefs-ntfs/Makefile Mon Jun 29 17:16:19 2015 (r390926) @@ -3,6 +3,7 @@ PORTNAME= ntfs PORTVERSION= 2015.3.14 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://tuxera.com/opensource/ PKGNAMEPREFIX= fusefs- Modified: head/sysutils/fusefs-ntfs/files/README.FreeBSD ============================================================================== --- head/sysutils/fusefs-ntfs/files/README.FreeBSD Mon Jun 29 17:14:40 2015 (r390925) +++ head/sysutils/fusefs-ntfs/files/README.FreeBSD Mon Jun 29 17:16:19 2015 (r390926) @@ -43,9 +43,9 @@ and reduces disk load. 3. Mounting at startup with /etc/fstab ============================================================================== -To mount at startup you need to have the following line in /etc/rc.conf: +To mount at startup you need to have the following line in /boot/loader.conf: -fusefs_enable="YES" +fuse_load="YES" Then create the following symlink: @@ -105,6 +105,8 @@ useful for testing purposes and in pract 5. Known issues ============================================================================== +For mkntfs(8) -F must be used to allow non-block device to be processed. + When reading/writting the same file repeatedly while doing many simultaneous operations on different files sometimes the former one fails: read(2) returns -1 and sets errno to EAGAIN. This is because of a difference between the FUSE From owner-svn-ports-all@freebsd.org Mon Jun 29 17:21:28 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 38DE29907C2; Mon, 29 Jun 2015 17:21:28 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2A2F511F0; Mon, 29 Jun 2015 17:21:28 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5THLSkQ051863; Mon, 29 Jun 2015 17:21:28 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5THLRan051861; Mon, 29 Jun 2015 17:21:27 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506291721.t5THLRan051861@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 29 Jun 2015 17:21:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390927 - head/devel/sdl2pp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 17:21:28 -0000 Author: amdmi3 Date: Mon Jun 29 17:21:27 2015 New Revision: 390927 URL: https://svnweb.freebsd.org/changeset/ports/390927 Log: - Update to 0.8.1 Modified: head/devel/sdl2pp/Makefile head/devel/sdl2pp/distinfo Modified: head/devel/sdl2pp/Makefile ============================================================================== --- head/devel/sdl2pp/Makefile Mon Jun 29 17:16:19 2015 (r390926) +++ head/devel/sdl2pp/Makefile Mon Jun 29 17:21:27 2015 (r390927) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sdl2pp -PORTVERSION= 0.8.0 +PORTVERSION= 0.8.1 CATEGORIES= devel MAINTAINER= amdmi3@FreeBSD.org Modified: head/devel/sdl2pp/distinfo ============================================================================== --- head/devel/sdl2pp/distinfo Mon Jun 29 17:16:19 2015 (r390926) +++ head/devel/sdl2pp/distinfo Mon Jun 29 17:21:27 2015 (r390927) @@ -1,2 +1,2 @@ -SHA256 (AMDmi3-libSDL2pp-0.8.0_GH0.tar.gz) = d60481b218b5f0fbfdaf665758bde05ace1fda95a8e2044dea8ee1e0934837d1 -SIZE (AMDmi3-libSDL2pp-0.8.0_GH0.tar.gz) = 193392 +SHA256 (AMDmi3-libSDL2pp-0.8.1_GH0.tar.gz) = b60462e5b8c7c9f442b449cfd889b8a45b8845220b521d1a0aa7e2f8d6754c51 +SIZE (AMDmi3-libSDL2pp-0.8.1_GH0.tar.gz) = 193457 From owner-svn-ports-all@freebsd.org Mon Jun 29 17:37:53 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4DE2B990A4D; Mon, 29 Jun 2015 17:37:53 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 38BC21D2D; Mon, 29 Jun 2015 17:37:53 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5THbr9a058926; Mon, 29 Jun 2015 17:37:53 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5THbrx2058925; Mon, 29 Jun 2015 17:37:53 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506291737.t5THbrx2058925@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 29 Jun 2015 17:37:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390928 - head/ftp/vsftpd-ext X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 17:37:53 -0000 Author: amdmi3 Date: Mon Jun 29 17:37:52 2015 New Revision: 390928 URL: https://svnweb.freebsd.org/changeset/ports/390928 Log: Mark BROKEN on FreeBSD 9.x i386, does not link: sysutil.o: In function `vsf_sysutil_tzset': sysutil.c:(.text+0x13da): undefined reference to `__stack_chk_fail_local' sysutil.o: In function `vsf_sysutil_parse_time': sysutil.c:(.text+0x306a): undefined reference to `__stack_chk_fail_local' sysutil.o: In function `vsf_sysutil_sockaddr_in_mask': sysutil.c:(.text+0x3ac8): undefined reference to `__stack_chk_fail_local' sysutil.o: In function `vsf_sysutil_getpeername': sysutil.c:(.text+0x3c75): undefined reference to `__stack_chk_fail_local' sysutil.o: In function `vsf_sysutil_getsockname': sysutil.c:(.text+0x3d45): undefined reference to `__stack_chk_fail_local' sysutil.o:sysutil.c:(.text+0x44d2): more undefined references to `__stack_chk_fail_local' follow Submitted by: pkg-fallout Approved by: portmgr blanket Modified: head/ftp/vsftpd-ext/Makefile Modified: head/ftp/vsftpd-ext/Makefile ============================================================================== --- head/ftp/vsftpd-ext/Makefile Mon Jun 29 17:21:27 2015 (r390927) +++ head/ftp/vsftpd-ext/Makefile Mon Jun 29 17:37:52 2015 (r390928) @@ -13,6 +13,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= xjflyttp@gmail.com COMMENT= FTP daemon that aims to be "very secure". Extended build +BROKEN_FreeBSD_9_i386= does not link + LICENSE= GPLv2 UPSTREAMVERSION=3.0.2 From owner-svn-ports-all@freebsd.org Mon Jun 29 17:56:02 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 78411990D5B; Mon, 29 Jun 2015 17:56:02 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6826418D9; Mon, 29 Jun 2015 17:56:02 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5THu2IN068826; Mon, 29 Jun 2015 17:56:02 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5THu0qx068811; Mon, 29 Jun 2015 17:56:00 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201506291756.t5THu0qx068811@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Mon, 29 Jun 2015 17:56:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390929 - in head: . audio audio/padevchooser devel devel/xtla mail mail/mail-notification ports-mgmt ports-mgmt/gnome-packagekit sysutils sysutils/py-salt-api X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 17:56:02 -0000 Author: rene Date: Mon Jun 29 17:56:00 2015 New Revision: 390929 URL: https://svnweb.freebsd.org/changeset/ports/390929 Log: Remove expired ports: 2015-06-29 audio/padevchooser: Broken for more than 6 months 2015-06-29 devel/xtla: Broken for more than 6 months 2015-06-29 mail/mail-notification: Broken for more than 6 months 2015-06-29 ports-mgmt/gnome-packagekit: Broken for more than 6 months 2015-06-29 sysutils/py-salt-api: Broken for more than 6 months Deleted: head/audio/padevchooser/ head/devel/xtla/ head/mail/mail-notification/ head/ports-mgmt/gnome-packagekit/ head/sysutils/py-salt-api/ Modified: head/MOVED head/audio/Makefile head/devel/Makefile head/mail/Makefile head/ports-mgmt/Makefile head/sysutils/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Mon Jun 29 17:37:52 2015 (r390928) +++ head/MOVED Mon Jun 29 17:56:00 2015 (r390929) @@ -7666,3 +7666,8 @@ textproc/exmpp|devel/erlang-exmpp|2015-0 databases/eredis|databases/erlang-eredis|2015-06-27|Renamed with erlang- prefix databases/epgsql|databases/erlang-epgsql|2015-06-27|Renamed with erlang- prefix www/varnish|www/varnish4|2015-06-28|Has expired: EOL was reached in April 2015, use www/varnish4 +audio/padevchooser||2015-06-29|Has expired: Broken for more than 6 months +devel/xtla||2015-06-29|Has expired: Broken for more than 6 months +mail/mail-notification||2015-06-29|Has expired: Broken for more than 6 months +ports-mgmt/gnome-packagekit||2015-06-29|Has expired: Broken for more than 6 months +sysutils/py-salt-api||2015-06-29|Has expired: Broken for more than 6 months Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Mon Jun 29 17:37:52 2015 (r390928) +++ head/audio/Makefile Mon Jun 29 17:56:00 2015 (r390929) @@ -573,7 +573,6 @@ SUBDIR += p5-tagged SUBDIR += p5-xmms2 SUBDIR += pacpl - SUBDIR += padevchooser SUBDIR += paman SUBDIR += paprefs SUBDIR += patchage Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Jun 29 17:37:52 2015 (r390928) +++ head/devel/Makefile Mon Jun 29 17:56:00 2015 (r390929) @@ -5064,7 +5064,6 @@ SUBDIR += xparam SUBDIR += xsd SUBDIR += xtl - SUBDIR += xtla SUBDIR += xwpe SUBDIR += xxgdb SUBDIR += xxl Modified: head/mail/Makefile ============================================================================== --- head/mail/Makefile Mon Jun 29 17:37:52 2015 (r390928) +++ head/mail/Makefile Mon Jun 29 17:56:00 2015 (r390929) @@ -211,7 +211,6 @@ SUBDIR += lmtp2nntp SUBDIR += lookout SUBDIR += lurker - SUBDIR += mail-notification SUBDIR += mail2sms SUBDIR += mailagent SUBDIR += maildirsync Modified: head/ports-mgmt/Makefile ============================================================================== --- head/ports-mgmt/Makefile Mon Jun 29 17:37:52 2015 (r390928) +++ head/ports-mgmt/Makefile Mon Jun 29 17:56:00 2015 (r390929) @@ -12,7 +12,6 @@ SUBDIR += fbsdmon SUBDIR += genpatch SUBDIR += genplist - SUBDIR += gnome-packagekit SUBDIR += hs-porte SUBDIR += jailaudit SUBDIR += kpackagekit Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Mon Jun 29 17:37:52 2015 (r390928) +++ head/sysutils/Makefile Mon Jun 29 17:56:00 2015 (r390929) @@ -766,7 +766,6 @@ SUBDIR += py-queuelib SUBDIR += py-ranger SUBDIR += py-salt - SUBDIR += py-salt-api SUBDIR += py-shutilwhich SUBDIR += py-stdiff SUBDIR += py-supervisor From owner-svn-ports-all@freebsd.org Mon Jun 29 18:04:21 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0AF0B990EB3; Mon, 29 Jun 2015 18:04:21 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F04F71F4E; Mon, 29 Jun 2015 18:04:20 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5TI4KRT074108; Mon, 29 Jun 2015 18:04:20 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5TI4K6p074107; Mon, 29 Jun 2015 18:04:20 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201506291804.t5TI4K6p074107@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Mon, 29 Jun 2015 18:04:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390930 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 18:04:21 -0000 Author: kwm Date: Mon Jun 29 18:04:20 2015 New Revision: 390930 URL: https://svnweb.freebsd.org/changeset/ports/390930 Log: Fix typo? Submitted by: adamw@ Modified: head/Mk/bsd.gnome.mk Modified: head/Mk/bsd.gnome.mk ============================================================================== --- head/Mk/bsd.gnome.mk Mon Jun 29 17:56:00 2015 (r390929) +++ head/Mk/bsd.gnome.mk Mon Jun 29 18:04:20 2015 (r390930) @@ -63,7 +63,7 @@ Gnome_Pre_Include= bsd.gnome.mk # # INSTALLS_ICONS - If a GTK+ port installs Freedesktop-style icons to # ${LOCALBASE}/share/icons, then you should use this -# macro. Using this macro insures that icons are cached +# macro. Using this macro ensures that icons are cached # and will display correctly. This macro isn't needed # for QT based applications, which use a different method. # From owner-svn-ports-all@freebsd.org Mon Jun 29 18:28:46 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ED26098F193; Mon, 29 Jun 2015 18:28:46 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DE9BE1BC9; Mon, 29 Jun 2015 18:28:46 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5TISkJI084784; Mon, 29 Jun 2015 18:28:46 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5TISkVv084782; Mon, 29 Jun 2015 18:28:46 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201506291828.t5TISkVv084782@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Mon, 29 Jun 2015 18:28:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390931 - head/x11/xpra X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 18:28:47 -0000 Author: jkim Date: Mon Jun 29 18:28:45 2015 New Revision: 390931 URL: https://svnweb.freebsd.org/changeset/ports/390931 Log: Update to 0.15.2. Modified: head/x11/xpra/Makefile head/x11/xpra/distinfo Modified: head/x11/xpra/Makefile ============================================================================== --- head/x11/xpra/Makefile Mon Jun 29 18:04:20 2015 (r390930) +++ head/x11/xpra/Makefile Mon Jun 29 18:28:45 2015 (r390931) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xpra -PORTVERSION= 0.15.1 +PORTVERSION= 0.15.2 CATEGORIES= x11 MASTER_SITES= http://xpra.org/src/ Modified: head/x11/xpra/distinfo ============================================================================== --- head/x11/xpra/distinfo Mon Jun 29 18:04:20 2015 (r390930) +++ head/x11/xpra/distinfo Mon Jun 29 18:28:45 2015 (r390931) @@ -1,2 +1,2 @@ -SHA256 (xpra-0.15.1.tar.xz) = 6bd3d468f22057ef99093ec5bb357ecab78e40d2e1c26884d30b1001e1d98585 -SIZE (xpra-0.15.1.tar.xz) = 1191520 +SHA256 (xpra-0.15.2.tar.xz) = 30a123cf6b9a6db69de555e45482fc9311fc5d55a791e5f210c4c636947a4a33 +SIZE (xpra-0.15.2.tar.xz) = 1191788 From owner-svn-ports-all@freebsd.org Mon Jun 29 18:42:57 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C12DB98F52A; Mon, 29 Jun 2015 18:42:57 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B0B90163C; Mon, 29 Jun 2015 18:42:57 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5TIgvbF094189; Mon, 29 Jun 2015 18:42:57 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5TIguKj094180; Mon, 29 Jun 2015 18:42:56 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506291842.t5TIguKj094180@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 29 Jun 2015 18:42:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390932 - in head: databases/rrdtool10 devel/p5-WeakRef graphics/IPA math/p5-Math-Geometry-Planar-GPC-PolygonXS net-mgmt/flowd textproc/libtext-charwidth-perl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 18:42:57 -0000 Author: amdmi3 Date: Mon Jun 29 18:42:55 2015 New Revision: 390932 URL: https://svnweb.freebsd.org/changeset/ports/390932 Log: - Remove now needless chmod u+w/u-w from my and unmaintained ports Modified: head/databases/rrdtool10/Makefile head/devel/p5-WeakRef/Makefile head/graphics/IPA/Makefile head/math/p5-Math-Geometry-Planar-GPC-PolygonXS/Makefile head/net-mgmt/flowd/Makefile head/textproc/libtext-charwidth-perl/Makefile Modified: head/databases/rrdtool10/Makefile ============================================================================== --- head/databases/rrdtool10/Makefile Mon Jun 29 18:28:45 2015 (r390931) +++ head/databases/rrdtool10/Makefile Mon Jun 29 18:42:55 2015 (r390932) @@ -44,8 +44,6 @@ post-patch: ${WRKSRC}/doc/Makefile.in post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/RRDs/RRDs.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/RRDs/RRDs.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/RRDs/RRDs.so .include Modified: head/devel/p5-WeakRef/Makefile ============================================================================== --- head/devel/p5-WeakRef/Makefile Mon Jun 29 18:28:45 2015 (r390931) +++ head/devel/p5-WeakRef/Makefile Mon Jun 29 18:42:55 2015 (r390932) @@ -16,8 +16,6 @@ USES= perl5 USE_PERL5= configure post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/WeakRef/WeakRef.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/WeakRef/WeakRef.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/WeakRef/WeakRef.so .include Modified: head/graphics/IPA/Makefile ============================================================================== --- head/graphics/IPA/Makefile Mon Jun 29 18:28:45 2015 (r390931) +++ head/graphics/IPA/Makefile Mon Jun 29 18:42:55 2015 (r390932) @@ -19,8 +19,6 @@ INSTALL_TARGET= pure_install MAKE_JOBS_UNSAFE= yes post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/IPA/IPA.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/IPA/IPA.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/IPA/IPA.so .include Modified: head/math/p5-Math-Geometry-Planar-GPC-PolygonXS/Makefile ============================================================================== --- head/math/p5-Math-Geometry-Planar-GPC-PolygonXS/Makefile Mon Jun 29 18:28:45 2015 (r390931) +++ head/math/p5-Math-Geometry-Planar-GPC-PolygonXS/Makefile Mon Jun 29 18:42:55 2015 (r390932) @@ -18,8 +18,6 @@ USES= perl5 USE_PERL5= configure post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Geometry/Planar/GPC/PolygonXS/PolygonXS.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Geometry/Planar/GPC/PolygonXS/PolygonXS.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Geometry/Planar/GPC/PolygonXS/PolygonXS.so .include Modified: head/net-mgmt/flowd/Makefile ============================================================================== --- head/net-mgmt/flowd/Makefile Mon Jun 29 18:28:45 2015 (r390931) +++ head/net-mgmt/flowd/Makefile Mon Jun 29 18:42:55 2015 (r390932) @@ -66,9 +66,7 @@ pre-install: .if ${PORT_OPTIONS:MPERL} ( cd ${WRKSRC}/Flowd-perl && ${MAKE_CMD} install ) - @${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Flowd/Flowd.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Flowd/Flowd.so - @${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Flowd/Flowd.so .endif .if ${PORT_OPTIONS:MPYTHON} Modified: head/textproc/libtext-charwidth-perl/Makefile ============================================================================== --- head/textproc/libtext-charwidth-perl/Makefile Mon Jun 29 18:28:45 2015 (r390931) +++ head/textproc/libtext-charwidth-perl/Makefile Mon Jun 29 18:42:55 2015 (r390932) @@ -20,8 +20,6 @@ post-extract: @${MV} ${WRKSRC}.orig ${WRKSRC} post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Text/CharWidth/CharWidth.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Text/CharWidth/CharWidth.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Text/CharWidth/CharWidth.so .include From owner-svn-ports-all@freebsd.org Mon Jun 29 19:13:06 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0E23598FBE2; Mon, 29 Jun 2015 19:13:06 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F37591D54; Mon, 29 Jun 2015 19:13:05 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5TJD5du009725; Mon, 29 Jun 2015 19:13:05 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5TJD5Jl009723; Mon, 29 Jun 2015 19:13:05 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201506291913.t5TJD5Jl009723@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Mon, 29 Jun 2015 19:13:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390933 - head/net-im/openfire X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 19:13:06 -0000 Author: robak Date: Mon Jun 29 19:13:05 2015 New Revision: 390933 URL: https://svnweb.freebsd.org/changeset/ports/390933 Log: net-im/openfire: update 3.10.0 -> 3.10.2 PR: 201195 Submitted by: Danilo G. Baio Modified: head/net-im/openfire/Makefile head/net-im/openfire/distinfo Modified: head/net-im/openfire/Makefile ============================================================================== --- head/net-im/openfire/Makefile Mon Jun 29 18:42:55 2015 (r390932) +++ head/net-im/openfire/Makefile Mon Jun 29 19:13:05 2015 (r390933) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openfire -PORTVERSION= 3.10.0 +PORTVERSION= 3.10.2 PORTEPOCH= 1 CATEGORIES= net-im java MASTER_SITES= http://download.igniterealtime.org/openfire/ Modified: head/net-im/openfire/distinfo ============================================================================== --- head/net-im/openfire/distinfo Mon Jun 29 18:42:55 2015 (r390932) +++ head/net-im/openfire/distinfo Mon Jun 29 19:13:05 2015 (r390933) @@ -1,2 +1,2 @@ -SHA256 (openfire_src_3_10_0.zip) = 4119f4f1020d7ded94e06514e8fd16c8b3fc3becac8693f55914ae92e7036398 -SIZE (openfire_src_3_10_0.zip) = 135495975 +SHA256 (openfire_src_3_10_2.zip) = c0d93386be70a587f5fb1221afbd0074b5b22af9a737693f8bbeecc56939fdf7 +SIZE (openfire_src_3_10_2.zip) = 135463950 From owner-svn-ports-all@freebsd.org Mon Jun 29 19:39:25 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 685B99900AA; Mon, 29 Jun 2015 19:39:25 +0000 (UTC) (envelope-from rodrigo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4283418DD; Mon, 29 Jun 2015 19:39:25 +0000 (UTC) (envelope-from rodrigo@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5TJdPAY020431; Mon, 29 Jun 2015 19:39:25 GMT (envelope-from rodrigo@FreeBSD.org) Received: (from rodrigo@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5TJdOY1020429; Mon, 29 Jun 2015 19:39:24 GMT (envelope-from rodrigo@FreeBSD.org) Message-Id: <201506291939.t5TJdOY1020429@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rodrigo set sender to rodrigo@FreeBSD.org using -f From: Rodrigo Osorio Date: Mon, 29 Jun 2015 19:39:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390934 - in head/net-mgmt/smokeping: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 19:39:25 -0000 Author: rodrigo Date: Mon Jun 29 19:39:24 2015 New Revision: 390934 URL: https://svnweb.freebsd.org/changeset/ports/390934 Log: Fix init script to check pid correctly PR: 200851 Submitted by: Kan Sasaki Modified: head/net-mgmt/smokeping/Makefile head/net-mgmt/smokeping/files/smokeping.in Modified: head/net-mgmt/smokeping/Makefile ============================================================================== --- head/net-mgmt/smokeping/Makefile Mon Jun 29 19:13:05 2015 (r390933) +++ head/net-mgmt/smokeping/Makefile Mon Jun 29 19:39:24 2015 (r390934) @@ -3,7 +3,7 @@ PORTNAME= smokeping PORTVERSION= 2.6.11 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-mgmt www MASTER_SITES= http://oss.oetiker.ch/smokeping/pub/ \ http://smokeping.cs.pu.edu.tw/pub/ Modified: head/net-mgmt/smokeping/files/smokeping.in ============================================================================== --- head/net-mgmt/smokeping/files/smokeping.in Mon Jun 29 19:13:05 2015 (r390933) +++ head/net-mgmt/smokeping/files/smokeping.in Mon Jun 29 19:39:24 2015 (r390934) @@ -24,6 +24,7 @@ rcvar=smokeping_enable extra_commands="status configtest reload" +start_cmd="smokeping_start" status_cmd="smokeping_status" configtest_cmd="smokeping_configtest" reload_cmd="smokeping_reload" @@ -41,43 +42,69 @@ command_args="--logfile=${smokeping_logf pidfile="${smokeping_pidfile}" command_interpreter="%%PREFIX%%/bin/perl" -smokeping_startprecmd() +smokeping_check_pidfile() { + rc_pid=$(check_pidfile $pidfile $command) + if [ -z "${rc_pid}" ]; then + rc_pid=$(check_pidfile $pidfile $command $command_interpreter) + fi +} + +smokeping_start() +{ + smokeping_check_pidfile + if [ -n "$rc_pid" ]; then + echo 1>&2 "${name} already running? (pid=$rc_pid)." + return 1 + fi + if [ ! -e ${smokeping_logfile} ]; then - install -o %%USERS%% -g %%GROUPS%% /dev/null ${smokeping_logfile} || echo "ERROR: Could not initialize logfile at ${smokeping_logfile}."; + install -o ${smokeping_user} -g ${smokeping_group} -m 644 /dev/null ${smokeping_logfile} ||\ + echo "ERROR: Could not initialize logfile at ${smokeping_logfile}."; fi + + echo "Starting ${name}." + ${command} ${smokeping_flags} ${command_args} } smokeping_status() { - rc_pid=$(check_pidfile $pidfile $command $command_interpreter) + smokeping_check_pidfile if [ -z "$rc_pid" ]; then - _run_rc_notrunning + echo "${name} is not running." + return 1 else echo "${name} is running as pid $rc_pid" - fi + fi } smokeping_configtest() { - /usr/local/bin/smokeping --check + ${command} --check } smokeping_reload() { - /usr/local/bin/smokeping --reload + smokeping_check_pidfile + if [ -z "$rc_pid" ]; then + _run_rc_notrunning + return 1 + else + ${command} --reload + fi } smokeping_stop() { - rc_pid=$(check_pidfile $pidfile $command $command_interpreter) + smokeping_check_pidfile if [ -z "$rc_pid" ]; then _run_rc_notrunning + return 1 else - echo "Stopping ${name} (pid $rc_pid)." - kill -15 $rc_pid - fi + echo "Stopping ${name}." + kill -TERM $rc_pid + fi } load_rc_config $name From owner-svn-ports-all@freebsd.org Mon Jun 29 20:23:24 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2A078990679; Mon, 29 Jun 2015 20:23:24 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1B56C1DA1; Mon, 29 Jun 2015 20:23:24 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5TKNNKq044478; Mon, 29 Jun 2015 20:23:23 GMT (envelope-from wxs@FreeBSD.org) Received: (from wxs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5TKNNqa044475; Mon, 29 Jun 2015 20:23:23 GMT (envelope-from wxs@FreeBSD.org) Message-Id: <201506292023.t5TKNNqa044475@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wxs set sender to wxs@FreeBSD.org using -f From: Wesley Shields Date: Mon, 29 Jun 2015 20:23:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390935 - in head/security/yara: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 20:23:24 -0000 Author: wxs Date: Mon Jun 29 20:23:22 2015 New Revision: 390935 URL: https://svnweb.freebsd.org/changeset/ports/390935 Log: Update to 3.4.0. Deleted: head/security/yara/files/ Modified: head/security/yara/Makefile head/security/yara/distinfo head/security/yara/pkg-plist Modified: head/security/yara/Makefile ============================================================================== --- head/security/yara/Makefile Mon Jun 29 19:39:24 2015 (r390934) +++ head/security/yara/Makefile Mon Jun 29 20:23:22 2015 (r390935) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= yara -PORTVERSION= 3.3.0 +PORTVERSION= 3.4.0 DISTVERSIONPREFIX= v CATEGORIES= security Modified: head/security/yara/distinfo ============================================================================== --- head/security/yara/distinfo Mon Jun 29 19:39:24 2015 (r390934) +++ head/security/yara/distinfo Mon Jun 29 20:23:22 2015 (r390935) @@ -1,2 +1,2 @@ -SHA256 (plusvic-yara-v3.3.0_GH0.tar.gz) = e5f4359082e35ff00ee94af9ee897bb0ab18abf49a2c4fe45968d7a848e5bd83 -SIZE (plusvic-yara-v3.3.0_GH0.tar.gz) = 7634474 +SHA256 (plusvic-yara-v3.4.0_GH0.tar.gz) = 528571ff721364229f34f6d1ff0eedc3cd5a2a75bb94727dc6578c6efe3d618b +SIZE (plusvic-yara-v3.4.0_GH0.tar.gz) = 7642695 Modified: head/security/yara/pkg-plist ============================================================================== --- head/security/yara/pkg-plist Mon Jun 29 19:39:24 2015 (r390934) +++ head/security/yara/pkg-plist Mon Jun 29 20:23:22 2015 (r390935) @@ -17,13 +17,14 @@ include/yara/re.h include/yara/rules.h include/yara/scan.h include/yara/sizedstr.h +include/yara/stream.h include/yara/strutils.h include/yara/types.h include/yara/utils.h lib/libyara.a lib/libyara.so lib/libyara.so.3 -lib/libyara.so.3.3.0 +lib/libyara.so.3.4.0 lib/pkgconfig/yara.pc man/man1/yara.1.gz man/man1/yarac.1.gz From owner-svn-ports-all@freebsd.org Mon Jun 29 20:32:45 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ECC269907FC; Mon, 29 Jun 2015 20:32:45 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from vps.amdmi3.ru (vps.amdmi3.ru [109.234.38.216]) by mx1.freebsd.org (Postfix) with ESMTP id B4E3411BE; Mon, 29 Jun 2015 20:32:45 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from hive.panopticon (unknown [78.153.152.119]) by vps.amdmi3.ru (Postfix) with ESMTPS id 20FE2B0656; Mon, 29 Jun 2015 23:32:37 +0300 (MSK) Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id B104F4F3; Mon, 29 Jun 2015 23:30:55 +0300 (MSK) Received: by hades.panopticon (Postfix, from userid 1000) id 6B53B9AD32; Mon, 29 Jun 2015 23:29:28 +0300 (MSK) Date: Mon, 29 Jun 2015 23:29:28 +0300 From: Dmitry Marakasov To: Sunpoet Po-Chuan Hsieh Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r390900 - head/converters/p5-Convert-UUlib Message-ID: <20150629202928.GA66461@hades.panopticon> References: <201506291350.t5TDoUGT039925@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <201506291350.t5TDoUGT039925@svn.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 20:32:46 -0000 * Sunpoet Po-Chuan Hsieh (sunpoet@FreeBSD.org) wrote: > Author: sunpoet > Date: Mon Jun 29 13:50:29 2015 > New Revision: 390900 > URL: https://svnweb.freebsd.org/changeset/ports/390900 > > Log: > - Remove DOCS option > - Bump PORTREVISION for package change Why? Removing readme which duplicates perldoc makes sence, but Changes here is useful bit of documentation. > Modified: > head/converters/p5-Convert-UUlib/Makefile > > Modified: head/converters/p5-Convert-UUlib/Makefile > ============================================================================== > --- head/converters/p5-Convert-UUlib/Makefile Mon Jun 29 13:50:25 2015 (r390899) > +++ head/converters/p5-Convert-UUlib/Makefile Mon Jun 29 13:50:29 2015 (r390900) > @@ -3,7 +3,7 @@ > > PORTNAME= Convert-UUlib > PORTVERSION= 1.40 > -PORTREVISION= 1 > +PORTREVISION= 2 > PORTEPOCH= 1 > CATEGORIES= converters perl5 > MASTER_SITES= CPAN > @@ -16,15 +16,7 @@ COMMENT= Perl5 interface to the uulib li > LICENSE= ART10 GPLv1 > LICENSE_COMB= dual > > -OPTIONS_DEFINE= DOCS > - > USES= perl5 > USE_PERL5= configure > > -PORTDOCS= Changes README > - > -post-install: > - @${MKDIR} ${STAGEDIR}${DOCSDIR} > - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} > - > .include -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://amdmi3.ru From owner-svn-ports-all@freebsd.org Mon Jun 29 20:38:58 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 78AA2990856; Mon, 29 Jun 2015 20:38:58 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5E547143B; Mon, 29 Jun 2015 20:38:58 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5TKcw5p050303; Mon, 29 Jun 2015 20:38:58 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5TKcuhj050291; Mon, 29 Jun 2015 20:38:56 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201506292038.t5TKcuhj050291@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Mon, 29 Jun 2015 20:38:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390936 - in head/devel: . elixir-conform elixir-conform/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 20:38:58 -0000 Author: olgeni Date: Mon Jun 29 20:38:56 2015 New Revision: 390936 URL: https://svnweb.freebsd.org/changeset/ports/390936 Log: Add devel/elixir-conform, easy release configuration for Elixir apps. Added: head/devel/elixir-conform/ head/devel/elixir-conform/Makefile (contents, props changed) head/devel/elixir-conform/distinfo (contents, props changed) head/devel/elixir-conform/files/ head/devel/elixir-conform/files/patch-mix.exs (contents, props changed) head/devel/elixir-conform/pkg-descr (contents, props changed) head/devel/elixir-conform/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Jun 29 20:23:22 2015 (r390935) +++ head/devel/Makefile Mon Jun 29 20:38:56 2015 (r390936) @@ -409,6 +409,7 @@ SUBDIR += elfrc SUBDIR += elfsh SUBDIR += elftoaout + SUBDIR += elixir-conform SUBDIR += embb SUBDIR += epl.el SUBDIR += epm Added: head/devel/elixir-conform/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-conform/Makefile Mon Jun 29 20:38:56 2015 (r390936) @@ -0,0 +1,39 @@ +# $FreeBSD$ + +PORTNAME= conform +PORTVERSION= 0.14.4 +CATEGORIES= devel +PKGNAMEPREFIX= elixir- + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= Easy release configuration for Elixir apps + +LICENSE= APACHE20 MIT +LICENSE_COMB= multi + +BUILD_DEPENDS= elixir:${PORTSDIR}/lang/elixir \ + erlang-neotoma>=0:${PORTSDIR}/devel/erlang-neotoma +RUN_DEPENDS:= ${BUILD_DEPENDS} + +PLIST_SUB= VERSION="${PORTVERSION}" + +USES= gmake +USE_GITHUB= yes +GH_ACCOUNT= bitwalker + +do-build: + @cd ${WRKSRC} && MIX_ENV=prod mix compile + +post-build: + @${LN} -s ${WRKSRC}/_build/prod/lib/${PORTNAME}/ebin ${WRKSRC}/ebin + +do-install: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME} + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME}/ebin + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME}/lib + ${INSTALL_DATA} ${WRKSRC}/ebin/* ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME}/ebin + cd ${WRKSRC}/lib && ${COPYTREE_SHARE} \* ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME}/lib + +.include Added: head/devel/elixir-conform/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-conform/distinfo Mon Jun 29 20:38:56 2015 (r390936) @@ -0,0 +1,2 @@ +SHA256 (bitwalker-conform-0.14.4_GH0.tar.gz) = ed11091d296b3787d5aadd429eced1c8c1f747437322c4008a994b0fad0cc93a +SIZE (bitwalker-conform-0.14.4_GH0.tar.gz) = 28344 Added: head/devel/elixir-conform/files/patch-mix.exs ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-conform/files/patch-mix.exs Mon Jun 29 20:38:56 2015 (r390936) @@ -0,0 +1,10 @@ +--- mix.exs.orig 2015-06-29 10:03:33 UTC ++++ mix.exs +@@ -25,7 +25,6 @@ defmodule Conform.Mixfile do + defp compilers(true), do: [:peg, :erlang, :elixir, :app] + defp compilers(_), do: nil + +- defp deps(true), do: [{:neotoma, github: "seancribbs/neotoma"}] + defp deps(_), do: [] + + defp description, do: "Easy release configuration for Elixir apps." Added: head/devel/elixir-conform/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-conform/pkg-descr Mon Jun 29 20:38:56 2015 (r390936) @@ -0,0 +1,16 @@ +The definition of conform is "Adapt or conform oneself to new or +different conditions". As this library is used to adapt your +application to its deployed environment, I think it's rather fitting. +It's also a play on the word configuration, and the fact that Conform +uses an init-style configuration, maintained in a .conf file. + +Conform is a library for Elixir applications. Its original intended +use is in exrm as means of providing a simplified configuration +file for deployed releases, but is flexible enough to work for any +use case where you want init-style configuration translated to +Elixir/Erlang terms. It is inspired directly by basho/cuttlefish, +and in fact uses its .conf parser. Beyond that, you can look at +conform as a reduced (but growing!) implementation of cuttlefish +in Elixir. + +WWW: https://github.com/bitwalker/conform Added: head/devel/elixir-conform/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-conform/pkg-plist Mon Jun 29 20:38:56 2015 (r390936) @@ -0,0 +1,28 @@ +lib/elixir/lib/conform/ebin/Elixir.Conform.Config.beam +lib/elixir/lib/conform/ebin/Elixir.Conform.Options.beam +lib/elixir/lib/conform/ebin/Elixir.Conform.Parse.beam +lib/elixir/lib/conform/ebin/Elixir.Conform.Schema.SchemaError.beam +lib/elixir/lib/conform/ebin/Elixir.Conform.Schema.beam +lib/elixir/lib/conform/ebin/Elixir.Conform.Translate.TranslateError.beam +lib/elixir/lib/conform/ebin/Elixir.Conform.Translate.beam +lib/elixir/lib/conform/ebin/Elixir.Conform.Utils.Code.beam +lib/elixir/lib/conform/ebin/Elixir.Conform.Utils.beam +lib/elixir/lib/conform/ebin/Elixir.Conform.beam +lib/elixir/lib/conform/ebin/Elixir.Mix.Tasks.Conform.Configure.beam +lib/elixir/lib/conform/ebin/Elixir.Mix.Tasks.Conform.Effective.beam +lib/elixir/lib/conform/ebin/Elixir.Mix.Tasks.Conform.New.beam +lib/elixir/lib/conform/ebin/Elixir.Mix.Tasks.Conform.Release.beam +lib/elixir/lib/conform/ebin/conf_parse.beam +lib/elixir/lib/conform/ebin/conform.app +lib/elixir/lib/conform/lib/conform.ex +lib/elixir/lib/conform/lib/conform/config.ex +lib/elixir/lib/conform/lib/conform/parse.ex +lib/elixir/lib/conform/lib/conform/schema.ex +lib/elixir/lib/conform/lib/conform/translate.ex +lib/elixir/lib/conform/lib/conform/utils/code.ex +lib/elixir/lib/conform/lib/conform/utils/utils.ex +lib/elixir/lib/conform/lib/mix/tasks/conform.configure.ex +lib/elixir/lib/conform/lib/mix/tasks/conform.effective.ex +lib/elixir/lib/conform/lib/mix/tasks/conform.new.ex +lib/elixir/lib/conform/lib/mix/tasks/conform.release.ex +%%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-all@freebsd.org Mon Jun 29 20:42:32 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1D49D99093A; Mon, 29 Jun 2015 20:42:32 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 05A11192E; Mon, 29 Jun 2015 20:42:32 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5TKgVXL054516; Mon, 29 Jun 2015 20:42:31 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5TKgU5U054510; Mon, 29 Jun 2015 20:42:30 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201506292042.t5TKgU5U054510@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Mon, 29 Jun 2015 20:42:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390937 - in head/devel: . erlang-rebar3_hex erlang-rebar3_hex/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 20:42:32 -0000 Author: olgeni Date: Mon Jun 29 20:42:29 2015 New Revision: 390937 URL: https://svnweb.freebsd.org/changeset/ports/390937 Log: Add devel/erlang-rebar3_hex, the rebar3 Hex plugin. Added: head/devel/erlang-rebar3_hex/ head/devel/erlang-rebar3_hex/Makefile (contents, props changed) head/devel/erlang-rebar3_hex/distinfo (contents, props changed) head/devel/erlang-rebar3_hex/files/ head/devel/erlang-rebar3_hex/files/patch-rebar.config (contents, props changed) head/devel/erlang-rebar3_hex/pkg-descr (contents, props changed) head/devel/erlang-rebar3_hex/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Jun 29 20:38:56 2015 (r390936) +++ head/devel/Makefile Mon Jun 29 20:42:29 2015 (r390937) @@ -442,6 +442,7 @@ SUBDIR += erlang-poolboy SUBDIR += erlang-protobuffs SUBDIR += erlang-providers + SUBDIR += erlang-rebar3_hex SUBDIR += erlang-recon SUBDIR += erlang-ssl_verify_hostname SUBDIR += erlang-syslog Added: head/devel/erlang-rebar3_hex/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/erlang-rebar3_hex/Makefile Mon Jun 29 20:42:29 2015 (r390937) @@ -0,0 +1,45 @@ +# $FreeBSD$ + +PORTNAME= rebar3_hex +PORTVERSION= 0.1.0 +DISTVERSIONPREFIX= v +CATEGORIES= devel +PKGNAMEPREFIX= erlang- + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= Rebar3 Hex library + +LICENSE= BSD3CLAUSE + +BUILD_DEPENDS= erl:${PORTSDIR}/lang/erlang \ + rebar:${PORTSDIR}/devel/rebar \ + erlang-erlware_commons>=0:${PORTSDIR}/devel/erlang-erlware_commons \ + erlang-ssl_verify_hostname>=0:${PORTSDIR}/devel/erlang-ssl_verify_hostname \ + erlang-jsx>=0:${PORTSDIR}/devel/erlang-jsx \ + erlang-providers>=0:${PORTSDIR}/devel/erlang-providers +RUN_DEPENDS= erl:${PORTSDIR}/lang/erlang \ + erlang-erlware_commons>=0:${PORTSDIR}/devel/erlang-erlware_commons \ + erlang-ssl_verify_hostname>=0:${PORTSDIR}/devel/erlang-ssl_verify_hostname \ + erlang-jsx>=0:${PORTSDIR}/devel/erlang-jsx \ + erlang-providers>=0:${PORTSDIR}/devel/erlang-providers + +PLIST_SUB= VERSION="${PORTVERSION}" + +USE_GITHUB= yes +GH_ACCOUNT= hexpm + +do-build: + @cd ${WRKSRC} && rebar compile + +do-install: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION} + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/priv + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src + ${INSTALL_DATA} ${WRKSRC}/ebin/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin + ${INSTALL_DATA} ${WRKSRC}/priv/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/priv + ${INSTALL_DATA} ${WRKSRC}/src/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src + +.include Added: head/devel/erlang-rebar3_hex/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/erlang-rebar3_hex/distinfo Mon Jun 29 20:42:29 2015 (r390937) @@ -0,0 +1,2 @@ +SHA256 (hexpm-rebar3_hex-v0.1.0_GH0.tar.gz) = 5cab98de1301b445c9986eb1ecac95ba581276cd23b7f9b6622f5f6f5700a9e9 +SIZE (hexpm-rebar3_hex-v0.1.0_GH0.tar.gz) = 290539 Added: head/devel/erlang-rebar3_hex/files/patch-rebar.config ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/erlang-rebar3_hex/files/patch-rebar.config Mon Jun 29 20:42:29 2015 (r390937) @@ -0,0 +1,12 @@ +--- rebar.config.orig 2015-06-29 12:59:06 UTC ++++ rebar.config +@@ -1,9 +1,5 @@ + {erl_opts, [debug_info]}. + {deps, [ +- {erlware_commons, "0.12.0"}, +- {ssl_verify_hostname, "1.0.4"}, +- {jsx, "2.6.1"}, +- {providers, "1.3.1"} + ]}. + + {overrides, [{override, erlware_commons, [{plugins, []}]}]}. Added: head/devel/erlang-rebar3_hex/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/erlang-rebar3_hex/pkg-descr Mon Jun 29 20:42:29 2015 (r390937) @@ -0,0 +1,3 @@ +Providers for interacting with the Erlang package manager hex.pm. + +WWW: https://github.com/hexpm/rebar3_hex Added: head/devel/erlang-rebar3_hex/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/erlang-rebar3_hex/pkg-plist Mon Jun 29 20:42:29 2015 (r390937) @@ -0,0 +1,31 @@ +lib/erlang/lib/rebar3_hex-%%VERSION%%/ebin/rebar3_hex.app +lib/erlang/lib/rebar3_hex-%%VERSION%%/ebin/rebar3_hex.beam +lib/erlang/lib/rebar3_hex-%%VERSION%%/ebin/rebar3_hex_cacerts.beam +lib/erlang/lib/rebar3_hex-%%VERSION%%/ebin/rebar3_hex_config.beam +lib/erlang/lib/rebar3_hex-%%VERSION%%/ebin/rebar3_hex_docs.beam +lib/erlang/lib/rebar3_hex-%%VERSION%%/ebin/rebar3_hex_http.beam +lib/erlang/lib/rebar3_hex-%%VERSION%%/ebin/rebar3_hex_info.beam +lib/erlang/lib/rebar3_hex-%%VERSION%%/ebin/rebar3_hex_key.beam +lib/erlang/lib/rebar3_hex-%%VERSION%%/ebin/rebar3_hex_owner.beam +lib/erlang/lib/rebar3_hex-%%VERSION%%/ebin/rebar3_hex_pkg.beam +lib/erlang/lib/rebar3_hex-%%VERSION%%/ebin/rebar3_hex_search.beam +lib/erlang/lib/rebar3_hex-%%VERSION%%/ebin/rebar3_hex_tar.beam +lib/erlang/lib/rebar3_hex-%%VERSION%%/ebin/rebar3_hex_user.beam +lib/erlang/lib/rebar3_hex-%%VERSION%%/ebin/rebar3_hex_utils.beam +lib/erlang/lib/rebar3_hex-%%VERSION%%/priv/ca-bundle.crt +lib/erlang/lib/rebar3_hex-%%VERSION%%/src/rebar3_hex.app.src +lib/erlang/lib/rebar3_hex-%%VERSION%%/src/rebar3_hex.erl +lib/erlang/lib/rebar3_hex-%%VERSION%%/src/rebar3_hex.hrl +lib/erlang/lib/rebar3_hex-%%VERSION%%/src/rebar3_hex_cacerts.erl +lib/erlang/lib/rebar3_hex-%%VERSION%%/src/rebar3_hex_config.erl +lib/erlang/lib/rebar3_hex-%%VERSION%%/src/rebar3_hex_docs.erl +lib/erlang/lib/rebar3_hex-%%VERSION%%/src/rebar3_hex_http.erl +lib/erlang/lib/rebar3_hex-%%VERSION%%/src/rebar3_hex_info.erl +lib/erlang/lib/rebar3_hex-%%VERSION%%/src/rebar3_hex_key.erl +lib/erlang/lib/rebar3_hex-%%VERSION%%/src/rebar3_hex_owner.erl +lib/erlang/lib/rebar3_hex-%%VERSION%%/src/rebar3_hex_pkg.erl +lib/erlang/lib/rebar3_hex-%%VERSION%%/src/rebar3_hex_search.erl +lib/erlang/lib/rebar3_hex-%%VERSION%%/src/rebar3_hex_tar.erl +lib/erlang/lib/rebar3_hex-%%VERSION%%/src/rebar3_hex_user.erl +lib/erlang/lib/rebar3_hex-%%VERSION%%/src/rebar3_hex_utils.erl +%%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-all@freebsd.org Mon Jun 29 20:44:14 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E87C699095E; Mon, 29 Jun 2015 20:44:14 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D993A1A25; Mon, 29 Jun 2015 20:44:14 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5TKiEMb054870; Mon, 29 Jun 2015 20:44:14 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5TKiEru054869; Mon, 29 Jun 2015 20:44:14 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201506292044.t5TKiEru054869@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Mon, 29 Jun 2015 20:44:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390938 - head/devel/rebar3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 20:44:15 -0000 Author: olgeni Date: Mon Jun 29 20:44:14 2015 New Revision: 390938 URL: https://svnweb.freebsd.org/changeset/ports/390938 Log: Removal of rebar.lock belongs to do-build target (for clarity - it must be repeated for every compile/escriptize step). Modified: head/devel/rebar3/Makefile Modified: head/devel/rebar3/Makefile ============================================================================== --- head/devel/rebar3/Makefile Mon Jun 29 20:42:29 2015 (r390937) +++ head/devel/rebar3/Makefile Mon Jun 29 20:44:14 2015 (r390938) @@ -31,9 +31,9 @@ ZSH_PLIST_FILES= share/zsh/site-function post-extract: @${CP} -R ${WRKDIR}/_build ${WRKSRC}/ - @${RM} ${WRKSRC}/rebar.lock do-build: + @${RM} ${WRKSRC}/rebar.lock @cd ${WRKSRC} && ./bootstrap do-install: From owner-svn-ports-all@freebsd.org Mon Jun 29 20:48:56 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5B00199098F; Mon, 29 Jun 2015 20:48:56 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 350011BC0; Mon, 29 Jun 2015 20:48:56 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5TKmuwU055616; Mon, 29 Jun 2015 20:48:56 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5TKmttd055610; Mon, 29 Jun 2015 20:48:55 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201506292048.t5TKmttd055610@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Mon, 29 Jun 2015 20:48:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390939 - head/devel/relx X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 20:48:56 -0000 Author: olgeni Date: Mon Jun 29 20:48:54 2015 New Revision: 390939 URL: https://svnweb.freebsd.org/changeset/ports/390939 Log: Rebuild devel/relx using port dependencies rather than the dependency tarball. We also use rebar3 from ports. This gets us the full relx Erlang app, with its own beam files that can be used elsewhere. Added: head/devel/relx/pkg-plist (contents, props changed) Modified: head/devel/relx/Makefile head/devel/relx/distinfo Modified: head/devel/relx/Makefile ============================================================================== --- head/devel/relx/Makefile Mon Jun 29 20:44:14 2015 (r390938) +++ head/devel/relx/Makefile Mon Jun 29 20:48:54 2015 (r390939) @@ -2,12 +2,12 @@ PORTNAME= relx PORTVERSION= 3.0.0 +PORTREVISION= 1 DISTVERSIONPREFIX=v CATEGORIES= devel MASTER_SITES+= http://olgeni.olgeni.com/~olgeni/distfiles/:deps \ LOCAL/olgeni:deps DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ - relx-deps-2.tar.gz:deps \ relx-cache-2.tar.gz:deps MAINTAINER= olgeni@FreeBSD.org @@ -15,30 +15,57 @@ COMMENT= Sane, simple release creation f LICENSE= APACHE20 -BUILD_DEPENDS= ${LOCALBASE}/bin/erl:${PORTSDIR}/lang/erlang -RUN_DEPENDS= ${LOCALBASE}/bin/erl:${PORTSDIR}/lang/erlang +BUILD_DEPENDS= ${LOCALBASE}/bin/erl:${PORTSDIR}/lang/erlang \ + rebar3>=0:${PORTSDIR}/devel/rebar3 \ + erlang-bbmustache>=0:${PORTSDIR}/devel/erlang-bbmustache \ + erlang-erlware_commons>=0:${PORTSDIR}/devel/erlang-erlware_commons \ + erlang-getopt>=0:${PORTSDIR}/devel/erlang-getopt \ + erlang-providers>=0:${PORTSDIR}/devel/erlang-providers \ + erlang-jsx>=0:${PORTSDIR}/devel/erlang-jsx \ + erlang-rebar3_hex>=0:${PORTSDIR}/devel/erlang-rebar3_hex \ + erlang-ssl_verify_hostname>=0:${PORTSDIR}/devel/erlang-ssl_verify_hostname +RUN_DEPENDS:= ${BUILD_DEPENDS} + +PLIST_SUB= VERSION="${PORTVERSION}" USE_GITHUB= yes GH_ACCOUNT= erlware -PLIST_FILES= bin/${PORTNAME} - # rebar3 insists on downloading dependencies, and some kind of package # index into the user's HOME. We need to trick it into behaving by # providing both before building. post-extract: - @${CP} -R ${WRKDIR}/_build ${WRKSRC}/ @${LN} -s cache ${WRKDIR}/.cache -post-patch: - @${REINPLACE_CMD} -e "s/%%PORTVERSION%%/${PORTVERSION}/" ${WRKSRC}/src/relx.app.src - @${RM} ${WRKSRC}/src/*.bak ${WRKSRC}/src/*.orig +pre-build: + @${MKDIR} ${WRKSRC}/_build/default/lib + @${MKDIR} ${WRKSRC}/_build/default/plugins +.for lib in bbmustache erlware_commons getopt providers + @${LN} -s ${PREFIX}/lib/erlang/lib/$(lib)-* ${WRKSRC}/_build/default/lib/$(lib) +.endfor +.for plugin in jsx rebar3_hex ssl_verify_hostname + @${LN} -s ${PREFIX}/lib/erlang/lib/$(plugin)-* ${WRKSRC}/_build/default/plugins/$(plugin) +.endfor do-build: - @cd ${WRKSRC} && HOME=${WRKDIR} ./rebar3 escriptize + @${RM} ${WRKSRC}/rebar.lock + @cd ${WRKSRC} && HOME=${WRKDIR} rebar3 compile + @${RM} ${WRKSRC}/rebar.lock + @cd ${WRKSRC} && HOME=${WRKDIR} rebar3 escriptize do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/_build/default/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION} + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/include + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/priv + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src + ${INSTALL_DATA} ${WRKSRC}/include/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/include + ${INSTALL_DATA} ${WRKSRC}/src/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src + ${INSTALL_DATA} ${WRKSRC}/_build/default/lib/relx/ebin/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin + cd ${WRKSRC}/priv && ${COPYTREE_SHARE} \* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/priv + ${INSTALL_SCRIPT} ${WRKSRC}/_build/default/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin .include Modified: head/devel/relx/distinfo ============================================================================== --- head/devel/relx/distinfo Mon Jun 29 20:44:14 2015 (r390938) +++ head/devel/relx/distinfo Mon Jun 29 20:48:54 2015 (r390939) @@ -1,6 +1,4 @@ SHA256 (erlware-relx-v3.0.0_GH0.tar.gz) = 5742ea33a221f54fa975291705b51d779347b4bd0a0040f0745f4faf9c29c084 SIZE (erlware-relx-v3.0.0_GH0.tar.gz) = 443282 -SHA256 (relx-deps-2.tar.gz) = b86212e1c4dc7dbf545c0eceaa9f3fd6a3cbc123a9b62d657ceb07f6b9695913 -SIZE (relx-deps-2.tar.gz) = 680754 SHA256 (relx-cache-2.tar.gz) = fdacd15a5decddc2d2ce1b0f5b8d7aa592b4c1c5a5f4eddef9cf6234a796f6fe SIZE (relx-cache-2.tar.gz) = 213517 Added: head/devel/relx/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/relx/pkg-plist Mon Jun 29 20:48:54 2015 (r390939) @@ -0,0 +1,60 @@ +bin/relx +lib/erlang/lib/relx-%%VERSION%%/ebin/relx.app +lib/erlang/lib/relx-%%VERSION%%/ebin/relx.beam +lib/erlang/lib/relx-%%VERSION%%/ebin/rlx_app_discovery.beam +lib/erlang/lib/relx-%%VERSION%%/ebin/rlx_app_info.beam +lib/erlang/lib/relx-%%VERSION%%/ebin/rlx_cmd_args.beam +lib/erlang/lib/relx-%%VERSION%%/ebin/rlx_config.beam +lib/erlang/lib/relx-%%VERSION%%/ebin/rlx_depsolver.beam +lib/erlang/lib/relx-%%VERSION%%/ebin/rlx_depsolver_culprit.beam +lib/erlang/lib/relx-%%VERSION%%/ebin/rlx_dscv_util.beam +lib/erlang/lib/relx-%%VERSION%%/ebin/rlx_goal.beam +lib/erlang/lib/relx-%%VERSION%%/ebin/rlx_goal_utils.beam +lib/erlang/lib/relx-%%VERSION%%/ebin/rlx_prv_app_discover.beam +lib/erlang/lib/relx-%%VERSION%%/ebin/rlx_prv_archive.beam +lib/erlang/lib/relx-%%VERSION%%/ebin/rlx_prv_assembler.beam +lib/erlang/lib/relx-%%VERSION%%/ebin/rlx_prv_overlay.beam +lib/erlang/lib/relx-%%VERSION%%/ebin/rlx_prv_rel_discover.beam +lib/erlang/lib/relx-%%VERSION%%/ebin/rlx_prv_release.beam +lib/erlang/lib/relx-%%VERSION%%/ebin/rlx_prv_relup.beam +lib/erlang/lib/relx-%%VERSION%%/ebin/rlx_rel_discovery.beam +lib/erlang/lib/relx-%%VERSION%%/ebin/rlx_release.beam +lib/erlang/lib/relx-%%VERSION%%/ebin/rlx_state.beam +lib/erlang/lib/relx-%%VERSION%%/ebin/rlx_topo.beam +lib/erlang/lib/relx-%%VERSION%%/ebin/rlx_util.beam +lib/erlang/lib/relx-%%VERSION%%/include/relx.hrl +lib/erlang/lib/relx-%%VERSION%%/priv/templates/bin +lib/erlang/lib/relx-%%VERSION%%/priv/templates/bin_windows +lib/erlang/lib/relx-%%VERSION%%/priv/templates/erl_ini +lib/erlang/lib/relx-%%VERSION%%/priv/templates/erl_script +lib/erlang/lib/relx-%%VERSION%%/priv/templates/extended_bin +lib/erlang/lib/relx-%%VERSION%%/priv/templates/extended_bin_windows +lib/erlang/lib/relx-%%VERSION%%/priv/templates/install_upgrade_escript +lib/erlang/lib/relx-%%VERSION%%/priv/templates/nodetool +lib/erlang/lib/relx-%%VERSION%%/priv/templates/sys_config +lib/erlang/lib/relx-%%VERSION%%/priv/templates/vm_args +lib/erlang/lib/relx-%%VERSION%%/src/relx.app.src +lib/erlang/lib/relx-%%VERSION%%/src/relx.erl +lib/erlang/lib/relx-%%VERSION%%/src/rlx_app_discovery.erl +lib/erlang/lib/relx-%%VERSION%%/src/rlx_app_info.erl +lib/erlang/lib/relx-%%VERSION%%/src/rlx_cmd_args.erl +lib/erlang/lib/relx-%%VERSION%%/src/rlx_config.erl +lib/erlang/lib/relx-%%VERSION%%/src/rlx_depsolver.erl +lib/erlang/lib/relx-%%VERSION%%/src/rlx_depsolver_culprit.erl +lib/erlang/lib/relx-%%VERSION%%/src/rlx_dscv_util.erl +lib/erlang/lib/relx-%%VERSION%%/src/rlx_goal.erl +lib/erlang/lib/relx-%%VERSION%%/src/rlx_goal.peg +lib/erlang/lib/relx-%%VERSION%%/src/rlx_goal_utils.erl +lib/erlang/lib/relx-%%VERSION%%/src/rlx_prv_app_discover.erl +lib/erlang/lib/relx-%%VERSION%%/src/rlx_prv_archive.erl +lib/erlang/lib/relx-%%VERSION%%/src/rlx_prv_assembler.erl +lib/erlang/lib/relx-%%VERSION%%/src/rlx_prv_overlay.erl +lib/erlang/lib/relx-%%VERSION%%/src/rlx_prv_rel_discover.erl +lib/erlang/lib/relx-%%VERSION%%/src/rlx_prv_release.erl +lib/erlang/lib/relx-%%VERSION%%/src/rlx_prv_relup.erl +lib/erlang/lib/relx-%%VERSION%%/src/rlx_rel_discovery.erl +lib/erlang/lib/relx-%%VERSION%%/src/rlx_release.erl +lib/erlang/lib/relx-%%VERSION%%/src/rlx_state.erl +lib/erlang/lib/relx-%%VERSION%%/src/rlx_topo.erl +lib/erlang/lib/relx-%%VERSION%%/src/rlx_util.erl +%%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-all@freebsd.org Mon Jun 29 20:51:04 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 893CD990A99; Mon, 29 Jun 2015 20:51:04 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7A53D1EBF; Mon, 29 Jun 2015 20:51:04 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5TKp43f058898; Mon, 29 Jun 2015 20:51:04 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5TKp4Dc058897; Mon, 29 Jun 2015 20:51:04 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201506292051.t5TKp4Dc058897@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Mon, 29 Jun 2015 20:51:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390940 - head/sysutils/vhdtool X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 20:51:04 -0000 Author: gjb Date: Mon Jun 29 20:51:03 2015 New Revision: 390940 URL: https://svnweb.freebsd.org/changeset/ports/390940 Log: Mark sysutils/vhdtool as DEPRECATED. This utility does not create properly-formatted VHD image files. mkimg(1) should be used instead. Set the expiration to 2015-07-31. While here, pet portlint. Sponsored by: The FreeBSD Foundation Modified: head/sysutils/vhdtool/Makefile Modified: head/sysutils/vhdtool/Makefile ============================================================================== --- head/sysutils/vhdtool/Makefile Mon Jun 29 20:48:54 2015 (r390939) +++ head/sysutils/vhdtool/Makefile Mon Jun 29 20:51:03 2015 (r390940) @@ -11,13 +11,18 @@ COMMENT= Convert raw disk images to VHD LICENSE= GPLv2 -USE_LDCONFIG= yes LIB_DEPENDS= libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid + +USE_LDCONFIG= yes + CFLAGS+= -I${LOCALBASE}/include \ -L${LOCALBASE}/lib \ -I${LOCALBASE}/lib \ -luuid +DEPRECATED= Use mkimg(1) instead +EXPIRATION_DATE=2015-07-31 + PLIST_FILES= bin/${PORTNAME} PORTDOCS= README From owner-svn-ports-all@freebsd.org Mon Jun 29 21:55:01 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 226869901A7; Mon, 29 Jun 2015 21:55:01 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0DB821CBA; Mon, 29 Jun 2015 21:55:01 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5TLt0i1092350; Mon, 29 Jun 2015 21:55:00 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5TLt0Sw092349; Mon, 29 Jun 2015 21:55:00 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201506292155.t5TLt0Sw092349@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Mon, 29 Jun 2015 21:55:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390941 - head X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 21:55:01 -0000 Author: linimon Date: Mon Jun 29 21:55:00 2015 New Revision: 390941 URL: https://svnweb.freebsd.org/changeset/ports/390941 Log: cad/tkgate was restored in 390482. Obtained from: portsmon Modified: head/MOVED Modified: head/MOVED ============================================================================== --- head/MOVED Mon Jun 29 20:51:03 2015 (r390940) +++ head/MOVED Mon Jun 29 21:55:00 2015 (r390941) @@ -4927,7 +4927,6 @@ www/py-Products.kupu||2013-09-23|This po www/py-plone.app.kss||2013-09-23|This port is not required since Plone 4.3 devel/py-archetypes.kss||2013-09-23|This port is not required since Plone 4.3 devel/py-kss-core||2013-09-23|This port is not required since Plone 4.3 -cad/tkgate||2013-09-24|Removed x11/libXtrans||2013-09-26|Has expired: Project is obsoleted, use x11/xtrans instead sysutils/libpcbsd||2013-09-26|Obsolete: Use sysutils/pcbsd-utils-qt4 instead sysutils/pbreg||2013-09-26|Obsolete: Use sysutils/pcbsd-utils instead From owner-svn-ports-all@freebsd.org Tue Jun 30 00:24:34 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C7B3898F9B9; Tue, 30 Jun 2015 00:24:34 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from apnoea.adamw.org (apnoea.adamw.org [204.109.59.150]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "abg.ninja", Issuer "Gandi Standard SSL CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BBF21025; Tue, 30 Jun 2015 00:24:33 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by apnoea.adamw.org (OpenSMTPD) with ESMTPSA id 1f03143f; TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO; Mon, 29 Jun 2015 18:24:31 -0600 (MDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2098\)) Subject: Re: svn commit: r390900 - head/converters/p5-Convert-UUlib From: Adam Weinberger In-Reply-To: <20150629202928.GA66461@hades.panopticon> Date: Mon, 29 Jun 2015 18:24:29 -0600 Cc: Sunpoet Po-Chuan Hsieh , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <201506291350.t5TDoUGT039925@svn.freebsd.org> <20150629202928.GA66461@hades.panopticon> To: Dmitry Marakasov X-Mailer: Apple Mail (2.2098) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 00:24:34 -0000 > On 29 Jun, 2015, at 14:29, Dmitry Marakasov wrote: >=20 > * Sunpoet Po-Chuan Hsieh (sunpoet@FreeBSD.org) wrote: >=20 >> Author: sunpoet >> Date: Mon Jun 29 13:50:29 2015 >> New Revision: 390900 >> URL: https://svnweb.freebsd.org/changeset/ports/390900 >>=20 >> Log: >> - Remove DOCS option >> - Bump PORTREVISION for package change >=20 > Why? Removing readme which duplicates perldoc makes sence, but Changes > here is useful bit of documentation. Every perl module contains a Changes file, but only a very, very small = proportion of perl module ports actually install it. For the vast majority of modules in the ports tree, people are expected = to find the Changes file on their own (though we make it pretty easy = between the WWW link and by convention linking to it in the commit log = with every update). Consistency is important, and if we're not going to = install the Changes file, we should just not do it everywhere. Personally I completely agree with sunpoet removing the Changes file = from installation. # Adam --=20 Adam Weinberger adamw@adamw.org http://www.adamw.org From owner-svn-ports-all@freebsd.org Tue Jun 30 01:25:37 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 579B3990333; Tue, 30 Jun 2015 01:25:37 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2F35D10AC; Tue, 30 Jun 2015 01:25:37 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5U1Pb1v014798; Tue, 30 Jun 2015 01:25:37 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5U1Pav9014795; Tue, 30 Jun 2015 01:25:36 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201506300125.t5U1Pav9014795@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 30 Jun 2015 01:25:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390942 - in head/devel/p5-Glib2: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 01:25:37 -0000 Author: swills Date: Tue Jun 30 01:25:35 2015 New Revision: 390942 URL: https://svnweb.freebsd.org/changeset/ports/390942 Log: devle/p5-Glib2: update to 1.310 Deleted: head/devel/p5-Glib2/files/ Modified: head/devel/p5-Glib2/Makefile head/devel/p5-Glib2/distinfo head/devel/p5-Glib2/pkg-plist Modified: head/devel/p5-Glib2/Makefile ============================================================================== --- head/devel/p5-Glib2/Makefile Mon Jun 29 21:55:00 2015 (r390941) +++ head/devel/p5-Glib2/Makefile Tue Jun 30 01:25:35 2015 (r390942) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= Glib -PORTVERSION= 1.305 -PORTREVISION= 1 +PORTVERSION= 1.310 CATEGORIES= devel perl5 MASTER_SITES= CPAN/${PORTNAME} SF/gtk2-perl/${PORTNAME}/${PORTVERSION} +MASTER_SITE_SUBDIR= CPAN:XAOC PKGNAMEPREFIX= p5- PKGNAMESUFFIX= 2 Modified: head/devel/p5-Glib2/distinfo ============================================================================== --- head/devel/p5-Glib2/distinfo Mon Jun 29 21:55:00 2015 (r390941) +++ head/devel/p5-Glib2/distinfo Tue Jun 30 01:25:35 2015 (r390942) @@ -1,2 +1,2 @@ -SHA256 (Glib-1.305.tar.gz) = 2955483a00db4a18953ee7b557e8638415e2aa7e96e75851ba10fbdc68a9108e -SIZE (Glib-1.305.tar.gz) = 286063 +SHA256 (Glib-1.310.tar.gz) = f645aac388c7103e217d8b3a75d55be8e2327b5fc77a01fd1af50404dac168c7 +SIZE (Glib-1.310.tar.gz) = 295350 Modified: head/devel/p5-Glib2/pkg-plist ============================================================================== --- head/devel/p5-Glib2/pkg-plist Mon Jun 29 21:55:00 2015 (r390941) +++ head/devel/p5-Glib2/pkg-plist Tue Jun 30 01:25:35 2015 (r390942) @@ -32,6 +32,8 @@ %%SITE_ARCH%%/Glib/Signal.pod %%SITE_ARCH%%/Glib/Type.pod %%SITE_ARCH%%/Glib/Utils.pod +%%SITE_ARCH%%/Glib/Variant.pod +%%SITE_ARCH%%/Glib/VariantType.pod %%SITE_ARCH%%/Glib/devel.pod %%SITE_ARCH%%/Glib/index.pod %%SITE_ARCH%%/Glib/version.pod @@ -66,6 +68,8 @@ %%PERL5_MAN3%%/Glib::Signal.3.gz %%PERL5_MAN3%%/Glib::Type.3.gz %%PERL5_MAN3%%/Glib::Utils.3.gz +%%PERL5_MAN3%%/Glib::Variant.3.gz +%%PERL5_MAN3%%/Glib::VariantType.3.gz %%PERL5_MAN3%%/Glib::devel.3.gz %%PERL5_MAN3%%/Glib::index.3.gz %%PERL5_MAN3%%/Glib::version.3.gz From owner-svn-ports-all@freebsd.org Tue Jun 30 02:20:52 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DDC8E990F39; Tue, 30 Jun 2015 02:20:52 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CF35B1D69; Tue, 30 Jun 2015 02:20:52 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5U2KqLP040640; Tue, 30 Jun 2015 02:20:52 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5U2KqOk040637; Tue, 30 Jun 2015 02:20:52 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201506300220.t5U2KqOk040637@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Tue, 30 Jun 2015 02:20:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390943 - head/misc/cloc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 02:20:53 -0000 Author: danilo Date: Tue Jun 30 02:20:51 2015 New Revision: 390943 URL: https://svnweb.freebsd.org/changeset/ports/390943 Log: - Update to 1.64 Modified: head/misc/cloc/Makefile head/misc/cloc/distinfo Modified: head/misc/cloc/Makefile ============================================================================== --- head/misc/cloc/Makefile Tue Jun 30 01:25:35 2015 (r390942) +++ head/misc/cloc/Makefile Tue Jun 30 02:20:51 2015 (r390943) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cloc -PORTVERSION= 1.62 +PORTVERSION= 1.64 CATEGORIES= misc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/v${PORTVERSION} EXTRACT_SUFX= .pl Modified: head/misc/cloc/distinfo ============================================================================== --- head/misc/cloc/distinfo Tue Jun 30 01:25:35 2015 (r390942) +++ head/misc/cloc/distinfo Tue Jun 30 02:20:51 2015 (r390943) @@ -1,2 +1,2 @@ -SHA256 (cloc-1.62.pl) = fa3793b576895cde2acae26a49447bf0c55ab3f79bdacfb00a88fc1d255c2570 -SIZE (cloc-1.62.pl) = 374834 +SHA256 (cloc-1.64.pl) = 79edea7ea1f442b1632001e23418193ae4571810e60de8bd25e491036d60eb3d +SIZE (cloc-1.64.pl) = 408977 From owner-svn-ports-all@freebsd.org Tue Jun 30 02:30:36 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C69A999007D; Tue, 30 Jun 2015 02:30:36 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AD17F1FEF; Tue, 30 Jun 2015 02:30:36 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5U2UaQP045394; Tue, 30 Jun 2015 02:30:36 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5U2UaLG045393; Tue, 30 Jun 2015 02:30:36 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201506300230.t5U2UaLG045393@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Tue, 30 Jun 2015 02:30:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390944 - head/lang/yap-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 02:30:36 -0000 Author: danilo Date: Tue Jun 30 02:30:36 2015 New Revision: 390944 URL: https://svnweb.freebsd.org/changeset/ports/390944 Log: - Add missing dependency on libgmp - Add LDFLAGS necessary to link with libgmp - Fix shebang on an example file PR: 201133 Submitted by: amdmi3 MFH: 2015Q2 Modified: head/lang/yap-devel/Makefile Modified: head/lang/yap-devel/Makefile ============================================================================== --- head/lang/yap-devel/Makefile Tue Jun 30 02:20:51 2015 (r390943) +++ head/lang/yap-devel/Makefile Tue Jun 30 02:30:36 2015 (r390944) @@ -3,7 +3,7 @@ PORTNAME= yap PORTVERSION= 6.3.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang MASTER_SITES= http://www.dcc.fc.up.pt/~vsc/Yap/ PKGNAMESUFFIX= -devel @@ -14,6 +14,8 @@ COMMENT= High-performance Prolog compile LICENSE= ART20 LGPL3 LICENSE_COMB= dual +LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp + CONFLICTS= yap-6.2.* OPTIONS_DEFINE= DOCS MYDDAS @@ -28,12 +30,19 @@ DOCS_INSTALL_TARGET= install install_doc MYDDAS_LIB_DEPENDS= libiodbc.so:${PORTSDIR}/databases/libiodbc MYDDAS_CONFIGURE_ENABLE= myddas myddas-top-level +LDFLAGS+= -L${LOCALBASE}/lib +MAKE_ENV= PKGLDFLAGS="${LDFLAGS}" + STRIP= #none USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-max-performance --disable-clpbn-bp -USES= gmake +USES= gmake shebangfix +SHEBANG_FILES= packages/http/examples/demo_inetd +SHEBANG_LANG= swipl +swipl_OLD_CMD= /usr/bin/swipl +swipl_CMD= ${LOCALBASE}/bin/swipl # installed by lang/swi-pl USE_GCC= any EXTRACT_CMD= ${GZIP_CMD} From owner-svn-ports-all@freebsd.org Tue Jun 30 02:37:58 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4160B9901CE; Tue, 30 Jun 2015 02:37:58 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 25C461458; Tue, 30 Jun 2015 02:37:58 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5U2bwhs049604; Tue, 30 Jun 2015 02:37:58 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5U2buJh049596; Tue, 30 Jun 2015 02:37:56 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201506300237.t5U2buJh049596@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Tue, 30 Jun 2015 02:37:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390945 - in head/devel: . p5-Data-Object X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 02:37:58 -0000 Author: adamw Date: Tue Jun 30 02:37:56 2015 New Revision: 390945 URL: https://svnweb.freebsd.org/changeset/ports/390945 Log: Add devel/p5-Data-Object, a set of Moo-oriented classes and roles representing native Perl data types. WWW: https://metacpan.org/pod/Data::Object If nothing explodes, I'll transfer maintainership to perl@ in a couple days. Added: head/devel/p5-Data-Object/ head/devel/p5-Data-Object/Makefile (contents, props changed) head/devel/p5-Data-Object/distinfo (contents, props changed) head/devel/p5-Data-Object/pkg-descr (contents, props changed) head/devel/p5-Data-Object/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Jun 30 02:30:36 2015 (r390944) +++ head/devel/Makefile Tue Jun 30 02:37:56 2015 (r390945) @@ -1869,6 +1869,7 @@ SUBDIR += p5-Data-Miscellany SUBDIR += p5-Data-Model SUBDIR += p5-Data-Munge + SUBDIR += p5-Data-Object SUBDIR += p5-Data-ObjectDriver SUBDIR += p5-Data-OptList SUBDIR += p5-Data-Page-NoTotalEntries Added: head/devel/p5-Data-Object/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Data-Object/Makefile Tue Jun 30 02:37:56 2015 (r390945) @@ -0,0 +1,23 @@ +# Created by: Adam Weinberger +# $FreeBSD$ + +PORTNAME= Data-Object +PORTVERSION= 0.20 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:AWNCORP +PKGNAMEPREFIX= p5- + +MAINTAINER= adamw@FreeBSD.org +COMMENT= Data Type Objects for Perl 5 + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Moo>=2.000001:${PORTSDIR}/devel/p5-Moo +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USES= perl5 +USE_PERL5= configure + +.include Added: head/devel/p5-Data-Object/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Data-Object/distinfo Tue Jun 30 02:37:56 2015 (r390945) @@ -0,0 +1,2 @@ +SHA256 (Data-Object-0.20.tar.gz) = e10f63f9558ac9a31eb2b70b99305c34cc73b7ff6b726e6676541728d8659754 +SIZE (Data-Object-0.20.tar.gz) = 57057 Added: head/devel/p5-Data-Object/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Data-Object/pkg-descr Tue Jun 30 02:37:56 2015 (r390945) @@ -0,0 +1,6 @@ +Data::Object provides functions for promoting Perl 5 native data types to +objects which provide common methods for operating on the data. + +Basically it provides Moo objects and roles for native Perl data types. + +WWW: https://metacpan.org/pod/Data::Object Added: head/devel/p5-Data-Object/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Data-Object/pkg-plist Tue Jun 30 02:37:56 2015 (r390945) @@ -0,0 +1,65 @@ +%%SITE_PERL%%/Data/Object.pm +%%SITE_PERL%%/Data/Object/Array.pm +%%SITE_PERL%%/Data/Object/Class.pm +%%SITE_PERL%%/Data/Object/Code.pm +%%SITE_PERL%%/Data/Object/Float.pm +%%SITE_PERL%%/Data/Object/Hash.pm +%%SITE_PERL%%/Data/Object/Integer.pm +%%SITE_PERL%%/Data/Object/Number.pm +%%SITE_PERL%%/Data/Object/Regexp.pm +%%SITE_PERL%%/Data/Object/Regexp/Result.pm +%%SITE_PERL%%/Data/Object/Role.pm +%%SITE_PERL%%/Data/Object/Role/Array.pm +%%SITE_PERL%%/Data/Object/Role/Code.pm +%%SITE_PERL%%/Data/Object/Role/Collection.pm +%%SITE_PERL%%/Data/Object/Role/Comparison.pm +%%SITE_PERL%%/Data/Object/Role/Constructor.pm +%%SITE_PERL%%/Data/Object/Role/Defined.pm +%%SITE_PERL%%/Data/Object/Role/Detract.pm +%%SITE_PERL%%/Data/Object/Role/Float.pm +%%SITE_PERL%%/Data/Object/Role/Hash.pm +%%SITE_PERL%%/Data/Object/Role/Indexed.pm +%%SITE_PERL%%/Data/Object/Role/Integer.pm +%%SITE_PERL%%/Data/Object/Role/Item.pm +%%SITE_PERL%%/Data/Object/Role/Keyed.pm +%%SITE_PERL%%/Data/Object/Role/List.pm +%%SITE_PERL%%/Data/Object/Role/Number.pm +%%SITE_PERL%%/Data/Object/Role/Numeric.pm +%%SITE_PERL%%/Data/Object/Role/Output.pm +%%SITE_PERL%%/Data/Object/Role/Ref.pm +%%SITE_PERL%%/Data/Object/Role/Regexp.pm +%%SITE_PERL%%/Data/Object/Role/Scalar.pm +%%SITE_PERL%%/Data/Object/Role/String.pm +%%SITE_PERL%%/Data/Object/Role/Type.pm +%%SITE_PERL%%/Data/Object/Role/Undef.pm +%%SITE_PERL%%/Data/Object/Role/Universal.pm +%%SITE_PERL%%/Data/Object/Role/Values.pm +%%SITE_PERL%%/Data/Object/Scalar.pm +%%SITE_PERL%%/Data/Object/Singleton.pm +%%SITE_PERL%%/Data/Object/String.pm +%%SITE_PERL%%/Data/Object/Undef.pm +%%SITE_PERL%%/Data/Object/Universal.pm +%%PERL5_MAN3%%/Data::Object.3.gz +%%PERL5_MAN3%%/Data::Object::Array.3.gz +%%PERL5_MAN3%%/Data::Object::Code.3.gz +%%PERL5_MAN3%%/Data::Object::Float.3.gz +%%PERL5_MAN3%%/Data::Object::Hash.3.gz +%%PERL5_MAN3%%/Data::Object::Integer.3.gz +%%PERL5_MAN3%%/Data::Object::Number.3.gz +%%PERL5_MAN3%%/Data::Object::Regexp.3.gz +%%PERL5_MAN3%%/Data::Object::Regexp::Result.3.gz +%%PERL5_MAN3%%/Data::Object::Role::Array.3.gz +%%PERL5_MAN3%%/Data::Object::Role::Code.3.gz +%%PERL5_MAN3%%/Data::Object::Role::Float.3.gz +%%PERL5_MAN3%%/Data::Object::Role::Hash.3.gz +%%PERL5_MAN3%%/Data::Object::Role::Integer.3.gz +%%PERL5_MAN3%%/Data::Object::Role::Number.3.gz +%%PERL5_MAN3%%/Data::Object::Role::Regexp.3.gz +%%PERL5_MAN3%%/Data::Object::Role::Scalar.3.gz +%%PERL5_MAN3%%/Data::Object::Role::String.3.gz +%%PERL5_MAN3%%/Data::Object::Role::Undef.3.gz +%%PERL5_MAN3%%/Data::Object::Role::Universal.3.gz +%%PERL5_MAN3%%/Data::Object::Scalar.3.gz +%%PERL5_MAN3%%/Data::Object::String.3.gz +%%PERL5_MAN3%%/Data::Object::Undef.3.gz +%%PERL5_MAN3%%/Data::Object::Universal.3.gz From owner-svn-ports-all@freebsd.org Tue Jun 30 03:26:24 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6B68E990965; Tue, 30 Jun 2015 03:26:24 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5A8DC10BB; Tue, 30 Jun 2015 03:26:24 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5U3QOTV076930; Tue, 30 Jun 2015 03:26:24 GMT (envelope-from pgollucci@FreeBSD.org) Received: (from pgollucci@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5U3QN3d076921; Tue, 30 Jun 2015 03:26:23 GMT (envelope-from pgollucci@FreeBSD.org) Message-Id: <201506300326.t5U3QN3d076921@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pgollucci set sender to pgollucci@FreeBSD.org using -f From: "Philip M. Gollucci" Date: Tue, 30 Jun 2015 03:26:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390946 - in head/devel: . rubygem-devise rubygem-devise-async rubygem-devise-async-rails4 rubygem-devise-rails4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 03:26:24 -0000 Author: pgollucci Date: Tue Jun 30 03:26:22 2015 New Revision: 390946 URL: https://svnweb.freebsd.org/changeset/ports/390946 Log: Add two new slave ports for a future gitlabs port Connect them to the build PR: 201038, 201039 Requested by: ports@toco-domains.de Added: head/devel/rubygem-devise-async-rails4/ head/devel/rubygem-devise-async-rails4/Makefile (contents, props changed) head/devel/rubygem-devise-rails4/ head/devel/rubygem-devise-rails4/Makefile (contents, props changed) Modified: head/devel/Makefile head/devel/rubygem-devise-async/Makefile head/devel/rubygem-devise/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Jun 30 02:37:56 2015 (r390945) +++ head/devel/Makefile Tue Jun 30 03:26:22 2015 (r390946) @@ -4553,7 +4553,9 @@ SUBDIR += rubygem-deprecated2 SUBDIR += rubygem-descendants_tracker SUBDIR += rubygem-devise + SUBDIR += rubygem-devise-rails4 SUBDIR += rubygem-devise-async + SUBDIR += rubygem-devise-async-rails4 SUBDIR += rubygem-directory_watcher SUBDIR += rubygem-ditz SUBDIR += rubygem-docile Added: head/devel/rubygem-devise-async-rails4/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-devise-async-rails4/Makefile Tue Jun 30 03:26:22 2015 (r390946) @@ -0,0 +1,10 @@ +# Created by: Steve Wills +# $FreeBSD$ + +PKGNAMESUFFIX= -rails4 + +MASTERDIR= ${.CURDIR}/../rubygem-devise-async + +.include "${MASTERDIR}/Makefile" + +RUN_DEPENDS= rubygem-devise-rails4>=3.2:${PORTSDIR}/devel/rubygem-devise-rails4 Modified: head/devel/rubygem-devise-async/Makefile ============================================================================== --- head/devel/rubygem-devise-async/Makefile Tue Jun 30 02:37:56 2015 (r390945) +++ head/devel/rubygem-devise-async/Makefile Tue Jun 30 03:26:22 2015 (r390946) @@ -13,6 +13,8 @@ LICENSE= MIT RUN_DEPENDS= rubygem-devise>=3.2:${PORTSDIR}/devel/rubygem-devise +SLAVEDIRS= devel/rubygem-devise-async-rails4 + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Added: head/devel/rubygem-devise-rails4/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-devise-rails4/Makefile Tue Jun 30 03:26:22 2015 (r390946) @@ -0,0 +1,9 @@ +# Created by: rpsfa@rit.edu +# $FreeBSD$ + +PKGNAMESUFFIX= -rails4 + +RAILS4= yes +MASTERDIR= ${.CURDIR}/../rubygem-devise + +.include "${MASTERDIR}/Makefile" Modified: head/devel/rubygem-devise/Makefile ============================================================================== --- head/devel/rubygem-devise/Makefile Tue Jun 30 02:37:56 2015 (r390945) +++ head/devel/rubygem-devise/Makefile Tue Jun 30 03:26:22 2015 (r390946) @@ -21,9 +21,16 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +SLAVEDIRS= rubygem-devise-rails4 + OPTIONS_SINGLE= RAILS OPTIONS_SINGLE_RAILS= RAILS3 RAILS4 +.if defined(RAILS4) +OPTIONS_DEFAULT= RAILS4 +.else OPTIONS_DEFAULT= RAILS3 +.endif + RAILS3_DESC= Use Rails 3 as backend RAILS4_DESC= Use Rails 4 as backend From owner-svn-ports-all@freebsd.org Tue Jun 30 03:30:31 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 57F6F990A89; Tue, 30 Jun 2015 03:30:31 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 49012123E; Tue, 30 Jun 2015 03:30:31 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5U3UV8k079964; Tue, 30 Jun 2015 03:30:31 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5U3UVak079963; Tue, 30 Jun 2015 03:30:31 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201506300330.t5U3UVak079963@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Tue, 30 Jun 2015 03:30:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r390947 - branches/2015Q2/lang/yap-devel X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 03:30:31 -0000 Author: danilo Date: Tue Jun 30 03:30:30 2015 New Revision: 390947 URL: https://svnweb.freebsd.org/changeset/ports/390947 Log: MFH: r390944 - Add missing dependency on libgmp - Add LDFLAGS necessary to link with libgmp - Fix shebang on an example file PR: 201133 Submitted by: amdmi3 Approved by: ports-secteam (delphij) Modified: branches/2015Q2/lang/yap-devel/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/lang/yap-devel/Makefile ============================================================================== --- branches/2015Q2/lang/yap-devel/Makefile Tue Jun 30 03:26:22 2015 (r390946) +++ branches/2015Q2/lang/yap-devel/Makefile Tue Jun 30 03:30:30 2015 (r390947) @@ -3,7 +3,7 @@ PORTNAME= yap PORTVERSION= 6.3.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang MASTER_SITES= http://www.dcc.fc.up.pt/~vsc/Yap/ PKGNAMESUFFIX= -devel @@ -14,6 +14,8 @@ COMMENT= High-performance Prolog compile LICENSE= ART20 LGPL3 LICENSE_COMB= dual +LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp + CONFLICTS= yap-6.2.* OPTIONS_DEFINE= DOCS MYDDAS @@ -28,12 +30,19 @@ DOCS_INSTALL_TARGET= install install_doc MYDDAS_LIB_DEPENDS= libiodbc.so:${PORTSDIR}/databases/libiodbc MYDDAS_CONFIGURE_ENABLE= myddas myddas-top-level +LDFLAGS+= -L${LOCALBASE}/lib +MAKE_ENV= PKGLDFLAGS="${LDFLAGS}" + STRIP= #none USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-max-performance --disable-clpbn-bp -USES= gmake +USES= gmake shebangfix +SHEBANG_FILES= packages/http/examples/demo_inetd +SHEBANG_LANG= swipl +swipl_OLD_CMD= /usr/bin/swipl +swipl_CMD= ${LOCALBASE}/bin/swipl # installed by lang/swi-pl USE_GCC= any EXTRACT_CMD= ${GZIP_CMD} From owner-svn-ports-all@freebsd.org Tue Jun 30 07:37:43 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C240C990D8E; Tue, 30 Jun 2015 07:37:43 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B2CE51C35; Tue, 30 Jun 2015 07:37:43 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5U7bhDQ003370; Tue, 30 Jun 2015 07:37:43 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5U7bhDx003368; Tue, 30 Jun 2015 07:37:43 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201506300737.t5U7bhDx003368@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 30 Jun 2015 07:37:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390948 - head/devel/elixir-conform X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 07:37:43 -0000 Author: olgeni Date: Tue Jun 30 07:37:42 2015 New Revision: 390948 URL: https://svnweb.freebsd.org/changeset/ports/390948 Log: Upgrade to version 0.14.5. Modified: head/devel/elixir-conform/Makefile head/devel/elixir-conform/distinfo Modified: head/devel/elixir-conform/Makefile ============================================================================== --- head/devel/elixir-conform/Makefile Tue Jun 30 03:30:30 2015 (r390947) +++ head/devel/elixir-conform/Makefile Tue Jun 30 07:37:42 2015 (r390948) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= conform -PORTVERSION= 0.14.4 +PORTVERSION= 0.14.5 CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-conform/distinfo ============================================================================== --- head/devel/elixir-conform/distinfo Tue Jun 30 03:30:30 2015 (r390947) +++ head/devel/elixir-conform/distinfo Tue Jun 30 07:37:42 2015 (r390948) @@ -1,2 +1,2 @@ -SHA256 (bitwalker-conform-0.14.4_GH0.tar.gz) = ed11091d296b3787d5aadd429eced1c8c1f747437322c4008a994b0fad0cc93a -SIZE (bitwalker-conform-0.14.4_GH0.tar.gz) = 28344 +SHA256 (bitwalker-conform-0.14.5_GH0.tar.gz) = 5f0a3ee1b76bac770c049e549a97233d486059bfebf24c69748ee420ab860138 +SIZE (bitwalker-conform-0.14.5_GH0.tar.gz) = 28554 From owner-svn-ports-all@freebsd.org Tue Jun 30 07:48:55 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 32849990F4A; Tue, 30 Jun 2015 07:48:55 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 225721166; Tue, 30 Jun 2015 07:48:55 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5U7mt85008791; Tue, 30 Jun 2015 07:48:55 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5U7mrZY008782; Tue, 30 Jun 2015 07:48:53 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201506300748.t5U7mrZY008782@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 30 Jun 2015 07:48:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390949 - in head/devel: . elixir-exrm elixir-exrm/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 07:48:55 -0000 Author: olgeni Date: Tue Jun 30 07:48:52 2015 New Revision: 390949 URL: https://svnweb.freebsd.org/changeset/ports/390949 Log: Add devel/elixir-exrm, a release generator for Elixir projects. You will see this error when running "mix release", but it is harmless and upstream is already working on it: /usr/local/bin/mix:2: syntax error before: Mix Added: head/devel/elixir-exrm/ head/devel/elixir-exrm/Makefile (contents, props changed) head/devel/elixir-exrm/distinfo (contents, props changed) head/devel/elixir-exrm/files/ head/devel/elixir-exrm/files/patch-mix.exs (contents, props changed) head/devel/elixir-exrm/pkg-descr (contents, props changed) head/devel/elixir-exrm/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Jun 30 07:37:42 2015 (r390948) +++ head/devel/Makefile Tue Jun 30 07:48:52 2015 (r390949) @@ -410,6 +410,7 @@ SUBDIR += elfsh SUBDIR += elftoaout SUBDIR += elixir-conform + SUBDIR += elixir-exrm SUBDIR += embb SUBDIR += epl.el SUBDIR += epm Added: head/devel/elixir-exrm/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-exrm/Makefile Tue Jun 30 07:48:52 2015 (r390949) @@ -0,0 +1,39 @@ +# $FreeBSD$ + +PORTNAME= exrm +PORTVERSION= 0.17.2 +CATEGORIES= devel +PKGNAMEPREFIX= elixir- + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= Automatically generate releases for Elixir projects + +LICENSE= MIT + +BUILD_DEPENDS= elixir:${PORTSDIR}/lang/elixir \ + elixir-conform>=0:${PORTSDIR}/devel/elixir-conform +RUN_DEPENDS:= ${BUILD_DEPENDS} + +PLIST_SUB= VERSION="${PORTVERSION}" + +USES= gmake +USE_GITHUB= yes +GH_ACCOUNT= bitwalker + +do-build: + @${LN} -s ${WRKSRC}/_build/prod/lib/${PORTNAME}/ebin ${WRKSRC}/ebin + @cd ${WRKSRC} && MIX_ENV=prod mix compile + +do-install: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC}/doc && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME} + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME}/ebin + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME}/lib + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME}/priv + ${INSTALL_DATA} ${WRKSRC}/ebin/* ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME}/ebin + cd ${WRKSRC}/lib && ${COPYTREE_SHARE} \* ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME}/lib + cd ${WRKSRC}/priv && ${COPYTREE_SHARE} \* ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME}/priv + +.include Added: head/devel/elixir-exrm/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-exrm/distinfo Tue Jun 30 07:48:52 2015 (r390949) @@ -0,0 +1,2 @@ +SHA256 (bitwalker-exrm-0.17.2_GH0.tar.gz) = 8f7c35b9d23e1ba976752db12767450b56101d28f505f4f8408abc63ec43c54f +SIZE (bitwalker-exrm-0.17.2_GH0.tar.gz) = 382043 Added: head/devel/elixir-exrm/files/patch-mix.exs ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-exrm/files/patch-mix.exs Tue Jun 30 07:48:52 2015 (r390949) @@ -0,0 +1,14 @@ +--- mix.exs.orig 2015-06-30 07:38:34 UTC ++++ mix.exs +@@ -13,10 +13,7 @@ defmodule ReleaseManager.Mixfile do + def application, do: [] + + def deps do +- [{:conform, "~> 0.14.5"}, +- {:relx, "~> 2.1.1" }, +- {:earmark, "~> 0.1", only: :dev}, +- {:ex_doc, "~> 0.5", only: :dev}] ++ [] + end + + defp description do Added: head/devel/elixir-exrm/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-exrm/pkg-descr Tue Jun 30 07:48:52 2015 (r390949) @@ -0,0 +1,8 @@ +This project's goal is to make releases with Elixir projects a +breeze. It is composed of a mix task, and build files required to +successfully take your Elixir project and perform a release build, +and a simplified configuration mechanism which integrates with your +current configuration and makes it easy for your operations group +to configure the release once deployed. + +WWW: https://github.com/bitwalker/exrm Added: head/devel/elixir-exrm/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-exrm/pkg-plist Tue Jun 30 07:48:52 2015 (r390949) @@ -0,0 +1,46 @@ +lib/elixir/lib/exrm/ebin/Elixir.Mix.Tasks.Release.Clean.beam +lib/elixir/lib/exrm/ebin/Elixir.Mix.Tasks.Release.Plugins.beam +lib/elixir/lib/exrm/ebin/Elixir.Mix.Tasks.Release.beam +lib/elixir/lib/exrm/ebin/Elixir.ReleaseManager.Appups.beam +lib/elixir/lib/exrm/ebin/Elixir.ReleaseManager.Config.beam +lib/elixir/lib/exrm/ebin/Elixir.ReleaseManager.Plugin.Conform.beam +lib/elixir/lib/exrm/ebin/Elixir.ReleaseManager.Plugin.Consolidation.beam +lib/elixir/lib/exrm/ebin/Elixir.ReleaseManager.Plugin.beam +lib/elixir/lib/exrm/ebin/Elixir.ReleaseManager.Utils.beam +lib/elixir/lib/exrm/ebin/exrm.app +lib/elixir/lib/exrm/lib/exrm/appups.ex +lib/elixir/lib/exrm/lib/exrm/config.ex +lib/elixir/lib/exrm/lib/exrm/plugin.ex +lib/elixir/lib/exrm/lib/exrm/plugins/conform.ex +lib/elixir/lib/exrm/lib/exrm/plugins/consolidation.ex +lib/elixir/lib/exrm/lib/exrm/utils.ex +lib/elixir/lib/exrm/lib/mix/tasks/release.clean.ex +lib/elixir/lib/exrm/lib/mix/tasks/release.ex +lib/elixir/lib/exrm/lib/mix/tasks/release.plugins.ex +lib/elixir/lib/exrm/priv/rel/files/boot +lib/elixir/lib/exrm/priv/rel/files/nodetool +lib/elixir/lib/exrm/priv/rel/files/release_definition.txt +lib/elixir/lib/exrm/priv/rel/files/sys.config +lib/elixir/lib/exrm/priv/rel/relx.config +%%PORTDOCS%%%%DOCSDIR%%/Mix.Tasks.Release.Clean.html +%%PORTDOCS%%%%DOCSDIR%%/Mix.Tasks.Release.Plugins.html +%%PORTDOCS%%%%DOCSDIR%%/Mix.Tasks.Release.html +%%PORTDOCS%%%%DOCSDIR%%/README.md +%%PORTDOCS%%%%DOCSDIR%%/ReleaseManager.Appups.html +%%PORTDOCS%%%%DOCSDIR%%/ReleaseManager.Config.html +%%PORTDOCS%%%%DOCSDIR%%/ReleaseManager.Plugin.Conform.html +%%PORTDOCS%%%%DOCSDIR%%/ReleaseManager.Plugin.Consolidation.html +%%PORTDOCS%%%%DOCSDIR%%/ReleaseManager.Plugin.html +%%PORTDOCS%%%%DOCSDIR%%/ReleaseManager.Utils.html +%%PORTDOCS%%%%DOCSDIR%%/css/elixir.css +%%PORTDOCS%%%%DOCSDIR%%/css/full_list.css +%%PORTDOCS%%%%DOCSDIR%%/css/style.css +%%PORTDOCS%%%%DOCSDIR%%/exceptions_list.html +%%PORTDOCS%%%%DOCSDIR%%/index.html +%%PORTDOCS%%%%DOCSDIR%%/js/app.js +%%PORTDOCS%%%%DOCSDIR%%/js/full_list.js +%%PORTDOCS%%%%DOCSDIR%%/js/highlight.pack.js +%%PORTDOCS%%%%DOCSDIR%%/js/jquery.js +%%PORTDOCS%%%%DOCSDIR%%/modules_list.html +%%PORTDOCS%%%%DOCSDIR%%/overview.html +%%PORTDOCS%%%%DOCSDIR%%/protocols_list.html From owner-svn-ports-all@freebsd.org Tue Jun 30 10:39:33 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5B90198E4B9; Tue, 30 Jun 2015 10:39:33 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 418DB18E6; Tue, 30 Jun 2015 10:39:33 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5UAdX0J092574; Tue, 30 Jun 2015 10:39:33 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5UAdV3Y092561; Tue, 30 Jun 2015 10:39:31 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201506301039.t5UAdV3Y092561@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Tue, 30 Jun 2015 10:39:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390950 - in head: devel/courier-unicode mail/maildrop X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 10:39:33 -0000 Author: madpilot Date: Tue Jun 30 10:39:31 2015 New Revision: 390950 URL: https://svnweb.freebsd.org/changeset/ports/390950 Log: - Update mail/courier-unicode to 1.3 - Update mail/maildrop to 2.8.3 - Add make.conf variable for maildrop to force it choosing a non standard mailbox directory [1] Reported by: Jim Trigg [1] Modified: head/devel/courier-unicode/Makefile head/devel/courier-unicode/distinfo head/devel/courier-unicode/pkg-plist head/mail/maildrop/Makefile head/mail/maildrop/distinfo Modified: head/devel/courier-unicode/Makefile ============================================================================== --- head/devel/courier-unicode/Makefile Tue Jun 30 07:48:52 2015 (r390949) +++ head/devel/courier-unicode/Makefile Tue Jun 30 10:39:31 2015 (r390950) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= courier-unicode -PORTVERSION= 1.2 +PORTVERSION= 1.3 CATEGORIES= devel mail MASTER_SITES= SF/courier/${PORTNAME}/${PORTVERSION} Modified: head/devel/courier-unicode/distinfo ============================================================================== --- head/devel/courier-unicode/distinfo Tue Jun 30 07:48:52 2015 (r390949) +++ head/devel/courier-unicode/distinfo Tue Jun 30 10:39:31 2015 (r390950) @@ -1,2 +1,2 @@ -SHA256 (courier-unicode-1.2.tar.bz2) = 55017f49975dfece84f061e33f38361ff7d7e52ceda98346c9462bf036d9724f -SIZE (courier-unicode-1.2.tar.bz2) = 390014 +SHA256 (courier-unicode-1.3.tar.bz2) = 8067d2fec621af1a463b690b325c700920f98e1271052354abfd4c8ca82f7e68 +SIZE (courier-unicode-1.3.tar.bz2) = 394011 Modified: head/devel/courier-unicode/pkg-plist ============================================================================== --- head/devel/courier-unicode/pkg-plist Tue Jun 30 07:48:52 2015 (r390949) +++ head/devel/courier-unicode/pkg-plist Tue Jun 30 10:39:31 2015 (r390950) @@ -2,7 +2,7 @@ include/courier-unicode.h lib/libcourier-unicode.a lib/libcourier-unicode.so lib/libcourier-unicode.so.1 -lib/libcourier-unicode.so.1.0.0 +lib/libcourier-unicode.so.1.1.0 man/man3/unicode::iconvert::convert.3.gz man/man3/unicode::iconvert::convert_tocase.3.gz man/man3/unicode::iconvert::fromu.3.gz Modified: head/mail/maildrop/Makefile ============================================================================== --- head/mail/maildrop/Makefile Tue Jun 30 07:48:52 2015 (r390949) +++ head/mail/maildrop/Makefile Tue Jun 30 10:39:31 2015 (r390950) @@ -13,9 +13,10 @@ # installed package to miss files. # MAILDROP_TRUSTED_USERS= Specify users allowed to use the -d option # MAILDROP_LOG_COLUMNS lenght of 'File:' line in log - 8; default: 72 +# MAILDROP_MBOX_DIR= Specify DEFAULT mailbox location PORTNAME= maildrop -PORTVERSION= 2.8.2 +PORTVERSION= 2.8.3 CATEGORIES= mail MASTER_SITES= SF/courier/${PORTNAME}/${PORTVERSION} @@ -92,6 +93,10 @@ PLIST_SUB+= MMODE='2755' MGID='${MAILDR PLIST_SUB+= MMODE='' MUID='root' MGID='mail' .endif +.if defined(MAILDROP_MBOX_DIR) +CONFIGURE_ARGS+= --with-default-maildrop='${MAILDROP_MBOX_DIR}' +.endif + .if ${PORT_OPTIONS:MFAM} USES+= fam .else Modified: head/mail/maildrop/distinfo ============================================================================== --- head/mail/maildrop/distinfo Tue Jun 30 07:48:52 2015 (r390949) +++ head/mail/maildrop/distinfo Tue Jun 30 10:39:31 2015 (r390950) @@ -1,2 +1,2 @@ -SHA256 (maildrop-2.8.2.tar.bz2) = ab505c4c75ec5566f0626ae477c21ca3069ac37f8f31c41b318025d4ee549654 -SIZE (maildrop-2.8.2.tar.bz2) = 1989913 +SHA256 (maildrop-2.8.3.tar.bz2) = 58245ccd759382761c4cdbeaefbd37622e01f1c48e71251b06ea085a890ce6c9 +SIZE (maildrop-2.8.3.tar.bz2) = 1992695 From owner-svn-ports-all@freebsd.org Tue Jun 30 11:04:55 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DDC7698E8B9; Tue, 30 Jun 2015 11:04:55 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C194011CE; Tue, 30 Jun 2015 11:04:55 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5UB4tlj006961; Tue, 30 Jun 2015 11:04:55 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5UB4tLE006959; Tue, 30 Jun 2015 11:04:55 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201506301104.t5UB4tLE006959@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 30 Jun 2015 11:04:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390951 - in head/devel/subversion: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 11:04:56 -0000 Author: mat Date: Tue Jun 30 11:04:54 2015 New Revision: 390951 URL: https://svnweb.freebsd.org/changeset/ports/390951 Log: Move the phabricator line to the end, it seems it only works there. With hat: phabric-admin@ Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D2943 Modified: head/devel/subversion/Makefile.common head/devel/subversion/files/extra-patch-fbsd-template Modified: head/devel/subversion/Makefile.common ============================================================================== --- head/devel/subversion/Makefile.common Tue Jun 30 10:39:31 2015 (r390950) +++ head/devel/subversion/Makefile.common Tue Jun 30 11:04:54 2015 (r390951) @@ -3,7 +3,7 @@ PORTNAME?= subversion PORTVERSION= 1.8.13 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES+= devel MASTER_SITES= APACHE/subversion DIST_SUBDIR= subversion18 Modified: head/devel/subversion/files/extra-patch-fbsd-template ============================================================================== --- head/devel/subversion/files/extra-patch-fbsd-template Tue Jun 30 10:39:31 2015 (r390950) +++ head/devel/subversion/files/extra-patch-fbsd-template Tue Jun 30 11:04:54 2015 (r390951) @@ -1,5 +1,5 @@ ---- subversion/svn/util.c.orig 2014-03-20 14:29:13.887966536 -0400 -+++ subversion/svn/util.c 2014-03-20 14:29:53.806964066 -0400 +--- subversion/svn/util.c.orig 2013-07-10 04:00:05 UTC ++++ subversion/svn/util.c @@ -66,6 +66,9 @@ #include "private/svn_client_private.h" #include "private/svn_cmdline_private.h" @@ -10,7 +10,7 @@ -@@ -322,6 +325,70 @@ +@@ -322,6 +325,70 @@ truncate_buffer_at_prefix(apr_size_t *ne } @@ -22,7 +22,6 @@ + +static const char *prefixes[] = { + "PR:", -+ "Differential Revision:", + "Submitted by:", + "Reviewed by:", + "Approved by:", @@ -32,6 +31,7 @@ + "Relnotes:", + "Security:", + "Sponsored by:" ++ "Differential Revision:", +}; + +void @@ -81,13 +81,12 @@ #define EDITOR_EOF_PREFIX _("--This line, and those below, will be ignored--") svn_error_t * -@@ -337,8 +403,38 @@ +@@ -337,8 +404,38 @@ svn_cl__get_log_message(const char **log /* Set default message. */ default_msg = svn_stringbuf_create(APR_EOL_STR, pool); + svn_stringbuf_appendcstr(default_msg, APR_EOL_STR); + svn_stringbuf_appendcstr(default_msg, "PR:\t\t" APR_EOL_STR); -+ svn_stringbuf_appendcstr(default_msg, "Differential Revision:\t" APR_EOL_STR); + svn_stringbuf_appendcstr(default_msg, "Submitted by:\t" APR_EOL_STR); + svn_stringbuf_appendcstr(default_msg, "Reviewed by:\t" APR_EOL_STR); + svn_stringbuf_appendcstr(default_msg, "Approved by:\t" APR_EOL_STR); @@ -101,12 +100,12 @@ + ORGANIZATION_NAME +#endif + APR_EOL_STR); ++ svn_stringbuf_appendcstr(default_msg, "Differential Revision:\t" APR_EOL_STR); svn_stringbuf_appendcstr(default_msg, EDITOR_EOF_PREFIX); - svn_stringbuf_appendcstr(default_msg, APR_EOL_STR APR_EOL_STR); + svn_stringbuf_appendcstr(default_msg, APR_EOL_STR); + svn_stringbuf_appendcstr(default_msg, "> Description of fields to fill in above: 76 columns --|" APR_EOL_STR); + svn_stringbuf_appendcstr(default_msg, "> PR: If a GNATS PR is affected by the change." APR_EOL_STR); -+ svn_stringbuf_appendcstr(default_msg, "> Differential Revision: https://reviews.freebsd.org/D### (*full* phabric URL needed)." APR_EOL_STR); + svn_stringbuf_appendcstr(default_msg, "> Submitted by: If someone else sent in the change." APR_EOL_STR); + svn_stringbuf_appendcstr(default_msg, "> Reviewed by: If someone else reviewed your modification." APR_EOL_STR); + svn_stringbuf_appendcstr(default_msg, "> Approved by: If you needed approval for this commit." APR_EOL_STR); @@ -116,12 +115,13 @@ + svn_stringbuf_appendcstr(default_msg, "> Relnotes: Set to 'yes' for mention in release notes." APR_EOL_STR); + svn_stringbuf_appendcstr(default_msg, "> Security: Vulnerability reference (one per line) or description." APR_EOL_STR); + svn_stringbuf_appendcstr(default_msg, "> Sponsored by: If the change was sponsored by an organization." APR_EOL_STR); ++ svn_stringbuf_appendcstr(default_msg, "> Differential Revision: https://reviews.freebsd.org/D### (*full* phabric URL needed)." APR_EOL_STR); + svn_stringbuf_appendcstr(default_msg, "> Empty fields above will be automatically removed." APR_EOL_STR); + svn_stringbuf_appendcstr(default_msg, APR_EOL_STR); *tmp_file = NULL; if (lmb->message) -@@ -350,6 +444,7 @@ +@@ -350,6 +447,7 @@ svn_cl__get_log_message(const char **log that follows it. */ truncate_buffer_at_prefix(&(log_msg_buf->len), log_msg_buf->data, EDITOR_EOF_PREFIX); @@ -129,7 +129,7 @@ /* Make a string from a stringbuf, sharing the data allocation. */ log_msg_str->data = log_msg_buf->data; -@@ -470,6 +565,13 @@ +@@ -470,6 +568,13 @@ svn_cl__get_log_message(const char **log if (message) truncate_buffer_at_prefix(&message->len, message->data, EDITOR_EOF_PREFIX); From owner-svn-ports-all@freebsd.org Tue Jun 30 11:12:59 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1670198EB3F; Tue, 30 Jun 2015 11:12:59 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 078D9187D; Tue, 30 Jun 2015 11:12:59 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5UBCwIq011777; Tue, 30 Jun 2015 11:12:58 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5UBCwmt011775; Tue, 30 Jun 2015 11:12:58 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201506301112.t5UBCwmt011775@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Tue, 30 Jun 2015 11:12:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390952 - head/textproc/groonga X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 11:12:59 -0000 Author: bofh Date: Tue Jun 30 11:12:57 2015 New Revision: 390952 URL: https://svnweb.freebsd.org/changeset/ports/390952 Log: textproc/groonga: Update version 5.0.4=>5.0.5 Modified: head/textproc/groonga/Makefile head/textproc/groonga/distinfo Modified: head/textproc/groonga/Makefile ============================================================================== --- head/textproc/groonga/Makefile Tue Jun 30 11:04:54 2015 (r390951) +++ head/textproc/groonga/Makefile Tue Jun 30 11:12:57 2015 (r390952) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= groonga -PORTVERSION= 5.0.4 +PORTVERSION= 5.0.5 CATEGORIES= textproc MASTER_SITES= http://packages.groonga.org/source/groonga/ Modified: head/textproc/groonga/distinfo ============================================================================== --- head/textproc/groonga/distinfo Tue Jun 30 11:04:54 2015 (r390951) +++ head/textproc/groonga/distinfo Tue Jun 30 11:12:57 2015 (r390952) @@ -1,2 +1,2 @@ -SHA256 (groonga-5.0.4.tar.gz) = 338b7a921e6f6dcf3e65d2147a55a9fe646544eeb97653194261111159b4fe10 -SIZE (groonga-5.0.4.tar.gz) = 12449817 +SHA256 (groonga-5.0.5.tar.gz) = ca62d15374117f4007a7b406ac2072683edda7ed7607d1b1fbcf3a30920f5b56 +SIZE (groonga-5.0.5.tar.gz) = 12437545 From owner-svn-ports-all@freebsd.org Tue Jun 30 11:45:32 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3A0C799012C; Tue, 30 Jun 2015 11:45:32 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2A6321486; Tue, 30 Jun 2015 11:45:32 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5UBjWkM026931; Tue, 30 Jun 2015 11:45:32 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5UBjVvS026929; Tue, 30 Jun 2015 11:45:31 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201506301145.t5UBjVvS026929@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Tue, 30 Jun 2015 11:45:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390953 - head/sysutils/ansible X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 11:45:32 -0000 Author: robak Date: Tue Jun 30 11:45:31 2015 New Revision: 390953 URL: https://svnweb.freebsd.org/changeset/ports/390953 Log: sysutils/ansible: update 1.9.1 -> 1.9.2 * Security fix for CVE-2015-3908 * Security fix for jail, zone and chroot plugins * Bugfixes: https://raw.githubusercontent.com/ansible/ansible/v1.9.2-1/CHANGELOG.md PR: 201200 Submitted by: Nikolai Lifanov (maintainer) MFH: 2015Q2 Modified: head/sysutils/ansible/Makefile head/sysutils/ansible/distinfo Modified: head/sysutils/ansible/Makefile ============================================================================== --- head/sysutils/ansible/Makefile Tue Jun 30 11:12:57 2015 (r390952) +++ head/sysutils/ansible/Makefile Tue Jun 30 11:45:31 2015 (r390953) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ansible -PORTVERSION= 1.9.1 +PORTVERSION= 1.9.2 CATEGORIES= sysutils python MASTER_SITES= http://releases.ansible.com/ansible/ Modified: head/sysutils/ansible/distinfo ============================================================================== --- head/sysutils/ansible/distinfo Tue Jun 30 11:12:57 2015 (r390952) +++ head/sysutils/ansible/distinfo Tue Jun 30 11:45:31 2015 (r390953) @@ -1,2 +1,2 @@ -SHA256 (ansible-1.9.1.tar.gz) = a6f975d565723765a4d490ff40cede96833a745f38908def4950a0075f1973f5 -SIZE (ansible-1.9.1.tar.gz) = 917471 +SHA256 (ansible-1.9.2.tar.gz) = c25ef4738b08fdfb3094247c012f3fd1b29972acbd37f988070b2a85f5fbee00 +SIZE (ansible-1.9.2.tar.gz) = 927525 From owner-svn-ports-all@freebsd.org Tue Jun 30 11:49:24 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 17EAD99016F; Tue, 30 Jun 2015 11:49:24 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 00EEA1625; Tue, 30 Jun 2015 11:49:24 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5UBnN7B027559; Tue, 30 Jun 2015 11:49:23 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5UBnN1v027558; Tue, 30 Jun 2015 11:49:23 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201506301149.t5UBnN1v027558@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 30 Jun 2015 11:49:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390954 - head/devel/p5-Glib2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 11:49:24 -0000 Author: swills Date: Tue Jun 30 11:49:23 2015 New Revision: 390954 URL: https://svnweb.freebsd.org/changeset/ports/390954 Log: devel/p5-Glib2: remove unneedd PORTNAME Remove unneedd PORTNAME from MASTER_SITES CPAN Reported by: mat Pointyhat to: swills Modified: head/devel/p5-Glib2/Makefile Modified: head/devel/p5-Glib2/Makefile ============================================================================== --- head/devel/p5-Glib2/Makefile Tue Jun 30 11:45:31 2015 (r390953) +++ head/devel/p5-Glib2/Makefile Tue Jun 30 11:49:23 2015 (r390954) @@ -4,7 +4,7 @@ PORTNAME= Glib PORTVERSION= 1.310 CATEGORIES= devel perl5 -MASTER_SITES= CPAN/${PORTNAME} SF/gtk2-perl/${PORTNAME}/${PORTVERSION} +MASTER_SITES= CPAN SF/gtk2-perl/${PORTNAME}/${PORTVERSION} MASTER_SITE_SUBDIR= CPAN:XAOC PKGNAMEPREFIX= p5- PKGNAMESUFFIX= 2 From owner-svn-ports-all@freebsd.org Tue Jun 30 11:50:53 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B1D7F990286; Tue, 30 Jun 2015 11:50:53 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 95CEF1941; Tue, 30 Jun 2015 11:50:53 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5UBorJP027935; Tue, 30 Jun 2015 11:50:53 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5UBoqdD027932; Tue, 30 Jun 2015 11:50:52 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201506301150.t5UBoqdD027932@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Tue, 30 Jun 2015 11:50:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390955 - head/devel/gradle X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 11:50:53 -0000 Author: girgen Date: Tue Jun 30 11:50:52 2015 New Revision: 390955 URL: https://svnweb.freebsd.org/changeset/ports/390955 Log: Update to 2.4 Approved-by: maintainer Modified: head/devel/gradle/Makefile head/devel/gradle/distinfo head/devel/gradle/pkg-plist Modified: head/devel/gradle/Makefile ============================================================================== --- head/devel/gradle/Makefile Tue Jun 30 11:49:23 2015 (r390954) +++ head/devel/gradle/Makefile Tue Jun 30 11:50:52 2015 (r390955) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gradle -PORTVERSION= 2.1 +PORTVERSION= 2.4 CATEGORIES= devel java MASTER_SITES= https://services.gradle.org/distributions/ DISTNAME= ${PORTNAME}-${PORTVERSION}-bin Modified: head/devel/gradle/distinfo ============================================================================== --- head/devel/gradle/distinfo Tue Jun 30 11:49:23 2015 (r390954) +++ head/devel/gradle/distinfo Tue Jun 30 11:50:52 2015 (r390955) @@ -1,2 +1,2 @@ -SHA256 (gradle-2.1-bin.zip) = 3eee4f9ea2ab0221b89f8e4747a96d4554d00ae46d8d633f11cfda60988bf878 -SIZE (gradle-2.1-bin.zip) = 41540840 +SHA256 (gradle-2.4-bin.zip) = c4eaecc621a81f567ded1aede4a5ddb281cc02a03a6a87c4f5502add8fc2f16f +SIZE (gradle-2.4-bin.zip) = 45383133 Modified: head/devel/gradle/pkg-plist ============================================================================== --- head/devel/gradle/pkg-plist Tue Jun 30 11:49:23 2015 (r390954) +++ head/devel/gradle/pkg-plist Tue Jun 30 11:50:52 2015 (r390955) @@ -1,40 +1,38 @@ bin/gradle -%%DATADIR%%/lib/ant-1.9.3.jar -%%DATADIR%%/lib/ant-launcher-1.9.3.jar +%%DATADIR%%/lib/ant-1.9.4.jar +%%DATADIR%%/lib/ant-launcher-1.9.4.jar %%DATADIR%%/lib/asm-all-5.0.3.jar %%DATADIR%%/lib/commons-collections-3.2.1.jar %%DATADIR%%/lib/commons-io-1.4.jar %%DATADIR%%/lib/commons-lang-2.6.jar %%DATADIR%%/lib/dom4j-1.6.1.jar -%%DATADIR%%/lib/gradle-base-services-2.1.jar -%%DATADIR%%/lib/gradle-base-services-groovy-2.1.jar -%%DATADIR%%/lib/gradle-cli-2.1.jar -%%DATADIR%%/lib/gradle-core-2.1.jar -%%DATADIR%%/lib/gradle-docs-2.1.jar -%%DATADIR%%/lib/gradle-launcher-2.1.jar -%%DATADIR%%/lib/gradle-messaging-2.1.jar -%%DATADIR%%/lib/gradle-model-core-2.1.jar -%%DATADIR%%/lib/gradle-model-groovy-2.1.jar -%%DATADIR%%/lib/gradle-native-2.1.jar -%%DATADIR%%/lib/gradle-open-api-2.1.jar -%%DATADIR%%/lib/gradle-resources-2.1.jar -%%DATADIR%%/lib/gradle-tooling-api-2.1.jar -%%DATADIR%%/lib/gradle-ui-2.1.jar -%%DATADIR%%/lib/gradle-wrapper-2.1.jar -%%DATADIR%%/lib/groovy-all-2.3.6.jar +%%DATADIR%%/lib/gradle-base-services-2.4.jar +%%DATADIR%%/lib/gradle-base-services-groovy-2.4.jar +%%DATADIR%%/lib/gradle-cli-2.4.jar +%%DATADIR%%/lib/gradle-core-2.4.jar +%%DATADIR%%/lib/gradle-docs-2.4.jar +%%DATADIR%%/lib/gradle-launcher-2.4.jar +%%DATADIR%%/lib/gradle-messaging-2.4.jar +%%DATADIR%%/lib/gradle-model-core-2.4.jar +%%DATADIR%%/lib/gradle-model-groovy-2.4.jar +%%DATADIR%%/lib/gradle-native-2.4.jar +%%DATADIR%%/lib/gradle-open-api-2.4.jar +%%DATADIR%%/lib/gradle-resources-2.4.jar +%%DATADIR%%/lib/gradle-tooling-api-2.4.jar +%%DATADIR%%/lib/gradle-ui-2.4.jar +%%DATADIR%%/lib/gradle-wrapper-2.4.jar +%%DATADIR%%/lib/groovy-all-2.3.10.jar %%DATADIR%%/lib/guava-jdk5-17.0.jar %%DATADIR%%/lib/jansi-1.2.1.jar %%DATADIR%%/lib/jarjar-1.3.jar %%DATADIR%%/lib/javax.inject-1.jar %%DATADIR%%/lib/jaxen-1.1.jar %%DATADIR%%/lib/jcip-annotations-1.0.jar -%%DATADIR%%/lib/jcl-over-slf4j-1.7.5.jar +%%DATADIR%%/lib/jcl-over-slf4j-1.7.10.jar %%DATADIR%%/lib/jna-3.2.7.jar -%%DATADIR%%/lib/jul-to-slf4j-1.7.5.jar +%%DATADIR%%/lib/jul-to-slf4j-1.7.10.jar %%DATADIR%%/lib/kryo-2.20.jar -%%DATADIR%%/lib/log4j-over-slf4j-1.7.5.jar -%%DATADIR%%/lib/logback-classic-1.0.13.jar -%%DATADIR%%/lib/logback-core-1.0.13.jar +%%DATADIR%%/lib/log4j-over-slf4j-1.7.10.jar %%DATADIR%%/lib/minlog-1.2.jar %%DATADIR%%/lib/native-platform-0.10.jar %%DATADIR%%/lib/native-platform-freebsd-amd64-0.10.jar @@ -46,48 +44,64 @@ bin/gradle %%DATADIR%%/lib/native-platform-windows-amd64-0.10.jar %%DATADIR%%/lib/native-platform-windows-i386-0.10.jar %%DATADIR%%/lib/objenesis-1.2.jar -%%DATADIR%%/lib/plugins/ant-antlr-1.9.3.jar -%%DATADIR%%/lib/plugins/antlr-2.7.7.jar -%%DATADIR%%/lib/plugins/bcpg-jdk15-1.46.jar -%%DATADIR%%/lib/plugins/bcprov-jdk15-1.46.jar +%%DATADIR%%/lib/plugins/aws-java-sdk-core-1.9.19.jar +%%DATADIR%%/lib/plugins/aws-java-sdk-kms-1.9.19.jar +%%DATADIR%%/lib/plugins/aws-java-sdk-s3-1.9.19.jar +%%DATADIR%%/lib/plugins/bcpg-jdk15on-1.51.jar +%%DATADIR%%/lib/plugins/bcprov-jdk15on-1.51.jar %%DATADIR%%/lib/plugins/bndlib-2.1.0.jar %%DATADIR%%/lib/plugins/bsh-2.0b4.jar +%%DATADIR%%/lib/plugins/classworlds-1.1-alpha-2.jar %%DATADIR%%/lib/plugins/commons-cli-1.2.jar %%DATADIR%%/lib/plugins/commons-codec-1.6.jar %%DATADIR%%/lib/plugins/core-3.1.1.jar %%DATADIR%%/lib/plugins/geronimo-annotation_1.0_spec-1.0.jar -%%DATADIR%%/lib/plugins/gradle-announce-2.1.jar -%%DATADIR%%/lib/plugins/gradle-antlr-2.1.jar -%%DATADIR%%/lib/plugins/gradle-build-comparison-2.1.jar -%%DATADIR%%/lib/plugins/gradle-build-init-2.1.jar -%%DATADIR%%/lib/plugins/gradle-code-quality-2.1.jar -%%DATADIR%%/lib/plugins/gradle-core-impl-2.1.jar -%%DATADIR%%/lib/plugins/gradle-cpp-2.1.jar -%%DATADIR%%/lib/plugins/gradle-diagnostics-2.1.jar -%%DATADIR%%/lib/plugins/gradle-ear-2.1.jar -%%DATADIR%%/lib/plugins/gradle-ide-2.1.jar -%%DATADIR%%/lib/plugins/gradle-ivy-2.1.jar -%%DATADIR%%/lib/plugins/gradle-jacoco-2.1.jar -%%DATADIR%%/lib/plugins/gradle-javascript-2.1.jar -%%DATADIR%%/lib/plugins/gradle-jetty-2.1.jar -%%DATADIR%%/lib/plugins/gradle-language-base-2.1.jar -%%DATADIR%%/lib/plugins/gradle-language-jvm-2.1.jar -%%DATADIR%%/lib/plugins/gradle-maven-2.1.jar -%%DATADIR%%/lib/plugins/gradle-osgi-2.1.jar -%%DATADIR%%/lib/plugins/gradle-plugin-development-2.1.jar -%%DATADIR%%/lib/plugins/gradle-plugin-use-2.1.jar -%%DATADIR%%/lib/plugins/gradle-plugins-2.1.jar -%%DATADIR%%/lib/plugins/gradle-publish-2.1.jar -%%DATADIR%%/lib/plugins/gradle-reporting-2.1.jar -%%DATADIR%%/lib/plugins/gradle-resources-http-2.1.jar -%%DATADIR%%/lib/plugins/gradle-scala-2.1.jar -%%DATADIR%%/lib/plugins/gradle-signing-2.1.jar -%%DATADIR%%/lib/plugins/gradle-sonar-2.1.jar +%%DATADIR%%/lib/plugins/gradle-announce-2.4.jar +%%DATADIR%%/lib/plugins/gradle-antlr-2.4.jar +%%DATADIR%%/lib/plugins/gradle-build-comparison-2.4.jar +%%DATADIR%%/lib/plugins/gradle-build-init-2.4.jar +%%DATADIR%%/lib/plugins/gradle-code-quality-2.4.jar +%%DATADIR%%/lib/plugins/gradle-dependency-management-2.4.jar +%%DATADIR%%/lib/plugins/gradle-diagnostics-2.4.jar +%%DATADIR%%/lib/plugins/gradle-ear-2.4.jar +%%DATADIR%%/lib/plugins/gradle-ide-2.4.jar +%%DATADIR%%/lib/plugins/gradle-ide-native-2.4.jar +%%DATADIR%%/lib/plugins/gradle-ivy-2.4.jar +%%DATADIR%%/lib/plugins/gradle-jacoco-2.4.jar +%%DATADIR%%/lib/plugins/gradle-javascript-2.4.jar +%%DATADIR%%/lib/plugins/gradle-jetty-2.4.jar +%%DATADIR%%/lib/plugins/gradle-language-groovy-2.4.jar +%%DATADIR%%/lib/plugins/gradle-language-java-2.4.jar +%%DATADIR%%/lib/plugins/gradle-language-jvm-2.4.jar +%%DATADIR%%/lib/plugins/gradle-language-native-2.4.jar +%%DATADIR%%/lib/plugins/gradle-language-scala-2.4.jar +%%DATADIR%%/lib/plugins/gradle-maven-2.4.jar +%%DATADIR%%/lib/plugins/gradle-osgi-2.4.jar +%%DATADIR%%/lib/plugins/gradle-platform-base-2.4.jar +%%DATADIR%%/lib/plugins/gradle-platform-jvm-2.4.jar +%%DATADIR%%/lib/plugins/gradle-platform-native-2.4.jar +%%DATADIR%%/lib/plugins/gradle-platform-play-2.4.jar +%%DATADIR%%/lib/plugins/gradle-plugin-development-2.4.jar +%%DATADIR%%/lib/plugins/gradle-plugin-use-2.4.jar +%%DATADIR%%/lib/plugins/gradle-plugins-2.4.jar +%%DATADIR%%/lib/plugins/gradle-publish-2.4.jar +%%DATADIR%%/lib/plugins/gradle-reporting-2.4.jar +%%DATADIR%%/lib/plugins/gradle-resources-http-2.4.jar +%%DATADIR%%/lib/plugins/gradle-resources-s3-2.4.jar +%%DATADIR%%/lib/plugins/gradle-resources-sftp-2.4.jar +%%DATADIR%%/lib/plugins/gradle-scala-2.4.jar +%%DATADIR%%/lib/plugins/gradle-signing-2.4.jar +%%DATADIR%%/lib/plugins/gradle-sonar-2.4.jar +%%DATADIR%%/lib/plugins/gradle-testing-native-2.4.jar +%%DATADIR%%/lib/plugins/gradle-tooling-api-builders-2.4.jar %%DATADIR%%/lib/plugins/gson-2.2.4.jar %%DATADIR%%/lib/plugins/hamcrest-core-1.3.jar %%DATADIR%%/lib/plugins/httpclient-4.2.2.jar %%DATADIR%%/lib/plugins/httpcore-4.2.2.jar %%DATADIR%%/lib/plugins/ivy-2.2.0.jar +%%DATADIR%%/lib/plugins/jackson-annotations-2.3.2.jar +%%DATADIR%%/lib/plugins/jackson-core-2.3.2.jar +%%DATADIR%%/lib/plugins/jackson-databind-2.3.2.jar %%DATADIR%%/lib/plugins/jarjar-aether-api-1.13.1.jar %%DATADIR%%/lib/plugins/jarjar-aether-connector-wagon-1.13.1.jar %%DATADIR%%/lib/plugins/jarjar-aether-impl-1.13.1.jar @@ -121,13 +135,23 @@ bin/gradle %%DATADIR%%/lib/plugins/jetty-naming-6.1.25.jar %%DATADIR%%/lib/plugins/jetty-plus-6.1.25.jar %%DATADIR%%/lib/plugins/jetty-util-6.1.25.jar +%%DATADIR%%/lib/plugins/joda-time-2.7.jar %%DATADIR%%/lib/plugins/jsch-0.1.51.jar %%DATADIR%%/lib/plugins/jsp-2.1-6.1.14.jar %%DATADIR%%/lib/plugins/jsp-api-2.1-6.1.14.jar -%%DATADIR%%/lib/plugins/junit-4.11.jar -%%DATADIR%%/lib/plugins/maven-ant-tasks-2.1.3.jar +%%DATADIR%%/lib/plugins/junit-4.12.jar +%%DATADIR%%/lib/plugins/maven-artifact-2.2.1.jar +%%DATADIR%%/lib/plugins/maven-artifact-manager-2.2.1.jar +%%DATADIR%%/lib/plugins/maven-error-diagnostics-2.2.1.jar +%%DATADIR%%/lib/plugins/maven-model-2.2.1.jar +%%DATADIR%%/lib/plugins/maven-project-2.2.1.jar +%%DATADIR%%/lib/plugins/maven-repository-metadata-2.2.1.jar +%%DATADIR%%/lib/plugins/maven-settings-2.2.1.jar %%DATADIR%%/lib/plugins/nekohtml-1.9.14.jar %%DATADIR%%/lib/plugins/plexus-component-annotations-1.5.2.jar +%%DATADIR%%/lib/plugins/plexus-container-default-1.0-alpha-9-stable-1.jar +%%DATADIR%%/lib/plugins/plexus-interpolation-1.11.jar +%%DATADIR%%/lib/plugins/plexus-utils-1.5.15.jar %%DATADIR%%/lib/plugins/pmaven-common-0.8-20100325.jar %%DATADIR%%/lib/plugins/pmaven-groovy-0.8-20100325.jar %%DATADIR%%/lib/plugins/rhino-1.7R3.jar @@ -135,10 +159,14 @@ bin/gradle %%DATADIR%%/lib/plugins/simple-4.1.21.jar %%DATADIR%%/lib/plugins/snakeyaml-1.6.jar %%DATADIR%%/lib/plugins/sonar-batch-bootstrapper-2.9.jar -%%DATADIR%%/lib/plugins/sonar-runner-2.0.jar +%%DATADIR%%/lib/plugins/sonar/logback-classic-1.0.13.jar +%%DATADIR%%/lib/plugins/sonar/logback-core-1.0.13.jar %%DATADIR%%/lib/plugins/testng-6.3.1.jar +%%DATADIR%%/lib/plugins/wagon-file-1.0-beta-6.jar +%%DATADIR%%/lib/plugins/wagon-http-lightweight-1.0-beta-6.jar +%%DATADIR%%/lib/plugins/wagon-provider-api-1.0-beta-6.jar %%DATADIR%%/lib/plugins/xbean-reflect-3.4.jar %%DATADIR%%/lib/plugins/xercesImpl-2.9.1.jar %%DATADIR%%/lib/plugins/xml-apis-1.3.04.jar %%DATADIR%%/lib/reflectasm-1.07-shaded.jar -%%DATADIR%%/lib/slf4j-api-1.7.5.jar +%%DATADIR%%/lib/slf4j-api-1.7.10.jar From owner-svn-ports-all@freebsd.org Tue Jun 30 12:26:32 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 663BE990E26; Tue, 30 Jun 2015 12:26:32 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 573661BEA; Tue, 30 Jun 2015 12:26:32 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5UCQWR9047162; Tue, 30 Jun 2015 12:26:32 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5UCQWAO047161; Tue, 30 Jun 2015 12:26:32 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201506301226.t5UCQWAO047161@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Tue, 30 Jun 2015 12:26:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r390956 - branches/2015Q2 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 12:26:32 -0000 Author: robak Date: Tue Jun 30 12:26:31 2015 New Revision: 390956 URL: https://svnweb.freebsd.org/changeset/ports/390956 Log: MFH: r390953 sysutils/ansible: update 1.9.1 -> 1.9.2 * Security fix for CVE-2015-3908 * Security fix for jail, zone and chroot plugins * Bugfixes: https://raw.githubusercontent.com/ansible/ansible/v1.9.2-1/CHANGELOG.md PR: 201200 Submitted by: Nikolai Lifanov (maintainer) Approved by: portmgr Modified: Directory Properties: branches/2015Q2/ (props changed) From owner-svn-ports-all@freebsd.org Tue Jun 30 12:53:42 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D9FB798F4FD; Tue, 30 Jun 2015 12:53:42 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C8A1B1CEF; Tue, 30 Jun 2015 12:53:42 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5UCrgF2062413; Tue, 30 Jun 2015 12:53:42 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5UCrghY062412; Tue, 30 Jun 2015 12:53:42 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201506301253.t5UCrghY062412@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Tue, 30 Jun 2015 12:53:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390957 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 12:53:43 -0000 Author: girgen Date: Tue Jun 30 12:53:42 2015 New Revision: 390957 URL: https://svnweb.freebsd.org/changeset/ports/390957 Log: Remove trace of PostgreSQL in comment Modified: head/Mk/bsd.database.mk Modified: head/Mk/bsd.database.mk ============================================================================== --- head/Mk/bsd.database.mk Tue Jun 30 12:26:31 2015 (r390956) +++ head/Mk/bsd.database.mk Tue Jun 30 12:53:42 2015 (r390957) @@ -7,7 +7,7 @@ Database_Post_Include= bsd.database.mk Database_Include_MAINTAINER= ports@FreeBSD.org # This file contains some routines to interact with different databases, such -# as MySQL, PostgreSQL, and Berkley DB. To include this file, define macro +# as MySQL and Berkley DB. To include this file, define macro # USE_[DATABASE], for example USE_MYSQL. Defining macro like # USE_[DATABASE]_VER or WANT_[DATABASE]_VER will include this file as well. # From owner-svn-ports-all@freebsd.org Tue Jun 30 13:15:09 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2BCDE98F8B5; Tue, 30 Jun 2015 13:15:09 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0FD2C165F; Tue, 30 Jun 2015 13:15:09 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5UDF8Vf074710; Tue, 30 Jun 2015 13:15:08 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5UDF89a074706; Tue, 30 Jun 2015 13:15:08 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201506301315.t5UDF89a074706@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 30 Jun 2015 13:15:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390958 - in head/devel/rebar3: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 13:15:09 -0000 Author: olgeni Date: Tue Jun 30 13:15:07 2015 New Revision: 390958 URL: https://svnweb.freebsd.org/changeset/ports/390958 Log: Upgrade to snapshot of beta-1 (4f98106). Added: head/devel/rebar3/files/ head/devel/rebar3/files/patch-bootstrap (contents, props changed) Modified: head/devel/rebar3/Makefile head/devel/rebar3/distinfo Modified: head/devel/rebar3/Makefile ============================================================================== --- head/devel/rebar3/Makefile Tue Jun 30 12:53:42 2015 (r390957) +++ head/devel/rebar3/Makefile Tue Jun 30 13:15:07 2015 (r390958) @@ -1,11 +1,14 @@ # $FreeBSD$ PORTNAME= rebar3 -PORTVERSION= 20150601 +PORTVERSION= 20150630 CATEGORIES= devel -MASTER_SITES+= http://olgeni.olgeni.com/~olgeni/distfiles/:deps \ - LOCAL/olgeni:deps -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} rebar3-deps-2.tar.gz:deps +MASTER_SITES+= LOCAL/olgeni:pkg \ + http://olgeni.olgeni.com/~olgeni/distfiles/:pkg \ + https://s3.amazonaws.com/s3.hex.pm/tarballs/:hex +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ + rebar3-packages-1${EXTRACT_SUFX}:pkg +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= olgeni@FreeBSD.org COMMENT= Build tool for Erlang @@ -20,21 +23,42 @@ OPTIONS_DEFINE= BASH ZSH USE_GITHUB= yes GH_ACCOUNT= rebar -GH_TAGNAME= e09be18 +GH_TAGNAME= 4f98106 PLIST_FILES= bin/${PORTNAME} BASH_PLIST_FILES= share/bash-completion/completions/rebar3 ZSH_PLIST_FILES= share/zsh/site-functions/_rebar3 +REBAR_PACKAGES= ${WRKDIR}/.cache/rebar3/hex/com/amazonaws/s3/s3.hex.pm/tarballs/packages + +# from rebar.config +REBAR_DEPS= bbmustache-1.0.1 \ + erlware_commons-0.12.0 \ + getopt-0.8.2 \ + providers-1.4.1 \ + relx-3.0.0 + +.for _dep in ${REBAR_DEPS} +DISTFILES+= ${_dep}.tar:hex +.endfor + .include post-extract: - @${CP} -R ${WRKDIR}/_build ${WRKSRC}/ + @${MKDIR} ${REBAR_PACKAGES} + @${TAR} xfz ${DISTDIR}/rebar3-packages-1${EXTRACT_SUFX} -C ${REBAR_PACKAGES} +.for _dep in ${REBAR_DEPS} + @${INSTALL_DATA} ${DISTDIR}/${_dep}.tar ${REBAR_PACKAGES} +.endfor +.for _dep in ${REBAR_DEPS} + @${MKDIR} ${WRKSRC}/_build/default/lib/${_dep:C/-.*//} + @${TAR} xOf ${DISTDIR}/${_dep}.tar contents.tar.gz |\ + ${TAR} xfz - -C ${WRKSRC}/_build/default/lib/${_dep:C/-.*//} +.endfor do-build: - @${RM} ${WRKSRC}/rebar.lock - @cd ${WRKSRC} && ./bootstrap + @cd ${WRKSRC} && HOME=${WRKDIR} ./bootstrap do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ Modified: head/devel/rebar3/distinfo ============================================================================== --- head/devel/rebar3/distinfo Tue Jun 30 12:53:42 2015 (r390957) +++ head/devel/rebar3/distinfo Tue Jun 30 13:15:07 2015 (r390958) @@ -1,4 +1,14 @@ -SHA256 (rebar-rebar3-20150601-e09be18_GH0.tar.gz) = d72b269142315c03a5f7bb5866226f3170253a7354fb02918bbe6d355081d838 -SIZE (rebar-rebar3-20150601-e09be18_GH0.tar.gz) = 146166 -SHA256 (rebar3-deps-2.tar.gz) = 5a305bcb195dac3853ede2d6ef129f3c7d582b2ab937c4df33c1498463f10dea -SIZE (rebar3-deps-2.tar.gz) = 6620075 +SHA256 (rebar-rebar3-20150630-4f98106_GH0.tar.gz) = d97d923f4d6bbf3c0b6d3a6290b1adff8f02221e5f4d980eca6c28f3b79931c6 +SIZE (rebar-rebar3-20150630-4f98106_GH0.tar.gz) = 151656 +SHA256 (rebar3-packages-1.tar.gz) = 66b4b36f7ca0064d35336ea8bd89c7bdabd3f7eca98949418f89c144d05155a1 +SIZE (rebar3-packages-1.tar.gz) = 216988 +SHA256 (bbmustache-1.0.1.tar) = 274f8e35a4f11d3ba40b2ebdae5784ce7faf2cd2b6c6e247d8d5273a30d56cd4 +SIZE (bbmustache-1.0.1.tar) = 20480 +SHA256 (erlware_commons-0.12.0.tar) = ee9a20540e9a60fd8b455a1fc18d7d341a7a4e3a255b6b91c4f5ba967e3ac98c +SIZE (erlware_commons-0.12.0.tar) = 61440 +SHA256 (getopt-0.8.2.tar) = 736e6db3679fbbad46373efb96b69509f8e420281635e9d92989af9f0a0483f7 +SIZE (getopt-0.8.2.tar) = 20480 +SHA256 (providers-1.4.1.tar) = dfd88305670a3d942c08a2d852eeb4c20ec40ee2ba589339a48083ac74f14e36 +SIZE (providers-1.4.1.tar) = 20480 +SHA256 (relx-3.0.0.tar) = a04657b05ea127bc6ffdde61de1512e506199289d2ba5d2f5fb14605fb7471d4 +SIZE (relx-3.0.0.tar) = 71680 Added: head/devel/rebar3/files/patch-bootstrap ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rebar3/files/patch-bootstrap Tue Jun 30 13:15:07 2015 (r390958) @@ -0,0 +1,18 @@ +--- bootstrap.orig 2015-06-29 12:47:25 UTC ++++ bootstrap +@@ -30,7 +30,6 @@ main(_Args) -> + + setup_env(), + os:putenv("REBAR_PROFILE", "bootstrap"), +- rebar3:run(["update"]), + {ok, State} = rebar3:run(["compile"]), + reset_env(), + os:putenv("REBAR_PROFILE", ""), +@@ -60,7 +59,6 @@ main(_Args) -> + + fetch_and_compile({Name, ErlFirstFiles}, Deps) -> + {Name, _, Repo} = lists:keyfind(Name, 1, Deps), +- ok = fetch(Repo, Name), + compile(Name, ErlFirstFiles). + + fetch({pkg, Name, Vsn}, App) -> From owner-svn-ports-all@freebsd.org Tue Jun 30 13:33:36 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EE65398FCB3; Tue, 30 Jun 2015 13:33:36 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D2A36142F; Tue, 30 Jun 2015 13:33:36 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5UDXaa7086593; Tue, 30 Jun 2015 13:33:36 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5UDXar3086592; Tue, 30 Jun 2015 13:33:36 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201506301333.t5UDXar3086592@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 30 Jun 2015 13:33:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390959 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 13:33:37 -0000 Author: mat Date: Tue Jun 30 13:33:36 2015 New Revision: 390959 URL: https://svnweb.freebsd.org/changeset/ports/390959 Log: Rename a few internal multi-USE_GITHUB variables, to ease usage. With hat: portmgr@ Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D2942 Modified: head/Mk/bsd.sites.mk Modified: head/Mk/bsd.sites.mk ============================================================================== --- head/Mk/bsd.sites.mk Tue Jun 30 13:15:07 2015 (r390958) +++ head/Mk/bsd.sites.mk Tue Jun 30 13:33:36 2015 (r390959) @@ -531,13 +531,13 @@ MASTER_SITE_GITHUB_CLOUD+= http://cloud. . if !defined(MASTER_SITES) || !${MASTER_SITES:MGH} && !${MASTER_SITES:MGHC} && !${USE_GITHUB:Mnodefault} MASTER_SITES+= GH . endif -_GH_ACCOUNT_DEFAULT= ${PORTNAME} -GH_ACCOUNT?= ${_GH_ACCOUNT_DEFAULT} -_GH_PROJECT_DEFAULT= ${PORTNAME} -GH_PROJECT?= ${_GH_PROJECT_DEFAULT} +GH_ACCOUNT_DEFAULT= ${PORTNAME} +GH_ACCOUNT?= ${GH_ACCOUNT_DEFAULT} +GH_PROJECT_DEFAULT= ${PORTNAME} +GH_PROJECT?= ${GH_PROJECT_DEFAULT} # Use full PREFIX/SUFFIX and converted DISTVERSION -_GH_TAGNAME_DEFAULT= ${DISTVERSIONFULL} -GH_TAGNAME?= ${_GH_TAGNAME_DEFAULT} +GH_TAGNAME_DEFAULT= ${DISTVERSIONFULL} +GH_TAGNAME?= ${GH_TAGNAME_DEFAULT} # Iterate over GH_ACCOUNT, GH_PROJECT and GH_TAGNAME to extract groups _GITHUB_GROUPS= DEFAULT .for _A in ${GH_ACCOUNT} @@ -554,10 +554,10 @@ check-makevars:: . if !${_GITHUB_GROUPS:M${_group}} _GITHUB_GROUPS+= ${_group} . endif -_GH_ACCOUNT_${_group}= ${_A:C@^(.*):[^/:]+$@\1@} +GH_ACCOUNT_${_group}= ${_A:C@^(.*):[^/:]+$@\1@} . endfor . else -_GH_ACCOUNT_DEFAULT= ${_A:C@^(.*):[^/:]+$@\1@} +GH_ACCOUNT_DEFAULT= ${_A:C@^(.*):[^/:]+$@\1@} . endif .endfor .for _P in ${GH_PROJECT} @@ -574,10 +574,10 @@ check-makevars:: . if !${_GITHUB_GROUPS:M${_group}} _GITHUB_GROUPS+= ${_group} . endif -_GH_PROJECT_${_group}= ${_P:C@^(.*):[^/:]+$@\1@} +GH_PROJECT_${_group}= ${_P:C@^(.*):[^/:]+$@\1@} . endfor . else -_GH_PROJECT_DEFAULT= ${_P:C@^(.*):[^/:]+$@\1@} +GH_PROJECT_DEFAULT= ${_P:C@^(.*):[^/:]+$@\1@} . endif .endfor .for _T in ${GH_TAGNAME} @@ -594,17 +594,17 @@ check-makevars:: . if !${_GITHUB_GROUPS:M${_group}} _GITHUB_GROUPS+= ${_group} . endif -_GH_TAGNAME_${_group}= ${_T:C@^(.*):[^/:]+$@\1@} +GH_TAGNAME_${_group}= ${_T:C@^(.*):[^/:]+$@\1@} . endfor . else -_GH_TAGNAME_DEFAULT= ${_T:C@^(.*):[^/:]+$@\1@} +GH_TAGNAME_DEFAULT= ${_T:C@^(.*):[^/:]+$@\1@} . endif .endfor # Put the default values back into the variables so that the *default* behavior # is not changed. -GH_ACCOUNT:= ${_GH_ACCOUNT_DEFAULT} -GH_PROJECT:= ${_GH_PROJECT_DEFAULT} -GH_TAGNAME:= ${_GH_TAGNAME_DEFAULT} +GH_ACCOUNT:= ${GH_ACCOUNT_DEFAULT} +GH_PROJECT:= ${GH_PROJECT_DEFAULT} +GH_TAGNAME:= ${GH_TAGNAME_DEFAULT} . if defined(GH_TAGNAME) GH_TAGNAME_SANITIZED= ${GH_TAGNAME:S,/,-,} # Github silently converts tags starting with v to not have v in the filename @@ -638,32 +638,16 @@ DISTFILES+= ${DISTNAME}${_GITHUB_EXTRACT # entries with the correct group and create {WRKSRC,DISTNAME,DISTFILES}_group # helper variables. . for _group in ${_GITHUB_GROUPS:NDEFAULT} -.if defined(_GH_ACCOUNT_${_group}) -_a_tmp= ${_GH_ACCOUNT_${_group}} -.else -_a_tmp= ${_GH_ACCOUNT_DEFAULT} -.endif -.if defined(_GH_PROJECT_${_group}) -_p_tmp= ${_GH_PROJECT_${_group}} -.else -_p_tmp= ${_GH_PROJECT_DEFAULT} -.endif -.if defined(_GH_TAGNAME_${_group}) -_t_tmp= ${_GH_TAGNAME_${_group}} -.else -_t_tmp= ${_GH_TAGNAME_DEFAULT} -.endif -# starting with 10+: -#_a_tmp= ${_GH_ACCOUNT_${_group}:U${_GH_ACCOUNT_DEFAULT}} -#_p_tmp= ${_GH_PROJECT_${_group}:U${_GH_PROJECT_DEFAULT}} -#_t_tmp= ${_GH_TAGNAME_${_group}:U${_GH_TAGNAME_DEFAULT}} -_t_tmp_s= ${_t_tmp:S,/,-,} -_t_tmp_e= ${_t_tmp_s:C/^[vV]([0-9])/\1/} -DISTNAME_${_group}:= ${_a_tmp}-${_p_tmp}-${_t_tmp_s} +GH_ACCOUNT_${_group}?= ${GH_ACCOUNT_DEFAULT} +GH_PROJECT_${_group}?= ${GH_PROJECT_DEFAULT} +GH_TAGNAME_${_group}?= ${GH_TAGNAME_DEFAULT} +GH_TAGNAME_${_group}_SANITIZED= ${GH_TAGNAME_${_group}:S,/,-,} +GH_TAGNAME_${_group}_EXTRACT= ${GH_TAGNAME_${_group}_SANITIZED:C/^[vV]([0-9])/\1/} +DISTNAME_${_group}:= ${GH_ACCOUNT_${_group}}-${GH_PROJECT_${_group}}-${GH_TAGNAME_${_group}_SANITIZED} DISTFILE_${_group}:= ${DISTNAME_${_group}}_GH${_GITHUB_REV}${_GITHUB_EXTRACT_SUFX} DISTFILES:= ${DISTFILES} ${DISTFILE_${_group}}:${_group} -MASTER_SITES:= ${MASTER_SITES} ${MASTER_SITE_GITHUB:S@%SUBDIR%@${_a_tmp}/${_p_tmp}/tar.gz/${_t_tmp}?dummy=/:${_group}@} -WRKSRC_${_group}:= ${WRKDIR}/${_p_tmp}-${_t_tmp_e} +MASTER_SITES:= ${MASTER_SITES} ${MASTER_SITE_GITHUB:S@%SUBDIR%@${GH_ACCOUNT_${_group}}/${GH_PROJECT_${_group}}/tar.gz/${GH_TAGNAME_${_group}}?dummy=/:${_group}@} +WRKSRC_${_group}:= ${WRKDIR}/${GH_PROJECT_${_group}}-${GH_TAGNAME_${_group}_EXTRACT} . endfor .endif .endif From owner-svn-ports-all@freebsd.org Tue Jun 30 13:48:44 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AFB8F98FF3D; Tue, 30 Jun 2015 13:48:44 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A10691D9A; Tue, 30 Jun 2015 13:48:44 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5UDmiho093683; Tue, 30 Jun 2015 13:48:44 GMT (envelope-from wxs@FreeBSD.org) Received: (from wxs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5UDmi2p093681; Tue, 30 Jun 2015 13:48:44 GMT (envelope-from wxs@FreeBSD.org) Message-Id: <201506301348.t5UDmi2p093681@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wxs set sender to wxs@FreeBSD.org using -f From: Wesley Shields Date: Tue, 30 Jun 2015 13:48:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390960 - head/security/py-yara X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 13:48:44 -0000 Author: wxs Date: Tue Jun 30 13:48:43 2015 New Revision: 390960 URL: https://svnweb.freebsd.org/changeset/ports/390960 Log: Update to 3.4.0. Modified: head/security/py-yara/Makefile head/security/py-yara/distinfo Modified: head/security/py-yara/Makefile ============================================================================== --- head/security/py-yara/Makefile Tue Jun 30 13:33:36 2015 (r390959) +++ head/security/py-yara/Makefile Tue Jun 30 13:48:43 2015 (r390960) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= yara -PORTVERSION= 3.3.0 +PORTVERSION= 3.4.0 DISTVERSIONPREFIX= v CATEGORIES= security PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/security/py-yara/distinfo ============================================================================== --- head/security/py-yara/distinfo Tue Jun 30 13:33:36 2015 (r390959) +++ head/security/py-yara/distinfo Tue Jun 30 13:48:43 2015 (r390960) @@ -1,2 +1,2 @@ -SHA256 (plusvic-yara-v3.3.0_GH0.tar.gz) = e5f4359082e35ff00ee94af9ee897bb0ab18abf49a2c4fe45968d7a848e5bd83 -SIZE (plusvic-yara-v3.3.0_GH0.tar.gz) = 7634474 +SHA256 (plusvic-yara-v3.4.0_GH0.tar.gz) = 528571ff721364229f34f6d1ff0eedc3cd5a2a75bb94727dc6578c6efe3d618b +SIZE (plusvic-yara-v3.4.0_GH0.tar.gz) = 7642695 From owner-svn-ports-all@freebsd.org Tue Jun 30 13:48:49 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5017598FF57; Tue, 30 Jun 2015 13:48:49 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 077651DEA; Tue, 30 Jun 2015 13:48:49 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5UDmmIC093811; Tue, 30 Jun 2015 13:48:48 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5UDmmFB093810; Tue, 30 Jun 2015 13:48:48 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201506301348.t5UDmmFB093810@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 30 Jun 2015 13:48:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390961 - head/devel/elixir-conform X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 13:48:49 -0000 Author: olgeni Date: Tue Jun 30 13:48:48 2015 New Revision: 390961 URL: https://svnweb.freebsd.org/changeset/ports/390961 Log: Remove unnecessary USES=gmake. Modified: head/devel/elixir-conform/Makefile Modified: head/devel/elixir-conform/Makefile ============================================================================== --- head/devel/elixir-conform/Makefile Tue Jun 30 13:48:43 2015 (r390960) +++ head/devel/elixir-conform/Makefile Tue Jun 30 13:48:48 2015 (r390961) @@ -2,6 +2,7 @@ PORTNAME= conform PORTVERSION= 0.14.5 +PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= elixir- @@ -17,7 +18,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} PLIST_SUB= VERSION="${PORTVERSION}" -USES= gmake USE_GITHUB= yes GH_ACCOUNT= bitwalker From owner-svn-ports-all@freebsd.org Tue Jun 30 13:51:28 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 42A2098E030; Tue, 30 Jun 2015 13:51:28 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 32A111145; Tue, 30 Jun 2015 13:51:28 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5UDpSCA095692; Tue, 30 Jun 2015 13:51:28 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5UDpSW5095675; Tue, 30 Jun 2015 13:51:28 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201506301351.t5UDpSW5095675@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 30 Jun 2015 13:51:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390962 - head/devel/elixir-exrm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 13:51:28 -0000 Author: olgeni Date: Tue Jun 30 13:51:27 2015 New Revision: 390962 URL: https://svnweb.freebsd.org/changeset/ports/390962 Log: Remove unnecessary USES=gmake. Modified: head/devel/elixir-exrm/Makefile Modified: head/devel/elixir-exrm/Makefile ============================================================================== --- head/devel/elixir-exrm/Makefile Tue Jun 30 13:48:48 2015 (r390961) +++ head/devel/elixir-exrm/Makefile Tue Jun 30 13:51:27 2015 (r390962) @@ -2,6 +2,7 @@ PORTNAME= exrm PORTVERSION= 0.17.2 +PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= elixir- @@ -16,7 +17,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} PLIST_SUB= VERSION="${PORTVERSION}" -USES= gmake USE_GITHUB= yes GH_ACCOUNT= bitwalker From owner-svn-ports-all@freebsd.org Tue Jun 30 13:52:03 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E7F8598E132; Tue, 30 Jun 2015 13:52:02 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CC8D01296; Tue, 30 Jun 2015 13:52:02 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5UDq2VH098394; Tue, 30 Jun 2015 13:52:02 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5UDq1rB098384; Tue, 30 Jun 2015 13:52:01 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201506301352.t5UDq1rB098384@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 30 Jun 2015 13:52:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390963 - in head/devel: . elixir-poison elixir-poison/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 13:52:03 -0000 Author: olgeni Date: Tue Jun 30 13:52:00 2015 New Revision: 390963 URL: https://svnweb.freebsd.org/changeset/ports/390963 Log: Add devel/elixir-poison, a JSON library written in Elixir. Added: head/devel/elixir-poison/ head/devel/elixir-poison/Makefile (contents, props changed) head/devel/elixir-poison/distinfo (contents, props changed) head/devel/elixir-poison/files/ head/devel/elixir-poison/files/patch-mix.exs (contents, props changed) head/devel/elixir-poison/pkg-descr (contents, props changed) head/devel/elixir-poison/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Jun 30 13:51:27 2015 (r390962) +++ head/devel/Makefile Tue Jun 30 13:52:00 2015 (r390963) @@ -411,6 +411,7 @@ SUBDIR += elftoaout SUBDIR += elixir-conform SUBDIR += elixir-exrm + SUBDIR += elixir-poison SUBDIR += embb SUBDIR += epl.el SUBDIR += epm Added: head/devel/elixir-poison/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-poison/Makefile Tue Jun 30 13:52:00 2015 (r390963) @@ -0,0 +1,36 @@ +# $FreeBSD$ + +PORTNAME= poison +PORTVERSION= 1.4.0 +CATEGORIES= devel +PKGNAMEPREFIX= elixir- + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= Pure Elixir JSON library + +LICENSE= ISCL + +BUILD_DEPENDS= elixir:${PORTSDIR}/lang/elixir +RUN_DEPENDS:= ${BUILD_DEPENDS} + +PLIST_SUB= VERSION="${PORTVERSION}" + +USE_GITHUB= yes +GH_ACCOUNT= devinus + +do-build: + @cd ${WRKSRC} && MIX_ENV=prod mix compile + +post-build: + @${LN} -s ${WRKSRC}/_build/prod/lib/${PORTNAME}/ebin ${WRKSRC}/ebin + +do-install: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME} + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME}/ebin + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME}/lib + ${INSTALL_DATA} ${WRKSRC}/ebin/* ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME}/ebin + cd ${WRKSRC}/lib && ${COPYTREE_SHARE} \* ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME}/lib + +.include Added: head/devel/elixir-poison/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-poison/distinfo Tue Jun 30 13:52:00 2015 (r390963) @@ -0,0 +1,2 @@ +SHA256 (devinus-poison-1.4.0_GH0.tar.gz) = cf229316eea9950aa68c1317ba7d33d04d67e0362ae6d105d22ce901ae9cb6ce +SIZE (devinus-poison-1.4.0_GH0.tar.gz) = 28465 Added: head/devel/elixir-poison/files/patch-mix.exs ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-poison/files/patch-mix.exs Tue Jun 30 13:52:00 2015 (r390963) @@ -0,0 +1,15 @@ +--- mix.exs.orig 2015-06-30 13:45:21 UTC ++++ mix.exs +@@ -29,11 +29,7 @@ defmodule Poison.Mixfile do + # + # Type `mix help deps` for more examples and options + defp deps do +- [{:earmark, "~> 0.1", only: :docs}, +- {:ex_doc, "~> 0.7", only: :docs}, +- {:jiffy, github: "davisp/jiffy", only: :bench}, +- {:exjsx, github: "talentdeficit/exjsx", only: :bench}, +- {:jazz, github: "meh/jazz", only: :bench}] ++ [] + end + + defp package do Added: head/devel/elixir-poison/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-poison/pkg-descr Tue Jun 30 13:52:00 2015 (r390963) @@ -0,0 +1,8 @@ +Poison is a new JSON library for Elixir focusing on wicked-fast +speed without sacrificing simplicity, completeness, or correctness. +Poison takes several approaches to be the fastest JSON library for +Elixir. Poison uses extensive sub binary matching, a hand-rolled +parser using several techniques that are known to benefit HiPE for +native compilation, IO list encoding and single-pass decoding. + +WWW: https://github.com/devinus/poison Added: head/devel/elixir-poison/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-poison/pkg-plist Tue Jun 30 13:52:00 2015 (r390963) @@ -0,0 +1,26 @@ +lib/elixir/lib/poison/ebin/Elixir.Poison.Decode.beam +lib/elixir/lib/poison/ebin/Elixir.Poison.Decoder.Any.beam +lib/elixir/lib/poison/ebin/Elixir.Poison.Decoder.beam +lib/elixir/lib/poison/ebin/Elixir.Poison.Encode.beam +lib/elixir/lib/poison/ebin/Elixir.Poison.EncodeError.beam +lib/elixir/lib/poison/ebin/Elixir.Poison.Encoder.Any.beam +lib/elixir/lib/poison/ebin/Elixir.Poison.Encoder.Atom.beam +lib/elixir/lib/poison/ebin/Elixir.Poison.Encoder.BitString.beam +lib/elixir/lib/poison/ebin/Elixir.Poison.Encoder.Float.beam +lib/elixir/lib/poison/ebin/Elixir.Poison.Encoder.HashDict.beam +lib/elixir/lib/poison/ebin/Elixir.Poison.Encoder.HashSet.beam +lib/elixir/lib/poison/ebin/Elixir.Poison.Encoder.Integer.beam +lib/elixir/lib/poison/ebin/Elixir.Poison.Encoder.List.beam +lib/elixir/lib/poison/ebin/Elixir.Poison.Encoder.Map.beam +lib/elixir/lib/poison/ebin/Elixir.Poison.Encoder.Range.beam +lib/elixir/lib/poison/ebin/Elixir.Poison.Encoder.Stream.beam +lib/elixir/lib/poison/ebin/Elixir.Poison.Encoder.beam +lib/elixir/lib/poison/ebin/Elixir.Poison.Parser.beam +lib/elixir/lib/poison/ebin/Elixir.Poison.SyntaxError.beam +lib/elixir/lib/poison/ebin/Elixir.Poison.beam +lib/elixir/lib/poison/ebin/poison.app +lib/elixir/lib/poison/lib/poison.ex +lib/elixir/lib/poison/lib/poison/decoder.ex +lib/elixir/lib/poison/lib/poison/encoder.ex +lib/elixir/lib/poison/lib/poison/parser.ex +%%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-all@freebsd.org Tue Jun 30 14:11:16 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 63A5598E504; Tue, 30 Jun 2015 14:11:16 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 54BE11FE1; Tue, 30 Jun 2015 14:11:16 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5UEBGGq007629; Tue, 30 Jun 2015 14:11:16 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5UEBFGu007624; Tue, 30 Jun 2015 14:11:15 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201506301411.t5UEBFGu007624@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 30 Jun 2015 14:11:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390964 - head/net/erlang-ranch X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 14:11:16 -0000 Author: olgeni Date: Tue Jun 30 14:11:15 2015 New Revision: 390964 URL: https://svnweb.freebsd.org/changeset/ports/390964 Log: Upgrade to version 1.1.0. Modified: head/net/erlang-ranch/Makefile head/net/erlang-ranch/distinfo (contents, props changed) Modified: head/net/erlang-ranch/Makefile ============================================================================== --- head/net/erlang-ranch/Makefile Tue Jun 30 13:52:00 2015 (r390963) +++ head/net/erlang-ranch/Makefile Tue Jun 30 14:11:15 2015 (r390964) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= ranch -PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTVERSION= 1.1.0 CATEGORIES= net PKGNAMEPREFIX= erlang- Modified: head/net/erlang-ranch/distinfo ============================================================================== --- head/net/erlang-ranch/distinfo Tue Jun 30 13:52:00 2015 (r390963) +++ head/net/erlang-ranch/distinfo Tue Jun 30 14:11:15 2015 (r390964) @@ -1,2 +1,2 @@ -SHA256 (ninenines-ranch-1.0.0_GH0.tar.gz) = ec75e8876bf25df2e1f5156909d51cf11f2e98dd76a3be2090fa30ebefc8062f -SIZE (ninenines-ranch-1.0.0_GH0.tar.gz) = 41121 +SHA256 (ninenines-ranch-1.1.0_GH0.tar.gz) = e408d6a9dbb522566eeb725bdb1dcbd325015b2593c74916f500fbec8c570982 +SIZE (ninenines-ranch-1.1.0_GH0.tar.gz) = 42085 From owner-svn-ports-all@freebsd.org Tue Jun 30 15:26:55 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EB84598FF75; Tue, 30 Jun 2015 15:26:55 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C30B2195D; Tue, 30 Jun 2015 15:26:55 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5UFQtK0052456; Tue, 30 Jun 2015 15:26:55 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5UFQtSh052454; Tue, 30 Jun 2015 15:26:55 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201506301526.t5UFQtSh052454@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 30 Jun 2015 15:26:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390965 - head/lang/erlang X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 15:26:56 -0000 Author: olgeni Date: Tue Jun 30 15:26:54 2015 New Revision: 390965 URL: https://svnweb.freebsd.org/changeset/ports/390965 Log: Upgrade to version 18.0.1. Modified: head/lang/erlang/Makefile head/lang/erlang/distinfo Modified: head/lang/erlang/Makefile ============================================================================== --- head/lang/erlang/Makefile Tue Jun 30 14:11:15 2015 (r390964) +++ head/lang/erlang/Makefile Tue Jun 30 15:26:54 2015 (r390965) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= erlang -PORTVERSION= 18.0 +PORTVERSION= 18.0.1 PORTEPOCH= 3 CATEGORIES= lang parallel java MASTER_SITES= http://www.erlang.org/download/:erlangorg \ @@ -20,7 +20,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} PATCH_SITES= http://olgeni.olgeni.com/~olgeni/distfiles/ \ LOCAL/olgeni -PATCHFILES= +PATCHFILES= patch-otp-18.0.1 MAINTAINER= olgeni@FreeBSD.org COMMENT= Functional programming language from Ericsson @@ -220,6 +220,11 @@ post-install: .if ${PORT_OPTIONS:MDOCS} ${TAR} --unlink -xzpf ${DISTDIR}/${DIST_SUBDIR}/${ERLANG_DOCS} \ -C ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB} + + ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/erts-7.0/* \ + ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/erts-7.0.1 + ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/erts-7.0 + ${INSTALL_DATA} ${WRKSRC}/lib/dialyzer/doc/*.txt \ ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/dialyzer-*/doc/ @${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/lang/erlang/distinfo ============================================================================== --- head/lang/erlang/distinfo Tue Jun 30 14:11:15 2015 (r390964) +++ head/lang/erlang/distinfo Tue Jun 30 15:26:54 2015 (r390965) @@ -16,3 +16,5 @@ SHA256 (erlang/mnesia_overview.pdf) = f0 SIZE (erlang/mnesia_overview.pdf) = 150266 SHA256 (erlang/programming_rules.pdf) = b95f8851004832b044e064c12976a422613ece897e98308a27ee8b66738b4502 SIZE (erlang/programming_rules.pdf) = 77025 +SHA256 (erlang/patch-otp-18.0.1) = 9769b66cd0c385f40365e58c44970e38a1707e9544c797394203add744c2ea0b +SIZE (erlang/patch-otp-18.0.1) = 5727 From owner-svn-ports-all@freebsd.org Tue Jun 30 15:39:44 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7E79198D228; Tue, 30 Jun 2015 15:39:44 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 62D781FA1; Tue, 30 Jun 2015 15:39:44 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5UFdie0059223; Tue, 30 Jun 2015 15:39:44 GMT (envelope-from dvl@FreeBSD.org) Received: (from dvl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5UFdgpG059212; Tue, 30 Jun 2015 15:39:42 GMT (envelope-from dvl@FreeBSD.org) Message-Id: <201506301539.t5UFdgpG059212@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: dvl set sender to dvl@FreeBSD.org using -f From: Dan Langille Date: Tue, 30 Jun 2015 15:39:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390966 - in head: devel devel/py-django-tastypie-mongoengine devel/py-django16-tastypie-mongoengine security/py-crits www www/py-django-tastypie www/py-django16-tastypie X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 15:39:44 -0000 Author: dvl Date: Tue Jun 30 15:39:41 2015 New Revision: 390966 URL: https://svnweb.freebsd.org/changeset/ports/390966 Log: security/py-crits must use django v1.6 and will not work with v1.8 Two dependencies bring in www/py-django so I have created two new slave ports which use www/py-django16 * devel/py-django-tastypie-mongoengine allowed you to select django 1.6 or 1.8 in the options It now uses only 1.8 * add slave port devel/py-django16-tastypie-mongoengine which uses django 1.6 * www/py-django-tastypie now sets RUN_DEPENDS only if not already set * add slave www/py-django16-tastypie which uses django 1.6 Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D2913 Added: head/devel/py-django16-tastypie-mongoengine/ head/devel/py-django16-tastypie-mongoengine/Makefile (contents, props changed) head/www/py-django16-tastypie/ head/www/py-django16-tastypie/Makefile (contents, props changed) Modified: head/devel/Makefile head/devel/py-django-tastypie-mongoengine/Makefile head/security/py-crits/Makefile head/www/Makefile head/www/py-django-tastypie/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Jun 30 15:26:54 2015 (r390965) +++ head/devel/Makefile Tue Jun 30 15:39:41 2015 (r390966) @@ -3864,6 +3864,7 @@ SUBDIR += py-distorm SUBDIR += py-distutils-extra SUBDIR += py-django-tastypie-mongoengine + SUBDIR += py-django16-tastypie-mongoengine SUBDIR += py-docopt SUBDIR += py-dogpile.cache SUBDIR += py-dogpile.core Modified: head/devel/py-django-tastypie-mongoengine/Makefile ============================================================================== --- head/devel/py-django-tastypie-mongoengine/Makefile Tue Jun 30 15:26:54 2015 (r390965) +++ head/devel/py-django-tastypie-mongoengine/Makefile Tue Jun 30 15:39:41 2015 (r390966) @@ -13,23 +13,14 @@ COMMENT= MongoEngine support for django LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +RUN_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}django-tastypie>=0.9.12:${PORTSDIR}/www/py-django-tastypie \ + ${PYTHON_PKGNAMEPREFIX}mongoengine>=0.8.7:${PORTSDIR}/devel/py-mongoengine \ + ${PYTHON_PKGNAMEPREFIX}django>0:${PORTSDIR}/www/py-django + USE_GITHUB= yes GH_ACCOUNT= wlanslovenija USES= python USE_PYTHON= autoplist distutils -OPTIONS_SINGLE= DJANGO -OPTIONS_SINGLE_DJANGO= DJANGO16 DJANGO17 -OPTIONS_DEFAULT= DJANGO17 - -DJANGO16_DESC= Build with Django 1.6 -DJANGO17_DESC= Build with Django 1.7 - -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}django-tastypie>=0.9.12:${PORTSDIR}/www/py-django-tastypie \ - ${PYTHON_PKGNAMEPREFIX}mongoengine>=0.8.7:${PORTSDIR}/devel/py-mongoengine - -DJANGO16_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django16>0:${PORTSDIR}/www/py-django16 -DJANGO17_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>0:${PORTSDIR}/www/py-django - .include Added: head/devel/py-django16-tastypie-mongoengine/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-django16-tastypie-mongoengine/Makefile Tue Jun 30 15:39:41 2015 (r390966) @@ -0,0 +1,21 @@ +# Created by: Dan Langille +# $FreeBSD$ + +PORTNAME= django-tastypie-mongoengine +PKGNAMESUFFIX= 16 + +MAINTAINER= dvl@FreeBSD.org +COMMENT= MongoEngine support for django-tastypie using Django 1.6 + +LICENSE= AGPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django-tastypie16>=0.9.12:${PORTSDIR}/www/py-django16-tastypie \ + ${PYTHON_PKGNAMEPREFIX}mongoengine>=0.8.7:${PORTSDIR}/devel/py-mongoengine \ + ${PYTHON_PKGNAMEPREFIX}django16>0:${PORTSDIR}/www/py-django16 + +MASTERDIR= ${.CURDIR}/../py-django-tastypie-mongoengine + +CONFLICTS_INSTALL= devel/py-django-tastypie-mongoengine + +.include "${MASTERDIR}/Makefile" Modified: head/security/py-crits/Makefile ============================================================================== --- head/security/py-crits/Makefile Tue Jun 30 15:26:54 2015 (r390965) +++ head/security/py-crits/Makefile Tue Jun 30 15:39:41 2015 (r390966) @@ -4,6 +4,7 @@ PORTNAME= crits PORTVERSION= 3.1.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= security PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -45,8 +46,8 @@ RUN_DEPENDS+= 7z:${PORTSDIR}/archivers/p ${PYTHON_PKGNAMEPREFIX}pymongo>=2.7.1:${PORTSDIR}/databases/pymongo \ ${PYTHON_PKGNAMEPREFIX}defusedxml>=0.4.1:${PORTSDIR}/devel/py-defusedxml \ ${PYTHON_PKGNAMEPREFIX}django16>=1.6.5:${PORTSDIR}/www/py-django16 \ - ${PYTHON_PKGNAMEPREFIX}django-tastypie>=0.11.0:${PORTSDIR}/www/py-django-tastypie \ - ${PYTHON_PKGNAMEPREFIX}django-tastypie-mongoengine>=0.4.5:${PORTSDIR}/devel/py-django-tastypie-mongoengine \ + ${PYTHON_PKGNAMEPREFIX}django-tastypie16>0:${PORTSDIR}/www/py-django16-tastypie \ + ${PYTHON_PKGNAMEPREFIX}django-tastypie-mongoengine16>=0.4.5:${PORTSDIR}/devel/py-django16-tastypie-mongoengine \ ${PYTHON_PKGNAMEPREFIX}mongoengine>=0.8.7:${PORTSDIR}/devel/py-mongoengine \ ${PYTHON_PKGNAMEPREFIX}pydeep>=0.2:${PORTSDIR}/security/py-pydeep \ ${PYTHON_PKGNAMEPREFIX}pefile>=1.2.10.114:${PORTSDIR}/devel/py-pefile \ Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Tue Jun 30 15:26:54 2015 (r390965) +++ head/www/Makefile Tue Jun 30 15:39:41 2015 (r390966) @@ -1537,6 +1537,7 @@ SUBDIR += py-django-tagging SUBDIR += py-django-taggit SUBDIR += py-django-tastypie + SUBDIR += py-django16-tastypie SUBDIR += py-django-threaded-multihost SUBDIR += py-django-tinymce SUBDIR += py-django-voting Modified: head/www/py-django-tastypie/Makefile ============================================================================== --- head/www/py-django-tastypie/Makefile Tue Jun 30 15:26:54 2015 (r390965) +++ head/www/py-django-tastypie/Makefile Tue Jun 30 15:39:41 2015 (r390966) @@ -12,12 +12,17 @@ COMMENT= Create REST API for Django apps LICENSE= BSD3CLAUSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mimeparse>=0.1.4:${PORTSDIR}/devel/py-mimeparse \ +MY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mimeparse>=0.1.4:${PORTSDIR}/devel/py-mimeparse \ ${PYTHON_PKGNAMEPREFIX}dateutil>=2.1:${PORTSDIR}/devel/py-dateutil -RUN_DEPENDS:= ${BUILD_DEPENDS} \ + +BUILD_DEPENDS= ${MY_DEPENDS} + +RUN_DEPENDS?= ${MY_DEPENDS} \ ${PYTHON_PKGNAMEPREFIX}django>=1.5:${PORTSDIR}/www/py-django USES= python USE_PYTHON= distutils autoplist +CONFLICTS_INSTALL= ${PKGNAMEPREFIX}${PORTNAME}16 + .include Added: head/www/py-django16-tastypie/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django16-tastypie/Makefile Tue Jun 30 15:39:41 2015 (r390966) @@ -0,0 +1,19 @@ +# Created by: Dan Langille +# $FreeBSD$ + +PORTNAME= django-tastypie +PKGNAMESUFFIX= 16 + +MAINTAINER= dvl@FreeBSD.org +COMMENT= Create REST API for Django apps using Django 1.6 + +LICENSE= BSD3CLAUSE + +RUN_DEPENDS= ${MY_DEPENDS} \ + ${PYTHON_PKGNAMEPREFIX}django16>0:${PORTSDIR}/www/py-django16 + +MASTERDIR= ${.CURDIR}/../py-django-tastypie + +CONFLICTS_INSTALL= ${PKGNAMEPREFIX}${PORTNAME} + +.include "${MASTERDIR}/Makefile" From owner-svn-ports-all@freebsd.org Tue Jun 30 15:44:06 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2B6AB98D358; Tue, 30 Jun 2015 15:44:06 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1CD4812D0; Tue, 30 Jun 2015 15:44:06 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5UFi5Wc063854; Tue, 30 Jun 2015 15:44:05 GMT (envelope-from sbruno@FreeBSD.org) Received: (from sbruno@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5UFi583063853; Tue, 30 Jun 2015 15:44:05 GMT (envelope-from sbruno@FreeBSD.org) Message-Id: <201506301544.t5UFi583063853@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sbruno set sender to sbruno@FreeBSD.org using -f From: Sean Bruno Date: Tue, 30 Jun 2015 15:44:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390967 - head/lang/python27 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 15:44:06 -0000 Author: sbruno Date: Tue Jun 30 15:44:05 2015 New Revision: 390967 URL: https://svnweb.freebsd.org/changeset/ports/390967 Log: Add AARCH64 to the list of 64bit targets that require PLIST handling PR: 201182 Differential Revision: https://reviews.freebsd.org/D2948 Reviewed by: koobs lwhsu emaste Modified: head/lang/python27/Makefile Modified: head/lang/python27/Makefile ============================================================================== --- head/lang/python27/Makefile Tue Jun 30 15:39:41 2015 (r390966) +++ head/lang/python27/Makefile Tue Jun 30 15:44:05 2015 (r390967) @@ -83,7 +83,7 @@ PLIST_SUB+= X86_ONLY="" PLIST_SUB+= X86_ONLY="@comment " .endif -.if ${ARCH} == amd64 || ${ARCH} == ia64 || ${ARCH} == sparc64 || ${ARCH} == powerpc64 || ${ARCH} == mips64 +.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == ia64 || ${ARCH} == sparc64 || ${ARCH} == powerpc64 || ${ARCH} == mips64 PLIST_SUB+= 32BIT_ONLY="@comment " .else PLIST_SUB+= 32BIT_ONLY="" From owner-svn-ports-all@freebsd.org Tue Jun 30 15:59:43 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 565F698D77D; Tue, 30 Jun 2015 15:59:43 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2DA151E1C; Tue, 30 Jun 2015 15:59:43 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5UFxh8j070558; Tue, 30 Jun 2015 15:59:43 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5UFxgpF070553; Tue, 30 Jun 2015 15:59:42 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201506301559.t5UFxgpF070553@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 30 Jun 2015 15:59:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390968 - head/lang/erlang-runtime18 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 15:59:43 -0000 Author: olgeni Date: Tue Jun 30 15:59:42 2015 New Revision: 390968 URL: https://svnweb.freebsd.org/changeset/ports/390968 Log: Upgrade to version 18.0.1. Modified: head/lang/erlang-runtime18/Makefile head/lang/erlang-runtime18/distinfo Modified: head/lang/erlang-runtime18/Makefile ============================================================================== --- head/lang/erlang-runtime18/Makefile Tue Jun 30 15:44:05 2015 (r390967) +++ head/lang/erlang-runtime18/Makefile Tue Jun 30 15:59:42 2015 (r390968) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= erlang -PORTVERSION= 18.0 +PORTVERSION= 18.0.1 CATEGORIES= lang parallel java MASTER_SITES= http://www.erlang.org/download/:erlangorg \ http://erlang.stacken.kth.se/download/:erlangorg \ @@ -16,7 +16,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} PATCH_SITES= http://olgeni.olgeni.com/~olgeni/distfiles/ \ LOCAL/olgeni -PATCHFILES= +PATCHFILES= patch-otp-18.0.1 MAINTAINER= olgeni@FreeBSD.org COMMENT= Functional programming language from Ericsson @@ -195,10 +195,14 @@ post-install: "man/man$${SECTION}/*.$${SECTION}" || ${TRUE}; \ done ${RM} -rf ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/man/cat? - .if ${PORT_OPTIONS:MDOCS} ${TAR} --unlink -xzpf ${DISTDIR}/${DIST_SUBDIR}/${ERLANG_DOCS} \ -C ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB} + + ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/erts-7.0/* \ + ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/erts-7.0.1 + ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/erts-7.0 + ${INSTALL_DATA} ${WRKSRC}/lib/dialyzer/doc/*.txt \ ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/dialyzer-*/doc/ .endif Modified: head/lang/erlang-runtime18/distinfo ============================================================================== --- head/lang/erlang-runtime18/distinfo Tue Jun 30 15:44:05 2015 (r390967) +++ head/lang/erlang-runtime18/distinfo Tue Jun 30 15:59:42 2015 (r390968) @@ -4,3 +4,5 @@ SHA256 (erlang/otp_doc_man_18.0.tar.gz) SIZE (erlang/otp_doc_man_18.0.tar.gz) = 1389178 SHA256 (erlang/otp_doc_html_18.0.tar.gz) = e5a766f68406f5025f921ec32e8959937189ed1245e24b03a74156a8898b03b2 SIZE (erlang/otp_doc_html_18.0.tar.gz) = 33857396 +SHA256 (erlang/patch-otp-18.0.1) = 9769b66cd0c385f40365e58c44970e38a1707e9544c797394203add744c2ea0b +SIZE (erlang/patch-otp-18.0.1) = 5727 From owner-svn-ports-all@freebsd.org Tue Jun 30 16:28:57 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9660198DD51; Tue, 30 Jun 2015 16:28:57 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 811602BC9; Tue, 30 Jun 2015 16:28:57 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5UGSvPw085359; Tue, 30 Jun 2015 16:28:57 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5UGSv6E085358; Tue, 30 Jun 2015 16:28:57 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506301628.t5UGSv6E085358@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 30 Jun 2015 16:28:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390969 - head/mail/fetchmail X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 16:28:57 -0000 Author: amdmi3 Date: Tue Jun 30 16:28:56 2015 New Revision: 390969 URL: https://svnweb.freebsd.org/changeset/ports/390969 Log: - Correct python dependency to fix build with X11 enabled PR: 201131 Submitted by: lantw44@gmail.com Approved by: chalpin@cs.wisc.edu (maintainer) Modified: head/mail/fetchmail/Makefile Modified: head/mail/fetchmail/Makefile ============================================================================== --- head/mail/fetchmail/Makefile Tue Jun 30 15:59:42 2015 (r390968) +++ head/mail/fetchmail/Makefile Tue Jun 30 16:28:56 2015 (r390969) @@ -59,7 +59,7 @@ CONFIGURE_ARGS+= --enable-POP2 .endif .if ${PORT_OPTIONS:MX11} -USES+= python:run +USES+= python RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}tkinter>=0:${PORTSDIR}/x11-toolkits/py-tkinter PLIST_SUB+= NOX11="@comment " .else From owner-svn-ports-all@freebsd.org Tue Jun 30 16:29:45 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6C62098DD9B; Tue, 30 Jun 2015 16:29:45 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 44D722CB6; Tue, 30 Jun 2015 16:29:45 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5UGTjQF085619; Tue, 30 Jun 2015 16:29:45 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5UGTisk085613; Tue, 30 Jun 2015 16:29:44 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506301629.t5UGTisk085613@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 30 Jun 2015 16:29:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390970 - head/finance/electrum X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 16:29:45 -0000 Author: amdmi3 Date: Tue Jun 30 16:29:44 2015 New Revision: 390970 URL: https://svnweb.freebsd.org/changeset/ports/390970 Log: - Update to 2.3.2 PR: 201126 Submitted by: amdmi3 Approved by: kyuupichan@gmail.com (maintainer) Modified: head/finance/electrum/Makefile head/finance/electrum/distinfo head/finance/electrum/pkg-plist Modified: head/finance/electrum/Makefile ============================================================================== --- head/finance/electrum/Makefile Tue Jun 30 16:28:56 2015 (r390969) +++ head/finance/electrum/Makefile Tue Jun 30 16:29:44 2015 (r390970) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= electrum -PORTVERSION= 2.1.1 +PORTVERSION= 2.3.2 CATEGORIES= finance python MASTER_SITES= https://download.electrum.org/ http://download.electrum.org/ DISTNAME= Electrum-${PORTVERSION} Modified: head/finance/electrum/distinfo ============================================================================== --- head/finance/electrum/distinfo Tue Jun 30 16:28:56 2015 (r390969) +++ head/finance/electrum/distinfo Tue Jun 30 16:29:44 2015 (r390970) @@ -1,2 +1,2 @@ -SHA256 (Electrum-2.1.1.tar.gz) = 958c7113072aa4a00a7e58a6e325d952fc35896a8678952cf6487636f74164e0 -SIZE (Electrum-2.1.1.tar.gz) = 1778994 +SHA256 (Electrum-2.3.2.tar.gz) = 710d133ec72292e3a3ed8d394cffe1127bb9b6f6e4614e02bf7ce5d2cea9b845 +SIZE (Electrum-2.3.2.tar.gz) = 1970776 Modified: head/finance/electrum/pkg-plist ============================================================================== --- head/finance/electrum/pkg-plist Tue Jun 30 16:28:56 2015 (r390969) +++ head/finance/electrum/pkg-plist Tue Jun 30 16:29:44 2015 (r390970) @@ -120,6 +120,7 @@ share/pixmaps/electrum.png %%PYTHON_SITELIBDIR%%/electrum/wordlist/japanese.txt %%PYTHON_SITELIBDIR%%/electrum/wordlist/portuguese.txt %%PYTHON_SITELIBDIR%%/electrum/wordlist/spanish.txt +%%PYTHON_SITELIBDIR%%/electrum/www/index.html %%PYTHON_SITELIBDIR%%/electrum/x509.py %%PYTHON_SITELIBDIR%%/electrum/x509.pyc %%PYTHON_SITELIBDIR%%/electrum/x509.pyo @@ -132,6 +133,9 @@ share/pixmaps/electrum.png %%PYTHON_SITELIBDIR%%/electrum_gui/gtk.py %%PYTHON_SITELIBDIR%%/electrum_gui/gtk.pyc %%PYTHON_SITELIBDIR%%/electrum_gui/gtk.pyo +%%PYTHON_SITELIBDIR%%/electrum_gui/jsonrpc.py +%%PYTHON_SITELIBDIR%%/electrum_gui/jsonrpc.pyc +%%PYTHON_SITELIBDIR%%/electrum_gui/jsonrpc.pyo %%PYTHON_SITELIBDIR%%/electrum_gui/qt/__init__.py %%PYTHON_SITELIBDIR%%/electrum_gui/qt/__init__.pyc %%PYTHON_SITELIBDIR%%/electrum_gui/qt/__init__.pyo From owner-svn-ports-all@freebsd.org Tue Jun 30 16:31:49 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A185698DE30; Tue, 30 Jun 2015 16:31:49 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9268B107E; Tue, 30 Jun 2015 16:31:49 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5UGVnuU087734; Tue, 30 Jun 2015 16:31:49 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5UGVmCi087731; Tue, 30 Jun 2015 16:31:48 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506301631.t5UGVmCi087731@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 30 Jun 2015 16:31:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390971 - head/deskutils/freemind X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 16:31:49 -0000 Author: amdmi3 Date: Tue Jun 30 16:31:48 2015 New Revision: 390971 URL: https://svnweb.freebsd.org/changeset/ports/390971 Log: - Update to 1.0.1 - Reset MAINTAINER per maintainer's request PR: 201094 Submitted by: sergey.v.brunov@gmail.com Approved by: wen@FreeBSD.org (maintainer) Modified: head/deskutils/freemind/Makefile head/deskutils/freemind/distinfo head/deskutils/freemind/pkg-plist Modified: head/deskutils/freemind/Makefile ============================================================================== --- head/deskutils/freemind/Makefile Tue Jun 30 16:29:44 2015 (r390970) +++ head/deskutils/freemind/Makefile Tue Jun 30 16:31:48 2015 (r390971) @@ -2,13 +2,12 @@ # $FreeBSD$ PORTNAME= freemind -PORTVERSION= 0.9.0 -PORTEPOCH= 1 +PORTVERSION= 1.0.1 CATEGORIES= deskutils editors java MASTER_SITES= SF DISTNAME= ${PORTNAME}-bin-max-${PORTVERSION} -MAINTAINER= wenheping@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Free mind-mapping software written in Java LICENSE= GPLv2 Modified: head/deskutils/freemind/distinfo ============================================================================== --- head/deskutils/freemind/distinfo Tue Jun 30 16:29:44 2015 (r390970) +++ head/deskutils/freemind/distinfo Tue Jun 30 16:31:48 2015 (r390971) @@ -1,2 +1,2 @@ -SHA256 (freemind-bin-max-0.9.0.zip) = 5d6a6871149ed6ec5a99581ecc258a71ef9e2d44c5cb13125ab278b7d3e7d63c -SIZE (freemind-bin-max-0.9.0.zip) = 13287177 +SHA256 (freemind-bin-max-1.0.1.zip) = 005e815bf5d1867eadcaa89194df9952d986ace9eed0a3058c7ee6255799a60a +SIZE (freemind-bin-max-1.0.1.zip) = 37583505 Modified: head/deskutils/freemind/pkg-plist ============================================================================== --- head/deskutils/freemind/pkg-plist Tue Jun 30 16:29:44 2015 (r390970) +++ head/deskutils/freemind/pkg-plist Tue Jun 30 16:31:48 2015 (r390971) @@ -1,4 +1,6 @@ bin/freemind +%%DATADIR%%/accessories/ExportToHtml.groovy +%%DATADIR%%/accessories/ExportToPdf.groovy %%DATADIR%%/accessories/LICENSE.MIT %%DATADIR%%/accessories/freemind2applet.xsl %%DATADIR%%/accessories/freemind2flash.xsl @@ -7,6 +9,7 @@ bin/freemind %%DATADIR%%/accessories/hide.png %%DATADIR%%/accessories/ilink.png %%DATADIR%%/accessories/leaf.png +%%DATADIR%%/accessories/map_location.png %%DATADIR%%/accessories/marktree.js %%DATADIR%%/accessories/masterfile.tex %%DATADIR%%/accessories/mindmanager2mm.xsl @@ -78,28 +81,37 @@ bin/freemind %%DATADIR%%/lib/freemind.jar %%DATADIR%%/lib/jibx/jibx-run.jar %%DATADIR%%/lib/jibx/xpp3.jar +%%DATADIR%%/lib/jortho.jar +%%DATADIR%%/lib/serializer.jar +%%DATADIR%%/lib/xalan.jar +%%DATADIR%%/lib/xercesImpl.jar +%%DATADIR%%/lib/xml-apis.jar %%DATADIR%%/patterns.xml +%%DATADIR%%/plugins/CollaborationSocket.xml %%DATADIR%%/plugins/ExportSvg.xml %%DATADIR%%/plugins/FreemindHelp.xml +%%DATADIR%%/plugins/MapViewer.xml %%DATADIR%%/plugins/ScriptingEngine.xml +%%DATADIR%%/plugins/collaboration/socket/socket_plugin.jar %%DATADIR%%/plugins/help/help_plugin.jar %%DATADIR%%/plugins/help/jhall.jar +%%DATADIR%%/plugins/map/JMapViewer.jar +%%DATADIR%%/plugins/map/map_plugin.jar %%DATADIR%%/plugins/script/groovy-all-1.5.6.jar %%DATADIR%%/plugins/script/scripting_plugin.jar +%%DATADIR%%/plugins/svg/batik-anim.jar %%DATADIR%%/plugins/svg/batik-awt-util.jar %%DATADIR%%/plugins/svg/batik-bridge.jar +%%DATADIR%%/plugins/svg/batik-codec.jar %%DATADIR%%/plugins/svg/batik-css.jar %%DATADIR%%/plugins/svg/batik-dom.jar %%DATADIR%%/plugins/svg/batik-ext.jar %%DATADIR%%/plugins/svg/batik-extension.jar -%%DATADIR%%/plugins/svg/batik-gui-util.jar %%DATADIR%%/plugins/svg/batik-gvt.jar %%DATADIR%%/plugins/svg/batik-parser.jar %%DATADIR%%/plugins/svg/batik-script.jar -%%DATADIR%%/plugins/svg/batik-squiggle.jar %%DATADIR%%/plugins/svg/batik-svg-dom.jar %%DATADIR%%/plugins/svg/batik-svggen.jar -%%DATADIR%%/plugins/svg/batik-swing.jar %%DATADIR%%/plugins/svg/batik-transcoder.jar %%DATADIR%%/plugins/svg/batik-util.jar %%DATADIR%%/plugins/svg/batik-xml.jar @@ -107,4 +119,5 @@ bin/freemind %%DATADIR%%/plugins/svg/pdf-transcoder.jar %%DATADIR%%/plugins/svg/svg_plugin.jar %%DATADIR%%/plugins/svg/xerces_2_5_0.jar +%%DATADIR%%/plugins/svg/xml-apis-ext.jar %%DATADIR%%/plugins/svg/xml-apis.jar From owner-svn-ports-all@freebsd.org Tue Jun 30 16:36:00 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9EDD098DFCD; Tue, 30 Jun 2015 16:36:00 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 901F012CF; Tue, 30 Jun 2015 16:36:00 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5UGa0Id090340; Tue, 30 Jun 2015 16:36:00 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5UGa0eK090339; Tue, 30 Jun 2015 16:36:00 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506301636.t5UGa0eK090339@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 30 Jun 2015 16:36:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390972 - head/sysutils/apcupsd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 16:36:00 -0000 Author: amdmi3 Date: Tue Jun 30 16:35:59 2015 New Revision: 390972 URL: https://svnweb.freebsd.org/changeset/ports/390972 Log: - Fix portlint warning PR: 200831 Submitted by: leres@ee.lbl.gov Approved by: maintainer timeout (itetcu, 2 weeks) Modified: head/sysutils/apcupsd/Makefile Modified: head/sysutils/apcupsd/Makefile ============================================================================== --- head/sysutils/apcupsd/Makefile Tue Jun 30 16:31:48 2015 (r390971) +++ head/sysutils/apcupsd/Makefile Tue Jun 30 16:35:59 2015 (r390972) @@ -75,7 +75,7 @@ TEST_DRV_CONFIGURE_ENABLE= test pre-configure: .if ${PORT_OPTIONS:MCLIENT_ONLY} && ( ${PORT_OPTIONS:MAPCSMART_DRV} || \ ${PORT_OPTIONS:MAPCDUMB_DRV} || ${PORT_OPTIONS:MPCNET_DRV} || \ - ${PORT_OPTIONS:MPOWERFLUTE} || ${PORT_OPTIONS:MUSB} || \ + ${PORT_OPTIONS:MUSB} || \ ${PORT_OPTIONS:MSNMP_DRV} || ${PORT_OPTIONS:MTEST_DRV} ) @${ECHO_CMD} "It doesn't make sense to build drivers if all you want is" @${ECHO_CMD} "the client; please do make config and select either" From owner-svn-ports-all@freebsd.org Tue Jun 30 16:39:47 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 841F4990072; Tue, 30 Jun 2015 16:39:47 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 74AB31660; Tue, 30 Jun 2015 16:39:47 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5UGdlcp091020; Tue, 30 Jun 2015 16:39:47 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5UGdk5a091014; Tue, 30 Jun 2015 16:39:46 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201506301639.t5UGdk5a091014@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Tue, 30 Jun 2015 16:39:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390973 - in head: . devel devel/rubygem-mash net net/rubygem-bunny060 security security/rubygem-hmac www www/ruby-amazon X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 16:39:47 -0000 Author: rene Date: Tue Jun 30 16:39:45 2015 New Revision: 390973 URL: https://svnweb.freebsd.org/changeset/ports/390973 Log: Remove expired ports: 2015-06-30 devel/rubygem-mash: Deprecated by upstream. Use devel/rubygem-hashie instead 2015-06-30 net/rubygem-bunny060: Use net/rubygem-bunny instead 2015-06-30 security/rubygem-hmac: Duplicate of security/rubygem-ruby-hmac 2015-06-30 www/ruby-amazon: Rendered obsolete by upstream since Amazon shut down access to AWS API v3 (2008-03-31). Use www/ruby-aws instead Deleted: head/devel/rubygem-mash/ head/net/rubygem-bunny060/ head/security/rubygem-hmac/ head/www/ruby-amazon/ Modified: head/MOVED head/devel/Makefile head/net/Makefile head/security/Makefile head/www/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Tue Jun 30 16:35:59 2015 (r390972) +++ head/MOVED Tue Jun 30 16:39:45 2015 (r390973) @@ -7670,3 +7670,7 @@ devel/xtla||2015-06-29|Has expired: Brok mail/mail-notification||2015-06-29|Has expired: Broken for more than 6 months ports-mgmt/gnome-packagekit||2015-06-29|Has expired: Broken for more than 6 months sysutils/py-salt-api||2015-06-29|Has expired: Broken for more than 6 months +devel/rubygem-mash|devel/rubgem-hashie|2015-06-30|Has expired: Deprecated by upstream. Use devel/rubygem-hashie instead +net/rubygem-bunny060|net/rubygem-bunny|2015-06-30|Has expired: Use net/rubygem-bunny instead +security/rubygem-hmac|security/rubygem-ruby-hmac|2015-06-30|Has expired: Duplicate of security/rubygem-ruby-hmac +www/ruby-amazon|www/ruby-aws|2015-06-30|Has expired: Rendered obsolete by upstream since Amazon shut down access to AWS API v3 (2008-03-31). Use www/ruby-aws instead Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Jun 30 16:35:59 2015 (r390972) +++ head/devel/Makefile Tue Jun 30 16:39:45 2015 (r390973) @@ -4669,7 +4669,6 @@ SUBDIR += rubygem-lumberjack SUBDIR += rubygem-main SUBDIR += rubygem-map - SUBDIR += rubygem-mash SUBDIR += rubygem-memoizable SUBDIR += rubygem-memoize SUBDIR += rubygem-mercenary Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Tue Jun 30 16:35:59 2015 (r390972) +++ head/net/Makefile Tue Jun 30 16:39:45 2015 (r390973) @@ -1041,7 +1041,6 @@ SUBDIR += rubygem-aws-s3 SUBDIR += rubygem-aws-ses SUBDIR += rubygem-bunny - SUBDIR += rubygem-bunny060 SUBDIR += rubygem-connection_pool SUBDIR += rubygem-dogapi SUBDIR += rubygem-domain_name Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Tue Jun 30 16:35:59 2015 (r390972) +++ head/security/Makefile Tue Jun 30 16:39:45 2015 (r390973) @@ -909,7 +909,6 @@ SUBDIR += rubygem-ezcrypto SUBDIR += rubygem-gpgr SUBDIR += rubygem-gssapi - SUBDIR += rubygem-hmac SUBDIR += rubygem-jugyo-twitter_oauth SUBDIR += rubygem-metasploit-concern SUBDIR += rubygem-metasploit-credential Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Tue Jun 30 16:35:59 2015 (r390972) +++ head/www/Makefile Tue Jun 30 16:39:45 2015 (r390973) @@ -1785,7 +1785,6 @@ SUBDIR += rsstool SUBDIR += rt40 SUBDIR += rt42 - SUBDIR += ruby-amazon SUBDIR += ruby-aws SUBDIR += ruby-google SUBDIR += ruby-wgettsv From owner-svn-ports-all@freebsd.org Tue Jun 30 16:57:40 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6AE3599043F; Tue, 30 Jun 2015 16:57:40 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5C0EB145A; Tue, 30 Jun 2015 16:57:40 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5UGvev3000848; Tue, 30 Jun 2015 16:57:40 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5UGvdvS000846; Tue, 30 Jun 2015 16:57:39 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201506301657.t5UGvdvS000846@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 30 Jun 2015 16:57:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390974 - head/devel/p5-Metabase-Client-Simple X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 16:57:40 -0000 Author: swills Date: Tue Jun 30 16:57:39 2015 New Revision: 390974 URL: https://svnweb.freebsd.org/changeset/ports/390974 Log: devel/p5-Metabase-Client-Simple: update to 0.010 Modified: head/devel/p5-Metabase-Client-Simple/Makefile head/devel/p5-Metabase-Client-Simple/distinfo Modified: head/devel/p5-Metabase-Client-Simple/Makefile ============================================================================== --- head/devel/p5-Metabase-Client-Simple/Makefile Tue Jun 30 16:39:45 2015 (r390973) +++ head/devel/p5-Metabase-Client-Simple/Makefile Tue Jun 30 16:57:39 2015 (r390974) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Metabase-Client-Simple -PORTVERSION= 0.009 -PORTREVISION= 1 +PORTVERSION= 0.010 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DAGOLDEN Modified: head/devel/p5-Metabase-Client-Simple/distinfo ============================================================================== --- head/devel/p5-Metabase-Client-Simple/distinfo Tue Jun 30 16:39:45 2015 (r390973) +++ head/devel/p5-Metabase-Client-Simple/distinfo Tue Jun 30 16:57:39 2015 (r390974) @@ -1,2 +1,2 @@ -SHA256 (Metabase-Client-Simple-0.009.tar.gz) = b8bea00beb8bd35f761261b8f3b92f3d51c1765fa16775bc4b3fc21e2a4c2592 -SIZE (Metabase-Client-Simple-0.009.tar.gz) = 12752 +SHA256 (Metabase-Client-Simple-0.010.tar.gz) = 5b63b69672f55b233d0663744f504e73d8829734fa8b017d489fd70cc850ac1d +SIZE (Metabase-Client-Simple-0.010.tar.gz) = 16962 From owner-svn-ports-all@freebsd.org Tue Jun 30 17:17:07 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CA4FE990A48; Tue, 30 Jun 2015 17:17:07 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B329E15BE; Tue, 30 Jun 2015 17:17:07 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5UHH72f011059; Tue, 30 Jun 2015 17:17:07 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5UHH7RK011054; Tue, 30 Jun 2015 17:17:07 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201506301717.t5UHH7RK011054@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 30 Jun 2015 17:17:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390975 - head/devel/p5-Test-Reporter-Transport-Metabase X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 17:17:07 -0000 Author: swills Date: Tue Jun 30 17:17:06 2015 New Revision: 390975 URL: https://svnweb.freebsd.org/changeset/ports/390975 Log: devel/p5-Test-Reporter-Transport-Metabase: update to 1.999009 Modified: head/devel/p5-Test-Reporter-Transport-Metabase/Makefile head/devel/p5-Test-Reporter-Transport-Metabase/distinfo Modified: head/devel/p5-Test-Reporter-Transport-Metabase/Makefile ============================================================================== --- head/devel/p5-Test-Reporter-Transport-Metabase/Makefile Tue Jun 30 16:57:39 2015 (r390974) +++ head/devel/p5-Test-Reporter-Transport-Metabase/Makefile Tue Jun 30 17:17:06 2015 (r390975) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Test-Reporter-Transport-Metabase -PORTVERSION= 1.999008 -PORTREVISION= 1 +PORTVERSION= 1.999009 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DAGOLDEN Modified: head/devel/p5-Test-Reporter-Transport-Metabase/distinfo ============================================================================== --- head/devel/p5-Test-Reporter-Transport-Metabase/distinfo Tue Jun 30 16:57:39 2015 (r390974) +++ head/devel/p5-Test-Reporter-Transport-Metabase/distinfo Tue Jun 30 17:17:06 2015 (r390975) @@ -1,2 +1,2 @@ -SHA256 (Test-Reporter-Transport-Metabase-1.999008.tar.gz) = e96d7ea84aa2bae4689f8e19be68807d173c8768538f164823f9315cf5009361 -SIZE (Test-Reporter-Transport-Metabase-1.999008.tar.gz) = 10264 +SHA256 (Test-Reporter-Transport-Metabase-1.999009.tar.gz) = 6c4ad3e335ba2c3b7aedd7d108523ea07646e39def840516086b1b71497b0d08 +SIZE (Test-Reporter-Transport-Metabase-1.999009.tar.gz) = 16541 From owner-svn-ports-all@freebsd.org Tue Jun 30 17:42:23 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 473D8990FC0; Tue, 30 Jun 2015 17:42:23 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3805919C9; Tue, 30 Jun 2015 17:42:23 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5UHgN3M025407; Tue, 30 Jun 2015 17:42:23 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5UHgMjK025405; Tue, 30 Jun 2015 17:42:22 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201506301742.t5UHgMjK025405@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Tue, 30 Jun 2015 17:42:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390976 - in head/devel/libx86: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 17:42:23 -0000 Author: jkim Date: Tue Jun 30 17:42:22 2015 New Revision: 390976 URL: https://svnweb.freebsd.org/changeset/ports/390976 Log: Fix a regression when built with Clang. PR: 201165 Modified: head/devel/libx86/Makefile head/devel/libx86/files/patch-thunk.c Modified: head/devel/libx86/Makefile ============================================================================== --- head/devel/libx86/Makefile Tue Jun 30 17:17:06 2015 (r390975) +++ head/devel/libx86/Makefile Tue Jun 30 17:42:22 2015 (r390976) @@ -2,7 +2,7 @@ PORTNAME= libx86 PORTVERSION= 1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://www.codon.org.uk/~mjg59/libx86/downloads/ \ LOCAL/jkim Modified: head/devel/libx86/files/patch-thunk.c ============================================================================== --- head/devel/libx86/files/patch-thunk.c Tue Jun 30 17:17:06 2015 (r390975) +++ head/devel/libx86/files/patch-thunk.c Tue Jun 30 17:42:22 2015 (r390976) @@ -1,5 +1,5 @@ ---- thunk.c 2008-04-02 20:48:00.000000000 -0400 -+++ thunk.c 2008-12-03 19:19:25.000000000 -0500 +--- thunk.c.orig 2008-04-03 00:48:00 UTC ++++ thunk.c @@ -11,7 +11,9 @@ #include #include @@ -10,3 +10,14 @@ #include #include #include +@@ -169,8 +171,8 @@ int LRMI_init() { + X86_ESP = 0xFFF9; + memset (stack, 0, 64*1024); + +- *((char *)0) = 0x4f; /* Make sure that we end up jumping back to a +- halt instruction */ ++ *((volatile char *)0) = 0x4f; /* Make sure that we end up jumping back to a ++ halt instruction */ + + M.mem_base = 0; + M.mem_size = 1024*1024; From owner-svn-ports-all@freebsd.org Tue Jun 30 17:50:56 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 76C059902F2; Tue, 30 Jun 2015 17:50:56 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 680161EA9; Tue, 30 Jun 2015 17:50:56 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5UHouQ6029843; Tue, 30 Jun 2015 17:50:56 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5UHotP6029841; Tue, 30 Jun 2015 17:50:55 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201506301750.t5UHotP6029841@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 30 Jun 2015 17:50:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390977 - head/devel/p5-Module-Install X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 17:50:56 -0000 Author: swills Date: Tue Jun 30 17:50:55 2015 New Revision: 390977 URL: https://svnweb.freebsd.org/changeset/ports/390977 Log: devel/p5-Module-Install: update to 1.16 Modified: head/devel/p5-Module-Install/Makefile head/devel/p5-Module-Install/distinfo Modified: head/devel/p5-Module-Install/Makefile ============================================================================== --- head/devel/p5-Module-Install/Makefile Tue Jun 30 17:42:22 2015 (r390976) +++ head/devel/p5-Module-Install/Makefile Tue Jun 30 17:50:55 2015 (r390977) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Module-Install -PORTVERSION= 1.14 -PORTREVISION= 1 +PORTVERSION= 1.16 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Module-Install/distinfo ============================================================================== --- head/devel/p5-Module-Install/distinfo Tue Jun 30 17:42:22 2015 (r390976) +++ head/devel/p5-Module-Install/distinfo Tue Jun 30 17:50:55 2015 (r390977) @@ -1,2 +1,2 @@ -SHA256 (Module-Install-1.14.tar.gz) = 3f02f0a33603aff2f5cf06d15f74d1a9be65e844ada99e1a9c2102330ffa0d49 -SIZE (Module-Install-1.14.tar.gz) = 128795 +SHA256 (Module-Install-1.16.tar.gz) = afac1264255f4d822d44f84df1aa9affad207f9ae805e803d93c845fa120025e +SIZE (Module-Install-1.16.tar.gz) = 113004 From owner-svn-ports-all@freebsd.org Tue Jun 30 18:08:47 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AB3EB990854; Tue, 30 Jun 2015 18:08:47 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9C7041D4F; Tue, 30 Jun 2015 18:08:47 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5UI8l4Y036518; Tue, 30 Jun 2015 18:08:47 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5UI8lEt036516; Tue, 30 Jun 2015 18:08:47 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201506301808.t5UI8lEt036516@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 30 Jun 2015 18:08:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390978 - head/devel/p5-Test-Timer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 18:08:47 -0000 Author: swills Date: Tue Jun 30 18:08:46 2015 New Revision: 390978 URL: https://svnweb.freebsd.org/changeset/ports/390978 Log: devel/p5-Test-Timer: update to 0.10 Modified: head/devel/p5-Test-Timer/Makefile head/devel/p5-Test-Timer/distinfo Modified: head/devel/p5-Test-Timer/Makefile ============================================================================== --- head/devel/p5-Test-Timer/Makefile Tue Jun 30 17:50:55 2015 (r390977) +++ head/devel/p5-Test-Timer/Makefile Tue Jun 30 18:08:46 2015 (r390978) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Test-Timer -PORTVERSION= 0.08 -PORTREVISION= 1 +PORTVERSION= 0.10 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Test-Timer/distinfo ============================================================================== --- head/devel/p5-Test-Timer/distinfo Tue Jun 30 17:50:55 2015 (r390977) +++ head/devel/p5-Test-Timer/distinfo Tue Jun 30 18:08:46 2015 (r390978) @@ -1,2 +1,2 @@ -SHA256 (Test-Timer-0.08.tar.gz) = bde72fc209d71353f8188b0d02a822c8b152e8a4c3fbe5e626755203452b3686 -SIZE (Test-Timer-0.08.tar.gz) = 14679 +SHA256 (Test-Timer-0.10.tar.gz) = b58afa3c221b7fb0d8437c5c50710e729959b6ce4d487cf1a4d7bccc0312ff5a +SIZE (Test-Timer-0.10.tar.gz) = 13668 From owner-svn-ports-all@freebsd.org Tue Jun 30 18:13:52 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 575C4990AB8; Tue, 30 Jun 2015 18:13:52 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 391851305; Tue, 30 Jun 2015 18:13:52 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5UIDqBQ040917; Tue, 30 Jun 2015 18:13:52 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5UIDpHO040907; Tue, 30 Jun 2015 18:13:51 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201506301813.t5UIDpHO040907@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 30 Jun 2015 18:13:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390979 - in head/textproc/elasticsearch: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 18:13:52 -0000 Author: olgeni Date: Tue Jun 30 18:13:50 2015 New Revision: 390979 URL: https://svnweb.freebsd.org/changeset/ports/390979 Log: Update to 1.6.0 and use @sample keyword in plist. PR: 201008 Submitted by: olgeni Approved by: ports-secteam Security: CVE-2015-4165 Modified: head/textproc/elasticsearch/Makefile head/textproc/elasticsearch/distinfo head/textproc/elasticsearch/files/pkg-message.in head/textproc/elasticsearch/pkg-plist (contents, props changed) Modified: head/textproc/elasticsearch/Makefile ============================================================================== --- head/textproc/elasticsearch/Makefile Tue Jun 30 18:08:46 2015 (r390978) +++ head/textproc/elasticsearch/Makefile Tue Jun 30 18:13:50 2015 (r390979) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= elasticsearch -PORTVERSION= 1.5.2 -PORTREVISION= 1 +PORTVERSION= 1.6.0 CATEGORIES= textproc java devel MASTER_SITES= http://download.elasticsearch.org/${PORTNAME}/${PORTNAME}/ \ http://mirrors.rit.edu/zi/ @@ -96,9 +95,9 @@ post-patch: ${SED} -i .bak -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/config/elasticsearch.yml do-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/etc/elasticsearch ${STAGEDIR}${DATADIR} + ${MKDIR} ${STAGEDIR}${PREFIX}/etc/elasticsearch .for f in ${CONFIG_FILES} - ${INSTALL} -m 440 ${WRKSRC}/config/${f} ${STAGEDIR}${DATADIR}/${f}.sample + ${INSTALL} -m 440 ${WRKSRC}/config/${f} ${STAGEDIR}${ETCDIR}/${f}.sample .endfor ${INSTALL_SCRIPT} ${WRKDIR}/elasticsearch-plugin ${STAGEDIR}${PREFIX}/bin/elasticsearch-plugin ${MKDIR} ${STAGEDIR}${PREFIX}/lib/elasticsearch Modified: head/textproc/elasticsearch/distinfo ============================================================================== --- head/textproc/elasticsearch/distinfo Tue Jun 30 18:08:46 2015 (r390978) +++ head/textproc/elasticsearch/distinfo Tue Jun 30 18:13:50 2015 (r390979) @@ -1,2 +1,2 @@ -SHA256 (elasticsearch-1.5.2.tar.gz) = efae7897367ac3fa8057d02fad31c72e215b6edef599b63e373d3ce0c1049a14 -SIZE (elasticsearch-1.5.2.tar.gz) = 28173132 +SHA256 (elasticsearch-1.6.0.tar.gz) = dc336c83394b2f2f72f362e0f959a4cfdec2109aa3de15668401afeab0b02d2e +SIZE (elasticsearch-1.6.0.tar.gz) = 28401477 Modified: head/textproc/elasticsearch/files/pkg-message.in ============================================================================== --- head/textproc/elasticsearch/files/pkg-message.in Tue Jun 30 18:08:46 2015 (r390978) +++ head/textproc/elasticsearch/files/pkg-message.in Tue Jun 30 18:13:50 2015 (r390979) @@ -1,6 +1,6 @@ ====================================================================== -Please see %%DATADIR%% for sample versions of +Please see %%ETCDIR%% for sample versions of elasticsearch.yml and logging.yml. ====================================================================== Modified: head/textproc/elasticsearch/pkg-plist ============================================================================== --- head/textproc/elasticsearch/pkg-plist Tue Jun 30 18:08:46 2015 (r390978) +++ head/textproc/elasticsearch/pkg-plist Tue Jun 30 18:13:50 2015 (r390979) @@ -1,20 +1,12 @@ -@owner %%SEARCHUSER%% -@group %%SEARCHGROUP%% -@unexec if cmp -s %D/%%DATADIR%%/elasticsearch.yml.sample %D/etc/elasticsearch/elasticsearch.yml; then rm -f %D/etc/elasticsearch/elasticsearch.yml; fi -%%DATADIR%%/elasticsearch.yml.sample -@exec if [ ! -f %D/etc/elasticsearch/elasticsearch.yml ] ; then cp -p %D/%F %D/etc/elasticsearch/elasticsearch.yml; fi -@unexec if cmp -s %D/%%DATADIR%%/logging.yml.sample %D/etc/elasticsearch/logging.yml; then rm -f %D/etc/elasticsearch/logging.yml; fi -%%DATADIR%%/logging.yml.sample -@exec if [ ! -f %D/etc/elasticsearch/logging.yml ] ; then cp -p %D/%F %D/etc/elasticsearch/logging.yml; fi +@sample(%%SEARCHUSER%%,%%SEARCHGROUP%%,440) %%ETCDIR%%/elasticsearch.yml.sample +@sample(%%SEARCHUSER%%,%%SEARCHGROUP%%,440) %%ETCDIR%%/logging.yml.sample @unexec if [ -d %%ELASTIC_LOGDIR%% ]; then echo "You should remove %%ELASTIC_LOGDIR%% if you don't need it any more."; fi @unexec if [ -d %%ELASTIC_DBDIR%% ]; then echo "You should remove %%ELASTIC_DBDIR%% if you don't need it any more."; fi -@owner root -@group wheel bin/elasticsearch-plugin lib/elasticsearch/antlr-runtime-3.5.jar +lib/elasticsearch/apache-log4j-extras-1.2.17.jar lib/elasticsearch/asm-4.1.jar lib/elasticsearch/asm-commons-4.1.jar -lib/elasticsearch/apache-log4j-extras-1.2.17.jar lib/elasticsearch/elasticsearch-%%PORTVERSION%%.jar lib/elasticsearch/groovy-all-2.4.0.jar lib/elasticsearch/jna-4.1.0.jar @@ -40,4 +32,3 @@ lib/elasticsearch/sigar/%%SIGAR_LIBNAME% %%PORTDOCS%%%%DOCSDIR%%/NOTICE.txt %%PORTDOCS%%%%DOCSDIR%%/README.textile @dir lib/elasticsearch/plugins -@dir %%ETCDIR%% From owner-svn-ports-all@freebsd.org Tue Jun 30 18:25:01 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 449D1990D5D; Tue, 30 Jun 2015 18:25:01 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 347701D1A; Tue, 30 Jun 2015 18:25:01 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5UIP1ef046180; Tue, 30 Jun 2015 18:25:01 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5UIP0Rl046166; Tue, 30 Jun 2015 18:25:00 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201506301825.t5UIP0Rl046166@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 30 Jun 2015 18:25:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390980 - in head/devel/py-ply: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 18:25:01 -0000 Author: antoine Date: Tue Jun 30 18:24:59 2015 New Revision: 390980 URL: https://svnweb.freebsd.org/changeset/ports/390980 Log: Add patches from upstream to fix issue 63: https://github.com/dabeaz/ply/issues/63 This unbreaks www/chromium Reported by: pkg-fallout With hat: portmgr Added: head/devel/py-ply/files/ head/devel/py-ply/files/patch-CHANGES (contents, props changed) head/devel/py-ply/files/patch-ply_lex.py (contents, props changed) head/devel/py-ply/files/patch-ply_yacc.py (contents, props changed) Modified: head/devel/py-ply/Makefile Modified: head/devel/py-ply/Makefile ============================================================================== --- head/devel/py-ply/Makefile Tue Jun 30 18:13:50 2015 (r390979) +++ head/devel/py-ply/Makefile Tue Jun 30 18:24:59 2015 (r390980) @@ -3,6 +3,7 @@ PORTNAME= ply PORTVERSION= 3.6 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= http://www.dabeaz.com/ply/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Added: head/devel/py-ply/files/patch-CHANGES ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-ply/files/patch-CHANGES Tue Jun 30 18:24:59 2015 (r390980) @@ -0,0 +1,12 @@ +--- CHANGES.orig 2015-04-25 14:15:57 UTC ++++ CHANGES +@@ -1,3 +1,9 @@ ++Version 3.7 ++--------------------- ++05/07/15: beazley ++ Fixed regression in handling of table modules if specified as module ++ objects. See https://github.com/dabeaz/ply/issues/63 ++ + Version 3.6 + --------------------- + 04/25/15: beazley Added: head/devel/py-ply/files/patch-ply_lex.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-ply/files/patch-ply_lex.py Tue Jun 30 18:24:59 2015 (r390980) @@ -0,0 +1,82 @@ +--- ply/lex.py.orig 2015-04-26 21:17:41 UTC ++++ ply/lex.py +@@ -171,7 +171,10 @@ class Lexer: + # ------------------------------------------------------------ + # writetab() - Write lexer information to a table file + # ------------------------------------------------------------ +- def writetab(self, basetabmodule, outputdir=''): ++ def writetab(self, lextab, outputdir=''): ++ if isinstance(lextab, types.ModuleType): ++ raise IOError("Won't overwrite existing lextab module") ++ basetabmodule = lextab.split('.')[-1] + filename = os.path.join(outputdir, basetabmodule) + '.py' + with open(filename, 'w') as tf: + tf.write('# %s.py. This file automatically created by PLY (version %s). Don\'t edit!\n' % (basetabmodule, __version__)) +@@ -856,6 +859,10 @@ class LexerReflect(object): + # ----------------------------------------------------------------------------- + def lex(module=None, object=None, debug=False, optimize=False, lextab='lextab', + reflags=0, nowarn=False, outputdir=None, debuglog=None, errorlog=None): ++ ++ if lextab is None: ++ lextab = 'lextab' ++ + global lexer + + ldict = None +@@ -885,29 +892,13 @@ def lex(module=None, object=None, debug= + else: + ldict = get_caller_module_dict(2) + +- if outputdir is None: +- # If no output directory is set, the location of the output files +- # is determined according to the following rules: +- # - If lextab specifies a package, files go into that package directory +- # - Otherwise, files go in the same directory as the specifying module +- if '.' not in lextab: +- srcfile = ldict['__file__'] +- else: +- parts = lextab.split('.') +- pkgname = '.'.join(parts[:-1]) +- exec('import %s' % pkgname) +- srcfile = getattr(sys.modules[pkgname], '__file__', '') +- outputdir = os.path.dirname(srcfile) +- + # Determine if the module is package of a package or not. + # If so, fix the tabmodule setting so that tables load correctly + pkg = ldict.get('__package__') +- if pkg: ++ if pkg and isinstance(lextab, str): + if '.' not in lextab: + lextab = pkg + '.' + lextab + +- baselextab = lextab.split('.')[-1] +- + # Collect parser information from the dictionary + linfo = LexerReflect(ldict, log=errorlog, reflags=reflags) + linfo.get_all() +@@ -1029,8 +1020,24 @@ def lex(module=None, object=None, debug= + + # If in optimize mode, we write the lextab + if lextab and optimize: ++ if outputdir is None: ++ # If no output directory is set, the location of the output files ++ # is determined according to the following rules: ++ # - If lextab specifies a package, files go into that package directory ++ # - Otherwise, files go in the same directory as the specifying module ++ if isinstance(lextab, types.ModuleType): ++ srcfile = lextab.__file__ ++ else: ++ if '.' not in lextab: ++ srcfile = ldict['__file__'] ++ else: ++ parts = lextab.split('.') ++ pkgname = '.'.join(parts[:-1]) ++ exec('import %s' % pkgname) ++ srcfile = getattr(sys.modules[pkgname], '__file__', '') ++ outputdir = os.path.dirname(srcfile) + try: +- lexobj.writetab(baselextab, outputdir) ++ lexobj.writetab(lextab, outputdir) + except IOError as e: + errorlog.warning("Couldn't write lextab module %r. %s" % (lextab, e)) + Added: head/devel/py-ply/files/patch-ply_yacc.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-ply/files/patch-ply_yacc.py Tue Jun 30 18:24:59 2015 (r390980) @@ -0,0 +1,79 @@ +--- ply/yacc.py.orig 2015-04-26 21:19:12 UTC ++++ ply/yacc.py +@@ -2692,7 +2692,11 @@ class LRGeneratedTable(LRTable): + # This function writes the LR parsing tables to a file + # ----------------------------------------------------------------------------- + +- def write_table(self, basemodulename, outputdir='', signature=''): ++ def write_table(self, tabmodule, outputdir='', signature=''): ++ if isinstance(tabmodule, types.ModuleType): ++ raise IOError("Won't overwrite existing tabmodule") ++ ++ basemodulename = tabmodule.split('.')[-1] + filename = os.path.join(outputdir, basemodulename) + '.py' + try: + f = open(filename, 'w') +@@ -2705,7 +2709,7 @@ _tabversion = %r + _lr_method = %r + + _lr_signature = %r +- ''' % (filename, __tabversion__, self.lr_method, signature)) ++ ''' % (os.path.basename(filename), __tabversion__, self.lr_method, signature)) + + # Change smaller to 0 to go back to original tables + smaller = 1 +@@ -3179,6 +3183,9 @@ def yacc(method='LALR', debug=yaccdebug, + check_recursion=True, optimize=False, write_tables=True, debugfile=debug_file, + outputdir=None, debuglog=None, errorlog=None, picklefile=None): + ++ if tabmodule is None: ++ tabmodule = tab_module ++ + # Reference to the parsing method of the last built parser + global parse + +@@ -3204,22 +3211,26 @@ def yacc(method='LALR', debug=yaccdebug, + # is determined according to the following rules: + # - If tabmodule specifies a package, files go into that package directory + # - Otherwise, files go in the same directory as the specifying module +- if '.' not in tabmodule: +- srcfile = pdict['__file__'] ++ if isinstance(tabmodule, types.ModuleType): ++ srcfile = tabmodule.__file__ + else: +- parts = tabmodule.split('.') +- pkgname = '.'.join(parts[:-1]) +- exec('import %s' % pkgname) +- srcfile = getattr(sys.modules[pkgname], '__file__', '') ++ if '.' not in tabmodule: ++ srcfile = pdict['__file__'] ++ else: ++ parts = tabmodule.split('.') ++ pkgname = '.'.join(parts[:-1]) ++ exec('import %s' % pkgname) ++ srcfile = getattr(sys.modules[pkgname], '__file__', '') + outputdir = os.path.dirname(srcfile) + + # Determine if the module is package of a package or not. + # If so, fix the tabmodule setting so that tables load correctly + pkg = pdict.get('__package__') +- if pkg and '.' not in tabmodule: +- tabmodule = pkg + '.' + tabmodule ++ if pkg and isinstance(tabmodule, str): ++ if '.' not in tabmodule: ++ tabmodule = pkg + '.' + tabmodule ++ + +- basetabmodule = tabmodule.split('.')[-1] + + # Set start symbol if it's specified directly using an argument + if start is not None: +@@ -3432,7 +3443,7 @@ def yacc(method='LALR', debug=yaccdebug, + # Write the table file if requested + if write_tables: + try: +- lr.write_table(basetabmodule, outputdir, signature) ++ lr.write_table(tabmodule, outputdir, signature) + except IOError as e: + errorlog.warning("Couldn't create %r. %s" % (tabmodule, e)) + From owner-svn-ports-all@freebsd.org Tue Jun 30 18:28:13 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DCBB3990E19; Tue, 30 Jun 2015 18:28:13 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CE3891E70; Tue, 30 Jun 2015 18:28:13 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5UISD54046691; Tue, 30 Jun 2015 18:28:13 GMT (envelope-from dvl@FreeBSD.org) Received: (from dvl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5UISDnb046690; Tue, 30 Jun 2015 18:28:13 GMT (envelope-from dvl@FreeBSD.org) Message-Id: <201506301828.t5UISDnb046690@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: dvl set sender to dvl@FreeBSD.org using -f From: Dan Langille Date: Tue, 30 Jun 2015 18:28:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390981 - head/security/py-crits X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 18:28:14 -0000 Author: dvl Date: Tue Jun 30 18:28:13 2015 New Revision: 390981 URL: https://svnweb.freebsd.org/changeset/ports/390981 Log: remove BROKEN. Port now builds with django16 Approved by: wg (mentor) Modified: head/security/py-crits/Makefile Modified: head/security/py-crits/Makefile ============================================================================== --- head/security/py-crits/Makefile Tue Jun 30 18:24:59 2015 (r390980) +++ head/security/py-crits/Makefile Tue Jun 30 18:28:13 2015 (r390981) @@ -14,8 +14,6 @@ COMMENT= Collaborative Research Into Th LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN= Depends on conflicting versions of django - USE_GITHUB= yes GH_PROJECT= crits From owner-svn-ports-all@freebsd.org Tue Jun 30 18:36:28 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 30CE9991000; Tue, 30 Jun 2015 18:36:28 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 21F1823EE; Tue, 30 Jun 2015 18:36:28 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5UIaSjD051547; Tue, 30 Jun 2015 18:36:28 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5UIaRH8051545; Tue, 30 Jun 2015 18:36:27 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201506301836.t5UIaRH8051545@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 30 Jun 2015 18:36:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390982 - head/graphics/p5-Cairo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 18:36:28 -0000 Author: swills Date: Tue Jun 30 18:36:27 2015 New Revision: 390982 URL: https://svnweb.freebsd.org/changeset/ports/390982 Log: graphics/p5-Cairo: update to 1.105 Modified: head/graphics/p5-Cairo/Makefile head/graphics/p5-Cairo/distinfo Modified: head/graphics/p5-Cairo/Makefile ============================================================================== --- head/graphics/p5-Cairo/Makefile Tue Jun 30 18:28:13 2015 (r390981) +++ head/graphics/p5-Cairo/Makefile Tue Jun 30 18:36:27 2015 (r390982) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Cairo -PORTVERSION= 1.104 -PORTREVISION= 1 +PORTVERSION= 1.105 CATEGORIES= graphics perl5 MASTER_SITES= CPAN \ SF/gtk2-perl/${PORTNAME}/${PORTVERSION} Modified: head/graphics/p5-Cairo/distinfo ============================================================================== --- head/graphics/p5-Cairo/distinfo Tue Jun 30 18:28:13 2015 (r390981) +++ head/graphics/p5-Cairo/distinfo Tue Jun 30 18:36:27 2015 (r390982) @@ -1,2 +1,2 @@ -SHA256 (Cairo-1.104.tar.gz) = bb0a966ff08c1c5a3d78e6699316f188842d6d029e9ac5fc9364bba3cd4e2762 -SIZE (Cairo-1.104.tar.gz) = 108438 +SHA256 (Cairo-1.105.tar.gz) = 98201dea8f31a369bbf9b276065425dd58b710a8d14478d6e1868ce07911a046 +SIZE (Cairo-1.105.tar.gz) = 108695 From owner-svn-ports-all@freebsd.org Tue Jun 30 19:00:35 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 636019908A3; Tue, 30 Jun 2015 19:00:35 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 547D31198; Tue, 30 Jun 2015 19:00:35 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5UJ0ZYq062863; Tue, 30 Jun 2015 19:00:35 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5UJ0YTY062861; Tue, 30 Jun 2015 19:00:34 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201506301900.t5UJ0YTY062861@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 30 Jun 2015 19:00:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390983 - head/devel/libolecf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 19:00:35 -0000 Author: antoine Date: Tue Jun 30 19:00:34 2015 New Revision: 390983 URL: https://svnweb.freebsd.org/changeset/ports/390983 Log: Update to alpha-20150629 Modified: head/devel/libolecf/Makefile head/devel/libolecf/distinfo Modified: head/devel/libolecf/Makefile ============================================================================== --- head/devel/libolecf/Makefile Tue Jun 30 18:36:27 2015 (r390982) +++ head/devel/libolecf/Makefile Tue Jun 30 19:00:34 2015 (r390983) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libolecf -DISTVERSION= alpha-20150608 +DISTVERSION= alpha-20150629 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libolecf/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine Modified: head/devel/libolecf/distinfo ============================================================================== --- head/devel/libolecf/distinfo Tue Jun 30 18:36:27 2015 (r390982) +++ head/devel/libolecf/distinfo Tue Jun 30 19:00:34 2015 (r390983) @@ -1,2 +1,2 @@ -SHA256 (libolecf-alpha-20150608.tar.gz) = a5275d337950b33f6d5aa0a22dfc23853b91e815d2bb17ff35627bcd4cc74190 -SIZE (libolecf-alpha-20150608.tar.gz) = 1441612 +SHA256 (libolecf-alpha-20150629.tar.gz) = bbedcc946831ad18bdf3e03a18306ad7f7f75ae8747b3778996b89c254d980ee +SIZE (libolecf-alpha-20150629.tar.gz) = 1442056 From owner-svn-ports-all@freebsd.org Tue Jun 30 19:09:34 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DAE92990A81; Tue, 30 Jun 2015 19:09:34 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B1CE81B7F; Tue, 30 Jun 2015 19:09:34 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5UJ9Ynq067079; Tue, 30 Jun 2015 19:09:34 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5UJ9Xe7067076; Tue, 30 Jun 2015 19:09:33 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201506301909.t5UJ9Xe7067076@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 30 Jun 2015 19:09:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390984 - head/textproc/p5-Spreadsheet-Read X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 19:09:35 -0000 Author: swills Date: Tue Jun 30 19:09:33 2015 New Revision: 390984 URL: https://svnweb.freebsd.org/changeset/ports/390984 Log: textproc/p5-Spreadsheet-Read: update to 0.61 Modified: head/textproc/p5-Spreadsheet-Read/Makefile head/textproc/p5-Spreadsheet-Read/distinfo head/textproc/p5-Spreadsheet-Read/pkg-plist Modified: head/textproc/p5-Spreadsheet-Read/Makefile ============================================================================== --- head/textproc/p5-Spreadsheet-Read/Makefile Tue Jun 30 19:00:34 2015 (r390983) +++ head/textproc/p5-Spreadsheet-Read/Makefile Tue Jun 30 19:09:33 2015 (r390984) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Spreadsheet-Read -PORTVERSION= 0.54 -PORTREVISION= 1 +PORTVERSION= 0.61 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:HMBRAND @@ -16,10 +15,10 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-IO-stringy>0:${PORTSDIR}/devel/p5-IO-stringy \ - p5-Text-CSV_XS>0:${PORTSDIR}/textproc/p5-Text-CSV_XS \ - p5-Text-CSV>0:${PORTSDIR}/textproc/p5-Text-CSV \ - p5-Spreadsheet-ReadSXC>0:${PORTSDIR}/textproc/p5-Spreadsheet-ReadSXC \ - p5-Spreadsheet-ParseExcel>0:${PORTSDIR}/textproc/p5-Spreadsheet-ParseExcel + p5-Text-CSV_XS>=0.71:${PORTSDIR}/textproc/p5-Text-CSV_XS \ + p5-Text-CSV>=1.33:${PORTSDIR}/textproc/p5-Text-CSV \ + p5-Spreadsheet-ReadSXC>=0.20:${PORTSDIR}/textproc/p5-Spreadsheet-ReadSXC \ + p5-Spreadsheet-ParseExcel>=0.13:${PORTSDIR}/textproc/p5-Spreadsheet-ParseExcel RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-NoWarnings>0:${PORTSDIR}/devel/p5-Test-NoWarnings Modified: head/textproc/p5-Spreadsheet-Read/distinfo ============================================================================== --- head/textproc/p5-Spreadsheet-Read/distinfo Tue Jun 30 19:00:34 2015 (r390983) +++ head/textproc/p5-Spreadsheet-Read/distinfo Tue Jun 30 19:09:33 2015 (r390984) @@ -1,2 +1,2 @@ -SHA256 (Spreadsheet-Read-0.54.tgz) = 5798c3fcd7bc65047245cb2d87dfc59cbc49c9f35a3b3472a94712ec7b5f3a73 -SIZE (Spreadsheet-Read-0.54.tgz) = 133153 +SHA256 (Spreadsheet-Read-0.61.tgz) = 2f1a9e7b05d3da4cc2185d04989614658c0828f9d5c50b5d3bab69e00548ff22 +SIZE (Spreadsheet-Read-0.61.tgz) = 154142 Modified: head/textproc/p5-Spreadsheet-Read/pkg-plist ============================================================================== --- head/textproc/p5-Spreadsheet-Read/pkg-plist Tue Jun 30 19:00:34 2015 (r390983) +++ head/textproc/p5-Spreadsheet-Read/pkg-plist Tue Jun 30 19:09:33 2015 (r390984) @@ -1,4 +1,5 @@ bin/ss2tk +bin/ssdiff bin/xls2csv bin/xlscat bin/xlsgrep From owner-svn-ports-all@freebsd.org Tue Jun 30 19:26:33 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3485C99019C; Tue, 30 Jun 2015 19:26:33 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 258491941; Tue, 30 Jun 2015 19:26:33 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5UJQXO0076575; Tue, 30 Jun 2015 19:26:33 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5UJQXOV076574; Tue, 30 Jun 2015 19:26:33 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201506301926.t5UJQXOV076574@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 30 Jun 2015 19:26:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390985 - head/databases/libmemcached X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 19:26:33 -0000 Author: swills Date: Tue Jun 30 19:26:32 2015 New Revision: 390985 URL: https://svnweb.freebsd.org/changeset/ports/390985 Log: databases/libmemcached: build with -fPIC Fixes static lib build on 9.x Approved by: Mikhail Tsatsenko (maintainer) Modified: head/databases/libmemcached/Makefile Modified: head/databases/libmemcached/Makefile ============================================================================== --- head/databases/libmemcached/Makefile Tue Jun 30 19:09:33 2015 (r390984) +++ head/databases/libmemcached/Makefile Tue Jun 30 19:26:32 2015 (r390985) @@ -2,6 +2,7 @@ PORTNAME= libmemcached PORTVERSION= 1.0.18 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://launchpad.net/${PORTNAME}/1.0/${PORTVERSION}/+download/ @@ -20,6 +21,7 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-memcached \ --without-sphinx-build \ + --with-pic \ --enable-libmemcachedprotocol LIBS+= -L${LOCALBASE}/lib -lexecinfo From owner-svn-ports-all@freebsd.org Tue Jun 30 19:28:34 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EFD319901DC; Tue, 30 Jun 2015 19:28:33 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CDB721A2C; Tue, 30 Jun 2015 19:28:33 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5UJSXgR076980; Tue, 30 Jun 2015 19:28:33 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5UJSWFa076976; Tue, 30 Jun 2015 19:28:32 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201506301928.t5UJSWFa076976@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 30 Jun 2015 19:28:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390986 - in head/databases/p5-Memcached-libmemcached: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 19:28:34 -0000 Author: swills Date: Tue Jun 30 19:28:32 2015 New Revision: 390986 URL: https://svnweb.freebsd.org/changeset/ports/390986 Log: databases/p5-Memcached-libmemcached: update to 1.001801 While here, patch out the bundled libmemcached and use the one from ports Added: head/databases/p5-Memcached-libmemcached/files/extra-patch-Makefile.PL-10 (contents, props changed) head/databases/p5-Memcached-libmemcached/files/extra-patch-Makefile.PL-9 (contents, props changed) Deleted: head/databases/p5-Memcached-libmemcached/files/patch-src__libmemcached__docs__memslap.pod Modified: head/databases/p5-Memcached-libmemcached/Makefile head/databases/p5-Memcached-libmemcached/distinfo Modified: head/databases/p5-Memcached-libmemcached/Makefile ============================================================================== --- head/databases/p5-Memcached-libmemcached/Makefile Tue Jun 30 19:26:32 2015 (r390985) +++ head/databases/p5-Memcached-libmemcached/Makefile Tue Jun 30 19:28:32 2015 (r390986) @@ -2,22 +2,31 @@ # $FreeBSD$ PORTNAME= Memcached-libmemcached -PORTVERSION= 0.44.06 -PORTREVISION= 1 +PORTVERSION= 1.001801 CATEGORIES= databases devel perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:TIMB PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= swills@FreeBSD.org COMMENT= Thin fast full interface to the libmemcached client API +LIB_DEPENDS= libmemcached.so:${PORTSDIR}/databases/libmemcached + USES= perl5 USE_PERL5= configure USE_LDCONFIG= yes -post-patch: - @${REINPLACE_CMD} -e '/my $$configure_args/ s|--disable-shared|& --without-memcached --disable-dtrace|' ${WRKSRC}/Makefile.PL +post-extract: + @${RM} -r ${WRKDIR}/src + +.include + +.if ${OPSYS} == FreeBSD +.if ${OSVERSION} > 1000000 +EXTRA_PATCHES= ${FILESDIR}/extra-patch-Makefile.PL-10 +.else +EXTRA_PATCHES= ${FILESDIR}/extra-patch-Makefile.PL-9 +.endif +.endif -.include +.include Modified: head/databases/p5-Memcached-libmemcached/distinfo ============================================================================== --- head/databases/p5-Memcached-libmemcached/distinfo Tue Jun 30 19:26:32 2015 (r390985) +++ head/databases/p5-Memcached-libmemcached/distinfo Tue Jun 30 19:28:32 2015 (r390986) @@ -1,2 +1,2 @@ -SHA256 (Memcached-libmemcached-0.4406.tar.gz) = def5f5c43ebcf49bd60b7b8cebe67c20ca21e03328fe5854f36d7f539bed21e3 -SIZE (Memcached-libmemcached-0.4406.tar.gz) = 837725 +SHA256 (Memcached-libmemcached-1.001801.tar.gz) = aa07972fdb74cffde6b7fee648a3a58d3129af22e06a073d1388d778f6e8dca5 +SIZE (Memcached-libmemcached-1.001801.tar.gz) = 1162993 Added: head/databases/p5-Memcached-libmemcached/files/extra-patch-Makefile.PL-10 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/p5-Memcached-libmemcached/files/extra-patch-Makefile.PL-10 Tue Jun 30 19:28:32 2015 (r390986) @@ -0,0 +1,29 @@ +--- Makefile.PL.orig 2015-05-07 17:56:22 UTC ++++ Makefile.PL +@@ -30,7 +30,7 @@ $Data::Dumper::Indent = 1; + $Data::Dumper::Sortkeys = 1; + + my $lmcd_api_ver = "1.0"; # eg $lmcd_src/libmemcached-$lmcd_api_ver/ +-my $lmcd_inst = getcwd()."/src_inst"; ++my $lmcd_inst = "/usr/local"; + my $lmcd_built_lib = "$lmcd_inst/lib/libmemcached$Config{lib_ext}"; + my $is_developer = (-d ".svn" || -d ".git"); + +@@ -54,7 +54,7 @@ if (my $gccversion = $Config{gccversion} + $opts{DEFINE} .= ' -Wmissing-prototypes'; + } + } +-$opts{LIBS} = ["-lstdc++"]; # else error: libmemcached.so: undefined symbol: __gxx_personality_v0 ++$opts{LIBS} = ["-lc++"]; # else error: libmemcached.so: undefined symbol: __gxx_personality_v0 + $opts{OPTIMIZE} = "-g" if $opt_g; + $opts{CCFLAGS} = "-pg" if $opt_pg; + my $coverage_flags = ""; +@@ -76,7 +76,7 @@ WriteMakefile( + AUTHOR => 'Tim Bunce ', + VERSION_FROM => 'libmemcached.pm', + ABSTRACT_FROM => 'libmemcached.pm', +- INC => "-I$lmcd_inst/include", ++ INC => "-I$lmcd_inst/include/", + # We want to link to *our* private libmemcached and not one that + # might already be installed on the system. The LIBS config gets + # appended to the link command line, so if we used "-L$dir -lmemcached" Added: head/databases/p5-Memcached-libmemcached/files/extra-patch-Makefile.PL-9 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/p5-Memcached-libmemcached/files/extra-patch-Makefile.PL-9 Tue Jun 30 19:28:32 2015 (r390986) @@ -0,0 +1,20 @@ +--- Makefile.PL.orig 2015-05-07 17:56:22 UTC ++++ Makefile.PL +@@ -30,7 +30,7 @@ $Data::Dumper::Indent = 1; + $Data::Dumper::Sortkeys = 1; + + my $lmcd_api_ver = "1.0"; # eg $lmcd_src/libmemcached-$lmcd_api_ver/ +-my $lmcd_inst = getcwd()."/src_inst"; ++my $lmcd_inst = "/usr/local"; + my $lmcd_built_lib = "$lmcd_inst/lib/libmemcached$Config{lib_ext}"; + my $is_developer = (-d ".svn" || -d ".git"); + +@@ -76,7 +76,7 @@ WriteMakefile( + AUTHOR => 'Tim Bunce ', + VERSION_FROM => 'libmemcached.pm', + ABSTRACT_FROM => 'libmemcached.pm', +- INC => "-I$lmcd_inst/include", ++ INC => "-I$lmcd_inst/include/", + # We want to link to *our* private libmemcached and not one that + # might already be installed on the system. The LIBS config gets + # appended to the link command line, so if we used "-L$dir -lmemcached" From owner-svn-ports-all@freebsd.org Tue Jun 30 19:29:28 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3C392990209; Tue, 30 Jun 2015 19:29:28 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2D5701B12; Tue, 30 Jun 2015 19:29:28 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5UJTS9L077215; Tue, 30 Jun 2015 19:29:28 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5UJTRdn077213; Tue, 30 Jun 2015 19:29:27 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201506301929.t5UJTRdn077213@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 30 Jun 2015 19:29:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390987 - head/textproc/p5-XML-RSS X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 19:29:28 -0000 Author: swills Date: Tue Jun 30 19:29:27 2015 New Revision: 390987 URL: https://svnweb.freebsd.org/changeset/ports/390987 Log: textproc/p5-XML-RSS: update to 1.56 Modified: head/textproc/p5-XML-RSS/Makefile head/textproc/p5-XML-RSS/distinfo Modified: head/textproc/p5-XML-RSS/Makefile ============================================================================== --- head/textproc/p5-XML-RSS/Makefile Tue Jun 30 19:28:32 2015 (r390986) +++ head/textproc/p5-XML-RSS/Makefile Tue Jun 30 19:29:27 2015 (r390987) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= XML-RSS -PORTVERSION= 1.55 -PORTREVISION= 1 +PORTVERSION= 1.56 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/textproc/p5-XML-RSS/distinfo ============================================================================== --- head/textproc/p5-XML-RSS/distinfo Tue Jun 30 19:28:32 2015 (r390986) +++ head/textproc/p5-XML-RSS/distinfo Tue Jun 30 19:29:27 2015 (r390987) @@ -1,2 +1,2 @@ -SHA256 (XML-RSS-1.55.tar.gz) = cf60b807013c43b26bad924d5da8f3fcc747dc7ef0756fbab8c074760ec9475b -SIZE (XML-RSS-1.55.tar.gz) = 127782 +SHA256 (XML-RSS-1.56.tar.gz) = 6f61a26f814217181ea7b792abf869336213157d016bdb10ee0ba505d488f5e3 +SIZE (XML-RSS-1.56.tar.gz) = 128117 From owner-svn-ports-all@freebsd.org Tue Jun 30 19:40:05 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 986DE990543; Tue, 30 Jun 2015 19:40:05 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7081D10C7; Tue, 30 Jun 2015 19:40:05 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5UJe5x2084575; Tue, 30 Jun 2015 19:40:05 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5UJe48s084265; Tue, 30 Jun 2015 19:40:04 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201506301940.t5UJe48s084265@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 30 Jun 2015 19:40:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390988 - head/textproc/p5-YAML-Shell X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 19:40:05 -0000 Author: swills Date: Tue Jun 30 19:40:04 2015 New Revision: 390988 URL: https://svnweb.freebsd.org/changeset/ports/390988 Log: textproc/p5-YAML-Shell: Update to 0.69 While here, pet portlint Modified: head/textproc/p5-YAML-Shell/Makefile head/textproc/p5-YAML-Shell/distinfo head/textproc/p5-YAML-Shell/pkg-descr Modified: head/textproc/p5-YAML-Shell/Makefile ============================================================================== --- head/textproc/p5-YAML-Shell/Makefile Tue Jun 30 19:29:27 2015 (r390987) +++ head/textproc/p5-YAML-Shell/Makefile Tue Jun 30 19:40:04 2015 (r390988) @@ -2,14 +2,14 @@ # $FreeBSD$ PORTNAME= YAML-Shell -PORTVERSION= 0.68 +PORTVERSION= 0.69 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:INGY PKGNAMEPREFIX= p5- MAINTAINER= swills@FreeBSD.org -COMMENT= The YAML Test Shell +COMMENT= YAML Test Shell BUILD_DEPENDS= p5-YAML>=0.67:${PORTSDIR}/textproc/p5-YAML RUN_DEPENDS= p5-YAML>=0.67:${PORTSDIR}/textproc/p5-YAML Modified: head/textproc/p5-YAML-Shell/distinfo ============================================================================== --- head/textproc/p5-YAML-Shell/distinfo Tue Jun 30 19:29:27 2015 (r390987) +++ head/textproc/p5-YAML-Shell/distinfo Tue Jun 30 19:40:04 2015 (r390988) @@ -1,2 +1,2 @@ -SHA256 (YAML-Shell-0.68.tar.gz) = 98c079469a887806553a802efad81fa5fee3107e8a8d775b9b34bf4910e64e13 -SIZE (YAML-Shell-0.68.tar.gz) = 13295 +SHA256 (YAML-Shell-0.69.tar.gz) = 42b8daa03c23531694c618b7b6f97b7e533fc1a23c39358514056f9846c1047a +SIZE (YAML-Shell-0.69.tar.gz) = 13317 Modified: head/textproc/p5-YAML-Shell/pkg-descr ============================================================================== --- head/textproc/p5-YAML-Shell/pkg-descr Tue Jun 30 19:29:27 2015 (r390987) +++ head/textproc/p5-YAML-Shell/pkg-descr Tue Jun 30 19:40:04 2015 (r390988) @@ -1,4 +1,4 @@ This program is designed to let you play with the Perl YAML modules in an interactive way. When you to type in Perl, you get back YAML. And vice versa. -WWW: http://search.cpan.org/dist/YAML-Shell/ +WWW: http://search.cpan.org/dist/YAML-Shell/ From owner-svn-ports-all@freebsd.org Tue Jun 30 19:54:24 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 40F61990962; Tue, 30 Jun 2015 19:54:24 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2F4991D20; Tue, 30 Jun 2015 19:54:24 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5UJsN2D091842; Tue, 30 Jun 2015 19:54:23 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5UJsNIw091841; Tue, 30 Jun 2015 19:54:23 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201506301954.t5UJsNIw091841@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Tue, 30 Jun 2015 19:54:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390989 - head/Mk/Scripts X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 19:54:24 -0000 Author: bapt Date: Tue Jun 30 19:54:23 2015 New Revision: 390989 URL: https://svnweb.freebsd.org/changeset/ports/390989 Log: Add PATH environment when trying to find libraries this fixes building under qemu emulation Reported by: Sylvain Garrigues (via #poudriere) Tested by: Sylvain Garrigues (via #poudriere) Modified: head/Mk/Scripts/do-depends.sh Modified: head/Mk/Scripts/do-depends.sh ============================================================================== --- head/Mk/Scripts/do-depends.sh Tue Jun 30 19:40:04 2015 (r390988) +++ head/Mk/Scripts/do-depends.sh Tue Jun 30 19:54:23 2015 (r390989) @@ -94,7 +94,7 @@ find_file_path() find_lib() { echo -n "===> ${dp_PKGNAME} depends on shared library: $1" - libfile=$(env -i LIB_DIRS="${dp_LIB_DIRS}" LOCALBASE="${dp_LOCALBASE}" ${dp_SH} ${dp_SCRIPTSDIR}/find-lib.sh $1) + libfile=$(env -i PATH="${PATH}" LIB_DIRS="${dp_LIB_DIRS}" LOCALBASE="${dp_LOCALBASE}" ${dp_SH} ${dp_SCRIPTSDIR}/find-lib.sh $1) if [ -z "${libfile}" ]; then echo " - not found" return 1 From owner-svn-ports-all@freebsd.org Tue Jun 30 20:12:01 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C210990E06; Tue, 30 Jun 2015 20:12:01 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1B5B51B76; Tue, 30 Jun 2015 20:12:01 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5UKC1Cw001969; Tue, 30 Jun 2015 20:12:01 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5UKC0nn001957; Tue, 30 Jun 2015 20:12:00 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201506302012.t5UKC0nn001957@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Tue, 30 Jun 2015 20:12:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390990 - in head/java/openjdk6: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 20:12:01 -0000 Author: jkim Date: Tue Jun 30 20:11:59 2015 New Revision: 390990 URL: https://svnweb.freebsd.org/changeset/ports/390990 Log: - Update to b35. - Optimize fontconfig.properties. Modified: head/java/openjdk6/Makefile head/java/openjdk6/distinfo head/java/openjdk6/files/fontconfig.properties head/java/openjdk6/files/patch-set Modified: head/java/openjdk6/Makefile ============================================================================== --- head/java/openjdk6/Makefile Tue Jun 30 19:54:23 2015 (r390989) +++ head/java/openjdk6/Makefile Tue Jun 30 20:11:59 2015 (r390990) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= openjdk6 -PORTVERSION= b34 -PORTREVISION= 2 +PORTVERSION= b35 PORTEPOCH= 1 CATEGORIES= java devel MASTER_SITES= APACHE/ant/binaries/:ant \ @@ -29,7 +28,7 @@ LIB_DEPENDS= libfreetype.so:${PORTSDIR}/ RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper \ dejavu>0:${PORTSDIR}/x11-fonts/dejavu -OPENJDK_BUILDDATE= 20_jan_2015 +OPENJDK_BUILDDATE= 14_apr_2015 OPTIONS_DEFINE= ICEDTEA IPV6 POLICY SOUND TZUPDATE OPTIONS_DEFAULT=ICEDTEA IPV6 TZUPDATE Modified: head/java/openjdk6/distinfo ============================================================================== --- head/java/openjdk6/distinfo Tue Jun 30 19:54:23 2015 (r390989) +++ head/java/openjdk6/distinfo Tue Jun 30 20:11:59 2015 (r390990) @@ -1,6 +1,6 @@ SHA256 (apache-ant-1.9.4-bin.tar.bz2) = 20c16575684b8869dd9d19abe0fb504566adefb5d397881e70a417886e0088cf SIZE (apache-ant-1.9.4-bin.tar.bz2) = 4351965 -SHA256 (openjdk-6-src-b34-20_jan_2015.tar.xz) = 13d1b4e1e152b6f9ad81b5558d6c7c0d3315a9e9494e49e515229722e2ee4e51 -SIZE (openjdk-6-src-b34-20_jan_2015.tar.xz) = 33601316 +SHA256 (openjdk-6-src-b35-14_apr_2015.tar.xz) = 131cde181fbca08ac4d47bd13f6c3a64806fe2ae2106c03afe7ba651c24a4f9b +SIZE (openjdk-6-src-b35-14_apr_2015.tar.xz) = 33730692 SHA256 (jtreg-4.1-bin-b05_29_nov_2012.zip) = 9291eb4a14501232b35614e88686ff66ad8b69d0098dbd4322b28f97b672653d SIZE (jtreg-4.1-bin-b05_29_nov_2012.zip) = 5993382 Modified: head/java/openjdk6/files/fontconfig.properties ============================================================================== --- head/java/openjdk6/files/fontconfig.properties Tue Jun 30 19:54:23 2015 (r390989) +++ head/java/openjdk6/files/fontconfig.properties Tue Jun 30 20:11:59 2015 (r390990) @@ -31,126 +31,126 @@ version=1 # Component Font Mappings dialog.plain.latin-1=DejaVu Sans -dialog.plain.chinese-big5=AR PL UMing TW -dialog.plain.chinese-gb18030=AR PL UMing CN +dialog.plain.chinese-big5=AR PL UMing +dialog.plain.chinese-gb18030=AR PL UMing dialog.plain.japanese-x0208=Sazanami Gothic dialog.plain.korean=NanumGothic dialog.bold.latin-1=DejaVu Sans Bold -dialog.bold.chinese-big5=AR PL UMing TW -dialog.bold.chinese-gb18030=AR PL UMing CN +dialog.bold.chinese-big5=AR PL UMing +dialog.bold.chinese-gb18030=AR PL UMing dialog.bold.japanese-x0208=Sazanami Gothic dialog.bold.korean=NanumGothicExtraBold dialog.italic.latin-1=DejaVu Sans Oblique -dialog.italic.chinese-big5=AR PL UMing TW -dialog.italic.chinese-gb18030=AR PL UMing CN +dialog.italic.chinese-big5=AR PL UMing +dialog.italic.chinese-gb18030=AR PL UMing dialog.italic.japanese-x0208=Sazanami Gothic dialog.italic.korean=NanumGothic dialog.bolditalic.latin-1=DejaVu Sans Bold Oblique -dialog.bolditalic.chinese-big5=AR PL UMing TW -dialog.bolditalic.chinese-gb18030=AR PL UMing CN +dialog.bolditalic.chinese-big5=AR PL UMing +dialog.bolditalic.chinese-gb18030=AR PL UMing dialog.bolditalic.japanese-x0208=Sazanami Gothic dialog.bolditalic.korean=NanumGothicExtraBold sansserif.plain.latin-1=DejaVu Sans -sansserif.plain.chinese-big5=AR PL UMing TW -sansserif.plain.chinese-gb18030=AR PL UMing CN +sansserif.plain.chinese-big5=AR PL UMing +sansserif.plain.chinese-gb18030=AR PL UMing sansserif.plain.japanese-x0208=Sazanami Gothic sansserif.plain.korean=NanumGothic sansserif.bold.latin-1=DejaVu Sans Bold -sansserif.bold.chinese-big5=AR PL UMing TW -sansserif.bold.chinese-gb18030=AR PL UMing CN +sansserif.bold.chinese-big5=AR PL UMing +sansserif.bold.chinese-gb18030=AR PL UMing sansserif.bold.japanese-x0208=Sazanami Gothic sansserif.bold.korean=NanumGothicExtraBold sansserif.italic.latin-1=DejaVu Sans Oblique -sansserif.italic.chinese-big5=AR PL UMing TW -sansserif.italic.chinese-gb18030=AR PL UMing CN +sansserif.italic.chinese-big5=AR PL UMing +sansserif.italic.chinese-gb18030=AR PL UMing sansserif.italic.japanese-x0208=Sazanami Gothic sansserif.italic.korean=NanumGothic sansserif.bolditalic.latin-1=DejaVu Sans Bold Oblique -sansserif.bolditalic.chinese-big5=AR PL UMing TW -sansserif.bolditalic.chinese-gb18030=AR PL UMing CN +sansserif.bolditalic.chinese-big5=AR PL UMing +sansserif.bolditalic.chinese-gb18030=AR PL UMing sansserif.bolditalic.japanese-x0208=Sazanami Gothic sansserif.bolditalic.korean=NanumGothicExtraBold serif.plain.latin-1=DejaVu Serif -serif.plain.chinese-big5=AR PL UKai TW -serif.plain.chinese-gb18030=AR PL UKai CN +serif.plain.chinese-big5=AR PL UKai +serif.plain.chinese-gb18030=AR PL UKai serif.plain.japanese-x0208=Sazanami Mincho serif.plain.korean=NanumMyeongjo serif.bold.latin-1=DejaVu Serif Bold -serif.bold.chinese-big5=AR PL UKai TW -serif.bold.chinese-gb18030=AR PL UKai CN +serif.bold.chinese-big5=AR PL UKai +serif.bold.chinese-gb18030=AR PL UKai serif.bold.japanese-x0208=Sazanami Mincho serif.bold.korean=NanumMyeongjoExtraBold serif.italic.latin-1=DejaVu Serif Italic -serif.italic.chinese-big5=AR PL UKai TW -serif.italic.chinese-gb18030=AR PL UKai CN +serif.italic.chinese-big5=AR PL UKai +serif.italic.chinese-gb18030=AR PL UKai serif.italic.japanese-x0208=Sazanami Mincho serif.italic.korean=NanumMyeongjo serif.bolditalic.latin-1=DejaVu Serif Bold Italic -serif.bolditalic.chinese-big5=AR PL UKai TW -serif.bolditalic.chinese-gb18030=AR PL UKai CN +serif.bolditalic.chinese-big5=AR PL UKai +serif.bolditalic.chinese-gb18030=AR PL UKai serif.bolditalic.japanese-x0208=Sazanami Mincho serif.bolditalic.korean=NanumMyeongjoExtraBold monospaced.plain.latin-1=DejaVu Sans Mono -monospaced.plain.chinese-big5=AR PL UMing TW -monospaced.plain.chinese-gb18030=AR PL UMing CN +monospaced.plain.chinese-big5=AR PL UMing +monospaced.plain.chinese-gb18030=AR PL UMing monospaced.plain.japanese-x0208=Sazanami Gothic monospaced.plain.korean=NanumGothic monospaced.bold.latin-1=DejaVu Sans Mono Bold -monospaced.bold.chinese-big5=AR PL UMing TW -monospaced.bold.chinese-gb18030=AR PL UMing CN +monospaced.bold.chinese-big5=AR PL UMing +monospaced.bold.chinese-gb18030=AR PL UMing monospaced.bold.japanese-x0208=Sazanami Gothic monospaced.bold.korean=NanumGothicExtraBold monospaced.italic.latin-1=DejaVu Sans Mono Oblique -monospaced.italic.chinese-big5=AR PL UMing TW -monospaced.italic.chinese-gb18030=AR PL UMing CN +monospaced.italic.chinese-big5=AR PL UMing +monospaced.italic.chinese-gb18030=AR PL UMing monospaced.italic.japanese-x0208=Sazanami Gothic monospaced.italic.korean=NanumGothic monospaced.bolditalic.latin-1=DejaVu Sans Mono Bold Oblique -monospaced.bolditalic.chinese-big5=AR PL UMing TW -monospaced.bolditalic.chinese-gb18030=AR PL UMing CN +monospaced.bolditalic.chinese-big5=AR PL UMing +monospaced.bolditalic.chinese-gb18030=AR PL UMing monospaced.bolditalic.japanese-x0208=Sazanami Gothic monospaced.bolditalic.korean=NanumGothicExtraBold dialoginput.plain.latin-1=DejaVu Sans Mono -dialoginput.plain.chinese-big5=AR PL UMing TW -dialoginput.plain.chinese-gb18030=AR PL UMing CN +dialoginput.plain.chinese-big5=AR PL UMing +dialoginput.plain.chinese-gb18030=AR PL UMing dialoginput.plain.japanese-x0208=Sazanami Gothic dialoginput.plain.korean=NanumGothic dialoginput.bold.latin-1=DejaVu Sans Mono Bold -dialoginput.bold.chinese-big5=AR PL UMing TW -dialoginput.bold.chinese-gb18030=AR PL UMing CN +dialoginput.bold.chinese-big5=AR PL UMing +dialoginput.bold.chinese-gb18030=AR PL UMing dialoginput.bold.japanese-x0208=Sazanami Gothic dialoginput.bold.korean=NanumGothicExtraBold dialoginput.italic.latin-1=DejaVu Sans Mono Oblique -dialoginput.italic.chinese-big5=AR PL UMing TW -dialoginput.italic.chinese-gb18030=AR PL UMing CN +dialoginput.italic.chinese-big5=AR PL UMing +dialoginput.italic.chinese-gb18030=AR PL UMing dialoginput.italic.japanese-x0208=Sazanami Gothic dialoginput.italic.korean=NanumGothic dialoginput.bolditalic.latin-1=DejaVu Sans Mono Bold Oblique -dialoginput.bolditalic.chinese-big5=AR PL UMing TW -dialoginput.bolditalic.chinese-gb18030=AR PL UMing CN +dialoginput.bolditalic.chinese-big5=AR PL UMing +dialoginput.bolditalic.chinese-gb18030=AR PL UMing dialoginput.bolditalic.japanese-x0208=Sazanami Gothic dialoginput.bolditalic.korean=NanumGothicExtraBold @@ -180,10 +180,8 @@ filename.DejaVu_Serif_Bold=/usr/local/sh filename.DejaVu_Serif_Italic=/usr/local/share/fonts/dejavu/DejaVuSerif-Italic.ttf filename.DejaVu_Serif_Bold_Italic=/usr/local/share/fonts/dejavu/DejaVuSerif-BoldItalic.ttf -filename.AR_PL_UKai_TW=/usr/local/share/fonts/TrueType/ukai.ttc -filename.AR_PL_UMing_TW=/usr/local/share/fonts/TrueType/uming.ttc -filename.AR_PL_UKai_CN=/usr/local/share/fonts/TrueType/ukai.ttc -filename.AR_PL_UMing_CN=/usr/local/share/fonts/TrueType/uming.ttc +filename.AR_PL_UMing=/usr/local/share/fonts/TrueType/uming.ttc +filename.AR_PL_UKai=/usr/local/share/fonts/TrueType/ukai.ttc filename.Sazanami_Gothic=/usr/local/share/font-sazanami/sazanami-gothic.ttf filename.Sazanami_Mincho=/usr/local/share/font-sazanami/sazanami-mincho.ttf Modified: head/java/openjdk6/files/patch-set ============================================================================== --- head/java/openjdk6/files/patch-set Tue Jun 30 19:54:23 2015 (r390989) +++ head/java/openjdk6/files/patch-set Tue Jun 30 20:11:59 2015 (r390990) @@ -5509,7 +5509,7 @@ // An entryName(path)->File map generated during "expand", it helps to // decide whether or not an existing entry in a jar file needs to be -@@ -249,6 +250,16 @@ +@@ -250,6 +251,16 @@ } } } else if (xflag) { @@ -5526,10 +5526,10 @@ replaceFSC(files); if (fname != null && files != null) { extract(fname, files); -@@ -921,6 +932,10 @@ - ZipEntry rc = null; - String name = e.getName(); - File f = new File(e.getName().replace('/', File.separatorChar)); +@@ -975,6 +986,10 @@ + return rc; // leading '/' or 'dot-dot' only path + } + File f = new File(name.replace('/', File.separatorChar)); + if (!f.getCanonicalPath().startsWith(cwd)) { + output(formatMsg("out.ignore.entry", name)); + return null; @@ -5537,7 +5537,7 @@ if (e.isDirectory()) { if (f.exists()) { if (!f.isDirectory()) { -@@ -942,6 +957,10 @@ +@@ -996,6 +1011,10 @@ } else { if (f.getParent() != null) { File d = new File(f.getParent()); @@ -12620,20 +12620,24 @@ /* * The fd table and the number of file descriptors -@@ -281,7 +281,7 @@ +@@ -281,9 +281,7 @@ int NET_RecvFrom(int s, void *buf, int len, unsigned int flags, struct sockaddr *from, int *fromlen) { -- BLOCKING_IO_RETURN_INT( s, recvfrom(s, buf, len, flags, from, (socklen_t)fromlen) ); +- socklen_t socklen = *fromlen; +- BLOCKING_IO_RETURN_INT( s, recvfrom(s, buf, len, flags, from, &socklen) ); +- *fromlen = socklen; + BLOCKING_IO_RETURN_INT( s, recvfrom(s, buf, len, flags, from, (socklen_t *)fromlen) ); } int NET_Send(int s, void *msg, int len, unsigned int flags) { -@@ -298,7 +298,7 @@ +@@ -300,9 +298,7 @@ } int NET_Accept(int s, struct sockaddr *addr, int *addrlen) { -- BLOCKING_IO_RETURN_INT( s, accept(s, addr, (socklen_t)addrlen) ); +- socklen_t socklen = *addrlen; +- BLOCKING_IO_RETURN_INT( s, accept(s, addr, &socklen) ); +- *addrlen = socklen; + BLOCKING_IO_RETURN_INT( s, accept(s, addr, (socklen_t *)addrlen) ); } @@ -12690,16 +12694,7 @@ /* * On Linux if we are connecting to a link-local address * we need to specify the interface in the scope_id (2.4 kernel only) -@@ -1104,7 +1126,7 @@ - } - #endif - -- rv = getsockopt(fd, level, opt, result, (socklen_t)len); -+ rv = getsockopt(fd, level, opt, result, (socklen_t *)len); - if (rv < 0) { - return rv; - } -@@ -1151,6 +1173,24 @@ +@@ -1160,6 +1182,24 @@ #define IPTOS_PREC_MASK 0xe0 #endif @@ -12724,7 +12719,7 @@ /* * IPPROTO/IP_TOS :- * 1. IPv6 on Solaris: no-op and will be set in flowinfo -@@ -1183,6 +1223,10 @@ +@@ -1192,6 +1232,10 @@ *iptos &= (IPTOS_TOS_MASK | IPTOS_PREC_MASK); } @@ -12735,7 +12730,7 @@ /* * SOL_SOCKET/{SO_SNDBUF,SO_RCVBUF} - On Solaris need to * ensure that value is <= max_buf as otherwise we get -@@ -1230,6 +1274,84 @@ +@@ -1239,6 +1283,84 @@ } #endif @@ -13239,7 +13234,7 @@ "X11GD_InitXrandrFuncs: Could not open libXrandr.so.2"); --- jdk/src/solaris/native/sun/awt/awt_InputMethod.c +++ jdk/src/solaris/native/sun/awt/awt_InputMethod.c -@@ -69,7 +69,7 @@ +@@ -67,7 +67,7 @@ XIMPreeditDrawCallbackStruct *); static void PreeditCaretCallback(XIC, XPointer, XIMPreeditCaretCallbackStruct *); @@ -13248,7 +13243,7 @@ static void StatusStartCallback(XIC, XPointer, XPointer); static void StatusDoneCallback(XIC, XPointer, XPointer); static void StatusDrawCallback(XIC, XPointer, -@@ -83,7 +83,7 @@ +@@ -81,7 +81,7 @@ #define PreeditDoneIndex 1 #define PreeditDrawIndex 2 #define PreeditCaretIndex 3 @@ -13257,7 +13252,7 @@ #define StatusStartIndex 4 #define StatusDoneIndex 5 #define StatusDrawIndex 6 -@@ -101,14 +101,14 @@ +@@ -99,14 +99,14 @@ (XIMProc)PreeditDoneCallback, (XIMProc)PreeditDrawCallback, (XIMProc)PreeditCaretCallback, @@ -13274,7 +13269,7 @@ #define MAX_STATUS_LEN 100 typedef struct { Window w; /*status window id */ -@@ -148,7 +148,7 @@ +@@ -146,7 +146,7 @@ #endif /* XAWT */ jobject x11inputmethod; /* global ref to X11InputMethod instance */ /* associated with the XIC */ @@ -13283,7 +13278,7 @@ StatusWindow *statusWindow; /* our own status window */ #else #ifndef XAWT -@@ -427,7 +427,7 @@ +@@ -425,7 +425,7 @@ static void freeX11InputMethodData(JNIEnv *env, X11InputMethodData *pX11IMData) { @@ -13292,7 +13287,7 @@ if (pX11IMData->statusWindow != NULL){ StatusWindow *sw = pX11IMData->statusWindow; XFreeGC(awt_display, sw->lightGC); -@@ -533,7 +533,7 @@ +@@ -531,7 +531,7 @@ pX11IMData = getX11InputMethodData(env, currentX11InputMethodInstance); if (pX11IMData == NULL) { @@ -13301,7 +13296,7 @@ return False; #else return result; -@@ -541,7 +541,7 @@ +@@ -539,7 +539,7 @@ } if ((ic = pX11IMData->current_ic) == (XIC)0){ @@ -13310,7 +13305,7 @@ return False; #else return result; -@@ -650,7 +650,7 @@ +@@ -648,7 +648,7 @@ return result; } @@ -13319,7 +13314,7 @@ static StatusWindow *createStatusWindow( #ifdef XAWT Window parent) { -@@ -994,7 +994,7 @@ +@@ -993,7 +993,7 @@ } } } @@ -13328,7 +13323,7 @@ /* * Creates two XICs, one for active clients and the other for passive * clients. All information on those XICs are stored in the -@@ -1051,7 +1051,7 @@ +@@ -1050,7 +1050,7 @@ return FALSE ; } @@ -13337,7 +13332,7 @@ on_the_spot_styles |= XIMStatusNothing; /*kinput does not support XIMPreeditCallbacks and XIMStatusArea -@@ -1064,7 +1064,7 @@ +@@ -1063,7 +1063,7 @@ break; } } @@ -13346,7 +13341,7 @@ #ifdef XAWT on_the_spot_styles |= XIMStatusNothing; #else /* !XAWT */ -@@ -1087,7 +1087,7 @@ +@@ -1086,7 +1086,7 @@ on_the_spot_styles |= XIMStatusNothing; #endif /* XAWT */ @@ -13355,7 +13350,7 @@ for (i = 0; i < im_styles->count_styles; i++) { active_styles |= im_styles->supported_styles[i] & on_the_spot_styles; -@@ -1135,7 +1135,7 @@ +@@ -1134,7 +1134,7 @@ NULL); if (preedit == (XVaNestedList)NULL) goto err; @@ -13364,7 +13359,7 @@ /*always try XIMStatusCallbacks for active client...*/ { status = (XVaNestedList)XVaCreateNestedList(0, -@@ -1157,7 +1157,7 @@ +@@ -1156,7 +1156,7 @@ XFree((void *)status); XFree((void *)preedit); } @@ -13373,16 +13368,16 @@ #ifndef XAWT if (on_the_spot_styles & XIMStatusArea) { Widget parent; -@@ -1185,7 +1185,7 @@ +@@ -1184,7 +1184,7 @@ } #endif /* XAWT */ XFree((void *)preedit); -#endif /* __linux__ */ +#endif /* __linux__ || _ALLBSD_SOURCE */ pX11IMData->ic_passive = XCreateIC(X11im, - XNClientWindow, XtWindow(w), - XNFocusWindow, XtWindow(w), -@@ -1344,7 +1344,7 @@ + XNClientWindow, w, + XNFocusWindow, w, +@@ -1343,7 +1343,7 @@ } @@ -13391,7 +13386,7 @@ static void StatusStartCallback(XIC ic, XPointer client_data, XPointer call_data) { -@@ -1412,7 +1412,7 @@ +@@ -1411,7 +1411,7 @@ finally: AWT_UNLOCK(); } @@ -13400,14 +13395,14 @@ static void CommitStringCallback(XIC ic, XPointer client_data, XPointer call_data) { JNIEnv *env = GetJNIEnv(); -@@ -1514,14 +1514,14 @@ +@@ -1513,14 +1513,14 @@ /* Use IMInstantiate call back only on Linux, as there is a bug in Solaris (4768335) */ -#ifdef __linux__ +#if defined(__linux__) || defined(_ALLBSD_SOURCE) registered = XRegisterIMInstantiateCallback(dpy, NULL, NULL, - NULL, (XIMProc)OpenXIMCallback, NULL); + NULL, (XIDProc)OpenXIMCallback, NULL); if (!registered) { /* directly call openXIM callback */ #endif @@ -13417,7 +13412,7 @@ } #endif -@@ -1585,13 +1585,13 @@ +@@ -1584,13 +1584,13 @@ #endif /* XAWT */ globalRef = (*env)->NewGlobalRef(env, this); pX11IMData->x11inputmethod = globalRef; @@ -13434,10 +13429,10 @@ pX11IMData->lookup_buf = 0; pX11IMData->lookup_buf_len = 0; -@@ -1738,14 +1738,14 @@ +@@ -1737,14 +1737,14 @@ setXICFocus(pX11IMData->current_ic, req); currentX11InputMethodInstance = pX11IMData->x11inputmethod; - currentFocusWindow = XtWindow(w); + currentFocusWindow = w; -#ifdef __linux__ +#if defined(__linux__) || defined(_ALLBSD_SOURCE) if (active && pX11IMData->statusWindow && pX11IMData->statusWindow->on) @@ -13451,7 +13446,7 @@ onoffStatusWindow(pX11IMData, 0, False); if (pX11IMData->current_ic != NULL) #endif -@@ -1762,7 +1762,7 @@ +@@ -1761,7 +1761,7 @@ Java_sun_awt_X11InputMethod_turnoffStatusWindow(JNIEnv *env, jobject this) { @@ -13460,7 +13455,7 @@ X11InputMethodData *pX11IMData; StatusWindow *statusWindow; -@@ -1859,7 +1859,7 @@ +@@ -1858,7 +1858,7 @@ X11InputMethodData *pX11IMData; XVaNestedList status; @@ -13469,7 +13464,7 @@ /*do nothing for linux? */ #else AWT_LOCK(); -@@ -1965,7 +1965,7 @@ +@@ -1964,7 +1964,7 @@ JNIEXPORT void JNICALL Java_sun_awt_X11_XInputMethod_adjustStatusWindow (JNIEnv *env, jobject this, jlong window) { From owner-svn-ports-all@freebsd.org Tue Jun 30 20:13:53 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9EDC2990E4B; Tue, 30 Jun 2015 20:13:53 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7EC261CA7; Tue, 30 Jun 2015 20:13:53 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5UKDrnh002363; Tue, 30 Jun 2015 20:13:53 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5UKDq0B002354; Tue, 30 Jun 2015 20:13:52 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201506302013.t5UKDq0B002354@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Tue, 30 Jun 2015 20:13:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390991 - in head/finance: gnucash gnucash-docs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 20:13:53 -0000 Author: madpilot Date: Tue Jun 30 20:13:51 2015 New Revision: 390991 URL: https://svnweb.freebsd.org/changeset/ports/390991 Log: - Update gnucash and gnucash-docs to 2.6.7 Approved by: kwm (gnome, implicit) Modified: head/finance/gnucash-docs/Makefile head/finance/gnucash-docs/distinfo head/finance/gnucash/Makefile head/finance/gnucash/distinfo head/finance/gnucash/pkg-plist Modified: head/finance/gnucash-docs/Makefile ============================================================================== --- head/finance/gnucash-docs/Makefile Tue Jun 30 20:11:59 2015 (r390990) +++ head/finance/gnucash-docs/Makefile Tue Jun 30 20:13:51 2015 (r390991) @@ -3,7 +3,7 @@ # $MCom: ports/finance/gnucash-docs/Makefile,v 1.7 2007/08/04 03:51:29 marcus Exp $ PORTNAME= gnucash-docs -PORTVERSION= 2.6.5 +PORTVERSION= 2.6.7 CATEGORIES= finance gnome MASTER_SITES= SF/gnucash/${PORTNAME}/${PORTVERSION} \ http://www.gnucash.org/pub/gnucash/sources/stable/ \ Modified: head/finance/gnucash-docs/distinfo ============================================================================== --- head/finance/gnucash-docs/distinfo Tue Jun 30 20:11:59 2015 (r390990) +++ head/finance/gnucash-docs/distinfo Tue Jun 30 20:13:51 2015 (r390991) @@ -1,2 +1,2 @@ -SHA256 (gnucash-docs-2.6.5.tar.gz) = 420436947fd9c7b186a440f88c378e298a149f514341147dd01106f7bfa143e3 -SIZE (gnucash-docs-2.6.5.tar.gz) = 58941882 +SHA256 (gnucash-docs-2.6.7.tar.gz) = 80b8188675f3202aa0385f005a99d720a96aa380d2689c9c15f9aa7ecb08de7e +SIZE (gnucash-docs-2.6.7.tar.gz) = 58975368 Modified: head/finance/gnucash/Makefile ============================================================================== --- head/finance/gnucash/Makefile Tue Jun 30 20:11:59 2015 (r390990) +++ head/finance/gnucash/Makefile Tue Jun 30 20:13:51 2015 (r390991) @@ -2,7 +2,7 @@ # $MCom: ports/finance/gnucash/Makefile,v 1.26 2008/12/31 03:25:18 mezz Exp $ PORTNAME= gnucash -PORTVERSION= 2.6.6 +PORTVERSION= 2.6.7 CATEGORIES= finance gnome MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20%28stable%29/${PORTVERSION} Modified: head/finance/gnucash/distinfo ============================================================================== --- head/finance/gnucash/distinfo Tue Jun 30 20:11:59 2015 (r390990) +++ head/finance/gnucash/distinfo Tue Jun 30 20:13:51 2015 (r390991) @@ -1,2 +1,2 @@ -SHA256 (gnucash-2.6.6.tar.bz2) = 2337c791511ec35ca1ab207bac5f80dd5764df6029adf46a15154df370c97180 -SIZE (gnucash-2.6.6.tar.bz2) = 13303707 +SHA256 (gnucash-2.6.7.tar.bz2) = 6c15b12eeddc095d6926d9ea84d885c20b8f52781602c15aa3f672a1f7e2beef +SIZE (gnucash-2.6.7.tar.bz2) = 13529748 Modified: head/finance/gnucash/pkg-plist ============================================================================== --- head/finance/gnucash/pkg-plist Tue Jun 30 20:11:59 2015 (r390990) +++ head/finance/gnucash/pkg-plist Tue Jun 30 20:13:51 2015 (r390991) @@ -1219,6 +1219,7 @@ share/locale/ro/LC_MESSAGES/gnucash.mo share/locale/ru/LC_MESSAGES/gnucash.mo share/locale/rw/LC_MESSAGES/gnucash.mo share/locale/sk/LC_MESSAGES/gnucash.mo +share/locale/sr/LC_MESSAGES/gnucash.mo share/locale/sv/LC_MESSAGES/gnucash.mo share/locale/ta/LC_MESSAGES/gnucash.mo share/locale/te/LC_MESSAGES/gnucash.mo From owner-svn-ports-all@freebsd.org Tue Jun 30 20:14:56 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B0813990E8D; Tue, 30 Jun 2015 20:14:56 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A15091D8F; Tue, 30 Jun 2015 20:14:56 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5UKEuGf002605; Tue, 30 Jun 2015 20:14:56 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5UKEu6J002604; Tue, 30 Jun 2015 20:14:56 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201506302014.t5UKEu6J002604@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 30 Jun 2015 20:14:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390992 - head/textproc/elasticsearch-river-rabbitmq X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 20:14:56 -0000 Author: olgeni Date: Tue Jun 30 20:14:55 2015 New Revision: 390992 URL: https://svnweb.freebsd.org/changeset/ports/390992 Log: Restore requirement of elasticsearch>=1.6.0. Modified: head/textproc/elasticsearch-river-rabbitmq/Makefile Modified: head/textproc/elasticsearch-river-rabbitmq/Makefile ============================================================================== --- head/textproc/elasticsearch-river-rabbitmq/Makefile Tue Jun 30 20:13:51 2015 (r390991) +++ head/textproc/elasticsearch-river-rabbitmq/Makefile Tue Jun 30 20:14:55 2015 (r390992) @@ -2,6 +2,7 @@ PORTNAME= rabbitmq PORTVERSION= 2.6.0 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://download.elasticsearch.org/elasticsearch/elasticsearch-river-rabbitmq/ PKGNAMEPREFIX= elasticsearch-river- @@ -12,7 +13,7 @@ COMMENT= ElasticSearch RabbitMQ River LICENSE= APACHE20 -RUN_DEPENDS= elasticsearch>=1.5.0:${PORTSDIR}/textproc/elasticsearch +RUN_DEPENDS= elasticsearch>=1.6.0:${PORTSDIR}/textproc/elasticsearch USES= zip From owner-svn-ports-all@freebsd.org Tue Jun 30 20:17:32 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CA9A9990EF5; Tue, 30 Jun 2015 20:17:32 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AE7A01ED0; Tue, 30 Jun 2015 20:17:32 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5UKHWwB003157; Tue, 30 Jun 2015 20:17:32 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5UKHVvr003152; Tue, 30 Jun 2015 20:17:31 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201506302017.t5UKHVvr003152@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 30 Jun 2015 20:17:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390993 - in head/textproc: . erlang-edown X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 20:17:32 -0000 Author: olgeni Date: Tue Jun 30 20:17:30 2015 New Revision: 390993 URL: https://svnweb.freebsd.org/changeset/ports/390993 Log: Add textproc/erlang-edown, a markdown generator for Erlang's edoc. Added: head/textproc/erlang-edown/ head/textproc/erlang-edown/Makefile (contents, props changed) head/textproc/erlang-edown/distinfo (contents, props changed) head/textproc/erlang-edown/pkg-descr (contents, props changed) head/textproc/erlang-edown/pkg-plist (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Tue Jun 30 20:14:55 2015 (r390992) +++ head/textproc/Makefile Tue Jun 30 20:17:30 2015 (r390993) @@ -155,6 +155,7 @@ SUBDIR += enchant SUBDIR += eo-aspell SUBDIR += eqe + SUBDIR += erlang-edown SUBDIR += es-aspell SUBDIR += es-hunspell SUBDIR += es-hyphen Added: head/textproc/erlang-edown/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/erlang-edown/Makefile Tue Jun 30 20:17:30 2015 (r390993) @@ -0,0 +1,34 @@ +# $FreeBSD$ + +PORTNAME= edown +PORTVERSION= 0.7 +CATEGORIES= textproc +PKGNAMEPREFIX= erlang- + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= EDoc extension for generating Github-flavored Markdown + +BUILD_DEPENDS= erl:${PORTSDIR}/lang/erlang +RUN_DEPENDS:= ${BUILD_DEPENDS} + +PLIST_SUB= VERSION="${PORTVERSION}" + +USE_GITHUB= yes +GH_ACCOUNT= uwiger + +post-patch: + @${REINPLACE_CMD} -e 's/{vsn, git}/{vsn,"${PORTVERSION}"}/' ${WRKSRC}/src/*.app.src + +do-install: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC}/doc && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION} + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/priv + ${INSTALL_DATA} ${WRKSRC}/ebin/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin + ${INSTALL_DATA} ${WRKSRC}/src/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src + cd ${WRKSRC}/priv && ${COPYTREE_SHARE} \* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/priv + +.include Added: head/textproc/erlang-edown/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/erlang-edown/distinfo Tue Jun 30 20:17:30 2015 (r390993) @@ -0,0 +1,2 @@ +SHA256 (uwiger-edown-0.7_GH0.tar.gz) = e9dae6c7425732f29290d4d10bec95ad956507a7b50191e036fc23ee18f1cd60 +SIZE (uwiger-edown-0.7_GH0.tar.gz) = 221867 Added: head/textproc/erlang-edown/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/erlang-edown/pkg-descr Tue Jun 30 20:17:30 2015 (r390993) @@ -0,0 +1,3 @@ +EDoc extension for generating Github-flavored Markdown. + +WWW: https://github.com/uwiger/edown Added: head/textproc/erlang-edown/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/erlang-edown/pkg-plist Tue Jun 30 20:17:30 2015 (r390993) @@ -0,0 +1,24 @@ +lib/erlang/lib/edown-%%VERSION%%/ebin/edown.app +lib/erlang/lib/edown-%%VERSION%%/ebin/edown_doclet.beam +lib/erlang/lib/edown-%%VERSION%%/ebin/edown_layout.beam +lib/erlang/lib/edown-%%VERSION%%/ebin/edown_lib.beam +lib/erlang/lib/edown-%%VERSION%%/ebin/edown_make.beam +lib/erlang/lib/edown-%%VERSION%%/ebin/edown_xmerl.beam +lib/erlang/lib/edown-%%VERSION%%/priv/scripts/check_edown.script +lib/erlang/lib/edown-%%VERSION%%/priv/scripts/rebar.config.script +lib/erlang/lib/edown-%%VERSION%%/priv/scripts/remove_deps.script +lib/erlang/lib/edown-%%VERSION%%/src/edown.app.src +lib/erlang/lib/edown-%%VERSION%%/src/edown.app.src.bak +lib/erlang/lib/edown-%%VERSION%%/src/edown_doclet.erl +lib/erlang/lib/edown-%%VERSION%%/src/edown_layout.erl +lib/erlang/lib/edown-%%VERSION%%/src/edown_lib.erl +lib/erlang/lib/edown-%%VERSION%%/src/edown_make.erl +lib/erlang/lib/edown-%%VERSION%%/src/edown_xmerl.erl +%%PORTDOCS%%%%DOCSDIR%%/README.md +%%PORTDOCS%%%%DOCSDIR%%/edoc-info +%%PORTDOCS%%%%DOCSDIR%%/edown_doclet.md +%%PORTDOCS%%%%DOCSDIR%%/edown_layout.md +%%PORTDOCS%%%%DOCSDIR%%/edown_lib.md +%%PORTDOCS%%%%DOCSDIR%%/edown_make.md +%%PORTDOCS%%%%DOCSDIR%%/edown_xmerl.md +%%PORTDOCS%%%%DOCSDIR%%/overview.edoc From owner-svn-ports-all@freebsd.org Tue Jun 30 20:18:01 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 38148990F55; Tue, 30 Jun 2015 20:18:01 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0F28E20DE; Tue, 30 Jun 2015 20:18:01 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5UKI08c003404; Tue, 30 Jun 2015 20:18:00 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5UKI0k7003402; Tue, 30 Jun 2015 20:18:00 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506302018.t5UKI0k7003402@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 30 Jun 2015 20:18:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390994 - head/security/ncrypt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 20:18:01 -0000 Author: amdmi3 Date: Tue Jun 30 20:17:59 2015 New Revision: 390994 URL: https://svnweb.freebsd.org/changeset/ports/390994 Log: - Update to 0.8.1 PR: 201179 Submitted by: tkato432@yahoo.com Differential Revision: Modified: head/security/ncrypt/Makefile head/security/ncrypt/distinfo Modified: head/security/ncrypt/Makefile ============================================================================== --- head/security/ncrypt/Makefile Tue Jun 30 20:17:30 2015 (r390993) +++ head/security/ncrypt/Makefile Tue Jun 30 20:17:59 2015 (r390994) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= ncrypt -PORTVERSION= 0.8.0 +PORTVERSION= 0.8.1 CATEGORIES= security -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/${PORTNAME}-${PORTVERSION} +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/${PORTNAME}-${PORTVERSION:R}.0 MAINTAINER= ports@FreeBSD.org COMMENT= Advanced AES file encryption tool @@ -12,19 +12,19 @@ COMMENT= Advanced AES file encryption to LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= autoreconf tar:tgz +USES= tar:tgz GNU_CONFIGURE= yes PLIST_FILES= bin/ncrypt bin/nrm -pre-patch: - @${RM} ${WRKSRC}/*.m4 - post-patch: @${REINPLACE_CMD} -e \ - 's| getopt.c getopt1.c||' ${WRKSRC}/Makefile.am + 's|getopt.$$(OBJEXT) || ; \ + s|getopt1.$$(OBJEXT) || ; \ + s|getopt.c || ; \ + s|getopt1.c ||' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e \ 's|-O0|| ; \ - s|"\($$CCOPTS\)"|"\1 $$CFLAGS"|' ${WRKSRC}/configure.ac + s|"\($$CCOPTS\)"|"\1 $$CFLAGS"|' ${WRKSRC}/configure .include Modified: head/security/ncrypt/distinfo ============================================================================== --- head/security/ncrypt/distinfo Tue Jun 30 20:17:30 2015 (r390993) +++ head/security/ncrypt/distinfo Tue Jun 30 20:17:59 2015 (r390994) @@ -1,2 +1,2 @@ -SHA256 (ncrypt-0.8.0.tgz) = 771267940226bb570dea2a5b2300e542a78285fa38c45d6f74903931c15633ab -SIZE (ncrypt-0.8.0.tgz) = 785474 +SHA256 (ncrypt-0.8.1.tgz) = 85debd5ed343a1659dc336b03ea9c6baf1c73ddd3c52571fca12fbb458d97c65 +SIZE (ncrypt-0.8.1.tgz) = 406556 From owner-svn-ports-all@freebsd.org Tue Jun 30 20:25:57 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1A1D3991137; Tue, 30 Jun 2015 20:25:57 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 09F4A26BC; Tue, 30 Jun 2015 20:25:57 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5UKPuLJ008201; Tue, 30 Jun 2015 20:25:56 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5UKPuEp008197; Tue, 30 Jun 2015 20:25:56 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506302025.t5UKPuEp008197@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 30 Jun 2015 20:25:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390995 - head/science/gwyddion X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 20:25:57 -0000 Author: amdmi3 Date: Tue Jun 30 20:25:55 2015 New Revision: 390995 URL: https://svnweb.freebsd.org/changeset/ports/390995 Log: - Update to 2.41 PR: 201178 Submitted by: tkato432@yahoo.com Differential Revision: Modified: head/science/gwyddion/Makefile head/science/gwyddion/distinfo head/science/gwyddion/pkg-plist Modified: head/science/gwyddion/Makefile ============================================================================== --- head/science/gwyddion/Makefile Tue Jun 30 20:17:59 2015 (r390994) +++ head/science/gwyddion/Makefile Tue Jun 30 20:25:55 2015 (r390995) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gwyddion -PORTVERSION= 2.40 +PORTVERSION= 2.41 CATEGORIES= science graphics MASTER_SITES= SF @@ -10,8 +10,11 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Gtk2 based SPM data visualization and analysis tool LICENSE= GPLv2 # (or later) +LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libIlmImf.so:${PORTSDIR}/graphics/OpenEXR \ +LIB_DEPENDS= libminizip.so:${PORTSDIR}/archivers/minizip \ + libcfitsio.so:${PORTSDIR}/astro/cfitsio \ + libIlmImf.so:${PORTSDIR}/graphics/OpenEXR \ libfftw3.so:${PORTSDIR}/math/fftw3 \ libgtkglext-x11-1.0.so:${PORTSDIR}/x11-toolkits/gtkglext @@ -19,6 +22,7 @@ USES= desktop-file-utils gettext gmake shared-mime-info tar:xz USE_GNOME= gconf2 gtk20 libxml2 USE_GL= glu +USE_XORG= xmu GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-silent-rules --disable-gtk-doc \ --without-kde4-thumbnailer Modified: head/science/gwyddion/distinfo ============================================================================== --- head/science/gwyddion/distinfo Tue Jun 30 20:17:59 2015 (r390994) +++ head/science/gwyddion/distinfo Tue Jun 30 20:25:55 2015 (r390995) @@ -1,2 +1,2 @@ -SHA256 (gwyddion-2.40.tar.xz) = b101deca6583f3fe7920af684c8fb50b3e6d2091c07c4484932e97b13c9ae487 -SIZE (gwyddion-2.40.tar.xz) = 3147408 +SHA256 (gwyddion-2.41.tar.xz) = dcccba56231d6553ded5ba3613f70e4b71f4365e6482e65c69b4eea8bb4d8afa +SIZE (gwyddion-2.41.tar.xz) = 3184204 Modified: head/science/gwyddion/pkg-plist ============================================================================== --- head/science/gwyddion/pkg-plist Tue Jun 30 20:17:59 2015 (r390994) +++ head/science/gwyddion/pkg-plist Tue Jun 30 20:25:55 2015 (r390995) @@ -151,6 +151,7 @@ lib/gwyddion/modules/file/aistfile.so lib/gwyddion/modules/file/alicona.so lib/gwyddion/modules/file/ambfile.so lib/gwyddion/modules/file/anfatec.so +lib/gwyddion/modules/file/apedaxfile.so lib/gwyddion/modules/file/apefile.so lib/gwyddion/modules/file/asciiexport.so lib/gwyddion/modules/file/assing-afm.so @@ -169,6 +170,7 @@ lib/gwyddion/modules/file/ecsfile.so lib/gwyddion/modules/file/ezdfile.so lib/gwyddion/modules/file/femtoscan.so lib/gwyddion/modules/file/femtoscan-txt.so +lib/gwyddion/modules/file/fitsfile.so lib/gwyddion/modules/file/gdeffile.so lib/gwyddion/modules/file/gsffile.so lib/gwyddion/modules/file/gwyfile.so @@ -196,7 +198,9 @@ lib/gwyddion/modules/file/nanoeducator.s lib/gwyddion/modules/file/nanomagnetics.so lib/gwyddion/modules/file/nanonics.so lib/gwyddion/modules/file/nanonis.so +lib/gwyddion/modules/file/nanoobserver.so lib/gwyddion/modules/file/nanoscan.so +lib/gwyddion/modules/file/nanoscantech.so lib/gwyddion/modules/file/nanoscope-ii.so lib/gwyddion/modules/file/nanoscope.so lib/gwyddion/modules/file/nanotop.so @@ -211,6 +215,7 @@ lib/gwyddion/modules/file/omicron.so lib/gwyddion/modules/file/omicronflat.so lib/gwyddion/modules/file/omicronmatrix.so lib/gwyddion/modules/file/opdfile.so +lib/gwyddion/modules/file/opengps.so lib/gwyddion/modules/file/pixmap.so lib/gwyddion/modules/file/pltfile.so lib/gwyddion/modules/file/pnifile.so @@ -237,6 +242,7 @@ lib/gwyddion/modules/file/spip-asc.so lib/gwyddion/modules/file/spml.so lib/gwyddion/modules/file/spmlab.so lib/gwyddion/modules/file/spmlabf.so +lib/gwyddion/modules/file/spmxfile.so lib/gwyddion/modules/file/stmprg.so lib/gwyddion/modules/file/stpfile.so lib/gwyddion/modules/file/surffile.so @@ -253,6 +259,7 @@ lib/gwyddion/modules/file/wsxmfile.so lib/gwyddion/modules/file/xyzexport.so lib/gwyddion/modules/file/zeiss.so lib/gwyddion/modules/file/zemax.so +lib/gwyddion/modules/graph/graph_align.so lib/gwyddion/modules/graph/graph_cd.so lib/gwyddion/modules/graph/graph_cut.so lib/gwyddion/modules/graph/graph_dos_spectrum.so @@ -275,6 +282,7 @@ lib/gwyddion/modules/process/angle_dist. lib/gwyddion/modules/process/arithmetic.so lib/gwyddion/modules/process/averaging.so lib/gwyddion/modules/process/basicops.so +lib/gwyddion/modules/process/bdep_synth.so lib/gwyddion/modules/process/calcoefs_load.so lib/gwyddion/modules/process/calcoefs_new.so lib/gwyddion/modules/process/calcoefs_simple.so @@ -342,6 +350,7 @@ lib/gwyddion/modules/process/pid.so lib/gwyddion/modules/process/polydistort.so lib/gwyddion/modules/process/polylevel.so lib/gwyddion/modules/process/presentationops.so +lib/gwyddion/modules/process/psdf_logphi.so lib/gwyddion/modules/process/rank.so lib/gwyddion/modules/process/rotate.so lib/gwyddion/modules/process/scale.so @@ -387,6 +396,7 @@ lib/gwyddion/modules/volume/volume_fdfit lib/gwyddion/modules/volume/volume_invert.so lib/gwyddion/modules/volume/volume_kmeans.so lib/gwyddion/modules/volume/volume_kmedians.so +lib/gwyddion/modules/volume/volume_slice.so %%PERL%%lib/gwyddion/perl/Gwyddion/dump.pm %%PYTHON%%lib/gwyddion/python/Gwyddion/__init__.py %%PYTHON%%lib/gwyddion/python/Gwyddion/__init__.pyc @@ -397,13 +407,13 @@ lib/gwyddion/modules/volume/volume_kmedi %%RUBY%%lib/gwyddion/ruby/gwyddion/dump.rb lib/libgwyapp2.so lib/libgwyapp2.so.0 -lib/libgwyapp2.so.0.11.1 +lib/libgwyapp2.so.0.12.0 lib/libgwyddion2.so lib/libgwyddion2.so.0 -lib/libgwyddion2.so.0.15.1 +lib/libgwyddion2.so.0.16.0 lib/libgwydgets2.so lib/libgwydgets2.so.0 -lib/libgwydgets2.so.0.17.0 +lib/libgwydgets2.so.0.18.0 lib/libgwydraw2.so lib/libgwydraw2.so.0 lib/libgwydraw2.so.0.3.0 @@ -412,7 +422,7 @@ lib/libgwymodule2.so.0 lib/libgwymodule2.so.0.8.0 lib/libgwyprocess2.so lib/libgwyprocess2.so.0 -lib/libgwyprocess2.so.0.23.0 +lib/libgwyprocess2.so.0.24.0 %%PYTHON%%%%PYTHON_SITELIBDIR%%/gwy.so libdata/pkgconfig/gwyddion.pc libexec/gwyddion/plugins/file/dump From owner-svn-ports-all@freebsd.org Tue Jun 30 20:35:29 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7A3CE9913E0; Tue, 30 Jun 2015 20:35:29 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 621BC2D97; Tue, 30 Jun 2015 20:35:29 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5UKZTEh013328; Tue, 30 Jun 2015 20:35:29 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5UKZTcx013327; Tue, 30 Jun 2015 20:35:29 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201506302035.t5UKZTcx013327@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 30 Jun 2015 20:35:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390996 - head/textproc/erlang-edown X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 20:35:29 -0000 Author: olgeni Date: Tue Jun 30 20:35:28 2015 New Revision: 390996 URL: https://svnweb.freebsd.org/changeset/ports/390996 Log: Call rebar directly in do-build target. Modified: head/textproc/erlang-edown/Makefile Modified: head/textproc/erlang-edown/Makefile ============================================================================== --- head/textproc/erlang-edown/Makefile Tue Jun 30 20:25:55 2015 (r390995) +++ head/textproc/erlang-edown/Makefile Tue Jun 30 20:35:28 2015 (r390996) @@ -19,6 +19,9 @@ GH_ACCOUNT= uwiger post-patch: @${REINPLACE_CMD} -e 's/{vsn, git}/{vsn,"${PORTVERSION}"}/' ${WRKSRC}/src/*.app.src +do-build: + @cd ${WRKSRC} && ./rebar compile + do-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} From owner-svn-ports-all@freebsd.org Tue Jun 30 20:36:32 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5502499142A; Tue, 30 Jun 2015 20:36:32 +0000 (UTC) (envelope-from mmoll@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2BF5C2E7A; Tue, 30 Jun 2015 20:36:32 +0000 (UTC) (envelope-from mmoll@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5UKaWab013584; Tue, 30 Jun 2015 20:36:32 GMT (envelope-from mmoll@FreeBSD.org) Received: (from mmoll@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5UKaVZA013582; Tue, 30 Jun 2015 20:36:31 GMT (envelope-from mmoll@FreeBSD.org) Message-Id: <201506302036.t5UKaVZA013582@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mmoll set sender to mmoll@FreeBSD.org using -f From: Michael Moll Date: Tue, 30 Jun 2015 20:36:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390997 - head/net/foreman-proxy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 20:36:32 -0000 Author: mmoll Date: Tue Jun 30 20:36:31 2015 New Revision: 390997 URL: https://svnweb.freebsd.org/changeset/ports/390997 Log: net/foreman-proxy: update to 1.8.2 - upstream code was unchanged, except the version bump - fix dependency after renaming of rubygem-augeas - use www/rubygem-rack16 Approved by: swills (mentor), mm (maintainer, timeout) Differential Revision: https://reviews.freebsd.org/D2826 Modified: head/net/foreman-proxy/Makefile head/net/foreman-proxy/distinfo Modified: head/net/foreman-proxy/Makefile ============================================================================== --- head/net/foreman-proxy/Makefile Tue Jun 30 20:35:28 2015 (r390996) +++ head/net/foreman-proxy/Makefile Tue Jun 30 20:36:31 2015 (r390997) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= foreman-proxy -PORTVERSION= 1.8.1 +PORTVERSION= 1.8.2 CATEGORIES= net MASTER_SITES= http://downloads.theforeman.org/foreman-proxy/ @@ -13,7 +13,7 @@ LICENSE= GPLv3 RUN_DEPENDS= rubygem-bundler_ext>=0.4:${PORTSDIR}/sysutils/rubygem-bundler_ext \ rubygem-json>=1.8.1:${PORTSDIR}/devel/rubygem-json \ - rubygem-rack>=1.4:${PORTSDIR}/www/rubygem-rack \ + rubygem-rack16>=1.4:${PORTSDIR}/www/rubygem-rack16 \ rubygem-sinatra>=1.4.3:${PORTSDIR}/www/rubygem-sinatra \ ${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget @@ -46,7 +46,7 @@ PLIST_SUB= ${SUB_LIST} MKDIR="${MKDIR}" BMC_RUN_DEPENDS= rubygem-rubyipmi>=0.7:${PORTSDIR}/sysutils/rubygem-rubyipmi PUPPET_RUN_DEPENDS= puppet:${PORTSDIR}/sysutils/puppet \ - rubygem-ruby-augeas>=0.5:${PORTSDIR}/textproc/rubygem-augeas + rubygem-ruby-augeas>=0.5:${PORTSDIR}/textproc/rubygem-ruby-augeas post-patch: @${REINPLACE_CMD} \ Modified: head/net/foreman-proxy/distinfo ============================================================================== --- head/net/foreman-proxy/distinfo Tue Jun 30 20:35:28 2015 (r390996) +++ head/net/foreman-proxy/distinfo Tue Jun 30 20:36:31 2015 (r390997) @@ -1,2 +1,2 @@ -SHA256 (foreman-proxy-1.8.1.tar.bz2) = 1467f17c44e9a12234776a6a7dc9b3ca562563dc8179c2fbe99f2a056fb789f9 -SIZE (foreman-proxy-1.8.1.tar.bz2) = 102078 +SHA256 (foreman-proxy-1.8.2.tar.bz2) = 9e7f79189a48f2e7ffdf2af38da0de77dae8fe9deb553146a4de51cf07f99044 +SIZE (foreman-proxy-1.8.2.tar.bz2) = 102091 From owner-svn-ports-all@freebsd.org Tue Jun 30 20:39:44 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5B0199914CE; Tue, 30 Jun 2015 20:39:44 +0000 (UTC) (envelope-from mmoll@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BCD310C1; Tue, 30 Jun 2015 20:39:44 +0000 (UTC) (envelope-from mmoll@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5UKdiO4014161; Tue, 30 Jun 2015 20:39:44 GMT (envelope-from mmoll@FreeBSD.org) Received: (from mmoll@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5UKdhuN014159; Tue, 30 Jun 2015 20:39:43 GMT (envelope-from mmoll@FreeBSD.org) Message-Id: <201506302039.t5UKdhuN014159@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mmoll set sender to mmoll@FreeBSD.org using -f From: Michael Moll Date: Tue, 30 Jun 2015 20:39:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390998 - head/devel/rubygem-gyoku X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 20:39:44 -0000 Author: mmoll Date: Tue Jun 30 20:39:43 2015 New Revision: 390998 URL: https://svnweb.freebsd.org/changeset/ports/390998 Log: devel/rubygem-gyoku: update to 1.3.1 Approved by: swills (mentor), Joe Benden (maintainer, timeout) Differential Revision: https://reviews.freebsd.org/D2914 Modified: head/devel/rubygem-gyoku/Makefile head/devel/rubygem-gyoku/distinfo (contents, props changed) Modified: head/devel/rubygem-gyoku/Makefile ============================================================================== --- head/devel/rubygem-gyoku/Makefile Tue Jun 30 20:36:31 2015 (r390997) +++ head/devel/rubygem-gyoku/Makefile Tue Jun 30 20:39:43 2015 (r390998) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gyoku -PORTVERSION= 0.4.6 +PORTVERSION= 1.3.1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -10,13 +10,13 @@ MAINTAINER= joe@thrallingpenguin.com COMMENT= Library for translating Ruby hashes to XML LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-builder>=2.1.2:${PORTSDIR}/devel/rubygem-builder +RUN_DEPENDS= rubygem-builder32>=2.1.2:${PORTSDIR}/devel/rubygem-builder32 +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -PORTSCOUT= limit:^0\.4\. - .include Modified: head/devel/rubygem-gyoku/distinfo ============================================================================== --- head/devel/rubygem-gyoku/distinfo Tue Jun 30 20:36:31 2015 (r390997) +++ head/devel/rubygem-gyoku/distinfo Tue Jun 30 20:39:43 2015 (r390998) @@ -1,2 +1,2 @@ -SHA256 (rubygem/gyoku-0.4.6.gem) = b334b144f713fd9078100394d6125847bcefd08c1c4f11c92c026f8b3127a335 -SIZE (rubygem/gyoku-0.4.6.gem) = 11776 +SHA256 (rubygem/gyoku-1.3.1.gem) = b0c5c825718df093437ab6bf84a25f39711816ab52a3bb3d2dcfa44102d5c0f2 +SIZE (rubygem/gyoku-1.3.1.gem) = 16896 From owner-svn-ports-all@freebsd.org Tue Jun 30 20:41:50 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6188599162A; Tue, 30 Jun 2015 20:41:50 +0000 (UTC) (envelope-from mmoll@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 525531636; Tue, 30 Jun 2015 20:41:50 +0000 (UTC) (envelope-from mmoll@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5UKfouS018176; Tue, 30 Jun 2015 20:41:50 GMT (envelope-from mmoll@FreeBSD.org) Received: (from mmoll@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5UKfnbT018174; Tue, 30 Jun 2015 20:41:49 GMT (envelope-from mmoll@FreeBSD.org) Message-Id: <201506302041.t5UKfnbT018174@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mmoll set sender to mmoll@FreeBSD.org using -f From: Michael Moll Date: Tue, 30 Jun 2015 20:41:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390999 - head/devel/rubygem-nori X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 20:41:50 -0000 Author: mmoll Date: Tue Jun 30 20:41:49 2015 New Revision: 390999 URL: https://svnweb.freebsd.org/changeset/ports/390999 Log: devel/rubygem-nori: update to 2.6.0 Approved by: swills (mentor), Joe Benden (maintainer, timeout) Differential Revision: https://reviews.freebsd.org/D2915 Modified: head/devel/rubygem-nori/Makefile head/devel/rubygem-nori/distinfo (contents, props changed) Modified: head/devel/rubygem-nori/Makefile ============================================================================== --- head/devel/rubygem-nori/Makefile Tue Jun 30 20:39:43 2015 (r390998) +++ head/devel/rubygem-nori/Makefile Tue Jun 30 20:41:49 2015 (r390999) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nori -PORTVERSION= 1.0.3 +PORTVERSION= 2.6.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -10,11 +10,11 @@ MAINTAINER= joe@thrallingpenguin.com COMMENT= Library for converting XML to Hash syntax LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -PORTSCOUT= limit:^1\.0\. - .include Modified: head/devel/rubygem-nori/distinfo ============================================================================== --- head/devel/rubygem-nori/distinfo Tue Jun 30 20:39:43 2015 (r390998) +++ head/devel/rubygem-nori/distinfo Tue Jun 30 20:41:49 2015 (r390999) @@ -1,2 +1,2 @@ -SHA256 (rubygem/nori-1.0.3.gem) = 2a9d12eabe9f758107d6f52853623dd1296ee58cb7efea9fd62f3f88df8481b7 -SIZE (rubygem/nori-1.0.3.gem) = 19456 +SHA256 (rubygem/nori-2.6.0.gem) = f629a4e92fe394e78f9441d55e71f5606ce8c045f3cc81f326f70b45ce61dc18 +SIZE (rubygem/nori-2.6.0.gem) = 23040 From owner-svn-ports-all@freebsd.org Tue Jun 30 20:43:14 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 10979991655; Tue, 30 Jun 2015 20:43:14 +0000 (UTC) (envelope-from mmoll@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DC2F318E3; Tue, 30 Jun 2015 20:43:13 +0000 (UTC) (envelope-from mmoll@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5UKhDms018502; Tue, 30 Jun 2015 20:43:13 GMT (envelope-from mmoll@FreeBSD.org) Received: (from mmoll@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5UKhDlc018497; Tue, 30 Jun 2015 20:43:13 GMT (envelope-from mmoll@FreeBSD.org) Message-Id: <201506302043.t5UKhDlc018497@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mmoll set sender to mmoll@FreeBSD.org using -f From: Michael Moll Date: Tue, 30 Jun 2015 20:43:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391000 - head/security/rubygem-gssapi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 20:43:14 -0000 Author: mmoll Date: Tue Jun 30 20:43:12 2015 New Revision: 391000 URL: https://svnweb.freebsd.org/changeset/ports/391000 Log: security/rubygem-gssapi: update to 1.2.0 Approved by: swills (mentor), Joe Benden (maintainer, timeout) Differential Revision: https://reviews.freebsd.org/D2916 Modified: head/security/rubygem-gssapi/Makefile head/security/rubygem-gssapi/distinfo (contents, props changed) head/security/rubygem-gssapi/pkg-descr Modified: head/security/rubygem-gssapi/Makefile ============================================================================== --- head/security/rubygem-gssapi/Makefile Tue Jun 30 20:41:49 2015 (r390999) +++ head/security/rubygem-gssapi/Makefile Tue Jun 30 20:43:12 2015 (r391000) @@ -2,17 +2,18 @@ # $FreeBSD$ PORTNAME= gssapi -PORTVERSION= 1.0.2 +PORTVERSION= 1.2.0 CATEGORIES= security rubygems MASTER_SITES= RG MAINTAINER= joe@thrallingpenguin.com -COMMENT= Library wrapper for GSSAPI +COMMENT= Ruby FFI Library wrapper for GSSAPI LICENSE= MIT RUN_DEPENDS= rubygem-ffi>=1.9.3:${PORTSDIR}/devel/rubygem-ffi +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/security/rubygem-gssapi/distinfo ============================================================================== --- head/security/rubygem-gssapi/distinfo Tue Jun 30 20:41:49 2015 (r390999) +++ head/security/rubygem-gssapi/distinfo Tue Jun 30 20:43:12 2015 (r391000) @@ -1,2 +1,2 @@ -SHA256 (rubygem/gssapi-1.0.2.gem) = 442553d67c85ee81cdf503fc1e53a0471d9e524ec113b6fbbb2f50f436377192 -SIZE (rubygem/gssapi-1.0.2.gem) = 14336 +SHA256 (rubygem/gssapi-1.2.0.gem) = 3d0e3222f36532c1ab3b7eaab171ad4245889edc5439a5483ff714999cb62349 +SIZE (rubygem/gssapi-1.2.0.gem) = 17408 Modified: head/security/rubygem-gssapi/pkg-descr ============================================================================== --- head/security/rubygem-gssapi/pkg-descr Tue Jun 30 20:41:49 2015 (r390999) +++ head/security/rubygem-gssapi/pkg-descr Tue Jun 30 20:43:12 2015 (r391000) @@ -1,3 +1,5 @@ -Library wrapper for GSSAPI +Ruby FFI wrapper around the system GSSAPI library. It exposes the low-level +GSSAPI methods like gss_init_sec_context and gss_wrap and also provides an +easier to use wrapper on top of this for common usage scenarios. WWW: https://github.com/zenchild/gssapi From owner-svn-ports-all@freebsd.org Tue Jun 30 20:43:21 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A5A7D991673; Tue, 30 Jun 2015 20:43:21 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9591D19C8; Tue, 30 Jun 2015 20:43:21 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5UKhL50018729; Tue, 30 Jun 2015 20:43:21 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5UKhJSp018719; Tue, 30 Jun 2015 20:43:19 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201506302043.t5UKhJSp018719@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 30 Jun 2015 20:43:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391001 - in head/devel: . erlang-parse_trans erlang-parse_trans/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 20:43:21 -0000 Author: olgeni Date: Tue Jun 30 20:43:19 2015 New Revision: 391001 URL: https://svnweb.freebsd.org/changeset/ports/391001 Log: Add devel/erlang-parse_trans, parse transform utilities for Erlang. Added: head/devel/erlang-parse_trans/ head/devel/erlang-parse_trans/Makefile (contents, props changed) head/devel/erlang-parse_trans/distinfo (contents, props changed) head/devel/erlang-parse_trans/files/ head/devel/erlang-parse_trans/files/patch-rebar.config (contents, props changed) head/devel/erlang-parse_trans/pkg-descr (contents, props changed) head/devel/erlang-parse_trans/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Jun 30 20:43:12 2015 (r391000) +++ head/devel/Makefile Tue Jun 30 20:43:19 2015 (r391001) @@ -441,6 +441,7 @@ SUBDIR += erlang-msgpack SUBDIR += erlang-neotoma SUBDIR += erlang-oserl + SUBDIR += erlang-parse_trans SUBDIR += erlang-poolboy SUBDIR += erlang-protobuffs SUBDIR += erlang-providers Added: head/devel/erlang-parse_trans/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/erlang-parse_trans/Makefile Tue Jun 30 20:43:19 2015 (r391001) @@ -0,0 +1,39 @@ +# $FreeBSD$ + +PORTNAME= parse_trans +PORTVERSION= 2.9.2 +CATEGORIES= devel +PKGNAMEPREFIX= erlang- + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= Parse transform utilities for Erlang + +BUILD_DEPENDS= erl:${PORTSDIR}/lang/erlang +RUN_DEPENDS:= ${BUILD_DEPENDS} + +PLIST_SUB= VERSION="${PORTVERSION}" + +USE_GITHUB= yes +GH_ACCOUNT= uwiger + +post-patch: + @${REINPLACE_CMD} -e 's/{vsn, git}/{vsn,"${PORTVERSION}"}/' ${WRKSRC}/src/*.app.src + +do-build: + @cd ${WRKSRC} && ./rebar compile + +do-install: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC}/doc && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR} + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION} + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/include + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src + ${INSTALL_DATA} ${WRKSRC}/ebin/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin + ${INSTALL_DATA} ${WRKSRC}/src/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src + ${INSTALL_DATA} ${WRKSRC}/include/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/include + +.include Added: head/devel/erlang-parse_trans/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/erlang-parse_trans/distinfo Tue Jun 30 20:43:19 2015 (r391001) @@ -0,0 +1,2 @@ +SHA256 (uwiger-parse_trans-2.9.2_GH0.tar.gz) = 25cc9af551f88827b8e502c39a6768b23b48ecee925a0d598b136a2c376e5959 +SIZE (uwiger-parse_trans-2.9.2_GH0.tar.gz) = 203862 Added: head/devel/erlang-parse_trans/files/patch-rebar.config ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/erlang-parse_trans/files/patch-rebar.config Tue Jun 30 20:43:19 2015 (r391001) @@ -0,0 +1,11 @@ +--- rebar.config.orig 2015-06-30 20:31:56 UTC ++++ rebar.config +@@ -5,7 +5,7 @@ + + {erl_opts, [debug_info]}. + {xref_checks, [undefined_function_calls]}. +-{deps, [{edown, ".*", {git, "git://github.com/uwiger/edown.git", {tag, "0.7"}}}]}. ++{deps, []}. + {edoc_opts, [{doclet, edown_doclet}, + {top_level_readme, + {"./README.md", Added: head/devel/erlang-parse_trans/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/erlang-parse_trans/pkg-descr Tue Jun 30 20:43:19 2015 (r391001) @@ -0,0 +1,3 @@ +Parse transform utilities for Erlang. + +WWW: https://github.com/uwiger/parse_trans Added: head/devel/erlang-parse_trans/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/erlang-parse_trans/pkg-plist Tue Jun 30 20:43:19 2015 (r391001) @@ -0,0 +1,44 @@ +lib/erlang/lib/parse_trans-%%VERSION%%/ebin/ct_expand.beam +lib/erlang/lib/parse_trans-%%VERSION%%/ebin/exprecs.beam +lib/erlang/lib/parse_trans-%%VERSION%%/ebin/parse_trans.app +lib/erlang/lib/parse_trans-%%VERSION%%/ebin/parse_trans.beam +lib/erlang/lib/parse_trans-%%VERSION%%/ebin/parse_trans_codegen.beam +lib/erlang/lib/parse_trans-%%VERSION%%/ebin/parse_trans_mod.beam +lib/erlang/lib/parse_trans-%%VERSION%%/ebin/parse_trans_pp.beam +lib/erlang/lib/parse_trans-%%VERSION%%/include/codegen.hrl +lib/erlang/lib/parse_trans-%%VERSION%%/include/exprecs.hrl +lib/erlang/lib/parse_trans-%%VERSION%%/src/ct_expand.erl +lib/erlang/lib/parse_trans-%%VERSION%%/src/exprecs.erl +lib/erlang/lib/parse_trans-%%VERSION%%/src/parse_trans.app.src +lib/erlang/lib/parse_trans-%%VERSION%%/src/parse_trans.app.src.bak +lib/erlang/lib/parse_trans-%%VERSION%%/src/parse_trans.erl +lib/erlang/lib/parse_trans-%%VERSION%%/src/parse_trans_codegen.erl +lib/erlang/lib/parse_trans-%%VERSION%%/src/parse_trans_mod.erl +lib/erlang/lib/parse_trans-%%VERSION%%/src/parse_trans_pp.erl +%%PORTDOCS%%%%DOCSDIR%%/README.md +%%PORTDOCS%%%%DOCSDIR%%/ct_expand.md +%%PORTDOCS%%%%DOCSDIR%%/edoc-info +%%PORTDOCS%%%%DOCSDIR%%/erlang.png +%%PORTDOCS%%%%DOCSDIR%%/exprecs.md +%%PORTDOCS%%%%DOCSDIR%%/parse_trans.md +%%PORTDOCS%%%%DOCSDIR%%/parse_trans_codegen.md +%%PORTDOCS%%%%DOCSDIR%%/parse_trans_mod.md +%%PORTDOCS%%%%DOCSDIR%%/parse_trans_pp.md +%%PORTDOCS%%%%DOCSDIR%%/stylesheet.css +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ct_expand_test.erl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex1.erl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_codegen.erl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_gen_module.erl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_gproc_send_xform.erl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_pmod.erl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/exprecs_eunit.erl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lc.erl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pmod.erl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/t.erl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/t_ex.erl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test.erl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_exprecs.erl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_exprecs_vsns.erl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_pt.erl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_transform_mod.erl From owner-svn-ports-all@freebsd.org Tue Jun 30 20:43:44 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 98005991699; Tue, 30 Jun 2015 20:43:44 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 890261AA8; Tue, 30 Jun 2015 20:43:44 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5UKhigp018889; Tue, 30 Jun 2015 20:43:44 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5UKhiDg018887; Tue, 30 Jun 2015 20:43:44 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201506302043.t5UKhiDg018887@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 30 Jun 2015 20:43:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391002 - head/x11-toolkits/p5-Gtk2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 20:43:44 -0000 Author: swills Date: Tue Jun 30 20:43:43 2015 New Revision: 391002 URL: https://svnweb.freebsd.org/changeset/ports/391002 Log: x11-toolkits/p5-Gtk2: update to 1.2495 Modified: head/x11-toolkits/p5-Gtk2/Makefile head/x11-toolkits/p5-Gtk2/distinfo Modified: head/x11-toolkits/p5-Gtk2/Makefile ============================================================================== --- head/x11-toolkits/p5-Gtk2/Makefile Tue Jun 30 20:43:19 2015 (r391001) +++ head/x11-toolkits/p5-Gtk2/Makefile Tue Jun 30 20:43:43 2015 (r391002) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Gtk2 -PORTVERSION= 1.2491 -PORTREVISION= 1 +PORTVERSION= 1.2495 CATEGORIES= x11-toolkits lang perl5 MASTER_SITES= CPAN SF/${PORTNAME:tl}-perl/${PORTNAME}/${PORTVERSION} PKGNAMEPREFIX= p5- Modified: head/x11-toolkits/p5-Gtk2/distinfo ============================================================================== --- head/x11-toolkits/p5-Gtk2/distinfo Tue Jun 30 20:43:19 2015 (r391001) +++ head/x11-toolkits/p5-Gtk2/distinfo Tue Jun 30 20:43:43 2015 (r391002) @@ -1,2 +1,2 @@ -SHA256 (Gtk2-1.2491.tar.gz) = ab1315ff9553efc47b97e17d94065a8736402ef08b55dc3bf8264304ea375cd8 -SIZE (Gtk2-1.2491.tar.gz) = 742141 +SHA256 (Gtk2-1.2495.tar.gz) = 6abcc772491f88308327e57f0de827b2abffd67ba677f2c82f291f893c9bfdd6 +SIZE (Gtk2-1.2495.tar.gz) = 743621 From owner-svn-ports-all@freebsd.org Tue Jun 30 20:44:47 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 733729916C2; Tue, 30 Jun 2015 20:44:47 +0000 (UTC) (envelope-from mmoll@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 638661BAA; Tue, 30 Jun 2015 20:44:47 +0000 (UTC) (envelope-from mmoll@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5UKilXP019201; Tue, 30 Jun 2015 20:44:47 GMT (envelope-from mmoll@FreeBSD.org) Received: (from mmoll@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5UKikqI019198; Tue, 30 Jun 2015 20:44:46 GMT (envelope-from mmoll@FreeBSD.org) Message-Id: <201506302044.t5UKikqI019198@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mmoll set sender to mmoll@FreeBSD.org using -f From: Michael Moll Date: Tue, 30 Jun 2015 20:44:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391003 - in head/sysutils/rubygem-winrm: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 20:44:47 -0000 Author: mmoll Date: Tue Jun 30 20:44:46 2015 New Revision: 391003 URL: https://svnweb.freebsd.org/changeset/ports/391003 Log: sysutils/rubygem-winrm: update to 1.3.3 Approved by: swills (mentor), Joe Benden (maintainer, timeout) Differential Revision: https://reviews.freebsd.org/D2917 Added: head/sysutils/rubygem-winrm/files/ head/sysutils/rubygem-winrm/files/patch-winrm.gemspec (contents, props changed) Modified: head/sysutils/rubygem-winrm/Makefile head/sysutils/rubygem-winrm/distinfo (contents, props changed) Modified: head/sysutils/rubygem-winrm/Makefile ============================================================================== --- head/sysutils/rubygem-winrm/Makefile Tue Jun 30 20:43:43 2015 (r391002) +++ head/sysutils/rubygem-winrm/Makefile Tue Jun 30 20:44:46 2015 (r391003) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= winrm -PORTVERSION= 1.1.3 +PORTVERSION= 1.3.3 CATEGORIES= sysutils rubygems MASTER_SITES= RG @@ -10,15 +10,19 @@ MAINTAINER= joe@thrallingpenguin.com COMMENT= Library for Windows Remote Management LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-gssapi>=1.0.0:${PORTSDIR}/security/rubygem-gssapi \ +RUN_DEPENDS= rubygem-builder32>=2.1.2:${PORTSDIR}/devel/rubygem-builder32 \ + rubygem-gssapi>=1.2:${PORTSDIR}/security/rubygem-gssapi \ + rubygem-gyoku>=1.0:${PORTSDIR}/devel/rubygem-gyoku \ rubygem-httpclient>=2.3.3:${PORTSDIR}/www/rubygem-httpclient \ rubygem-logging>=1.8.1:${PORTSDIR}/devel/rubygem-logging \ rubygem-nokogiri>=1.6.1:${PORTSDIR}/textproc/rubygem-nokogiri \ - rubygem-rubyntlm01>=0.1.0:${PORTSDIR}/net/rubygem-rubyntlm01 \ - rubygem-savon>=0.9.5:${PORTSDIR}/www/rubygem-savon \ + rubygem-nori>=2.0:${PORTSDIR}/devel/rubygem-nori \ + rubygem-rubyntlm>=0.4.0:${PORTSDIR}/net/rubygem-rubyntlm \ rubygem-uuidtools>=2.1.4:${PORTSDIR}/devel/rubygem-uuidtools +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/sysutils/rubygem-winrm/distinfo ============================================================================== --- head/sysutils/rubygem-winrm/distinfo Tue Jun 30 20:43:43 2015 (r391002) +++ head/sysutils/rubygem-winrm/distinfo Tue Jun 30 20:44:46 2015 (r391003) @@ -1,2 +1,2 @@ -SHA256 (rubygem/winrm-1.1.3.gem) = 746dd6159e0c4f5e4058a2a9b7e0cc390f83d3e896ba0ccf14abc590947fb9d8 -SIZE (rubygem/winrm-1.1.3.gem) = 20480 +SHA256 (rubygem/winrm-1.3.3.gem) = a61250a9f46cc2f8f248bdbad704fa7498d7d165babed08d3381645bdb64c78b +SIZE (rubygem/winrm-1.3.3.gem) = 31232 Added: head/sysutils/rubygem-winrm/files/patch-winrm.gemspec ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/rubygem-winrm/files/patch-winrm.gemspec Tue Jun 30 20:44:46 2015 (r391003) @@ -0,0 +1,11 @@ +--- winrm.gemspec.orig 2015-06-14 14:46:24 UTC ++++ winrm.gemspec +@@ -27,7 +27,7 @@ Gem::Specification.new do |s| + if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then + s.add_runtime_dependency(%q, ["~> 1.2"]) + s.add_runtime_dependency(%q, [">= 2.2.0.2", "~> 2.2"]) +- s.add_runtime_dependency(%q, ["~> 0.4.0"]) ++ s.add_runtime_dependency(%q, [">= 0.4.0"]) + s.add_runtime_dependency(%q, ["~> 2.1.2"]) + s.add_runtime_dependency(%q, [">= 1.6.1", "~> 1.6"]) + s.add_runtime_dependency(%q, ["~> 2.0"]) From owner-svn-ports-all@freebsd.org Tue Jun 30 20:46:14 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AD28399174E; Tue, 30 Jun 2015 20:46:14 +0000 (UTC) (envelope-from mmoll@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9C1941E4E; Tue, 30 Jun 2015 20:46:14 +0000 (UTC) (envelope-from mmoll@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5UKkEqI019676; Tue, 30 Jun 2015 20:46:14 GMT (envelope-from mmoll@FreeBSD.org) Received: (from mmoll@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5UKkDvg019669; Tue, 30 Jun 2015 20:46:13 GMT (envelope-from mmoll@FreeBSD.org) Message-Id: <201506302046.t5UKkDvg019669@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mmoll set sender to mmoll@FreeBSD.org using -f From: Michael Moll Date: Tue, 30 Jun 2015 20:46:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391004 - in head/sysutils/vagrant: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 20:46:14 -0000 Author: mmoll Date: Tue Jun 30 20:46:13 2015 New Revision: 391004 URL: https://svnweb.freebsd.org/changeset/ports/391004 Log: sysutils/vagrant: update to 1.7.2 - switch to USE_GITHUB - cleanup RUN_DEPENDS Approved by: swills (mentor), Joe Benden (maintainer, timeout) Differential Revision: https://reviews.freebsd.org/D2918 Modified: head/sysutils/vagrant/Makefile head/sysutils/vagrant/distinfo head/sysutils/vagrant/files/patch-vagrant.gemspec head/sysutils/vagrant/pkg-plist Modified: head/sysutils/vagrant/Makefile ============================================================================== --- head/sysutils/vagrant/Makefile Tue Jun 30 20:44:46 2015 (r391003) +++ head/sysutils/vagrant/Makefile Tue Jun 30 20:46:13 2015 (r391004) @@ -2,51 +2,37 @@ # $FreeBSD$ PORTNAME= vagrant -PORTVERSION= 1.6.5 -PORTREVISION= 4 +PORTVERSION= 1.7.2 +DISTVERSIONPREFIX= v CATEGORIES= sysutils rubygems devel -MASTER_SITES= LOCAL/swills https://codeload.github.com/mitchellh/vagrant/legacy.tar.gz/v${PORTVERSION}?dummy=/ MAINTAINER= joe@thrallingpenguin.com COMMENT= Vagrant Virtual Machine Manager LICENSE= MIT -BUILD_DEPENDS= rubygem-builder>=2.1.2:${PORTSDIR}/devel/rubygem-builder \ +BUILD_DEPENDS= rubygem-builder32>=2.1.2:${PORTSDIR}/devel/rubygem-builder32 \ rubygem-bundler17>=1.5.3:${PORTSDIR}/sysutils/rubygem-bundler17 \ rubygem-main>=1.0:${PORTSDIR}/devel/rubygem-main -RUN_DEPENDS= rubygem-main>=1.0:${PORTSDIR}/devel/rubygem-main \ - rubygem-akami>=1.0.0:${PORTSDIR}/www/rubygem-akami \ - rubygem-bundler17>=1.5.3:${PORTSDIR}/sysutils/rubygem-bundler17 \ - rubygem-ffi>=1.9.3:${PORTSDIR}/devel/rubygem-ffi \ +RUN_DEPENDS= rubygem-bundler17>=1.5.3:${PORTSDIR}/sysutils/rubygem-bundler17 \ rubygem-childprocess>=0.5.1:${PORTSDIR}/devel/rubygem-childprocess \ rubygem-erubis>=2.7.0:${PORTSDIR}/www/rubygem-erubis \ - rubygem-gyoku>=0.4.6:${PORTSDIR}/devel/rubygem-gyoku \ rubygem-hashicorp-checkpoint>=0.1.4:${PORTSDIR}/www/rubygem-hashicorp-checkpoint \ - rubygem-httpclient>=2.3.3:${PORTSDIR}/www/rubygem-httpclient \ - rubygem-httpi>=0.9.0:${PORTSDIR}/www/rubygem-httpi \ rubygem-i18n>=0.6.9:${PORTSDIR}/devel/rubygem-i18n \ - rubygem-logging>=1.8.1:${PORTSDIR}/devel/rubygem-logging \ - rubygem-timers1>=1.1.0:${PORTSDIR}/devel/rubygem-timers1 \ - rubygem-celluloid>=0.15.2:${PORTSDIR}/devel/rubygem-celluloid \ - rubygem-rb-fsevent>=0.9.4:${PORTSDIR}/devel/rubygem-rb-fsevent \ - rubygem-rb-inotify>=0.9.3:${PORTSDIR}/devel/rubygem-rb-inotify \ - rubygem-listen>=2.4.1:${PORTSDIR}/devel/rubygem-listen \ + rubygem-listen>=2.8.0:${PORTSDIR}/devel/rubygem-listen \ rubygem-log4r>=1.1.10:${PORTSDIR}/sysutils/rubygem-log4r \ - rubygem-net-ssh27=2.7.0,2:${PORTSDIR}/security/rubygem-net-ssh27 \ - rubygem-net-scp11=1.1.2:${PORTSDIR}/security/rubygem-net-scp11 \ - rubygem-rubyntlm01>=0.1.1:${PORTSDIR}/net/rubygem-rubyntlm01 \ - rubygem-nokogiri>=1.6.1:${PORTSDIR}/textproc/rubygem-nokogiri \ - rubygem-nori>=1.0.3:${PORTSDIR}/devel/rubygem-nori \ - rubygem-rack>=1.4.5:${PORTSDIR}/www/rubygem-rack \ - rubygem-savon>=0.9.5:${PORTSDIR}/www/rubygem-savon \ + rubygem-net-scp>=1.1.0:${PORTSDIR}/security/rubygem-net-scp \ + rubygem-net-sftp>=2.1:${PORTSDIR}/security/rubygem-net-sftp \ + rubygem-net-ssh>=2.6.6:${PORTSDIR}/security/rubygem-net-ssh \ + rubygem-nokogiri>=1.6.3.1:${PORTSDIR}/textproc/rubygem-nokogiri \ rubygem-rb-kqueue>=0.2.2:${PORTSDIR}/devel/rubygem-rb-kqueue \ - rubygem-uuidtools>=2.1.2:${PORTSDIR}/devel/rubygem-uuidtools \ - rubygem-wasabi>=1.0.0:${PORTSDIR}/www/rubygem-wasabi \ - rubygem-winrm>=1.1.3:${PORTSDIR}/sysutils/rubygem-winrm \ - rubygem-wdm>=0.1.0:${PORTSDIR}/devel/rubygem-wdm + rubygem-rest-client>=1.6.0:${PORTSDIR}/www/rubygem-rest-client \ + rubygem-wdm>=0.1.0:${PORTSDIR}/devel/rubygem-wdm \ + rubygem-winrm>=1.1.3:${PORTSDIR}/sysutils/rubygem-winrm + +USE_GITHUB= yes +GH_ACCOUNT= mitchellh -WRKSRC= ${WRKDIR}/mitchellh-vagrant-c38e17c USE_RUBY= yes GEMFILES= vagrant-${PORTVERSION}.gem RUBYGEMBIN= gem${RUBY_SUFFIX} Modified: head/sysutils/vagrant/distinfo ============================================================================== --- head/sysutils/vagrant/distinfo Tue Jun 30 20:44:46 2015 (r391003) +++ head/sysutils/vagrant/distinfo Tue Jun 30 20:46:13 2015 (r391004) @@ -1,2 +1,2 @@ -SHA256 (vagrant-1.6.5.tar.gz) = 97ff244ff5f09df65d1e5e9cd818e499c2046a3e5548fd1657b4bcfe94a85698 -SIZE (vagrant-1.6.5.tar.gz) = 2770832 +SHA256 (mitchellh-vagrant-v1.7.2_GH0.tar.gz) = e7cc1fadc53619afc966a88bc015c89b6daf2218961fa7f79a42feeaeb70adb6 +SIZE (mitchellh-vagrant-v1.7.2_GH0.tar.gz) = 2826774 Modified: head/sysutils/vagrant/files/patch-vagrant.gemspec ============================================================================== --- head/sysutils/vagrant/files/patch-vagrant.gemspec Tue Jun 30 20:44:46 2015 (r391003) +++ head/sysutils/vagrant/files/patch-vagrant.gemspec Tue Jun 30 20:46:13 2015 (r391004) @@ -1,26 +1,28 @@ ---- vagrant.gemspec.orig 2014-09-04 23:21:10.000000000 +0200 -+++ vagrant.gemspec 2015-01-30 22:24:38.000000000 +0100 -@@ -15,11 +15,11 @@ - s.required_rubygems_version = ">= 1.3.6" - s.rubyforge_project = "vagrant" - -- s.add_dependency "bundler", ">= 1.5.2", "< 1.7.0" -+ s.add_dependency "bundler", ">= 1.5.2", "< 1.8.0" +--- vagrant.gemspec.orig 2015-06-14 14:39:55 UTC ++++ vagrant.gemspec +@@ -18,20 +18,20 @@ Gem::Specification.new do |s| + s.add_dependency "bundler", ">= 1.5.2", "< 1.8.0" s.add_dependency "childprocess", "~> 0.5.0" s.add_dependency "erubis", "~> 2.7.0" - s.add_dependency "i18n", "~> 0.6.0" -- s.add_dependency "listen", "~> 2.7.1" -+ s.add_dependency "i18n", "~> 0.7.0" -+ s.add_dependency "listen", ">= 2.7.1" +- s.add_dependency "listen", "~> 2.8.0" ++ s.add_dependency "i18n", ">= 0.6.0" ++ s.add_dependency "listen", ">= 2.8.0" s.add_dependency "hashicorp-checkpoint", "~> 0.1.1" s.add_dependency "log4r", "~> 1.1.9", "< 1.1.11" s.add_dependency "net-ssh", ">= 2.6.6", "< 2.10.0" -@@ -29,7 +29,7 @@ - s.add_dependency "winrm", "~> 1.1.3" + s.add_dependency "net-sftp", "~> 2.1" +- s.add_dependency "net-scp", "~> 1.1.0" ++ s.add_dependency "net-scp", ">= 1.1.0" + s.add_dependency "rb-kqueue", "~> 0.2.0" + s.add_dependency "rest-client", ">= 1.6.0", "< 2.0" + s.add_dependency "wdm", "~> 0.1.0" +- s.add_dependency "winrm", "~> 1.1.3" ++ s.add_dependency "winrm", ">= 1.1.3" # We lock this down to avoid compilation issues. - s.add_dependency "nokogiri", "= 1.6.3.1" + s.add_dependency "nokogiri", ">= 1.6.3.1" s.add_development_dependency "rake" - s.add_development_dependency "contest", ">= 0.1.2" + s.add_development_dependency "rspec", "~> 2.14.0" Modified: head/sysutils/vagrant/pkg-plist ============================================================================== --- head/sysutils/vagrant/pkg-plist Tue Jun 30 20:44:46 2015 (r391003) +++ head/sysutils/vagrant/pkg-plist Tue Jun 30 20:46:13 2015 (r391004) @@ -18,7 +18,8 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/contrib/bash/completion.sh %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/contrib/emacs/vagrant.el %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/contrib/st/Ruby.sublime-settings -%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/contrib/sudoers/linux +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/contrib/sudoers/linux-fedora +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/contrib/sudoers/linux-ubuntu %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/contrib/sudoers/osx %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/contrib/vim/vagrantfile.vim %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/keys/README.md @@ -109,6 +110,7 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/plugin/v2/plugin.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/plugin/v2/provider.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/plugin/v2/provisioner.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/plugin/v2/push.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/plugin/v2/synced_folder.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/pre-rubygems.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/registry.rb @@ -120,11 +122,13 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/util/counter.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/util/deep_merge.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/util/downloader.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/util/env.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/util/file_checksum.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/util/file_mode.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/util/hash_with_indifferent_access.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/util/io.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/util/is_port_open.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/util/keypair.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/util/line_ending_helpers.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/util/network_ip.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/util/platform.rb @@ -165,6 +169,12 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/init/plugin.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/list-commands/command.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/list-commands/plugin.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/login/client.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/login/command.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/login/errors.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/login/locales/en.yml +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/login/middleware/add_authentication.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/login/plugin.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/package/command.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/package/plugin.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/plugin/action.rb @@ -186,6 +196,8 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/plugin/plugin.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/provision/command.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/provision/plugin.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/push/command.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/push/plugin.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/rdp/command.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/rdp/config.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/rdp/errors.rb @@ -268,6 +280,7 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/freebsd/cap/halt.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/freebsd/cap/insert_public_key.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/freebsd/cap/mount_nfs_folder.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/freebsd/cap/remove_public_key.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/freebsd/cap/rsync.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/freebsd/cap/shell_expand_guest_path.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/freebsd/guest.rb @@ -289,6 +302,7 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/linux/cap/nfs_client.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/linux/cap/port.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/linux/cap/read_ip_address.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/linux/cap/remove_public_key.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/linux/cap/rsync.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/linux/cap/shell_expand_guest_path.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/linux/guest.rb @@ -300,6 +314,7 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/netbsd/cap/halt.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/netbsd/cap/insert_public_key.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/netbsd/cap/mount_nfs_folder.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/netbsd/cap/remove_public_key.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/netbsd/cap/rsync.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/netbsd/cap/shell_expand_guest_path.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/netbsd/guest.rb @@ -318,6 +333,7 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/openbsd/cap/halt.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/openbsd/cap/insert_public_key.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/openbsd/cap/mount_nfs_folder.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/openbsd/cap/remove_public_key.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/openbsd/cap/rsync.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/openbsd/cap/shell_expand_guest_path.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/openbsd/guest.rb @@ -362,8 +378,11 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/suse/cap/configure_networks.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/suse/cap/halt.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/suse/cap/network_scripts_dir.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/suse/cap/nfs_client.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/suse/cap/rsync.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/suse/guest.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/suse/plugin.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/tinycore/cap/change_host_name.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/tinycore/cap/configure_networks.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/tinycore/cap/halt.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/tinycore/cap/rsync.rb @@ -373,6 +392,7 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/ubuntu/guest.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/ubuntu/plugin.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/windows/cap/change_host_name.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/windows/cap/choose_addressable_ip_addr.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/windows/cap/configure_networks.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/windows/cap/halt.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/windows/cap/mount_shared_folder.rb @@ -407,15 +427,15 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/linux/plugin.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/null/host.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/null/plugin.rb -%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/opensuse/cap/nfs.rb -%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/opensuse/host.rb -%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/opensuse/plugin.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/redhat/cap/nfs.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/redhat/host.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/redhat/plugin.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/slackware/cap/nfs.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/slackware/host.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/slackware/plugin.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/suse/cap/nfs.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/suse/host.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/suse/plugin.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/windows/cap/nfs.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/windows/cap/rdp.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/windows/host.rb @@ -427,6 +447,7 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/kernel_v1/config/vm.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/kernel_v1/plugin.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/kernel_v2/config/package.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/kernel_v2/config/push.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/kernel_v2/config/ssh.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/kernel_v2/config/ssh_connect.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/kernel_v2/config/vagrant.rb @@ -449,14 +470,17 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/docker/action/host_machine_required.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/docker/action/host_machine_sync_folders.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/docker/action/host_machine_sync_folders_disable.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/docker/action/init_state.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/docker/action/is_build.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/docker/action/is_host_machine_created.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/docker/action/login.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/docker/action/prepare_nfs_settings.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/docker/action/prepare_nfs_valid_ids.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/docker/action/prepare_ssh.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/docker/action/start.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/docker/action/stop.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/docker/action/wait_for_running.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/docker/cap/proxy_machine.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/docker/cap/public_address.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/docker/command/logs.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/docker/command/run.rb @@ -564,14 +588,24 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/cfengine/config.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/cfengine/plugin.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/cfengine/provisioner.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/chef/cap/debian/chef_install.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/chef/cap/linux/chef_installed.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/chef/cap/redhat/chef_install.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/chef/command_builder.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/chef/config/base.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/chef/config/base_runner.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/chef/config/chef_apply.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/chef/config/chef_client.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/chef/config/chef_solo.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/chef/config/chef_zero.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/chef/installer.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/chef/omnibus.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/chef/plugin.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/chef/provisioner/base.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/chef/provisioner/chef_apply.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/chef/provisioner/chef_client.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/chef/provisioner/chef_solo.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/chef/provisioner/chef_zero.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/docker/cap/debian/docker_configure_auto_start.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/docker/cap/debian/docker_install.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/docker/cap/debian/docker_start_service.rb @@ -603,6 +637,29 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/shell/config.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/shell/plugin.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/shell/provisioner.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/pushes/atlas/config.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/pushes/atlas/errors.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/pushes/atlas/locales/en.yml +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/pushes/atlas/plugin.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/pushes/atlas/push.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/pushes/ftp/adapter.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/pushes/ftp/config.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/pushes/ftp/locales/en.yml +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/pushes/ftp/plugin.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/pushes/ftp/push.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/pushes/heroku/config.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/pushes/heroku/errors.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/pushes/heroku/locales/en.yml +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/pushes/heroku/plugin.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/pushes/heroku/push.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/pushes/local-exec/config.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/pushes/local-exec/errors.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/pushes/local-exec/locales/en.yml +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/pushes/local-exec/plugin.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/pushes/local-exec/push.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/pushes/noop/config.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/pushes/noop/plugin.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/pushes/noop/push.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/synced_folders/nfs/action_cleanup.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/synced_folders/nfs/config.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/synced_folders/nfs/plugin.rb @@ -680,10 +737,13 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/commands/box/command/update_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/commands/global-status/command_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/commands/list-commands/command_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/commands/login/client_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/commands/login/middleware/add_authentication_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/commands/plugin/action/install_gem_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/commands/plugin/action/plugin_exists_check_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/commands/plugin/action/uninstall_plugin_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/commands/plugin/action/update_gems_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/commands/push/command_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/commands/ssh_config/command_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/communicators/winrm/command_filter_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/communicators/winrm/communicator_test.rb @@ -707,6 +767,7 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/windows/config_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/windows/guest_network_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/kernel_v2/config/package_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/kernel_v2/config/push_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/kernel_v2/config/ssh_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/kernel_v2/config/vagrant_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/kernel_v2/config/vm_test.rb @@ -715,6 +776,7 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/providers/docker/synced_folder_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/providers/hyperv/config_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/providers/hyperv/provider_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/providers/virtualbox/action/network_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/providers/virtualbox/action/prepare_nfs_settings_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/providers/virtualbox/action/prepare_nfs_valid_ids_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/providers/virtualbox/base.rb @@ -729,6 +791,13 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/provisioners/ansible/config_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/provisioners/ansible/provisioner_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/provisioners/chef/command_builder_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/provisioners/chef/config/base_runner_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/provisioners/chef/config/base_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/provisioners/chef/config/chef_apply_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/provisioners/chef/config/chef_client_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/provisioners/chef/config/chef_solo_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/provisioners/chef/config/chef_zero_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/provisioners/chef/omnibus_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/provisioners/chef/provisioner/base_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/provisioners/docker/config_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/provisioners/file/config_test.rb @@ -736,6 +805,16 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/provisioners/salt/config_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/provisioners/shell/config_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/provisioners/support/shared/config.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/pushes/atlas/config_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/pushes/atlas/push_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/pushes/ftp/adapter_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/pushes/ftp/config_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/pushes/ftp/push_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/pushes/heroku/config_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/pushes/heroku/push_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/pushes/local-exec/config_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/pushes/local-exec/push_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/pushes/noop/config_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/synced_folders/nfs/action_cleanup_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/synced_folders/nfs/config_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/synced_folders/rsync/command/rsync_auto_test.rb @@ -817,6 +896,7 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/vagrant/util/file_checksum_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/vagrant/util/hash_with_indifferent_access_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/vagrant/util/is_port_open_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/vagrant/util/keypair_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/vagrant/util/line_endings_helper_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/vagrant/util/network_ip_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/vagrant/util/platform_test.rb From owner-svn-ports-all@freebsd.org Tue Jun 30 20:52:22 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1C3D099191C; Tue, 30 Jun 2015 20:52:22 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0C2B211E1; Tue, 30 Jun 2015 20:52:22 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5UKqLdU024221; Tue, 30 Jun 2015 20:52:21 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5UKqKBI024207; Tue, 30 Jun 2015 20:52:20 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201506302052.t5UKqKBI024207@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 30 Jun 2015 20:52:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391005 - in head/devel: . erlang-jobs erlang-jobs/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 20:52:22 -0000 Author: olgeni Date: Tue Jun 30 20:52:19 2015 New Revision: 391005 URL: https://svnweb.freebsd.org/changeset/ports/391005 Log: Add devel/erlang-jobs, job scheduler and load regulation for Erlang. Added: head/devel/erlang-jobs/ head/devel/erlang-jobs/Makefile (contents, props changed) head/devel/erlang-jobs/distinfo (contents, props changed) head/devel/erlang-jobs/files/ head/devel/erlang-jobs/files/patch-rebar.config (contents, props changed) head/devel/erlang-jobs/pkg-descr (contents, props changed) head/devel/erlang-jobs/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Jun 30 20:46:13 2015 (r391004) +++ head/devel/Makefile Tue Jun 30 20:52:19 2015 (r391005) @@ -434,6 +434,7 @@ SUBDIR += erlang-goldrush SUBDIR += erlang-gproc SUBDIR += erlang-ibrowse + SUBDIR += erlang-jobs SUBDIR += erlang-jsx SUBDIR += erlang-lager SUBDIR += erlang-lager_syslog Added: head/devel/erlang-jobs/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/erlang-jobs/Makefile Tue Jun 30 20:52:19 2015 (r391005) @@ -0,0 +1,41 @@ +# $FreeBSD$ + +PORTNAME= jobs +PORTVERSION= 0.3 +CATEGORIES= devel +PKGNAMEPREFIX= erlang- + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= Job scheduler and load regulation for Erlang + +BUILD_DEPENDS= erl:${PORTSDIR}/lang/erlang \ + rebar:${PORTSDIR}/devel/rebar \ + erlang-parse_trans>=0:${PORTSDIR}/devel/erlang-parse_trans +RUN_DEPENDS= erl:${PORTSDIR}/lang/erlang + +PLIST_SUB= VERSION="${PORTVERSION}" + +USE_GITHUB= yes +GH_ACCOUNT= uwiger + +post-patch: + @${REINPLACE_CMD} -e 's/{vsn, git}/{vsn,"${PORTVERSION}"}/' ${WRKSRC}/src/*.app.src + +do-build: + @cd ${WRKSRC} && rebar compile + +do-install: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC}/doc && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR} + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION} + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/include + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src + ${INSTALL_DATA} ${WRKSRC}/ebin/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin + ${INSTALL_DATA} ${WRKSRC}/src/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src + ${INSTALL_DATA} ${WRKSRC}/include/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/include + +.include Added: head/devel/erlang-jobs/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/erlang-jobs/distinfo Tue Jun 30 20:52:19 2015 (r391005) @@ -0,0 +1,2 @@ +SHA256 (uwiger-jobs-0.3_GH0.tar.gz) = 764d4abf539099e06ecbcf44e212b8e896203982765ee7c41dfe6e6908ae2e56 +SIZE (uwiger-jobs-0.3_GH0.tar.gz) = 819804 Added: head/devel/erlang-jobs/files/patch-rebar.config ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/erlang-jobs/files/patch-rebar.config Tue Jun 30 20:52:19 2015 (r391005) @@ -0,0 +1,15 @@ +--- rebar.config.orig 2015-06-30 20:26:49 UTC ++++ rebar.config +@@ -8,12 +8,6 @@ + {clean_files, ["*~","*/*~","*/*.xfm","test/*.beam"]}. + + {deps, [ +- {meck, ".*", +- {git, "git://github.com/eproxus/meck.git", "0.7.2"}}, +- {parse_trans, ".*", +- {git, "git://github.com/esl/parse_trans.git", "2.8"}}, +- {edown, ".*", +- {git, "git://github.com/esl/edown.git", "0.4"}} + ]}. + + {edoc_opts, [{doclet, edown_doclet}, Added: head/devel/erlang-jobs/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/erlang-jobs/pkg-descr Tue Jun 30 20:52:19 2015 (r391005) @@ -0,0 +1,3 @@ +EDoc extension for generating Github-flavored Markdown. + +WWW: https://github.com/uwiger/edown Added: head/devel/erlang-jobs/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/erlang-jobs/pkg-plist Tue Jun 30 20:52:19 2015 (r391005) @@ -0,0 +1,52 @@ +lib/erlang/lib/jobs-%%VERSION%%/ebin/jobs.app +lib/erlang/lib/jobs-%%VERSION%%/ebin/jobs.beam +lib/erlang/lib/jobs-%%VERSION%%/ebin/jobs_app.beam +lib/erlang/lib/jobs-%%VERSION%%/ebin/jobs_info.beam +lib/erlang/lib/jobs-%%VERSION%%/ebin/jobs_lib.beam +lib/erlang/lib/jobs-%%VERSION%%/ebin/jobs_prod_simple.beam +lib/erlang/lib/jobs-%%VERSION%%/ebin/jobs_queue.beam +lib/erlang/lib/jobs-%%VERSION%%/ebin/jobs_queue_list.beam +lib/erlang/lib/jobs-%%VERSION%%/ebin/jobs_sampler.beam +lib/erlang/lib/jobs-%%VERSION%%/ebin/jobs_sampler_cpu.beam +lib/erlang/lib/jobs-%%VERSION%%/ebin/jobs_sampler_history.beam +lib/erlang/lib/jobs-%%VERSION%%/ebin/jobs_sampler_mnesia.beam +lib/erlang/lib/jobs-%%VERSION%%/ebin/jobs_server.beam +lib/erlang/lib/jobs-%%VERSION%%/ebin/jobs_stateful_simple.beam +lib/erlang/lib/jobs-%%VERSION%%/include/jobs.hrl +lib/erlang/lib/jobs-%%VERSION%%/src/jobs.app.src +lib/erlang/lib/jobs-%%VERSION%%/src/jobs.app.src.bak +lib/erlang/lib/jobs-%%VERSION%%/src/jobs.erl +lib/erlang/lib/jobs-%%VERSION%%/src/jobs_app.erl +lib/erlang/lib/jobs-%%VERSION%%/src/jobs_info.erl +lib/erlang/lib/jobs-%%VERSION%%/src/jobs_lib.erl +lib/erlang/lib/jobs-%%VERSION%%/src/jobs_prod_simple.erl +lib/erlang/lib/jobs-%%VERSION%%/src/jobs_queue.erl +lib/erlang/lib/jobs-%%VERSION%%/src/jobs_queue_list.erl +lib/erlang/lib/jobs-%%VERSION%%/src/jobs_sampler.erl +lib/erlang/lib/jobs-%%VERSION%%/src/jobs_sampler_cpu.erl +lib/erlang/lib/jobs-%%VERSION%%/src/jobs_sampler_history.erl +lib/erlang/lib/jobs-%%VERSION%%/src/jobs_sampler_mnesia.erl +lib/erlang/lib/jobs-%%VERSION%%/src/jobs_server.erl +lib/erlang/lib/jobs-%%VERSION%%/src/jobs_stateful_simple.erl +%%PORTDOCS%%%%DOCSDIR%%/README.md +%%PORTDOCS%%%%DOCSDIR%%/edoc-info +%%PORTDOCS%%%%DOCSDIR%%/erlang.png +%%PORTDOCS%%%%DOCSDIR%%/erlang07g-wiger.pdf +%%PORTDOCS%%%%DOCSDIR%%/jobs.md +%%PORTDOCS%%%%DOCSDIR%%/jobs_app.md +%%PORTDOCS%%%%DOCSDIR%%/jobs_info.md +%%PORTDOCS%%%%DOCSDIR%%/jobs_lib.md +%%PORTDOCS%%%%DOCSDIR%%/jobs_prod_simple.md +%%PORTDOCS%%%%DOCSDIR%%/jobs_queue.md +%%PORTDOCS%%%%DOCSDIR%%/jobs_queue_list.md +%%PORTDOCS%%%%DOCSDIR%%/jobs_sampler.md +%%PORTDOCS%%%%DOCSDIR%%/jobs_sampler_cpu.md +%%PORTDOCS%%%%DOCSDIR%%/jobs_sampler_history.md +%%PORTDOCS%%%%DOCSDIR%%/jobs_sampler_mnesia.md +%%PORTDOCS%%%%DOCSDIR%%/jobs_server.md +%%PORTDOCS%%%%DOCSDIR%%/jobs_stateful_simple.md +%%PORTDOCS%%%%DOCSDIR%%/overview.edoc +%%PORTDOCS%%%%DOCSDIR%%/stylesheet.css +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jobs_cpu.gnu +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/performance_logger.erl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/performer.erl From owner-svn-ports-all@freebsd.org Tue Jun 30 20:56:30 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 204AB9919EC; Tue, 30 Jun 2015 20:56:30 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E7BF61446; Tue, 30 Jun 2015 20:56:29 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5UKuTav024850; Tue, 30 Jun 2015 20:56:29 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5UKuToG024849; Tue, 30 Jun 2015 20:56:29 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201506302056.t5UKuToG024849@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Tue, 30 Jun 2015 20:56:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391006 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 20:56:30 -0000 Author: delphij Date: Tue Jun 30 20:56:29 2015 New Revision: 391006 URL: https://svnweb.freebsd.org/changeset/ports/391006 Log: Document ntp remote control message DoS vulnerability. Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Jun 30 20:52:19 2015 (r391005) +++ head/security/vuxml/vuln.xml Tue Jun 30 20:56:29 2015 (r391006) @@ -57,6 +57,46 @@ Notes: --> + + ntp -- control message remote Deinal of Service vulnerability + + + ntp + 4.2.8p3 + + + ntp-devel + 4.3.25 + + + + +

ntp.org reports:

+
+

Under limited and specific circumstances an attacker can send a + crafted packet to cause a vulnerable ntpd instance to crash. + This requires each of the following to be true:

+
    +
  • ntpd set up to allow for remote configuration (not + allowed by default), and
  • +
  • knowledge of the configuration password, and
  • +
  • access to a computer entrusted to perform remote + configuration.
  • +
+
+ +
+ + http://bugs.ntp.org/show_bug.cgi?id=2853 + https://www.kb.cert.org/vuls/id/668167 + http://support.ntp.org/bin/view/Main/SecurityNotice#June_2015_NTP_Security_Vulnerabi + + + 2015-06-29 + 2015-06-30 + +
+ qemu -- Heap overflow in QEMU PCNET controller, allowing guest to host escape (CVE-2015-3209) From owner-svn-ports-all@freebsd.org Tue Jun 30 21:07:32 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BDE65991BA2; Tue, 30 Jun 2015 21:07:32 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AE5261B66; Tue, 30 Jun 2015 21:07:32 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5UL7WQe030170; Tue, 30 Jun 2015 21:07:32 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5UL7Vda030165; Tue, 30 Jun 2015 21:07:31 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201506302107.t5UL7Vda030165@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Tue, 30 Jun 2015 21:07:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391007 - in head/www/tidy-html5: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 21:07:32 -0000 Author: thierry Date: Tue Jun 30 21:07:30 2015 New Revision: 391007 URL: https://svnweb.freebsd.org/changeset/ports/391007 Log: Upgrade to 5.0.0. Note: to avoid conflicts with the other tidy-s, the previous names are kept. Added: head/www/tidy-html5/files/patch-test_testone.sh (contents, props changed) Modified: head/www/tidy-html5/Makefile head/www/tidy-html5/distinfo head/www/tidy-html5/files/patch-CMakeLists.txt head/www/tidy-html5/pkg-plist Modified: head/www/tidy-html5/Makefile ============================================================================== --- head/www/tidy-html5/Makefile Tue Jun 30 20:56:29 2015 (r391006) +++ head/www/tidy-html5/Makefile Tue Jun 30 21:07:30 2015 (r391007) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tidy-html5 -PORTVERSION= 4.9.36 +PORTVERSION= 5.0.0 CATEGORIES= www MAINTAINER= thierry@FreeBSD.org @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md USE_GITHUB= yes GH_ACCOUNT= htacg GH_PROJECT= ${PORTNAME} -GH_TAGNAME= b65988c +GH_TAGNAME= 1e70fc6 USES= cmake USE_GNOME= libxslt @@ -27,6 +27,11 @@ PLIST_SUB= VER=${PORTVERSION} pre-configure: ${REINPLACE_CMD} -e 's|build/cmake/||' ${WRKSRC}/test/testone.sh +post-install: + # To avoid conflict ATM - to be removed later + ${MV} ${STAGEDIR}${PREFIX}/bin/tidy ${STAGEDIR}${PREFIX}/bin/tidy5 + ${MV} ${STAGEDIR}${PREFIX}/lib/libtidy.so ${STAGEDIR}${PREFIX}/lib/libtidy5.so + regression-test: (cd ${WRKSRC}/test && ./testall.sh) Modified: head/www/tidy-html5/distinfo ============================================================================== --- head/www/tidy-html5/distinfo Tue Jun 30 20:56:29 2015 (r391006) +++ head/www/tidy-html5/distinfo Tue Jun 30 21:07:30 2015 (r391007) @@ -1,2 +1,2 @@ -SHA256 (htacg-tidy-html5-4.9.36-b65988c_GH0.tar.gz) = dd4221eeb5bfcbd842126a583b0a27cc3a1550e59ddf2857caa44fdfced53792 -SIZE (htacg-tidy-html5-4.9.36-b65988c_GH0.tar.gz) = 680205 +SHA256 (htacg-tidy-html5-5.0.0-1e70fc6_GH0.tar.gz) = cf9bf72c49776c585ae85d4cea3dc5863c925852c69804c1189691e5751cd875 +SIZE (htacg-tidy-html5-5.0.0-1e70fc6_GH0.tar.gz) = 680570 Modified: head/www/tidy-html5/files/patch-CMakeLists.txt ============================================================================== --- head/www/tidy-html5/files/patch-CMakeLists.txt Tue Jun 30 20:56:29 2015 (r391006) +++ head/www/tidy-html5/files/patch-CMakeLists.txt Tue Jun 30 21:07:30 2015 (r391007) @@ -1,6 +1,6 @@ ---- CMakeLists.txt.orig 2015-05-20 18:09:57 UTC +--- CMakeLists.txt.orig 2015-06-30 18:06:02 UTC +++ CMakeLists.txt -@@ -24,7 +24,7 @@ option( BUILD_SHARED_LIB "Set ON to buil +@@ -42,7 +42,7 @@ option( BUILD_SHARED_LIB "Set OFF to NOT option( BUILD_TAB2SPACE "Set ON to build utility app, tab2space" OFF ) option( BUILD_SAMPLE_CODE "Set ON to build the sample code" OFF ) if (NOT MAN_INSTALL_DIR) Added: head/www/tidy-html5/files/patch-test_testone.sh ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/tidy-html5/files/patch-test_testone.sh Tue Jun 30 21:07:30 2015 (r391007) @@ -0,0 +1,11 @@ +--- test/testone.sh.orig 2015-06-30 18:06:02 UTC ++++ test/testone.sh +@@ -19,7 +19,7 @@ set +f + TESTNO=$1 + EXPECTED=$2 + #TIDY=../bin/tidy +-TIDY=../build/cmake/tidy5 ++TIDY=../build/cmake/tidy + if [ ! -f "$TIDY" ]; then + echo "$BN: Can NOT locate binary '$TIDY'!" + echo "$BN: Fix me with the correct location of the binary to run." Modified: head/www/tidy-html5/pkg-plist ============================================================================== --- head/www/tidy-html5/pkg-plist Tue Jun 30 20:56:29 2015 (r391006) +++ head/www/tidy-html5/pkg-plist Tue Jun 30 21:07:30 2015 (r391007) @@ -1,10 +1,10 @@ bin/tidy5 -include/buffio.h -include/platform.h include/tidy.h +include/tidybuffio.h include/tidyenum.h -lib/libtidy5s.a +include/tidyplatform.h lib/libtidy5.so -lib/libtidy5.so.4 -lib/libtidy5.so.%%VER%% -man/man1/tidy5.1.gz +lib/libtidy.so.5 +lib/libtidy.so.%%VER%% +lib/libtidys.a +man/man1/tidy.1.gz From owner-svn-ports-all@freebsd.org Tue Jun 30 21:25:25 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 98EC3991FE0; Tue, 30 Jun 2015 21:25:25 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 89B9318A8; Tue, 30 Jun 2015 21:25:25 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5ULPPQA040077; Tue, 30 Jun 2015 21:25:25 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5ULPPL0040076; Tue, 30 Jun 2015 21:25:25 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201506302125.t5ULPPL0040076@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Tue, 30 Jun 2015 21:25:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391008 - head/mail/maildrop/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 21:25:25 -0000 Author: madpilot Date: Tue Jun 30 21:25:24 2015 New Revision: 391008 URL: https://svnweb.freebsd.org/changeset/ports/391008 Log: Fix build when AUTHLIB is enabled by partly reverting an upstream change which depends on a newer courier-authlib verison. Added: head/mail/maildrop/files/patch-libs_maildrop_main.C (contents, props changed) Added: head/mail/maildrop/files/patch-libs_maildrop_main.C ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/maildrop/files/patch-libs_maildrop_main.C Tue Jun 30 21:25:24 2015 (r391008) @@ -0,0 +1,18 @@ +--- libs/maildrop/main.C.orig 2015-06-20 13:01:36 UTC ++++ libs/maildrop/main.C +@@ -264,13 +264,13 @@ static int callback_authlib(struct authi + void *void_arg) + { + Maildrop &maildrop=*(Maildrop *)void_arg; +- ++/* + if (auth_mkhomedir(auth)) + { + perror(auth->homedir); + exit(1); + } +- ++*/ + if (VerboseLevel() > 1) + { + Buffer b; From owner-svn-ports-all@freebsd.org Tue Jun 30 21:43:06 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B1E84991321; Tue, 30 Jun 2015 21:43:06 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 976371097; Tue, 30 Jun 2015 21:43:06 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5ULh6lU049632; Tue, 30 Jun 2015 21:43:06 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5ULh5w2049628; Tue, 30 Jun 2015 21:43:05 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201506302143.t5ULh5w2049628@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Tue, 30 Jun 2015 21:43:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391009 - in head/devel/jsoncpp: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 21:43:06 -0000 Author: rakuco Date: Tue Jun 30 21:43:04 2015 New Revision: 391009 URL: https://svnweb.freebsd.org/changeset/ports/391009 Log: Properly version libjsoncpp.so. Fix the problem described in bug 200969: currently, libjsoncpp.so is not properly versioned by SCons; in other words, there's no SONAME in the library's ELF header, which confuses the linker when creating binaries that link against it. Solve it by using InstallVersionedLib(), available since SCons 2.3.0: this call is able to properly version the shared library the way we need it. Since there is no support for actually installing the files outside the build directory, we have to recreate the required symlinks ourselves in the Makefile. Another related change is that we now create the libraries with the proper names instead of doing that in the Makefile. I'm (ab)using the maintainer's approval given to bug 200939, as swills's latest patch includes this change as well. PR: 200969 PR: 201057 Approved by: johan@stromnet.se (maintainer) Added: head/devel/jsoncpp/files/patch-src_lib__json_sconscript (contents, props changed) Modified: head/devel/jsoncpp/Makefile head/devel/jsoncpp/files/patch-SConstruct head/devel/jsoncpp/pkg-plist Modified: head/devel/jsoncpp/Makefile ============================================================================== --- head/devel/jsoncpp/Makefile Tue Jun 30 21:25:24 2015 (r391008) +++ head/devel/jsoncpp/Makefile Tue Jun 30 21:43:04 2015 (r391009) @@ -3,7 +3,7 @@ PORTNAME= jsoncpp DISTVERSION= 0.6.0-rc2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/jsoncpp/${DISTVERSION} DISTNAME= jsoncpp-src-${DISTVERSION} @@ -21,12 +21,11 @@ MAKE_ARGS= platform=linux-gcc do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/include/jsoncpp (cd ${WRKSRC}/include/ && ${COPYTREE_SHARE} json/ ${STAGEDIR}${PREFIX}/include/jsoncpp/) - (cd ${WRKSRC}/libs/linux-gcc-FreeBSD/ && \ - ${INSTALL_DATA} libjson_linux-gcc-FreeBSD_libmt.a \ - ${STAGEDIR}${PREFIX}/lib/libjsoncpp.a) - (cd ${WRKSRC}/libs/linux-gcc-FreeBSD/ && \ - ${INSTALL_LIB} libjson_linux-gcc-FreeBSD_libmt.so \ - ${STAGEDIR}${PREFIX}/lib/libjsoncpp.so.0) - (cd ${STAGEDIR}${PREFIX}/lib/ && ${LN} -sf libjsoncpp.so.0 libjsoncpp.so ) + ${INSTALL_DATA} ${WRKSRC}/libs/linux-gcc-FreeBSD/libjsoncpp.a \ + ${STAGEDIR}${PREFIX}/lib + ${INSTALL_LIB} ${WRKSRC}/libs/linux-gcc-FreeBSD/libjsoncpp.so.0.6.0 \ + ${STAGEDIR}${PREFIX}/lib + ${LN} -s libjsoncpp.so.0.6.0 ${STAGEDIR}${PREFIX}/lib/libjsoncpp.so.0 + ${LN} -s libjsoncpp.so.0.6.0 ${STAGEDIR}${PREFIX}/lib/libjsoncpp.so .include Modified: head/devel/jsoncpp/files/patch-SConstruct ============================================================================== --- head/devel/jsoncpp/files/patch-SConstruct Tue Jun 30 21:25:24 2015 (r391008) +++ head/devel/jsoncpp/files/patch-SConstruct Tue Jun 30 21:43:04 2015 (r391009) @@ -1,5 +1,5 @@ ---- SConstruct.orig 2014-12-02 06:28:17.000000000 +0300 -+++ SConstruct 2014-12-02 06:28:31.000000000 +0300 +--- SConstruct ++++ SConstruct @@ -26,7 +26,7 @@ if platform == 'linux-gcc': CXX = 'g++' # not quite right, but env is not yet available. @@ -26,3 +26,42 @@ else: print "UNSUPPORTED PLATFORM." env.Exit(1) +@@ -147,6 +148,11 @@ + env['BUILD_DIR'] = env.Dir(build_dir) + env['ROOTBUILD_DIR'] = env.Dir(rootbuild_dir) + env['DIST_DIR'] = DIST_DIR ++ ++# Set SHLIBVERSION for env.InstallVersionedLib(). We use the version number ++# without the "-rcXX" part. ++env['SHLIBVERSION'] = JSONCPP_VERSION.partition('-')[0] ++ + if 'TarGz' in env['BUILDERS']: + class SrcDistAdder: + def __init__( self, env ): +@@ -164,7 +170,7 @@ + env['SRCDIST_TARGET'] = os.path.join( DIST_DIR, 'jsoncpp-src-%s.tar.gz' % env['JSONCPP_VERSION'] ) + + env_testing = env.Clone( ) +-env_testing.Append( LIBS = ['json_${LIB_NAME_SUFFIX}'] ) ++env_testing.Append( LIBS = ['jsoncpp'] ) + + def buildJSONExample( env, target_sources, target_name ): + env = env.Clone() +@@ -187,14 +193,14 @@ + env.AlwaysBuild( check_alias_target ) + + def buildLibrary( env, target_sources, target_name ): +- static_lib = env.StaticLibrary( target=target_name + '_${LIB_NAME_SUFFIX}', ++ static_lib = env.StaticLibrary( target=target_name, + source=target_sources ) + global lib_dir + env.Install( lib_dir, static_lib ) + if env['SHARED_LIB_ENABLED']: +- shared_lib = env.SharedLibrary( target=target_name + '_${LIB_NAME_SUFFIX}', ++ shared_lib = env.SharedLibrary( target=target_name, + source=target_sources ) +- env.Install( lib_dir, shared_lib ) ++ env.InstallVersionedLib( lib_dir, shared_lib ) + env['SRCDIST_ADD']( source=[target_sources] ) + + Export( 'env env_testing buildJSONExample buildLibrary buildJSONTests buildUnitTests' ) Added: head/devel/jsoncpp/files/patch-src_lib__json_sconscript ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/jsoncpp/files/patch-src_lib__json_sconscript Tue Jun 30 21:43:04 2015 (r391009) @@ -0,0 +1,8 @@ +--- src/lib_json/sconscript.orig 2015-06-22 20:34:03 UTC ++++ src/lib_json/sconscript +@@ -5,4 +5,4 @@ buildLibrary( env, Split( """ + json_value.cpp + json_writer.cpp + """ ), +- 'json' ) ++ 'jsoncpp' ) Modified: head/devel/jsoncpp/pkg-plist ============================================================================== --- head/devel/jsoncpp/pkg-plist Tue Jun 30 21:25:24 2015 (r391008) +++ head/devel/jsoncpp/pkg-plist Tue Jun 30 21:43:04 2015 (r391009) @@ -1,3 +1,4 @@ +lib/libjsoncpp.so.0.6.0 lib/libjsoncpp.so.0 lib/libjsoncpp.so lib/libjsoncpp.a From owner-svn-ports-all@freebsd.org Tue Jun 30 21:47:58 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8E1C29913CD; Tue, 30 Jun 2015 21:47:58 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7C6221237; Tue, 30 Jun 2015 21:47:58 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5ULlwjx050452; Tue, 30 Jun 2015 21:47:58 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5ULlw0q050447; Tue, 30 Jun 2015 21:47:58 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506302147.t5ULlw0q050447@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 30 Jun 2015 21:47:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391010 - head/print/cups-filters X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 21:47:58 -0000 Author: amdmi3 Date: Tue Jun 30 21:47:57 2015 New Revision: 391010 URL: https://svnweb.freebsd.org/changeset/ports/391010 Log: - Update to 1.0.70 PR: 201134 Submitted by: cyberbotx@cyberbotx.com (maintainer) Differential Revision: Modified: head/print/cups-filters/Makefile head/print/cups-filters/distinfo Modified: head/print/cups-filters/Makefile ============================================================================== --- head/print/cups-filters/Makefile Tue Jun 30 21:43:04 2015 (r391009) +++ head/print/cups-filters/Makefile Tue Jun 30 21:47:57 2015 (r391010) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cups-filters -PORTVERSION= 1.0.69 +PORTVERSION= 1.0.70 CATEGORIES= print MASTER_SITES= http://www.openprinting.org/download/cups-filters/ Modified: head/print/cups-filters/distinfo ============================================================================== --- head/print/cups-filters/distinfo Tue Jun 30 21:43:04 2015 (r391009) +++ head/print/cups-filters/distinfo Tue Jun 30 21:47:57 2015 (r391010) @@ -1,2 +1,2 @@ -SHA256 (cups-filters-1.0.69.tar.xz) = eee0584902dbfc61d3b4a17ef51fb5bc7750820553bd98b3c859c76d37ffa8e2 -SIZE (cups-filters-1.0.69.tar.xz) = 1338548 +SHA256 (cups-filters-1.0.70.tar.xz) = f605fa635ff3653b4d5543a426d9ece4f890abea032fdd05536016a488520868 +SIZE (cups-filters-1.0.70.tar.xz) = 1338076 From owner-svn-ports-all@freebsd.org Tue Jun 30 21:49:30 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 77673991402; Tue, 30 Jun 2015 21:49:30 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6851F14AE; Tue, 30 Jun 2015 21:49:30 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5ULnUov050778; Tue, 30 Jun 2015 21:49:30 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5ULnTdW050776; Tue, 30 Jun 2015 21:49:29 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201506302149.t5ULnTdW050776@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Tue, 30 Jun 2015 21:49:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391011 - in head/devel: cmake cmake-gui X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 21:49:30 -0000 Author: rakuco Date: Tue Jun 30 21:49:29 2015 New Revision: 391011 URL: https://svnweb.freebsd.org/changeset/ports/391011 Log: Bump PORTREVISION in cmake and cmake-gui after r391009. Make sure the generated binaries have the right entry for libjsoncpp.so in the ELF headers. PR: 200969 Modified: head/devel/cmake-gui/Makefile head/devel/cmake/Makefile Modified: head/devel/cmake-gui/Makefile ============================================================================== --- head/devel/cmake-gui/Makefile Tue Jun 30 21:47:57 2015 (r391010) +++ head/devel/cmake-gui/Makefile Tue Jun 30 21:49:29 2015 (r391011) @@ -2,6 +2,7 @@ PORTNAME= cmake PORTVERSION= 3.2.3 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.cmake.org/files/v3.2/ PKGNAMESUFFIX= -gui Modified: head/devel/cmake/Makefile ============================================================================== --- head/devel/cmake/Makefile Tue Jun 30 21:47:57 2015 (r391010) +++ head/devel/cmake/Makefile Tue Jun 30 21:49:29 2015 (r391011) @@ -3,7 +3,7 @@ PORTNAME= cmake PORTVERSION= 3.2.3 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= devel MASTER_SITES= http://www.cmake.org/files/v3.2/ From owner-svn-ports-all@freebsd.org Tue Jun 30 21:51:56 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C199499152B; Tue, 30 Jun 2015 21:51:56 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B25391A5C; Tue, 30 Jun 2015 21:51:56 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5ULpu0r054725; Tue, 30 Jun 2015 21:51:56 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5ULpuDH054724; Tue, 30 Jun 2015 21:51:56 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506302151.t5ULpuDH054724@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 30 Jun 2015 21:51:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391012 - head/net/iaxmodem X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 21:51:56 -0000 Author: amdmi3 Date: Tue Jun 30 21:51:56 2015 New Revision: 391012 URL: https://svnweb.freebsd.org/changeset/ports/391012 Log: - Fix build on 10.x i386: gsm0610_rpe.c:81:10: error: invalid operand for instruction " movq %[gsm_H],%%mm1;\n" ^ Submitted by: pkg-fallout Approved by: portmgr blanket Differential Revision: Modified: head/net/iaxmodem/Makefile Modified: head/net/iaxmodem/Makefile ============================================================================== --- head/net/iaxmodem/Makefile Tue Jun 30 21:49:29 2015 (r391011) +++ head/net/iaxmodem/Makefile Tue Jun 30 21:51:56 2015 (r391012) @@ -12,7 +12,7 @@ COMMENT= Software modem that connects to LIB_DEPENDS= libtiff.so:${PORTSDIR}/graphics/tiff -USES= perl5 +USES= compiler:features perl5 USE_PERL5= patch HAS_CONFIGURE= yes USE_RC_SUBR= ${PORTNAME} @@ -27,7 +27,12 @@ PORTEXAMPLES= config.ttyIAX iaxmodem-cfg OPTIONS_DEFINE= DOCS EXAMPLES -.include +.include + +.if ${ARCH} == i386 && ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} < 36 +# gsm0610_rpe.c:81:10: error: invalid operand for instruction +USE_GCC= yes +.endif post-patch: @${PERL} -0pi.bak -e "s|for ac_header in tgmath\.h.*?done||s" \ @@ -43,4 +48,4 @@ do-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} -.include +.include From owner-svn-ports-all@freebsd.org Tue Jun 30 22:12:18 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7171099187B; Tue, 30 Jun 2015 22:12:18 +0000 (UTC) (envelope-from tijl@freebsd.org) Received: from mailrelay106.isp.belgacom.be (mailrelay106.isp.belgacom.be [195.238.20.133]) by mx1.freebsd.org (Postfix) with ESMTP id 7BF4411FE; Tue, 30 Jun 2015 22:12:16 +0000 (UTC) (envelope-from tijl@freebsd.org) X-Belgacom-Dynamic: yes X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.1 cv=SBTPB+aU5K4LG/z6P+2X+Qo0AxOejQ4nyx+IVoQ/YQ8= c=1 sm=2 a=6I5d2MoRAAAA:8 a=B3cOxELIMr-x88e9IzMA:9 a=CjuIK1q_8ugA:10 a=vKEaoSExP2wA:10 a=6Kpl3J-vJ78A:10 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2BSBgASE5NV/++YsFtbgxFUUg29UYFrhXIEAgKBVToTAQEBAQEBAYEKhCMBAQQ6HCMQCw4GBAklDyoeBhOIMwEIyWQBAQEBAQEBAQEBAQEBAQEBARcEi0qFBgeEKwEElAeEWoZ8mD4mg3w8MYJIAQEB Received: from 239.152-176-91.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([91.176.152.239]) by relay.skynet.be with ESMTP; 01 Jul 2015 00:11:05 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.9/8.14.9) with ESMTP id t5UMB4SZ005172; Wed, 1 Jul 2015 00:11:04 +0200 (CEST) (envelope-from tijl@FreeBSD.org) Date: Wed, 1 Jul 2015 00:11:03 +0200 From: Tijl Coosemans To: Steve Wills Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r390985 - head/databases/libmemcached Message-ID: <20150701001103.5d9b51be@kalimero.tijl.coosemans.org> In-Reply-To: <201506301926.t5UJQXOV076574@svn.freebsd.org> References: <201506301926.t5UJQXOV076574@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 22:12:18 -0000 On Tue, 30 Jun 2015 19:26:33 +0000 (UTC) Steve Wills wrote: > Author: swills > Date: Tue Jun 30 19:26:32 2015 > New Revision: 390985 > URL: https://svnweb.freebsd.org/changeset/ports/390985 > > Log: > databases/libmemcached: build with -fPIC > > Fixes static lib build on 9.x Do you have a build log somewhere that shows this error? Because this looks odd. From owner-svn-ports-all@freebsd.org Tue Jun 30 22:31:56 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 27658991BC4; Tue, 30 Jun 2015 22:31:56 +0000 (UTC) (envelope-from swills@mouf.net) Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mouf.net", Issuer "mouf.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id C151E1DE8; Tue, 30 Jun 2015 22:31:55 +0000 (UTC) (envelope-from swills@mouf.net) Received: from mouf.net (swills@mouf [199.48.129.64]) by mouf.net (8.14.9/8.14.9) with ESMTP id t5UMVjXx086688 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 30 Jun 2015 22:31:50 GMT (envelope-from swills@mouf.net) Received: (from swills@localhost) by mouf.net (8.14.9/8.14.9/Submit) id t5UMVj1x086687; Tue, 30 Jun 2015 22:31:45 GMT (envelope-from swills) Date: Tue, 30 Jun 2015 22:31:45 +0000 From: Steve Wills To: Tijl Coosemans Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r390985 - head/databases/libmemcached Message-ID: <20150630223141.GA81844@mouf.net> References: <201506301926.t5UJQXOV076574@svn.freebsd.org> <20150701001103.5d9b51be@kalimero.tijl.coosemans.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="MGYHOYXEY6WxJCY8" Content-Disposition: inline In-Reply-To: <20150701001103.5d9b51be@kalimero.tijl.coosemans.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (mouf.net [199.48.129.64]); Tue, 30 Jun 2015 22:31:50 +0000 (UTC) X-Spam-Status: No, score=0.0 required=4.5 tests=HEADER_FROM_DIFFERENT_DOMAINS autolearn=unavailable autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mouf.net X-Virus-Scanned: clamav-milter 0.98.7 at mouf.net X-Virus-Status: Clean X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 22:31:56 -0000 --MGYHOYXEY6WxJCY8 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jul 01, 2015 at 12:11:03AM +0200, Tijl Coosemans wrote: > On Tue, 30 Jun 2015 19:26:33 +0000 (UTC) Steve Wills = wrote: > > Author: swills > > Date: Tue Jun 30 19:26:32 2015 > > New Revision: 390985 > > URL: https://svnweb.freebsd.org/changeset/ports/390985 > >=20 > > Log: > > databases/libmemcached: build with -fPIC > > =20 > > Fixes static lib build on 9.x >=20 > Do you have a build log somewhere that shows this error? Because this > looks odd. http://poudriere.mouf.net/poudriere/data/93amd64-default/2015-06-28_02h09m4= 3s/logs/errors/p5-Memcached-libmemcached-1.001801.log Steve --MGYHOYXEY6WxJCY8 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQF8BAEBCgBmBQJVkxjKXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5OEZBNDE0QTVDMkEwRUY5Q0ZEMEFEMERG NUNGNjJCMzIwN0IxQkExAAoJEPXPYrMgexuhEFoH/Akx17Wo6Zd4k+8OOsvnDryO E5VCBhDrFeBgjG75Gk8wwBNt3psCsUDyFIJUF/c5CC0Wfgt1Mp8kWFEgGvg7xE+m 3WrXOoHPor9YYo/irtqXbTMUyvT2wH8+RbG3BksegYdiOO/oda4T4mfJ8L7cxayX CIKTw0Gb3famNiSRRsB7rFhQnNHlxsD5IGTud+9J9KTioFWt8gHZ88i0EDYz9xVv xZ5OPCuJGhr/1coSRImgjZRJ4KsrgqUO/PwVml7DA429k3IKinWBVbmECLXxcW9w ZK4ejYFJege+TcVoGe7B6sF1OHlx/4GGXw8XohaO094FHf6T7tpS1jkHrXUFm7g= =EhPe -----END PGP SIGNATURE----- --MGYHOYXEY6WxJCY8-- From owner-svn-ports-all@freebsd.org Tue Jun 30 22:39:07 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 343F2991C85; Tue, 30 Jun 2015 22:39:07 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-wg0-x230.google.com (mail-wg0-x230.google.com [IPv6:2a00:1450:400c:c00::230]) (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 BFA9E1F6F; Tue, 30 Jun 2015 22:39:06 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: by wgqq4 with SMTP id q4so21659166wgq.1; Tue, 30 Jun 2015 15:39:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=b74aTDD/L62JvRf7Xeha8gXTr3CeFahvVFyMA0V6DX4=; b=KBWbnk5no/QWszdd7r8D9NYxzXLftyj3oB2JZu5gYpwEQqDwwgVlDaNwL5BwXW3dqu 5MkJumgMSDsvn3fp3ShwlAPUzQK1Ugc4BYwz77NZ0bCHb7JWhBsHVFY9nBgIcuThHCMM hlwrOXm17eSH8T8MnO1qBXP7XtW7msJ5QsJN3CQMCgdDfkTs1HuLYyXUpwexqpKVILf4 D+g3ooIkkP3KufrY3XcdUmEUC0aJXo/vsEqSuAJ7Sv0Hi2uKNLWCmjCIIpwTOdilZAQC ODn5RbmsDItkLvB8C9DkdRxmPNZOiwhT38c2aJ0EnucD4yE/exmQl9V6PF0/Hjh6U/79 iRdg== X-Received: by 10.194.23.194 with SMTP id o2mr10335832wjf.63.1435703944411; Tue, 30 Jun 2015 15:39:04 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by mx.google.com with ESMTPSA id f8sm444216wiy.7.2015.06.30.15.39.03 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 30 Jun 2015 15:39:03 -0700 (PDT) Sender: Baptiste Daroussin Date: Wed, 1 Jul 2015 00:39:01 +0200 From: Baptiste Daroussin To: Steve Wills Cc: Tijl Coosemans , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r390985 - head/databases/libmemcached Message-ID: <20150630223901.GA31924@ivaldir.etoilebsd.net> References: <201506301926.t5UJQXOV076574@svn.freebsd.org> <20150701001103.5d9b51be@kalimero.tijl.coosemans.org> <20150630223141.GA81844@mouf.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="uAKRQypu60I7Lcqm" Content-Disposition: inline In-Reply-To: <20150630223141.GA81844@mouf.net> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 22:39:07 -0000 --uAKRQypu60I7Lcqm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jun 30, 2015 at 10:31:45PM +0000, Steve Wills wrote: > On Wed, Jul 01, 2015 at 12:11:03AM +0200, Tijl Coosemans wrote: > > On Tue, 30 Jun 2015 19:26:33 +0000 (UTC) Steve Wills wrote: > > > Author: swills > > > Date: Tue Jun 30 19:26:32 2015 > > > New Revision: 390985 > > > URL: https://svnweb.freebsd.org/changeset/ports/390985 > > >=20 > > > Log: > > > databases/libmemcached: build with -fPIC > > > =20 > > > Fixes static lib build on 9.x > >=20 > > Do you have a build log somewhere that shows this error? Because this > > looks odd. >=20 > http://poudriere.mouf.net/poudriere/data/93amd64-default/2015-06-28_02h09= m43s/logs/errors/p5-Memcached-libmemcached-1.001801.log >=20 > Steve The issue here is that it is linking a shared object to a static archive of libmemcached (it should link to the shared version) So the issue is in p5-Memcached-libmemcached not in libmemcached Best regards, Bapt --uAKRQypu60I7Lcqm Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlWTGoUACgkQ8kTtMUmk6Exa6gCfVflW1IgMfsKu3986QvfQFALI E8gAn1LEUCXE97INh/BN7nurpqcQDSOI =fmhN -----END PGP SIGNATURE----- --uAKRQypu60I7Lcqm-- From owner-svn-ports-all@freebsd.org Tue Jun 30 22:47:10 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 183B3991E1C; Tue, 30 Jun 2015 22:47:10 +0000 (UTC) (envelope-from mcdouga9@egr.msu.edu) Received: from mail.egr.msu.edu (boomhauer.egr.msu.edu [35.9.37.167]) by mx1.freebsd.org (Postfix) with ESMTP id E115F2456; Tue, 30 Jun 2015 22:47:09 +0000 (UTC) (envelope-from mcdouga9@egr.msu.edu) Received: from boomhauer (localhost [127.0.0.1]) by mail.egr.msu.edu (Postfix) with ESMTP id BF4ED57D04; Tue, 30 Jun 2015 18:38:26 -0400 (EDT) X-Virus-Scanned: amavisd-new at egr.msu.edu Received: from mail.egr.msu.edu ([127.0.0.1]) by boomhauer (boomhauer.egr.msu.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KiRwMkdjTcvM; Tue, 30 Jun 2015 18:38:26 -0400 (EDT) Received: from EGR authenticated sender mcdouga9 Message-ID: <55931A60.4010406@egr.msu.edu> Date: Tue, 30 Jun 2015 18:38:24 -0400 From: Adam McDougall User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: svn-ports-all@freebsd.org CC: ports-secteam@freebsd.org Subject: Re: svn commit: r391010 - head/print/cups-filters References: <201506302147.t5ULlw0q050447@svn.freebsd.org> In-Reply-To: <201506302147.t5ULlw0q050447@svn.freebsd.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 22:47:10 -0000 On 06/30/2015 17:47, Dmitry Marakasov wrote: > Author: amdmi3 > Date: Tue Jun 30 21:47:57 2015 > New Revision: 391010 > URL: https://svnweb.freebsd.org/changeset/ports/391010 > > Log: > - Update to 1.0.70 > > PR: 201134 > Submitted by: cyberbotx@cyberbotx.com (maintainer) > Differential Revision: > > Modified: > head/print/cups-filters/Makefile > head/print/cups-filters/distinfo The above change should remedy CVE-2015-3258: http://permalink.gmane.org/gmane.comp.security.oss.general/17161 From owner-svn-ports-all@freebsd.org Tue Jun 30 22:48:09 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C32A0991E54; Tue, 30 Jun 2015 22:48:09 +0000 (UTC) (envelope-from swills@mouf.net) Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mouf.net", Issuer "mouf.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 67D98249B; Tue, 30 Jun 2015 22:48:09 +0000 (UTC) (envelope-from swills@mouf.net) Received: from mouf.net (swills@mouf [199.48.129.64]) by mouf.net (8.14.9/8.14.9) with ESMTP id t5UMm0B3086965 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 30 Jun 2015 22:48:05 GMT (envelope-from swills@mouf.net) Received: (from swills@localhost) by mouf.net (8.14.9/8.14.9/Submit) id t5UMm07G086964; Tue, 30 Jun 2015 22:48:00 GMT (envelope-from swills) Date: Tue, 30 Jun 2015 22:48:00 +0000 From: Steve Wills To: Baptiste Daroussin Cc: Tijl Coosemans , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r390985 - head/databases/libmemcached Message-ID: <20150630224759.GB81844@mouf.net> References: <201506301926.t5UJQXOV076574@svn.freebsd.org> <20150701001103.5d9b51be@kalimero.tijl.coosemans.org> <20150630223141.GA81844@mouf.net> <20150630223901.GA31924@ivaldir.etoilebsd.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="hHWLQfXTYDoKhP50" Content-Disposition: inline In-Reply-To: <20150630223901.GA31924@ivaldir.etoilebsd.net> User-Agent: Mutt/1.5.23 (2014-03-12) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (mouf.net [199.48.129.64]); Tue, 30 Jun 2015 22:48:05 +0000 (UTC) X-Spam-Status: No, score=0.0 required=4.5 tests=HEADER_FROM_DIFFERENT_DOMAINS autolearn=unavailable autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mouf.net X-Virus-Scanned: clamav-milter 0.98.7 at mouf.net X-Virus-Status: Clean X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 22:48:09 -0000 --hHWLQfXTYDoKhP50 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jul 01, 2015 at 12:39:01AM +0200, Baptiste Daroussin wrote: > On Tue, Jun 30, 2015 at 10:31:45PM +0000, Steve Wills wrote: > > On Wed, Jul 01, 2015 at 12:11:03AM +0200, Tijl Coosemans wrote: > > > On Tue, 30 Jun 2015 19:26:33 +0000 (UTC) Steve Wills wrote: > > > > Author: swills > > > > Date: Tue Jun 30 19:26:32 2015 > > > > New Revision: 390985 > > > > URL: https://svnweb.freebsd.org/changeset/ports/390985 > > > >=20 > > > > Log: > > > > databases/libmemcached: build with -fPIC > > > > =20 > > > > Fixes static lib build on 9.x > > >=20 > > > Do you have a build log somewhere that shows this error? Because this > > > looks odd. > >=20 > > http://poudriere.mouf.net/poudriere/data/93amd64-default/2015-06-28_02h= 09m43s/logs/errors/p5-Memcached-libmemcached-1.001801.log > >=20 > > Steve >=20 > The issue here is that it is linking a shared object to a static archive = of > libmemcached (it should link to the shared version) >=20 > So the issue is in p5-Memcached-libmemcached not in libmemcached Ok, I'll try to correct p5-Memcached-libmemcached and revert libmemcached. I guess I was confused by the fact that it only broke on 9.x, sorry. Thanks, Steve --hHWLQfXTYDoKhP50 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQF8BAEBCgBmBQJVkxydXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5OEZBNDE0QTVDMkEwRUY5Q0ZEMEFEMERG NUNGNjJCMzIwN0IxQkExAAoJEPXPYrMgexuhvq4H/0nr1cobD4UdH+w+tjr/et84 iuKVJv2PIyXe8iKpBogLWE/yuhXz3Iqy30FVYnATSBBAaK4Lbma7FQrqXLn34koX D+nrD/gfdZBfduYYIu4GM+m/oRS/6wh5/QPPrUqarMZO8Uh9MtZaFph2ATwarS7a /8ngBbCqu9JXFm18JXLkoNSZsTD1BmkquBrDhoHZGd2RGRSj/PZBsfTb2Vxqn+4q dMcALz0mg5K2/ITf9BVt7Qh5tZe8YftEWo3xJrLrsXUljgB1IOAVHtBwJkuOmb2Y Ml436i64DGRUO3FEq8PclimbcLZ3ydvTl/ngoEbPwW6Hpm9gwzT0MyXDvnQAf3U= =iQ1d -----END PGP SIGNATURE----- --hHWLQfXTYDoKhP50-- From owner-svn-ports-all@freebsd.org Tue Jun 30 22:52:58 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0962C991FD4; Tue, 30 Jun 2015 22:52:58 +0000 (UTC) (envelope-from swills@mouf.net) Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mouf.net", Issuer "mouf.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id A1A802866; Tue, 30 Jun 2015 22:52:57 +0000 (UTC) (envelope-from swills@mouf.net) Received: from mouf.net (swills@mouf [199.48.129.64]) by mouf.net (8.14.9/8.14.9) with ESMTP id t5UMqmaF087010 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 30 Jun 2015 22:52:53 GMT (envelope-from swills@mouf.net) Received: (from swills@localhost) by mouf.net (8.14.9/8.14.9/Submit) id t5UMqmku087009; Tue, 30 Jun 2015 22:52:48 GMT (envelope-from swills) Date: Tue, 30 Jun 2015 22:52:48 +0000 From: Steve Wills To: Baptiste Daroussin Cc: Tijl Coosemans , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r390985 - head/databases/libmemcached Message-ID: <20150630225247.GC81844@mouf.net> References: <201506301926.t5UJQXOV076574@svn.freebsd.org> <20150701001103.5d9b51be@kalimero.tijl.coosemans.org> <20150630223141.GA81844@mouf.net> <20150630223901.GA31924@ivaldir.etoilebsd.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="ZmUaFz6apKcXQszQ" Content-Disposition: inline In-Reply-To: <20150630223901.GA31924@ivaldir.etoilebsd.net> User-Agent: Mutt/1.5.23 (2014-03-12) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (mouf.net [199.48.129.64]); Tue, 30 Jun 2015 22:52:53 +0000 (UTC) X-Spam-Status: No, score=0.0 required=4.5 tests=HEADER_FROM_DIFFERENT_DOMAINS autolearn=unavailable autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mouf.net X-Virus-Scanned: clamav-milter 0.98.7 at mouf.net X-Virus-Status: Clean X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 22:52:58 -0000 --ZmUaFz6apKcXQszQ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jul 01, 2015 at 12:39:01AM +0200, Baptiste Daroussin wrote: > On Tue, Jun 30, 2015 at 10:31:45PM +0000, Steve Wills wrote: > > On Wed, Jul 01, 2015 at 12:11:03AM +0200, Tijl Coosemans wrote: > > > On Tue, 30 Jun 2015 19:26:33 +0000 (UTC) Steve Wills wrote: > > > > Author: swills > > > > Date: Tue Jun 30 19:26:32 2015 > > > > New Revision: 390985 > > > > URL: https://svnweb.freebsd.org/changeset/ports/390985 > > > >=20 > > > > Log: > > > > databases/libmemcached: build with -fPIC > > > > =20 > > > > Fixes static lib build on 9.x > > >=20 > > > Do you have a build log somewhere that shows this error? Because this > > > looks odd. > >=20 > > http://poudriere.mouf.net/poudriere/data/93amd64-default/2015-06-28_02h= 09m43s/logs/errors/p5-Memcached-libmemcached-1.001801.log > >=20 > > Steve >=20 > The issue here is that it is linking a shared object to a static archive = of > libmemcached (it should link to the shared version) >=20 > So the issue is in p5-Memcached-libmemcached not in libmemcached Realized I forgot to go back and un-hard-code the path to PREFIX in the pat= ches in p5-Memcached-libmemcached, so I'll take care of that too... Steve --ZmUaFz6apKcXQszQ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQF8BAEBCgBmBQJVkx2/XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5OEZBNDE0QTVDMkEwRUY5Q0ZEMEFEMERG NUNGNjJCMzIwN0IxQkExAAoJEPXPYrMgexuhrkkH/RsHW3PE0QaUoA/NMSF9zYFw m/5zMlqwDP08ilmz8yzUuFAKcaMM+8rWhwvtMW/FmxobxOAY7MVtpwQ39+NEMBVt 3RCyu46dIwCrm198B03ECeSBNhYJHXItD/uBehTIcezhcpg9o29LghIicemXtVqA 5ieAaftwsQTDY9P+hCKsOpcwKf6KPRKbDyGQT7h9YoUXXZNN2ELz2hnmKmbV22Qz eNtxeht1JaGyvDol0Fh5AdtXlFFWhvMKVpKVvoMBAwhwlTkOzxcHM+WPcefozg+j UzR8mDyCR+TJym0gZMbi3HAZBrUpUM+4Wt/mq65wiKzrL3twTjQmflR8Md48EW8= =qm// -----END PGP SIGNATURE----- --ZmUaFz6apKcXQszQ-- From owner-svn-ports-all@freebsd.org Tue Jun 30 22:53:29 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 52286990003; Tue, 30 Jun 2015 22:53:29 +0000 (UTC) (envelope-from avilla@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 36AF22947; Tue, 30 Jun 2015 22:53:29 +0000 (UTC) (envelope-from avilla@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5UMrTKn084320; Tue, 30 Jun 2015 22:53:29 GMT (envelope-from avilla@FreeBSD.org) Received: (from avilla@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5UMrSIg084318; Tue, 30 Jun 2015 22:53:28 GMT (envelope-from avilla@FreeBSD.org) Message-Id: <201506302253.t5UMrSIg084318@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: avilla set sender to avilla@FreeBSD.org using -f From: Alberto Villa Date: Tue, 30 Jun 2015 22:53:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391013 - head/accessibility/speech-dispatcher X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 22:53:29 -0000 Author: avilla Date: Tue Jun 30 22:53:28 2015 New Revision: 391013 URL: https://svnweb.freebsd.org/changeset/ports/391013 Log: accessibility/speech-dispatcher: remove NLS option Building the port without NLS failed as the configure script still required the gettext tools. PR: 201221 Modified: head/accessibility/speech-dispatcher/Makefile head/accessibility/speech-dispatcher/pkg-plist Modified: head/accessibility/speech-dispatcher/Makefile ============================================================================== --- head/accessibility/speech-dispatcher/Makefile Tue Jun 30 21:51:56 2015 (r391012) +++ head/accessibility/speech-dispatcher/Makefile Tue Jun 30 22:53:28 2015 (r391013) @@ -16,7 +16,7 @@ LIB_DEPENDS= libdotconf.so:${PORTSDIR}/d libsndfile.so:${PORTSDIR}/audio/libsndfile USE_GNOME= glib20 intltool -USES= alias gmake pathfix pkgconfig libtool +USES= alias gettext gmake pathfix pkgconfig libtool GNU_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -33,9 +33,9 @@ ETCFILES= clients/emacs.conf modules/pic PORTDOCS= ANNOUNCE AUTHORS ChangeLog FAQ NEWS README TODO -INFO= spd-say speech-dispatcher ssip +INFO= spd-say speech-dispatcher speech-dispatcher-cs ssip -OPTIONS_DEFINE= ALSA AO DOCS ESPEAK FESTIVAL FLITE NAS NLS \ +OPTIONS_DEFINE= ALSA AO DOCS ESPEAK FESTIVAL FLITE NAS \ PULSEAUDIO PYTHON OPTIONS_DEFAULT=ESPEAK OPTIONS_SUB= yes @@ -61,8 +61,6 @@ FLITE_CONFIGURE_WITH= flite NAS_LIB_DEPENDS= libaudio.so:${PORTSDIR}/audio/nas NAS_CONFIGURE_WITH= nas -NLS_USES= gettext - PULSEAUDIO_LIB_DEPENDS= libpulse.so:${PORTSDIR}/audio/pulseaudio PULSEAUDIO_CONFIGURE_WITH=pulse @@ -71,19 +69,9 @@ PYTHON_USES= python:3 PYTHON_USE= PYTHON=py3kplist PYTHON_CONFIGURE_ENABLE=python -.include - -.if ${PORT_OPTIONS:MNLS} -INFO+= speech-dispatcher-cs -.endif - post-patch: @${REINPLACE_CMD} -e '/SUBDIRS/ s/tests//' \ ${WRKSRC}/src/Makefile.in -.if ! ${PORT_OPTIONS:MNLS} - @${REINPLACE_CMD} -e '/SUBDIRS/ s/po//' \ - ${WRKSRC}/Makefile.in -.endif post-install: .for f in ${ETCFILES} @@ -93,8 +81,5 @@ post-install: @${RMDIR} ${STAGEDIR}${DATADIR} || ${TRUE} ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} -.if ! ${PORT_OPTIONS:MNLS} - @${RM} -f ${STAGEDIR}${PREFIX}/${INFO_PATH}/speech-dispatcher-cs.info -.endif .include Modified: head/accessibility/speech-dispatcher/pkg-plist ============================================================================== --- head/accessibility/speech-dispatcher/pkg-plist Tue Jun 30 21:51:56 2015 (r391012) +++ head/accessibility/speech-dispatcher/pkg-plist Tue Jun 30 22:53:28 2015 (r391013) @@ -64,7 +64,7 @@ lib/speech-dispatcher/spd_oss.so %%PULSEAUDIO%%lib/speech-dispatcher/spd_pulse.a %%PULSEAUDIO%%lib/speech-dispatcher/spd_pulse.so libdata/pkgconfig/speech-dispatcher.pc -%%NLS%%share/locale/cs/LC_MESSAGES/speech-dispatcher.mo -%%NLS%%share/locale/hu/LC_MESSAGES/speech-dispatcher.mo +share/locale/cs/LC_MESSAGES/speech-dispatcher.mo +share/locale/hu/LC_MESSAGES/speech-dispatcher.mo share/sounds/speech-dispatcher/dummy-message.wav %%PYTHON%%share/sounds/speech-dispatcher/test.wav From owner-svn-ports-all@freebsd.org Tue Jun 30 22:54:46 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3A96299004F; Tue, 30 Jun 2015 22:54:46 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1EFDF2A40; Tue, 30 Jun 2015 22:54:46 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5UMsj7b084619; Tue, 30 Jun 2015 22:54:45 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5UMsjOf084616; Tue, 30 Jun 2015 22:54:45 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506302254.t5UMsjOf084616@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 30 Jun 2015 22:54:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391014 - head/devel/shflags X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 22:54:46 -0000 Author: amdmi3 Date: Tue Jun 30 22:54:44 2015 New Revision: 391014 URL: https://svnweb.freebsd.org/changeset/ports/391014 Log: - Switch to new github home - Add LICENSE - Add NO_ARCH PR: 201174 Submitted by: tkato432@yahoo.com Differential Revision: Modified: head/devel/shflags/Makefile head/devel/shflags/distinfo head/devel/shflags/pkg-descr Modified: head/devel/shflags/Makefile ============================================================================== --- head/devel/shflags/Makefile Tue Jun 30 22:53:28 2015 (r391013) +++ head/devel/shflags/Makefile Tue Jun 30 22:54:44 2015 (r391014) @@ -4,13 +4,19 @@ PORTNAME= shflags PORTVERSION= 1.0.3 CATEGORIES= devel -MASTER_SITES= GOOGLE_CODE -EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Command-line flags module for Unix shell scripts +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/doc/LGPL-2.1 + +USE_GITHUB= yes +GH_ACCOUNT= kward + +NO_ARCH= yes NO_BUILD= yes + PLIST_FILES= lib/shflags do-install: Modified: head/devel/shflags/distinfo ============================================================================== --- head/devel/shflags/distinfo Tue Jun 30 22:53:28 2015 (r391013) +++ head/devel/shflags/distinfo Tue Jun 30 22:54:44 2015 (r391014) @@ -1,2 +1,2 @@ -SHA256 (shflags-1.0.3.tgz) = 956a14771230760e24fa6ad5692bf858d1c9ee2d314320091fd045181cec8a22 -SIZE (shflags-1.0.3.tgz) = 43549 +SHA256 (kward-shflags-1.0.3_GH0.tar.gz) = ffc7eb68b583eba7eb468f7cd5d5f4174b7ad014e24aae2e43f8b5c2d0da0602 +SIZE (kward-shflags-1.0.3_GH0.tar.gz) = 43017 Modified: head/devel/shflags/pkg-descr ============================================================================== --- head/devel/shflags/pkg-descr Tue Jun 30 22:53:28 2015 (r391013) +++ head/devel/shflags/pkg-descr Tue Jun 30 22:54:44 2015 (r391014) @@ -1,12 +1,13 @@ -Shell Flags (shFlags) is a library written to greatly simplify the handling of -command-line flags in Bourne based Unix shell scripts (bash, dash, ksh, sh, -zsh) on many Unix OSes (Linux, Solaris, Mac OS X, etc.). +Shell Flags (shFlags) is a library written to greatly simplify the +handling of command-line flags in Bourne based Unix shell scripts (bash, +dash, ksh, sh, zsh) on many Unix OSes (Linux, Solaris, Mac OS X, etc.). -Most shell scripts use getopt for flags processing, but the different versions -of getopt on various OSes make writing portable shell scripts difficult. -shFlags instead provides an API that doesn't change across shell and OS -versions so the script writer can be confident that the script will work. +Most shell scripts use getopt for flags processing, but the different +versions of getopt on various OSes make writing portable shell scripts +difficult. shFlags instead provides an API that doesn't change across +shell and OS versions so the script writer can be confident that the +script will work. shFlags is a port of the google-gflags C++/Python library. -WWW: http://code.google.com/p/shflags/ +WWW: http://github.com/kward/shflags From owner-svn-ports-all@freebsd.org Tue Jun 30 22:59:38 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 10BD09900CC; Tue, 30 Jun 2015 22:59:38 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D383F2BFC; Tue, 30 Jun 2015 22:59:37 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5UMxbtJ085402; Tue, 30 Jun 2015 22:59:37 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5UMxbHY085398; Tue, 30 Jun 2015 22:59:37 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506302259.t5UMxbHY085398@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 30 Jun 2015 22:59:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391015 - head/converters/ta2as X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 22:59:38 -0000 Author: amdmi3 Date: Tue Jun 30 22:59:36 2015 New Revision: 391015 URL: https://svnweb.freebsd.org/changeset/ports/391015 Log: - Switch to new github home [1] - Add LICENSE PR: 201173 [1] Submitted by: tkato432@yahoo.com [1] Differential Revision: Modified: head/converters/ta2as/Makefile head/converters/ta2as/distinfo head/converters/ta2as/pkg-descr Modified: head/converters/ta2as/Makefile ============================================================================== --- head/converters/ta2as/Makefile Tue Jun 30 22:54:44 2015 (r391014) +++ head/converters/ta2as/Makefile Tue Jun 30 22:59:36 2015 (r391015) @@ -4,20 +4,26 @@ PORTNAME= ta2as PORTVERSION= 0.8.2 CATEGORIES= converters devel -MASTER_SITES= GOOGLE_CODE -DISTNAME= ${PORTNAME}_v${PORTVERSION:S/./_/g}_src MAINTAINER= ports@FreeBSD.org COMMENT= TASM to AT&T asm syntax converter (GNU AS) -OPTIONS_DEFINE= DOCS - -USES= zip -NO_WRKSUBDIR= yes +LICENSE= TA2AS +LICENSE_NAME= TA2AS license +LICENSE_FILE= ${WRKSRC}/legal.txt +LICENSE_PERMS= dist-mirror pkg-mirror auto-accept + +WRKSRC_SUBDIR= ta2as + +USE_GITHUB= yes +GH_ACCOUNT= mefistotelis +GH_TAGNAME= 3f4825a PORTDOCS= * PLIST_FILES= bin/${PORTNAME} +OPTIONS_DEFINE= DOCS + post-extract: @${CP} -f ${FILESDIR}/strtolower.c ${WRKSRC} Modified: head/converters/ta2as/distinfo ============================================================================== --- head/converters/ta2as/distinfo Tue Jun 30 22:54:44 2015 (r391014) +++ head/converters/ta2as/distinfo Tue Jun 30 22:59:36 2015 (r391015) @@ -1,2 +1,2 @@ -SHA256 (ta2as_v0_8_2_src.zip) = 21ecef8ac8d99665b7cf15c6f692214b738e11d77058139133566dd40f92472b -SIZE (ta2as_v0_8_2_src.zip) = 11339 +SHA256 (mefistotelis-ta2as-0.8.2-3f4825a_GH0.tar.gz) = 55f362bc8bb73c82e6b70e57223921d1ae69019f64be477b6cc0ddd098d64afc +SIZE (mefistotelis-ta2as-0.8.2-3f4825a_GH0.tar.gz) = 9760 Modified: head/converters/ta2as/pkg-descr ============================================================================== --- head/converters/ta2as/pkg-descr Tue Jun 30 22:54:44 2015 (r391014) +++ head/converters/ta2as/pkg-descr Tue Jun 30 22:59:36 2015 (r391015) @@ -14,4 +14,4 @@ This tool was originally written by Fran SPiRiT group; this is continuation of his work, although not much of the original code remains. -WWW: http://code.google.com/p/ta2as/ +WWW: https://github.com/mefistotelis/ta2as/ From owner-svn-ports-all@freebsd.org Tue Jun 30 23:56:41 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AEADE991018; Tue, 30 Jun 2015 23:56:41 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 82FCE100C; Tue, 30 Jun 2015 23:56:41 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5UNueKl014791; Tue, 30 Jun 2015 23:56:40 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5UNuemQ014790; Tue, 30 Jun 2015 23:56:40 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506302356.t5UNuemQ014790@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 30 Jun 2015 23:56:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391016 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 23:56:41 -0000 Author: amdmi3 Date: Tue Jun 30 23:56:39 2015 New Revision: 391016 URL: https://svnweb.freebsd.org/changeset/ports/391016 Log: - Document CVE-2015-3258 (cups-filters buffer overflow vulnerability) PR: 201134 Submitted by: cyberbotx@cyberbotx.com Differential Revision: Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Jun 30 22:59:36 2015 (r391015) +++ head/security/vuxml/vuln.xml Tue Jun 30 23:56:39 2015 (r391016) @@ -57,6 +57,44 @@ Notes: --> + + cups-filters -- buffer overflow in texttopdf size allocation + + + cups-filters + 1.0.70 + + + + +

Stefan Cornelius from Red Hat reports:

+
+

A heap-based buffer overflow was discovered in the way the + texttopdf utility of cups-filters processed print jobs with a + specially crafted line size. An attacker being able to submit + print jobs could exploit this flaw to crash texttopdf or, + possibly, execute arbitrary code.

+
+

Till Kamppeter reports:

+
+

texttopdf: Fixed buffer overflow on size allocation of texttopdf + when working with extremely small line sizes, which causes the size + calculation to result in 0 (CVE-2015-3258, thanks to Stefan + Cornelius from Red Hat for the patch).

+
+ +
+ + CVE-2015-3258 + http://www.openwall.com/lists/oss-security/2015/06/26/4 + http://bzr.linuxfoundation.org/loggerhead/openprinting/cups-filters/revision/7363 + + + 2015-06-26 + 2015-06-29 + +
+ ntp -- control message remote Deinal of Service vulnerability From owner-svn-ports-all@freebsd.org Wed Jul 1 00:09:32 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EC645991407; Wed, 1 Jul 2015 00:09:32 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C4E0116F2; Wed, 1 Jul 2015 00:09:32 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t6109WpN021330; Wed, 1 Jul 2015 00:09:32 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t6109W1q021329; Wed, 1 Jul 2015 00:09:32 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201507010009.t6109W1q021329@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Wed, 1 Jul 2015 00:09:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391017 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 00:09:33 -0000 Author: delphij Date: Wed Jul 1 00:09:31 2015 New Revision: 391017 URL: https://svnweb.freebsd.org/changeset/ports/391017 Log: Document games/wesnoth authentication information disclosure vulnerability. PR: 201105 Submitted by: Jason Unovitch Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Jun 30 23:56:39 2015 (r391016) +++ head/security/vuxml/vuln.xml Wed Jul 1 00:09:31 2015 (r391017) @@ -57,6 +57,46 @@ Notes: --> + + wesnoth -- disclosure of .pbl files with lowercase, uppercase, and mixed-case extension + + + wesnoth + 1.12.4,1 + + + + +

Ignacio R. Morelle reports:

+
+

As mentioned in the Wesnoth 1.12.4 and Wesnoth 1.13.1 release + announcements, a security vulnerability targeting add-on authors + was found (bug #23504) which allowed a malicious user to obtain + add-on server passphrases from the client's .pbl files and transmit + them over the network, or store them in saved game files intended + to be shared by the victim. This vulnerability affects all existing + releases up to and including versions 1.12.2 and 1.13.0. + Additionally, version 1.12.3 included only a partial fix that failed + to guard users against attempts to read from .pbl files with an + uppercase or mixed-case extension. CVE-2015-5069 and CVE-2015-5070 + have been assigned to the vulnerability affecting .pbl files with a + lowercase extension, and .pbl files with an uppercase or mixed-case + extension, respectively.

+
+ +
+ + CVE-2015-5069 + CVE-2015-5070 + http://forums.wesnoth.org/viewtopic.php?t=42776 + http://forums.wesnoth.org/viewtopic.php?t=42775 + + + 2015-06-28 + 2015-07-01 + +
+ cups-filters -- buffer overflow in texttopdf size allocation From owner-svn-ports-all@freebsd.org Wed Jul 1 00:27:38 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7F7919918E0; Wed, 1 Jul 2015 00:27:38 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 70E05127A; Wed, 1 Jul 2015 00:27:38 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t610RcAw031087; Wed, 1 Jul 2015 00:27:38 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t610Rc8r031084; Wed, 1 Jul 2015 00:27:38 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201507010027.t610Rc8r031084@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Wed, 1 Jul 2015 00:27:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391018 - head/games/wesnoth X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 00:27:38 -0000 Author: delphij Date: Wed Jul 1 00:27:37 2015 New Revision: 391018 URL: https://svnweb.freebsd.org/changeset/ports/391018 Log: Update to 1.12.4. PR: ports/201192 Submitted by: maintainer (Torsten Zühlsdorff) Modified: head/games/wesnoth/Makefile head/games/wesnoth/distinfo Modified: head/games/wesnoth/Makefile ============================================================================== --- head/games/wesnoth/Makefile Wed Jul 1 00:09:31 2015 (r391017) +++ head/games/wesnoth/Makefile Wed Jul 1 00:27:37 2015 (r391018) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= wesnoth -PORTVERSION= 1.12.2 +PORTVERSION= 1.12.4 PORTEPOCH= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/${PORTNAME}-${PORTVERSION} \ Modified: head/games/wesnoth/distinfo ============================================================================== --- head/games/wesnoth/distinfo Wed Jul 1 00:09:31 2015 (r391017) +++ head/games/wesnoth/distinfo Wed Jul 1 00:27:37 2015 (r391018) @@ -1,2 +1,2 @@ -SHA256 (wesnoth-1.12.2.tar.bz2) = 1f4f76e5fd0ce175a3eb7b9855aff7a58dc75899c534d7653d97ac9fd4fe798b -SIZE (wesnoth-1.12.2.tar.bz2) = 392234446 +SHA256 (wesnoth-1.12.4.tar.bz2) = bf525060da4201f1e62f861ed021f13175766e074a8a490b995052453df51ea7 +SIZE (wesnoth-1.12.4.tar.bz2) = 392278313 From owner-svn-ports-all@freebsd.org Wed Jul 1 01:03:05 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6F998991E7B; Wed, 1 Jul 2015 01:03:05 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 58357154F; Wed, 1 Jul 2015 01:03:05 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t61135f5050427; Wed, 1 Jul 2015 01:03:05 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t61134o8050423; Wed, 1 Jul 2015 01:03:04 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201507010103.t61134o8050423@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 1 Jul 2015 01:03:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391019 - in head/databases/p5-Memcached-libmemcached: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 01:03:05 -0000 Author: swills Date: Wed Jul 1 01:03:03 2015 New Revision: 391019 URL: https://svnweb.freebsd.org/changeset/ports/391019 Log: databases/p5-Memcached-libmemcached: improve patch The patch to Makefile.PL needed to also replace $Config{lib_ext} (which defaults to ".a") with ".so" so that we link against the right thing. This avoids the need to patch databases/libmemcached. While here, also avoid hard coding the path to PREFIX and split out the libstdc++ to libc++ patch, avoiding duplication. Pointyhat to: swills Reported by: tijl, bapt Added: head/databases/p5-Memcached-libmemcached/files/extra-patch-Makefile.PL (contents, props changed) head/databases/p5-Memcached-libmemcached/files/patch-Makefile.PL (contents, props changed) Deleted: head/databases/p5-Memcached-libmemcached/files/extra-patch-Makefile.PL-10 head/databases/p5-Memcached-libmemcached/files/extra-patch-Makefile.PL-9 Modified: head/databases/p5-Memcached-libmemcached/Makefile Modified: head/databases/p5-Memcached-libmemcached/Makefile ============================================================================== --- head/databases/p5-Memcached-libmemcached/Makefile Wed Jul 1 00:27:37 2015 (r391018) +++ head/databases/p5-Memcached-libmemcached/Makefile Wed Jul 1 01:03:03 2015 (r391019) @@ -3,6 +3,7 @@ PORTNAME= Memcached-libmemcached PORTVERSION= 1.001801 +PORTREVISION= 1 CATEGORIES= databases devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -19,14 +20,13 @@ USE_LDCONFIG= yes post-extract: @${RM} -r ${WRKDIR}/src +post-patch: + @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/Makefile.PL + .include -.if ${OPSYS} == FreeBSD -.if ${OSVERSION} > 1000000 -EXTRA_PATCHES= ${FILESDIR}/extra-patch-Makefile.PL-10 -.else -EXTRA_PATCHES= ${FILESDIR}/extra-patch-Makefile.PL-9 -.endif +.if ${OPSYS} == FreeBSD && ${OSVERSION} > 1000000 +EXTRA_PATCHES= ${FILESDIR}/extra-patch-Makefile.PL .endif .include Added: head/databases/p5-Memcached-libmemcached/files/extra-patch-Makefile.PL ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/p5-Memcached-libmemcached/files/extra-patch-Makefile.PL Wed Jul 1 01:03:03 2015 (r391019) @@ -0,0 +1,11 @@ +--- Makefile.PL.orig 2015-05-07 17:56:22 UTC ++++ Makefile.PL +@@ -54,7 +54,7 @@ if (my $gccversion = $Config{gccversion} + $opts{DEFINE} .= ' -Wmissing-prototypes'; + } + } +-$opts{LIBS} = ["-lstdc++"]; # else error: libmemcached.so: undefined symbol: __gxx_personality_v0 ++$opts{LIBS} = ["-lc++"]; # else error: libmemcached.so: undefined symbol: __gxx_personality_v0 + $opts{OPTIMIZE} = "-g" if $opt_g; + $opts{CCFLAGS} = "-pg" if $opt_pg; + my $coverage_flags = ""; Added: head/databases/p5-Memcached-libmemcached/files/patch-Makefile.PL ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/p5-Memcached-libmemcached/files/patch-Makefile.PL Wed Jul 1 01:03:03 2015 (r391019) @@ -0,0 +1,22 @@ +--- Makefile.PL.orig 2015-05-07 17:56:22 UTC ++++ Makefile.PL +@@ -30,8 +30,8 @@ $Data::Dumper::Indent = 1; + $Data::Dumper::Sortkeys = 1; + + my $lmcd_api_ver = "1.0"; # eg $lmcd_src/libmemcached-$lmcd_api_ver/ +-my $lmcd_inst = getcwd()."/src_inst"; +-my $lmcd_built_lib = "$lmcd_inst/lib/libmemcached$Config{lib_ext}"; ++my $lmcd_inst = "%%PREFIX%%"; ++my $lmcd_built_lib = "$lmcd_inst/lib/libmemcached.so"; + my $is_developer = (-d ".svn" || -d ".git"); + + my ($lmcd_h) = eval { build_libmemcached() }; +@@ -76,7 +76,7 @@ WriteMakefile( + AUTHOR => 'Tim Bunce ', + VERSION_FROM => 'libmemcached.pm', + ABSTRACT_FROM => 'libmemcached.pm', +- INC => "-I$lmcd_inst/include", ++ INC => "-I$lmcd_inst/include/", + # We want to link to *our* private libmemcached and not one that + # might already be installed on the system. The LIBS config gets + # appended to the link command line, so if we used "-L$dir -lmemcached" From owner-svn-ports-all@freebsd.org Wed Jul 1 01:04:25 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2EA00991EA1; Wed, 1 Jul 2015 01:04:25 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1FA211654; Wed, 1 Jul 2015 01:04:25 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t6114OJu050698; Wed, 1 Jul 2015 01:04:24 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t6114OfA050696; Wed, 1 Jul 2015 01:04:24 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201507010104.t6114OfA050696@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 1 Jul 2015 01:04:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391020 - head/databases/libmemcached X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 01:04:25 -0000 Author: swills Date: Wed Jul 1 01:04:24 2015 New Revision: 391020 URL: https://svnweb.freebsd.org/changeset/ports/391020 Log: databases/libmemcached: revert using --with-pic This wasn't necessary Pointyhat to: swills Reported by: tijl, bapt Modified: head/databases/libmemcached/Makefile Modified: head/databases/libmemcached/Makefile ============================================================================== --- head/databases/libmemcached/Makefile Wed Jul 1 01:03:03 2015 (r391019) +++ head/databases/libmemcached/Makefile Wed Jul 1 01:04:24 2015 (r391020) @@ -2,7 +2,7 @@ PORTNAME= libmemcached PORTVERSION= 1.0.18 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MASTER_SITES= http://launchpad.net/${PORTNAME}/1.0/${PORTVERSION}/+download/ @@ -21,7 +21,6 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-memcached \ --without-sphinx-build \ - --with-pic \ --enable-libmemcachedprotocol LIBS+= -L${LOCALBASE}/lib -lexecinfo From owner-svn-ports-all@freebsd.org Wed Jul 1 01:05:05 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F3A54991EC8; Wed, 1 Jul 2015 01:05:04 +0000 (UTC) (envelope-from swills@mouf.net) Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mouf.net", Issuer "mouf.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 975BC18D4; Wed, 1 Jul 2015 01:05:04 +0000 (UTC) (envelope-from swills@mouf.net) Received: from mouf.net (swills@mouf [199.48.129.64]) by mouf.net (8.14.9/8.14.9) with ESMTP id t6114tuW088956 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 1 Jul 2015 01:05:00 GMT (envelope-from swills@mouf.net) Received: (from swills@localhost) by mouf.net (8.14.9/8.14.9/Submit) id t6114t4Q088955; Wed, 1 Jul 2015 01:04:55 GMT (envelope-from swills) Date: Wed, 1 Jul 2015 01:04:55 +0000 From: Steve Wills To: Baptiste Daroussin Cc: Tijl Coosemans , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r390985 - head/databases/libmemcached Message-ID: <20150701010451.GA87280@mouf.net> References: <201506301926.t5UJQXOV076574@svn.freebsd.org> <20150701001103.5d9b51be@kalimero.tijl.coosemans.org> <20150630223141.GA81844@mouf.net> <20150630223901.GA31924@ivaldir.etoilebsd.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="LZvS9be/3tNcYl/X" Content-Disposition: inline In-Reply-To: <20150630223901.GA31924@ivaldir.etoilebsd.net> User-Agent: Mutt/1.5.23 (2014-03-12) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (mouf.net [199.48.129.64]); Wed, 01 Jul 2015 01:05:00 +0000 (UTC) X-Spam-Status: No, score=0.0 required=4.5 tests=HEADER_FROM_DIFFERENT_DOMAINS autolearn=unavailable autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mouf.net X-Virus-Scanned: clamav-milter 0.98.7 at mouf.net X-Virus-Status: Clean X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 01:05:05 -0000 --LZvS9be/3tNcYl/X Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jul 01, 2015 at 12:39:01AM +0200, Baptiste Daroussin wrote: > On Tue, Jun 30, 2015 at 10:31:45PM +0000, Steve Wills wrote: > > On Wed, Jul 01, 2015 at 12:11:03AM +0200, Tijl Coosemans wrote: > > > On Tue, 30 Jun 2015 19:26:33 +0000 (UTC) Steve Wills wrote: > > > > Author: swills > > > > Date: Tue Jun 30 19:26:32 2015 > > > > New Revision: 390985 > > > > URL: https://svnweb.freebsd.org/changeset/ports/390985 > > > >=20 > > > > Log: > > > > databases/libmemcached: build with -fPIC > > > > =20 > > > > Fixes static lib build on 9.x > > >=20 > > > Do you have a build log somewhere that shows this error? Because this > > > looks odd. > >=20 > > http://poudriere.mouf.net/poudriere/data/93amd64-default/2015-06-28_02h= 09m43s/logs/errors/p5-Memcached-libmemcached-1.001801.log > >=20 > > Steve >=20 > The issue here is that it is linking a shared object to a static archive = of > libmemcached (it should link to the shared version) >=20 > So the issue is in p5-Memcached-libmemcached not in libmemcached All fixed now, thanks for the hint. Steve --LZvS9be/3tNcYl/X Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQF8BAEBCgBmBQJVkzywXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5OEZBNDE0QTVDMkEwRUY5Q0ZEMEFEMERG NUNGNjJCMzIwN0IxQkExAAoJEPXPYrMgexuhGG8H/iMcm1KHf7noYwSrYd7dsvmn Dfe7iuay/XGtXyf9jUCtiTA8yw0LxO145jMyXgDZk7BFDqXHioWPIzSnNB6Qjkyi +Sdsyd+o9m5s8d/5sjF14WdBh8nwEuDI0NISTl4YwaXIG8i94hA5lR/jrX6y1tVL 7KhdZOYnj+DXKuOZsf7Z+pFlMQZE86goGAD7Hfb7saFEloAhr1+584jI5mCuIMqE 5207LWofj81Tsm+5Zy09OmBMijxykykxud1NNhoN36epfYBXGkqrqmkVWN0G5sb2 10wTUPsnn58IqIvMVADvKA/HxhSqrxSpG8D27CDAu04MuDNwCX3UphZ6y26VztE= =0gnP -----END PGP SIGNATURE----- --LZvS9be/3tNcYl/X-- From owner-svn-ports-all@freebsd.org Wed Jul 1 01:34:10 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8545899047F; Wed, 1 Jul 2015 01:34:10 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5CC941600; Wed, 1 Jul 2015 01:34:10 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t611YANV065649; Wed, 1 Jul 2015 01:34:10 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t611Y9I4065646; Wed, 1 Jul 2015 01:34:09 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201507010134.t611Y9I4065646@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Wed, 1 Jul 2015 01:34:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391021 - head/net/ntp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 01:34:10 -0000 Author: cy Date: Wed Jul 1 01:34:09 2015 New Revision: 391021 URL: https://svnweb.freebsd.org/changeset/ports/391021 Log: Update 4.2.8p2 --> 4.2.8p3 Special thanks to delphij@ for the prep work. Security: VuXML: 0d0f3050-1f69-11e5-9ba9-d050996490d0 Security: http://bugs.ntp.org/show_bug.cgi?id=2853 Security: https://www.kb.cert.org/vuls/id/668167 Security: http://support.ntp.org/bin/view/Main/SecurityNotice#June_2015_NTP_Security_Vulnerabi Modified: head/net/ntp/Makefile head/net/ntp/distinfo head/net/ntp/pkg-plist Modified: head/net/ntp/Makefile ============================================================================== --- head/net/ntp/Makefile Wed Jul 1 01:04:24 2015 (r391020) +++ head/net/ntp/Makefile Wed Jul 1 01:34:09 2015 (r391021) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ntp -PORTVERSION= 4.2.8p2 -PORTREVISION= 2 +PORTVERSION= 4.2.8p3 CATEGORIES= net ipv6 MASTER_SITES= http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ \ http://archive.ntp.org/ntp4/ntp-4.2/ \ @@ -21,8 +20,7 @@ USES= cpe pathfix shebangfix libtool pk LIB_DEPENDS= libevent.so:${PORTSDIR}/devel/libevent2 SHEBANG_FILES= scripts/ntptrace/ntptrace.in \ - scripts/ntp-wait/ntp-wait.in \ - scripts/update-leap/update-leap + scripts/ntp-wait/ntp-wait.in perl_OLD_CMD= @PATH_PERL@ .include "Makefile.inc" Modified: head/net/ntp/distinfo ============================================================================== --- head/net/ntp/distinfo Wed Jul 1 01:04:24 2015 (r391020) +++ head/net/ntp/distinfo Wed Jul 1 01:34:09 2015 (r391021) @@ -1,2 +1,2 @@ -SHA256 (ntp-4.2.8p2.tar.gz) = 0d69bc0e95caad43ea04fdad410e756bae1a71e67b1c2bd799b76b55e04c9b31 -SIZE (ntp-4.2.8p2.tar.gz) = 6820869 +SHA256 (ntp-4.2.8p3.tar.gz) = 818ca4f2ed6ca845b1c5ec43f5e6ad905eaa0fc0aab2d509ed6b962a37fbf38f +SIZE (ntp-4.2.8p3.tar.gz) = 7099575 Modified: head/net/ntp/pkg-plist ============================================================================== --- head/net/ntp/pkg-plist Wed Jul 1 01:04:24 2015 (r391020) +++ head/net/ntp/pkg-plist Wed Jul 1 01:34:09 2015 (r391021) @@ -67,6 +67,7 @@ sbin/update-leap %%PORTDOCS%%%%DOCSDIR%%/drivers/driver39.html %%PORTDOCS%%%%DOCSDIR%%/drivers/driver4.html %%PORTDOCS%%%%DOCSDIR%%/drivers/driver40.html +%%PORTDOCS%%%%DOCSDIR%%/drivers/driver40-ja.html %%PORTDOCS%%%%DOCSDIR%%/drivers/driver42.html %%PORTDOCS%%%%DOCSDIR%%/drivers/driver43.html %%PORTDOCS%%%%DOCSDIR%%/drivers/driver44.html @@ -163,6 +164,7 @@ sbin/update-leap %%PORTDOCS%%%%DOCSDIR%%/html/drivers/driver39.html %%PORTDOCS%%%%DOCSDIR%%/html/drivers/driver4.html %%PORTDOCS%%%%DOCSDIR%%/html/drivers/driver40.html +%%PORTDOCS%%%%DOCSDIR%%/html/drivers/driver40-ja.html %%PORTDOCS%%%%DOCSDIR%%/html/drivers/driver42.html %%PORTDOCS%%%%DOCSDIR%%/html/drivers/driver43.html %%PORTDOCS%%%%DOCSDIR%%/html/drivers/driver44.html From owner-svn-ports-all@freebsd.org Wed Jul 1 01:50:20 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2E7279907EB; Wed, 1 Jul 2015 01:50:20 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1FA281DA0; Wed, 1 Jul 2015 01:50:20 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t611oJXb071543; Wed, 1 Jul 2015 01:50:19 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t611oJ4l071541; Wed, 1 Jul 2015 01:50:19 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201507010150.t611oJ4l071541@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Wed, 1 Jul 2015 01:50:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391022 - head/net/ntp-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 01:50:20 -0000 Author: cy Date: Wed Jul 1 01:50:19 2015 New Revision: 391022 URL: https://svnweb.freebsd.org/changeset/ports/391022 Log: Update 4.3.47 --> 4.3.48 Modified: head/net/ntp-devel/Makefile head/net/ntp-devel/distinfo Modified: head/net/ntp-devel/Makefile ============================================================================== --- head/net/ntp-devel/Makefile Wed Jul 1 01:34:09 2015 (r391021) +++ head/net/ntp-devel/Makefile Wed Jul 1 01:50:19 2015 (r391022) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ntp -PORTVERSION= 4.3.47 +PORTVERSION= 4.3.48 CATEGORIES= net ipv6 MASTER_SITES= http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-dev/ \ http://archive.ntp.org/ntp4/ntp-dev/ Modified: head/net/ntp-devel/distinfo ============================================================================== --- head/net/ntp-devel/distinfo Wed Jul 1 01:34:09 2015 (r391021) +++ head/net/ntp-devel/distinfo Wed Jul 1 01:50:19 2015 (r391022) @@ -1,2 +1,2 @@ -SHA256 (ntp-dev-4.3.47.tar.gz) = 773ae30e9d6a8f3748a6dc3541a50db95b911b1b060d91df6d79f233dba845e3 -SIZE (ntp-dev-4.3.47.tar.gz) = 23630770 +SHA256 (ntp-dev-4.3.48.tar.gz) = b08d3fdc87b9061182a7ed1cb909386a0dfe35248146604507e0afbed2bbc886 +SIZE (ntp-dev-4.3.48.tar.gz) = 23626182 From owner-svn-ports-all@freebsd.org Wed Jul 1 01:51:18 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B653899082A; Wed, 1 Jul 2015 01:51:18 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9B1BA1F2F; Wed, 1 Jul 2015 01:51:18 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t611pIVg075337; Wed, 1 Jul 2015 01:51:18 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t611pHOH075333; Wed, 1 Jul 2015 01:51:17 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201507010151.t611pHOH075333@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Wed, 1 Jul 2015 01:51:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391023 - in head/sysutils/screen: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 01:51:18 -0000 Author: cy Date: Wed Jul 1 01:51:16 2015 New Revision: 391023 URL: https://svnweb.freebsd.org/changeset/ports/391023 Log: Update 4.2.1 --> 4.3.1 Deleted: head/sysutils/screen/files/patch-ansi.c Modified: head/sysutils/screen/Makefile head/sysutils/screen/distinfo head/sysutils/screen/files/patch-os.h head/sysutils/screen/files/patch-screen.c Modified: head/sysutils/screen/Makefile ============================================================================== --- head/sysutils/screen/Makefile Wed Jul 1 01:50:19 2015 (r391022) +++ head/sysutils/screen/Makefile Wed Jul 1 01:51:16 2015 (r391023) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= screen -PORTVERSION= 4.2.1 -PORTREVISION= 5 +PORTVERSION= 4.3.1 CATEGORIES= sysutils MASTER_SITES= http://ftp.gnu.org/gnu/screen/ \ ftp://ftp.gnu.org/gnu/screen/ \ Modified: head/sysutils/screen/distinfo ============================================================================== --- head/sysutils/screen/distinfo Wed Jul 1 01:50:19 2015 (r391022) +++ head/sysutils/screen/distinfo Wed Jul 1 01:51:16 2015 (r391023) @@ -1,2 +1,2 @@ -SHA256 (screen-4.2.1.tar.gz) = 5468545047e301d2b3579f9d9ce00466d14a7eec95ce806e3834a3d6b0b9b080 -SIZE (screen-4.2.1.tar.gz) = 1062485 +SHA256 (screen-4.3.1.tar.gz) = fa4049f8aee283de62e283d427f2cfd35d6c369b40f7f45f947dbfd915699d63 +SIZE (screen-4.3.1.tar.gz) = 845958 Modified: head/sysutils/screen/files/patch-os.h ============================================================================== --- head/sysutils/screen/files/patch-os.h Wed Jul 1 01:50:19 2015 (r391022) +++ head/sysutils/screen/files/patch-os.h Wed Jul 1 01:51:16 2015 (r391023) @@ -1,27 +1,5 @@ --- os.h.orig 2014-04-26 03:58:35.000000000 -0700 +++ os.h 2014-04-29 19:16:31.730773575 -0700 -@@ -252,7 +252,11 @@ - #if defined(UTMPOK) || defined(BUGGYGETLOGIN) - # if defined(SVR4) && !defined(DGUX) && !defined(__hpux) && !defined(linux) - # include --# define UTMPFILE UTMPX_FILE -+# ifdef UTMPX_FILE -+# define UTMPFILE UTMPX_FILE -+# else -+# define UTMPFILE "/nonexistent" -+# endif - # define utmp utmpx - # define getutent getutxent - # define getutid getutxid -@@ -260,7 +264,7 @@ - # define pututline pututxline - # define setutent setutxent - # define endutent endutxent --# define ut_time ut_xtime -+# define ut_time ut_tv.tv_sec - # else /* SVR4 */ - # include - # endif /* SVR4 */ @@ -524,6 +528,6 @@ /* Changing those you won't be able to attach to your old sessions * when changing those values in official tree don't forget to bump Modified: head/sysutils/screen/files/patch-screen.c ============================================================================== --- head/sysutils/screen/files/patch-screen.c Wed Jul 1 01:50:19 2015 (r391022) +++ head/sysutils/screen/files/patch-screen.c Wed Jul 1 01:51:16 2015 (r391023) @@ -9,12 +9,3 @@ { winmsg_rendpos[--r] = pn - buf; continue; -@@ -2271,8 +2271,6 @@ - while (i-- > 0) - *pn-- = ' '; - numpad--; -- if (r && p - buf == winmsg_rendpos[r - 1]) -- winmsg_rendpos[--r] = pn - buf; - } - } - return pn2; From owner-svn-ports-all@freebsd.org Wed Jul 1 02:08:21 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 944E0990B36; Wed, 1 Jul 2015 02:08:21 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8584E264C; Wed, 1 Jul 2015 02:08:21 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t6128Lf5081418; Wed, 1 Jul 2015 02:08:21 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t6128L8w081415; Wed, 1 Jul 2015 02:08:21 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201507010208.t6128L8w081415@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 1 Jul 2015 02:08:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391024 - head/multimedia/jmref X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 02:08:21 -0000 Author: swills Date: Wed Jul 1 02:08:20 2015 New Revision: 391024 URL: https://svnweb.freebsd.org/changeset/ports/391024 Log: multimedia/jmref: update to 19.0 Modified: head/multimedia/jmref/Makefile head/multimedia/jmref/distinfo Modified: head/multimedia/jmref/Makefile ============================================================================== --- head/multimedia/jmref/Makefile Wed Jul 1 01:51:16 2015 (r391023) +++ head/multimedia/jmref/Makefile Wed Jul 1 02:08:20 2015 (r391024) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= jmref -PORTVERSION= 18.6 +PORTVERSION= 19.0 CATEGORIES= multimedia MASTER_SITES= http://iphome.hhi.de/suehring/tml/download/ DISTNAME= jm${PORTVERSION} Modified: head/multimedia/jmref/distinfo ============================================================================== --- head/multimedia/jmref/distinfo Wed Jul 1 01:51:16 2015 (r391023) +++ head/multimedia/jmref/distinfo Wed Jul 1 02:08:20 2015 (r391024) @@ -1,2 +1,2 @@ -SHA256 (jm18.6.zip) = 0d026bff9ec10d983e863dc2a63439ae101b468a06d2279079974e06568d88ef -SIZE (jm18.6.zip) = 2944160 +SHA256 (jm19.0.zip) = 5a87ec1b112423748897fb771f249ac6b7cc8a50c3b56350275857346eed9e1f +SIZE (jm19.0.zip) = 2929663 From owner-svn-ports-all@freebsd.org Wed Jul 1 02:44:28 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EE37A991366; Wed, 1 Jul 2015 02:44:28 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DF3BB1A19; Wed, 1 Jul 2015 02:44:28 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t612iSpK000735; Wed, 1 Jul 2015 02:44:28 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t612iSY1000734; Wed, 1 Jul 2015 02:44:28 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201507010244.t612iSY1000734@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 1 Jul 2015 02:44:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391025 - head/graphics/squish X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 02:44:29 -0000 Author: amdmi3 Date: Wed Jul 1 02:44:28 2015 New Revision: 391025 URL: https://svnweb.freebsd.org/changeset/ports/391025 Log: - Use correct flag for SSE instructions - Enable SSE on amd64 by default PR: 200411 Submitted by: fidaj@ukr.net, rddeblois@gmail.com (maintainer) Modified: head/graphics/squish/Makefile Modified: head/graphics/squish/Makefile ============================================================================== --- head/graphics/squish/Makefile Wed Jul 1 02:08:20 2015 (r391024) +++ head/graphics/squish/Makefile Wed Jul 1 02:44:28 2015 (r391025) @@ -3,6 +3,7 @@ PORTNAME= squish PORTVERSION= 1.10 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://libsquish.googlecode.com/files/ @@ -19,10 +20,11 @@ CXXFLAGS+= -fPIC -include limits.h OPTIONS_RADIO= RG1 OPTIONS_RADIO_RG1= ALTIVEC SSE +OPTIONS_DEFAULT_amd64= SSE ALTIVEC_DESC= Use Altivec instructions RG1_DESC= Optimizations Selection ALTIVEC_CXXFLAGS= -DSQUISH_USE_ALTIVEC=1 -maltivec -SSE_CXXFLAGS= -DSQUISH_USE_SSE=2 -msse +SSE_CXXFLAGS= -DSQUISH_USE_SSE=2 -msse2 .include From owner-svn-ports-all@freebsd.org Wed Jul 1 02:46:21 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 141069913D6; Wed, 1 Jul 2015 02:46:21 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0517A1B2D; Wed, 1 Jul 2015 02:46:21 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t612kKGk001166; Wed, 1 Jul 2015 02:46:20 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t612kK9d001164; Wed, 1 Jul 2015 02:46:20 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201507010246.t612kK9d001164@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Wed, 1 Jul 2015 02:46:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391026 - head/security/p5-CryptX X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 02:46:21 -0000 Author: vanilla Date: Wed Jul 1 02:46:20 2015 New Revision: 391026 URL: https://svnweb.freebsd.org/changeset/ports/391026 Log: Upgrade to 0.024. Differential Revision: Modified: head/security/p5-CryptX/Makefile head/security/p5-CryptX/distinfo Modified: head/security/p5-CryptX/Makefile ============================================================================== --- head/security/p5-CryptX/Makefile Wed Jul 1 02:44:28 2015 (r391025) +++ head/security/p5-CryptX/Makefile Wed Jul 1 02:46:20 2015 (r391026) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= CryptX -PORTVERSION= 0.023 -PORTREVISION= 1 +PORTVERSION= 0.024 CATEGORIES= security perl5 MASTER_SITES= CPAN/Crypt PKGNAMEPREFIX= p5- Modified: head/security/p5-CryptX/distinfo ============================================================================== --- head/security/p5-CryptX/distinfo Wed Jul 1 02:44:28 2015 (r391025) +++ head/security/p5-CryptX/distinfo Wed Jul 1 02:46:20 2015 (r391026) @@ -1,2 +1,2 @@ -SHA256 (CryptX-0.023.tar.gz) = 982e7b07317ff5884e9fc02f2c36fac191d13c481e68a7ce2d6a742800ced8b6 -SIZE (CryptX-0.023.tar.gz) = 1320458 +SHA256 (CryptX-0.024.tar.gz) = 2970fd2ca945430828bb0f7850572545b96adf126810dbd8e9602af14d8038f2 +SIZE (CryptX-0.024.tar.gz) = 1321676 From owner-svn-ports-all@freebsd.org Wed Jul 1 02:47:35 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 06F769913F9; Wed, 1 Jul 2015 02:47:35 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EBD7F1C4F; Wed, 1 Jul 2015 02:47:34 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t612lYgh001459; Wed, 1 Jul 2015 02:47:34 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t612lYJp001458; Wed, 1 Jul 2015 02:47:34 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201507010247.t612lYJp001458@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 1 Jul 2015 02:47:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391027 - head/x11-fm/doublecmd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 02:47:35 -0000 Author: amdmi3 Date: Wed Jul 1 02:47:34 2015 New Revision: 391027 URL: https://svnweb.freebsd.org/changeset/ports/391027 Log: - Pass MAKE_ENV to build commands, fixing built with ccache as a result PR: 201219 Submitted by: andrey@bsdnir.info Approved by: bbtruk@users.sourceforge.net (maintainer) Modified: head/x11-fm/doublecmd/Makefile Modified: head/x11-fm/doublecmd/Makefile ============================================================================== --- head/x11-fm/doublecmd/Makefile Wed Jul 1 02:46:20 2015 (r391026) +++ head/x11-fm/doublecmd/Makefile Wed Jul 1 02:47:34 2015 (r391027) @@ -3,6 +3,7 @@ PORTNAME= doublecmd PORTVERSION= 0.6.3 +PORTREVISION= 1 CATEGORIES= x11-fm MASTER_SITES= SF/${PORTNAME}/Double%20Commander%20Source DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -135,72 +136,72 @@ do-build: doublecmd/doublecmd_common.lpk KASToolBar/kascomp.lpk \ viewer/viewerpackage.lpk gifanim/pkg_gifanim.lpk \ ZVDateTimeCtrls/zvdatetimectrls.lpk - @cd ${WRKSRC}/components && \ + @cd ${WRKSRC}/components && ${SETENV} ${MAKE_ENV} \ ${LAZBUILD_CMD} --lazarusdir=${LAZARUS_DIR} --ws=${LCL_PLATFORM} "${FILE}" .endfor .if ${PORT_OPTIONS:MWCX_CPIO} - @cd ${WRKSRC}/plugins && \ + @cd ${WRKSRC}/plugins && ${SETENV} ${MAKE_ENV} \ ${LAZBUILD_CMD} --lazarusdir=${LAZARUS_DIR} --ws=${LCL_PLATFORM} "wcx/cpio/src/cpio.lpi" .endif .if ${PORT_OPTIONS:MWCX_DEB} - @cd ${WRKSRC}/plugins && \ + @cd ${WRKSRC}/plugins && ${SETENV} ${MAKE_ENV} \ ${LAZBUILD_CMD} --lazarusdir=${LAZARUS_DIR} --ws=${LCL_PLATFORM} "wcx/deb/src/deb.lpi" .endif .if ${PORT_OPTIONS:MWCX_UNBZ2} - @cd ${WRKSRC}/plugins && \ + @cd ${WRKSRC}/plugins && ${SETENV} ${MAKE_ENV} \ ${LAZBUILD_CMD} --lazarusdir=${LAZARUS_DIR} --ws=${LCL_PLATFORM} "wcx/unbz2/src/unbz2.lpi" .endif .if ${PORT_OPTIONS:MWCX_RPM} - @cd ${WRKSRC}/plugins && \ + @cd ${WRKSRC}/plugins && ${SETENV} ${MAKE_ENV} \ ${LAZBUILD_CMD} --lazarusdir=${LAZARUS_DIR} --ws=${LCL_PLATFORM} "wcx/rpm/src/rpm.lpi" .endif .if ${PORT_OPTIONS:MWCX_UNRAR} - @cd ${WRKSRC}/plugins && \ + @cd ${WRKSRC}/plugins && ${SETENV} ${MAKE_ENV} \ ${LAZBUILD_CMD} --lazarusdir=${LAZARUS_DIR} --ws=${LCL_PLATFORM} "wcx/unrar/src/unrar.lpi" .endif .if ${PORT_OPTIONS:MWCX_ZIP} - @cd ${WRKSRC}/plugins && \ + @cd ${WRKSRC}/plugins && ${SETENV} ${MAKE_ENV} \ ${LAZBUILD_CMD} --lazarusdir=${LAZARUS_DIR} --ws=${LCL_PLATFORM} "wcx/zip/src/Zip.lpi" .endif .if ${PORT_OPTIONS:MWDX_RPM} - @cd ${WRKSRC}/plugins && \ + @cd ${WRKSRC}/plugins && ${SETENV} ${MAKE_ENV} \ ${LAZBUILD_CMD} --lazarusdir=${LAZARUS_DIR} --ws=${LCL_PLATFORM} "wdx/rpm_wdx/src/rpm_wdx.lpi" .endif .if ${PORT_OPTIONS:MWDX_DEB} - @cd ${WRKSRC}/plugins && \ + @cd ${WRKSRC}/plugins && ${SETENV} ${MAKE_ENV} \ ${LAZBUILD_CMD} --lazarusdir=${LAZARUS_DIR} --ws=${LCL_PLATFORM} "wdx/deb_wdx/src/deb_wdx.lpi" .endif .if ${PORT_OPTIONS:MWDX_SVN} - @cd ${WRKSRC}/plugins && \ + @cd ${WRKSRC}/plugins && ${SETENV} ${MAKE_ENV} \ ${LAZBUILD_CMD} --lazarusdir=${LAZARUS_DIR} --ws=${LCL_PLATFORM} "wdx/svn_wdx/src/svn_wdx.lpi" .endif .if ${PORT_OPTIONS:MWDX_XPI} - @cd ${WRKSRC}/plugins && \ + @cd ${WRKSRC}/plugins && ${SETENV} ${MAKE_ENV} \ ${LAZBUILD_CMD} --lazarusdir=${LAZARUS_DIR} --ws=${LCL_PLATFORM} "wdx/xpi_wdx/src/xpi_wdx.lpi" .endif .if ${PORT_OPTIONS:MWFX_FTP} - @cd ${WRKSRC}/plugins && \ + @cd ${WRKSRC}/plugins && ${SETENV} ${MAKE_ENV} \ ${LAZBUILD_CMD} --lazarusdir=${LAZARUS_DIR} --ws=${LCL_PLATFORM} "wfx/ftp/src/ftp.lpi" .endif .if ${PORT_OPTIONS:MWFX_SAMBA} - @cd ${WRKSRC}/plugins && \ + @cd ${WRKSRC}/plugins && ${SETENV} ${MAKE_ENV} \ ${LAZBUILD_CMD} --lazarusdir=${LAZARUS_DIR} --ws=${LCL_PLATFORM} "wfx/samba/src/samba.lpi" .endif .if ${PORT_OPTIONS:MWLX_MPLAYER} - @cd ${WRKSRC}/plugins && \ + @cd ${WRKSRC}/plugins && ${SETENV} ${MAKE_ENV} \ ${LAZBUILD_CMD} --lazarusdir=${LAZARUS_DIR} --ws=${LCL_PLATFORM} "wlx/WlxMplayer/src/wlxMplayer.lpi" .endif .if ${PORT_OPTIONS:MDSX_LOCATE} - @cd ${WRKSRC}/plugins && \ + @cd ${WRKSRC}/plugins && ${SETENV} ${MAKE_ENV} \ ${LAZBUILD_CMD} --lazarusdir=${LAZARUS_DIR} --ws=${LCL_PLATFORM} "dsx/DSXLocate/src/DSXLocate.lpi" .endif - @cd ${WRKSRC} && \ + @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \ ${LAZBUILD_CMD} --ws=${LCL_PLATFORM} --bm="${BUILD_MODE}" --lazarusdir=${LAZARUS_DIR} ${PROJECT_FILE} post-build: From owner-svn-ports-all@freebsd.org Wed Jul 1 03:17:36 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A76F7991989; Wed, 1 Jul 2015 03:17:36 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9890F1692; Wed, 1 Jul 2015 03:17:36 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t613Havs017830; Wed, 1 Jul 2015 03:17:36 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t613Ha5X017828; Wed, 1 Jul 2015 03:17:36 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201507010317.t613Ha5X017828@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 1 Jul 2015 03:17:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391028 - head/net/rubygem-rye X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 03:17:36 -0000 Author: swills Date: Wed Jul 1 03:17:35 2015 New Revision: 391028 URL: https://svnweb.freebsd.org/changeset/ports/391028 Log: net/rubygem-rye: update to 0.9.13 Modified: head/net/rubygem-rye/Makefile head/net/rubygem-rye/distinfo Modified: head/net/rubygem-rye/Makefile ============================================================================== --- head/net/rubygem-rye/Makefile Wed Jul 1 02:47:34 2015 (r391027) +++ head/net/rubygem-rye/Makefile Wed Jul 1 03:17:35 2015 (r391028) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rye -PORTVERSION= 0.9.12 +PORTVERSION= 0.9.13 CATEGORIES= net rubygems MASTER_SITES= RG Modified: head/net/rubygem-rye/distinfo ============================================================================== --- head/net/rubygem-rye/distinfo Wed Jul 1 02:47:34 2015 (r391027) +++ head/net/rubygem-rye/distinfo Wed Jul 1 03:17:35 2015 (r391028) @@ -1,2 +1,2 @@ -SHA256 (rubygem/rye-0.9.12.gem) = 52b5995b2aad6ed1dfc6bf9982880e37065b375edd6cbeb11b11e48390eb4957 -SIZE (rubygem/rye-0.9.12.gem) = 1393664 +SHA256 (rubygem/rye-0.9.13.gem) = d43fef1f88e0814a0034f09fc631a367ac6106973d525ea3246e4435e6c2e561 +SIZE (rubygem/rye-0.9.13.gem) = 1393664 From owner-svn-ports-all@freebsd.org Wed Jul 1 03:33:57 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1EBD6991CC2; Wed, 1 Jul 2015 03:33:57 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 100731FC7; Wed, 1 Jul 2015 03:33:57 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t613Xu3h027235; Wed, 1 Jul 2015 03:33:56 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t613XuuC027233; Wed, 1 Jul 2015 03:33:56 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201507010333.t613XuuC027233@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Wed, 1 Jul 2015 03:33:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391029 - in head: . net net/ntp-rc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 03:33:57 -0000 Author: cy Date: Wed Jul 1 03:33:55 2015 New Revision: 391029 URL: https://svnweb.freebsd.org/changeset/ports/391029 Log: ntp 4.2.8p3 has gone GA. ntp-rc has become redundant. Deleted: head/net/ntp-rc/ Modified: head/MOVED head/net/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Wed Jul 1 03:17:35 2015 (r391028) +++ head/MOVED Wed Jul 1 03:33:55 2015 (r391029) @@ -7674,3 +7674,4 @@ devel/rubygem-mash|devel/rubgem-hashie|2 net/rubygem-bunny060|net/rubygem-bunny|2015-06-30|Has expired: Use net/rubygem-bunny instead security/rubygem-hmac|security/rubygem-ruby-hmac|2015-06-30|Has expired: Duplicate of security/rubygem-ruby-hmac www/ruby-amazon|www/ruby-aws|2015-06-30|Has expired: Rendered obsolete by upstream since Amazon shut down access to AWS API v3 (2008-03-31). Use www/ruby-aws instead +net/ntp-rc||2015-06-30|Has gone GA Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Wed Jul 1 03:17:35 2015 (r391028) +++ head/net/Makefile Wed Jul 1 03:33:55 2015 (r391029) @@ -441,7 +441,6 @@ SUBDIR += ntopng SUBDIR += ntp SUBDIR += ntp-devel - SUBDIR += ntp-rc SUBDIR += ntraceroute SUBDIR += nusoap SUBDIR += nxproxy From owner-svn-ports-all@freebsd.org Wed Jul 1 05:01:31 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A9F6C9A4C7A; Wed, 1 Jul 2015 05:01:31 +0000 (UTC) (envelope-from xmj@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9AAE12474; Wed, 1 Jul 2015 05:01:31 +0000 (UTC) (envelope-from xmj@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t6151VsU072188; Wed, 1 Jul 2015 05:01:31 GMT (envelope-from xmj@FreeBSD.org) Received: (from xmj@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t6151VPP072186; Wed, 1 Jul 2015 05:01:31 GMT (envelope-from xmj@FreeBSD.org) Message-Id: <201507010501.t6151VPP072186@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: xmj set sender to xmj@FreeBSD.org using -f From: Johannes Jost Meixner Date: Wed, 1 Jul 2015 05:01:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391030 - in head: devel/py-xmltodict net-im/skype4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 05:01:31 -0000 Author: xmj Date: Wed Jul 1 05:01:30 2015 New Revision: 391030 URL: https://svnweb.freebsd.org/changeset/ports/391030 Log: Replace my FreeBSD email with my private email in ports I maintain with @FreeBSD.org. Modified: head/devel/py-xmltodict/Makefile head/net-im/skype4/Makefile Modified: head/devel/py-xmltodict/Makefile ============================================================================== --- head/devel/py-xmltodict/Makefile Wed Jul 1 03:33:55 2015 (r391029) +++ head/devel/py-xmltodict/Makefile Wed Jul 1 05:01:30 2015 (r391030) @@ -7,7 +7,7 @@ CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= xmj@FreeBSD.org +MAINTAINER= xmj@chaot.net COMMENT= XML parser that returns python dictionaries LICENSE= MIT Modified: head/net-im/skype4/Makefile ============================================================================== --- head/net-im/skype4/Makefile Wed Jul 1 03:33:55 2015 (r391029) +++ head/net-im/skype4/Makefile Wed Jul 1 05:01:30 2015 (r391030) @@ -8,7 +8,7 @@ CATEGORIES= net-im MASTER_SITES= http://download.skype.com/linux/ PKGNAMESUFFIX= 4 -MAINTAINER= xmj@FreeBSD.org +MAINTAINER= xmj@chaot.net COMMENT= P2P VoIP software RUN_DEPENDS= ${LINUXBASE}/lib/skype_oss_wrapper/libpulse.so.0:${PORTSDIR}/audio/linux-skype_oss_wrapper From owner-svn-ports-all@freebsd.org Wed Jul 1 05:05:55 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (unknown [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C68199ECFD; Wed, 1 Jul 2015 05:05:55 +0000 (UTC) (envelope-from xmj@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EA04D24C5; Wed, 1 Jul 2015 05:05:54 +0000 (UTC) (envelope-from xmj@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t6155sCt074051; Wed, 1 Jul 2015 05:05:54 GMT (envelope-from xmj@FreeBSD.org) Received: (from xmj@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t6155rob074047; Wed, 1 Jul 2015 05:05:53 GMT (envelope-from xmj@FreeBSD.org) Message-Id: <201507010505.t6155rob074047@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: xmj set sender to xmj@FreeBSD.org using -f From: Johannes Jost Meixner Date: Wed, 1 Jul 2015 05:05:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391031 - in head/graphics: . py-pyganim X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 05:05:55 -0000 Author: xmj Date: Wed Jul 1 05:05:53 2015 New Revision: 391031 URL: https://svnweb.freebsd.org/changeset/ports/391031 Log: graphics/py-pyganim: create port Pyganim (pronounced like "pig" and "animation") is a Python module for Pygame that makes it easy to add sprite animations to your Pygame game programs. Pyganim works with Python 2 and Python 3. The mascot of Pyganim is a red vitruvian pig. Pyganim was written by Al Sweigart and released under a "Simplified BSD" license. Contact Al with any questions/bug reports: al@inventwithpython.com WWW: http://inventwithpython.com/pyganim Needed by: games/hypatia_engine Added: head/graphics/py-pyganim/ head/graphics/py-pyganim/Makefile (contents, props changed) head/graphics/py-pyganim/distinfo (contents, props changed) head/graphics/py-pyganim/pkg-descr (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Wed Jul 1 05:01:30 2015 (r391030) +++ head/graphics/Makefile Wed Jul 1 05:05:53 2015 (r391031) @@ -803,6 +803,7 @@ SUBDIR += pstoedit SUBDIR += pstoepsi SUBDIR += pure-gl + SUBDIR += py-pyganim SUBDIR += py-PyX SUBDIR += py-PyX12 SUBDIR += py-aafigure Added: head/graphics/py-pyganim/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-pyganim/Makefile Wed Jul 1 05:05:53 2015 (r391031) @@ -0,0 +1,22 @@ +# Created by: Johannes Jost Meixner +# $FreeBSD$ + +PORTNAME= pyganim +PORTVERSION= 0.9.0 +CATEGORIES= graphics python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= Pyganim-${PORTVERSION} + +MAINTAINER= xmj@FreeBSD.org +COMMENT= Sprite animation module for Pygame + +LICENSE= BSD2CLAUSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}game>0:${PORTSDIR}/devel/py-game +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USES= python zip +USE_PYTHON= autoplist distutils + +.include Added: head/graphics/py-pyganim/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-pyganim/distinfo Wed Jul 1 05:05:53 2015 (r391031) @@ -0,0 +1,2 @@ +SHA256 (Pyganim-0.9.0.zip) = c09138feaa40f700ab2e6139e3c3e09c98b8842fccbf9648244aee07cfaeb491 +SIZE (Pyganim-0.9.0.zip) = 292917 Added: head/graphics/py-pyganim/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-pyganim/pkg-descr Wed Jul 1 05:05:53 2015 (r391031) @@ -0,0 +1,10 @@ +Pyganim (pronounced like "pig" and "animation") is a Python module for Pygame +that makes it easy to add sprite animations to your Pygame game programs. +Pyganim works with Python 2 and Python 3. + +The mascot of Pyganim is a red vitruvian pig. + +Pyganim was written by Al Sweigart and released under a "Simplified BSD" +license. Contact Al with any questions/bug reports: al@inventwithpython.com + +WWW: http://inventwithpython.com/pyganim From owner-svn-ports-all@freebsd.org Wed Jul 1 05:35:48 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DC6B8992AC2; Wed, 1 Jul 2015 05:35:48 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CD731110F; Wed, 1 Jul 2015 05:35:48 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t615ZmvC089040; Wed, 1 Jul 2015 05:35:48 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t615ZmhT089038; Wed, 1 Jul 2015 05:35:48 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507010535.t615ZmhT089038@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 1 Jul 2015 05:35:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391032 - head/devel/erlang-jobs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 05:35:49 -0000 Author: olgeni Date: Wed Jul 1 05:35:47 2015 New Revision: 391032 URL: https://svnweb.freebsd.org/changeset/ports/391032 Log: Update pkg-descr, which I forgot on the first round. Submitted by: Dewayne Geraghty Modified: head/devel/erlang-jobs/Makefile head/devel/erlang-jobs/pkg-descr Modified: head/devel/erlang-jobs/Makefile ============================================================================== --- head/devel/erlang-jobs/Makefile Wed Jul 1 05:05:53 2015 (r391031) +++ head/devel/erlang-jobs/Makefile Wed Jul 1 05:35:47 2015 (r391032) @@ -2,6 +2,7 @@ PORTNAME= jobs PORTVERSION= 0.3 +PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= erlang- Modified: head/devel/erlang-jobs/pkg-descr ============================================================================== --- head/devel/erlang-jobs/pkg-descr Wed Jul 1 05:05:53 2015 (r391031) +++ head/devel/erlang-jobs/pkg-descr Wed Jul 1 05:35:47 2015 (r391032) @@ -1,3 +1,8 @@ -EDoc extension for generating Github-flavored Markdown. +Jobs is a job scheduler for load regulation of Erlang applications. -WWW: https://github.com/uwiger/edown +It provides a queueing framework where each queue can be configured +for throughput rate, credit pool and feedback compensation. Queues +can be added and modified at runtime, and customizable "samplers" +propagate load status across all nodes in the system. + +WWW: https://github.com/uwiger/jobs From owner-svn-ports-all@freebsd.org Wed Jul 1 06:07:30 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 549A8992280; Wed, 1 Jul 2015 06:07:30 +0000 (UTC) (envelope-from xmj@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 42FD9114E; Wed, 1 Jul 2015 06:07:30 +0000 (UTC) (envelope-from xmj@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t6167UIZ004013; Wed, 1 Jul 2015 06:07:30 GMT (envelope-from xmj@FreeBSD.org) Received: (from xmj@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t6167Uvf004012; Wed, 1 Jul 2015 06:07:30 GMT (envelope-from xmj@FreeBSD.org) Message-Id: <201507010607.t6167Uvf004012@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: xmj set sender to xmj@FreeBSD.org using -f From: Johannes Jost Meixner Date: Wed, 1 Jul 2015 06:07:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391033 - head/graphics/py-pyganim X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 06:07:30 -0000 Author: xmj Date: Wed Jul 1 06:07:29 2015 New Revision: 391033 URL: https://svnweb.freebsd.org/changeset/ports/391033 Log: Use private email address to maintain this port. Modified: head/graphics/py-pyganim/Makefile Modified: head/graphics/py-pyganim/Makefile ============================================================================== --- head/graphics/py-pyganim/Makefile Wed Jul 1 05:35:47 2015 (r391032) +++ head/graphics/py-pyganim/Makefile Wed Jul 1 06:07:29 2015 (r391033) @@ -8,7 +8,7 @@ MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Pyganim-${PORTVERSION} -MAINTAINER= xmj@FreeBSD.org +MAINTAINER= xmj@chaot.net COMMENT= Sprite animation module for Pygame LICENSE= BSD2CLAUSE From owner-svn-ports-all@freebsd.org Wed Jul 1 08:07:51 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3F1DF98F612; Wed, 1 Jul 2015 08:07:51 +0000 (UTC) (envelope-from xmj@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2E18C1BDF; Wed, 1 Jul 2015 08:07:51 +0000 (UTC) (envelope-from xmj@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t6187ptB063418; Wed, 1 Jul 2015 08:07:51 GMT (envelope-from xmj@FreeBSD.org) Received: (from xmj@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t6187nTf063413; Wed, 1 Jul 2015 08:07:49 GMT (envelope-from xmj@FreeBSD.org) Message-Id: <201507010807.t6187nTf063413@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: xmj set sender to xmj@FreeBSD.org using -f From: Johannes Jost Meixner Date: Wed, 1 Jul 2015 08:07:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391035 - in head/devel: . py-python-pcre py-python-pcre/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 08:07:51 -0000 Author: xmj Date: Wed Jul 1 08:07:49 2015 New Revision: 391035 URL: https://svnweb.freebsd.org/changeset/ports/391035 Log: devel/py-python-pcre: add port. A Python PCRE library WWW: https://github.com/awahlig/python-pcre PR: 196947 Differential Revision: https://reviews.freebsd.org/D1596 Submitted by: Maxim Filimonov Reviewed by: koobs, swills (while still in mentorship) Added: head/devel/py-python-pcre/ head/devel/py-python-pcre/Makefile (contents, props changed) head/devel/py-python-pcre/distinfo (contents, props changed) head/devel/py-python-pcre/files/ head/devel/py-python-pcre/files/patch-setup.py (contents, props changed) head/devel/py-python-pcre/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Jul 1 07:55:15 2015 (r391034) +++ head/devel/Makefile Wed Jul 1 08:07:49 2015 (r391035) @@ -4085,6 +4085,7 @@ SUBDIR += py-pytest-xdist SUBDIR += py-python-bugzilla SUBDIR += py-python-jenkins + SUBDIR += py-python-pcre SUBDIR += py-python-statsd SUBDIR += py-python2-pythondialog SUBDIR += py-pythonbrew Added: head/devel/py-python-pcre/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-python-pcre/Makefile Wed Jul 1 08:07:49 2015 (r391035) @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= python-pcre +PORTVERSION= 0.6 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= che@bein.link +COMMENT= Python PCRE bindings + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= pcre>=6.0:${PORTSDIR}/devel/pcre +LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre + +USES= python:2 +USE_PYTHON= autoplist distutils + +post-patch: + ${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/setup.py + +.include Added: head/devel/py-python-pcre/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-python-pcre/distinfo Wed Jul 1 08:07:49 2015 (r391035) @@ -0,0 +1,2 @@ +SHA256 (python-pcre-0.6.tar.gz) = 7fed1460f844075a7b2fe22f728b4645a4440e55ad4337c9efc057b7f5ae1ccc +SIZE (python-pcre-0.6.tar.gz) = 52690 Added: head/devel/py-python-pcre/files/patch-setup.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-python-pcre/files/patch-setup.py Wed Jul 1 08:07:49 2015 (r391035) @@ -0,0 +1,11 @@ +--- setup.py.orig 2014-08-17 09:21:38 UTC ++++ setup.py +@@ -33,6 +33,8 @@ from distutils.core import setup, Extens + + _pcre = Extension('_pcre', ['src/pcremodule.c'], + libraries=['pcre'], ++ include_dirs=['%%LOCALBASE%%/include'], ++ library_dirs=['%%LOCALBASE%%/lib'], + extra_compile_args=['-fno-strict-aliasing']) + + Added: head/devel/py-python-pcre/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-python-pcre/pkg-descr Wed Jul 1 08:07:49 2015 (r391035) @@ -0,0 +1,3 @@ +A Python PCRE library + +WWW: https://github.com/awahlig/python-pcre From owner-svn-ports-all@freebsd.org Wed Jul 1 07:55:17 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3E8A09936C2; Wed, 1 Jul 2015 07:55:17 +0000 (UTC) (envelope-from xmj@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 172E51226; Wed, 1 Jul 2015 07:55:17 +0000 (UTC) (envelope-from xmj@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t617tGUj057796; Wed, 1 Jul 2015 07:55:16 GMT (envelope-from xmj@FreeBSD.org) Received: (from xmj@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t617tGd0057791; Wed, 1 Jul 2015 07:55:16 GMT (envelope-from xmj@FreeBSD.org) Message-Id: <201507010755.t617tGd0057791@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: xmj set sender to xmj@FreeBSD.org using -f From: Johannes Jost Meixner Date: Wed, 1 Jul 2015 07:55:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391034 - head/net/turnserver X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 07:55:17 -0000 Author: xmj Date: Wed Jul 1 07:55:15 2015 New Revision: 391034 URL: https://svnweb.freebsd.org/changeset/ports/391034 Log: net/turnserver: update to 4.4.5.3 Upstream announcement: IMPORTANT: coturn-4.4.5.3 issued with SQL injection security hole fixed The new version features: - Third-party authorization STUN attributes adjusted according to the values assigned by IANA; - SQL injection security hole fixed; - Amazon EC2 AMI security strengthened. The upgrade is a MUST for all production systems. PR: 201231 Submitted by: Bradley T. Hughes Approved by: maintainer Modified: head/net/turnserver/Makefile head/net/turnserver/distinfo head/net/turnserver/pkg-plist Modified: head/net/turnserver/Makefile ============================================================================== --- head/net/turnserver/Makefile Wed Jul 1 06:07:29 2015 (r391033) +++ head/net/turnserver/Makefile Wed Jul 1 07:55:15 2015 (r391034) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= turnserver -PORTVERSION= 4.4.5.2 +PORTVERSION= 4.4.5.3 CATEGORIES= net MASTER_SITES= http://turnserver.open-sys.org/downloads/v${PORTVERSION}/:prog \ http://turnserver.open-sys.org/downloads/extradocs/:xdocs \ Modified: head/net/turnserver/distinfo ============================================================================== --- head/net/turnserver/distinfo Wed Jul 1 06:07:29 2015 (r391033) +++ head/net/turnserver/distinfo Wed Jul 1 07:55:15 2015 (r391034) @@ -1,4 +1,4 @@ -SHA256 (turnserver-4.4.5.2.tar.gz) = 604d21498b6d1bb797866f7d8b5dbe9f71f4ed6e45d2eed42a7540add63863d5 -SIZE (turnserver-4.4.5.2.tar.gz) = 379358 +SHA256 (turnserver-4.4.5.3.tar.gz) = 0ba795b29cf971b73f775e7f904200f480bae554f1f506fc6160bc967674f7f9 +SIZE (turnserver-4.4.5.3.tar.gz) = 382004 SHA256 (turn.extra.docs-2.0.0.1.tar.gz) = 3a86600fd0a30ce7aeb547e80402ce68ea9959f7dd58697e5b47fda6e33ab9ce SIZE (turn.extra.docs-2.0.0.1.tar.gz) = 485379 Modified: head/net/turnserver/pkg-plist ============================================================================== --- head/net/turnserver/pkg-plist Wed Jul 1 06:07:29 2015 (r391033) +++ head/net/turnserver/pkg-plist Wed Jul 1 07:55:15 2015 (r391034) @@ -72,4 +72,4 @@ include/turn/client/ns_turn_ioaddr.h include/turn/client/ns_turn_msg.h include/turn/client/ns_turn_msg_addr.h include/turn/client/ns_turn_msg_defs.h -include/turn/client/ns_turn_msg_defs_new.h +include/turn/client/ns_turn_msg_defs_experimental.h From owner-svn-ports-all@freebsd.org Wed Jul 1 08:24:11 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C06B09917BF; Wed, 1 Jul 2015 08:24:11 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B17F325FE; Wed, 1 Jul 2015 08:24:11 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t618OBuc072958; Wed, 1 Jul 2015 08:24:11 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t618OAoo072946; Wed, 1 Jul 2015 08:24:10 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507010824.t618OAoo072946@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 1 Jul 2015 08:24:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391036 - in head/dns: . erlang-idna X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 08:24:12 -0000 Author: olgeni Date: Wed Jul 1 08:24:09 2015 New Revision: 391036 URL: https://svnweb.freebsd.org/changeset/ports/391036 Log: Add dns/erlang-idna, an implementation of IDNA in pure Erlang. Added: head/dns/erlang-idna/ head/dns/erlang-idna/Makefile (contents, props changed) head/dns/erlang-idna/distinfo (contents, props changed) head/dns/erlang-idna/pkg-descr (contents, props changed) head/dns/erlang-idna/pkg-plist (contents, props changed) Modified: head/dns/Makefile Modified: head/dns/Makefile ============================================================================== --- head/dns/Makefile Wed Jul 1 08:07:49 2015 (r391035) +++ head/dns/Makefile Wed Jul 1 08:24:09 2015 (r391036) @@ -50,6 +50,7 @@ SUBDIR += dnswall SUBDIR += doc SUBDIR += dualserver + SUBDIR += erlang-idna SUBDIR += ez-ipupdate SUBDIR += fastresolve SUBDIR += firedns Added: head/dns/erlang-idna/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/erlang-idna/Makefile Wed Jul 1 08:24:09 2015 (r391036) @@ -0,0 +1,31 @@ +# $FreeBSD$ + +PORTNAME= idna +PORTVERSION= 1.0.2 +CATEGORIES= dns +PKGNAMEPREFIX= erlang- + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= IDNA implementation in pure Erlang + +LICENSE= MIT + +BUILD_DEPENDS= erl:${PORTSDIR}/lang/erlang +RUN_DEPENDS:= ${BUILD_DEPENDS} + +PLIST_SUB= VERSION="${PORTVERSION}" + +USE_GITHUB= yes +GH_ACCOUNT= benoitc +GH_PROJECT= ${PKGNAMEPREFIX}${PORTNAME} + +do-install: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION} + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src + ${INSTALL_DATA} ${WRKSRC}/ebin/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin + ${INSTALL_DATA} ${WRKSRC}/src/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src + +.include Added: head/dns/erlang-idna/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/erlang-idna/distinfo Wed Jul 1 08:24:09 2015 (r391036) @@ -0,0 +1,2 @@ +SHA256 (benoitc-erlang-idna-1.0.2_GH0.tar.gz) = d87d7283245bdc1595ece8e79d7f13076fcbc02be6717319c67a79f0556adee9 +SIZE (benoitc-erlang-idna-1.0.2_GH0.tar.gz) = 127989 Added: head/dns/erlang-idna/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/erlang-idna/pkg-descr Wed Jul 1 08:24:09 2015 (r391036) @@ -0,0 +1,3 @@ +A pure Erlang IDNA implementation (see RFC3490 and RFC3492). + +WWW: https://github.com/benoitc/erlang-idna Added: head/dns/erlang-idna/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/erlang-idna/pkg-plist Wed Jul 1 08:24:09 2015 (r391036) @@ -0,0 +1,13 @@ +lib/erlang/lib/idna-%%VERSION%%/ebin/idna.app +lib/erlang/lib/idna-%%VERSION%%/ebin/idna.beam +lib/erlang/lib/idna-%%VERSION%%/ebin/idna_ucs.beam +lib/erlang/lib/idna-%%VERSION%%/ebin/idna_unicode.beam +lib/erlang/lib/idna-%%VERSION%%/ebin/idna_unicode_data.beam +lib/erlang/lib/idna-%%VERSION%%/ebin/punycode.beam +lib/erlang/lib/idna-%%VERSION%%/src/idna.erl +lib/erlang/lib/idna-%%VERSION%%/src/idna_ucs.erl +lib/erlang/lib/idna-%%VERSION%%/src/idna_unicode.erl +lib/erlang/lib/idna-%%VERSION%%/src/idna_unicode_data.erl +lib/erlang/lib/idna-%%VERSION%%/src/idna_unicode_data.erl.src +lib/erlang/lib/idna-%%VERSION%%/src/punycode.erl +%%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-all@freebsd.org Wed Jul 1 08:35:08 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A9F42991BCF; Wed, 1 Jul 2015 08:35:08 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 91C0829DD; Wed, 1 Jul 2015 08:35:08 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t618Z8t4078212; Wed, 1 Jul 2015 08:35:08 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t618Z6bJ078205; Wed, 1 Jul 2015 08:35:06 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507010835.t618Z6bJ078205@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 1 Jul 2015 08:35:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391037 - in head/www: . erlang-hackney erlang-hackney/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 08:35:08 -0000 Author: olgeni Date: Wed Jul 1 08:35:06 2015 New Revision: 391037 URL: https://svnweb.freebsd.org/changeset/ports/391037 Log: Add www/erlang-hackney, an HTTP client in Erlang. Added: head/www/erlang-hackney/ head/www/erlang-hackney/Makefile (contents, props changed) head/www/erlang-hackney/distinfo (contents, props changed) head/www/erlang-hackney/files/ head/www/erlang-hackney/files/patch-rebar.config (contents, props changed) head/www/erlang-hackney/pkg-descr (contents, props changed) head/www/erlang-hackney/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Wed Jul 1 08:24:09 2015 (r391036) +++ head/www/Makefile Wed Jul 1 08:35:06 2015 (r391037) @@ -167,6 +167,7 @@ SUBDIR += ephemera SUBDIR += epiphany SUBDIR += erlang-cowboy + SUBDIR += erlang-hackney SUBDIR += erlang-mochiweb SUBDIR += erlang-mochiweb-basho SUBDIR += erlang-webmachine Added: head/www/erlang-hackney/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/erlang-hackney/Makefile Wed Jul 1 08:35:06 2015 (r391037) @@ -0,0 +1,47 @@ +# $FreeBSD$ + +PORTNAME= hackney +PORTVERSION= 1.2.0 +CATEGORIES= www +PKGNAMEPREFIX= erlang- + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= Simple HTTP client in Erlang + +LICENSE= APACHE20 + +BUILD_DEPENDS= erl:${PORTSDIR}/lang/erlang \ + erlang-idna>=0:${PORTSDIR}/dns/erlang-idna \ + erlang-ssl_verify_hostname>=0:${PORTSDIR}/devel/erlang-ssl_verify_hostname +RUN_DEPENDS:= ${BUILD_DEPENDS} + +PLIST_SUB= VERSION="${PORTVERSION}" + +USE_GITHUB= yes +GH_ACCOUNT= benoitc + +pre-build: + @${LN} -s ${WRKSRC}/_build/default/lib/${PORTNAME}/ebin ${WRKSRC} + @${MKDIR} ${WRKSRC}/_build/default/lib +.for lib in idna ssl_verify_hostname + @${LN} -s ${PREFIX}/lib/erlang/lib/${lib}-* ${WRKSRC}/_build/default/lib/${lib} +.endfor + +do-build: + @${RM} ${WRKSRC}/rebar.lock + @cd ${WRKSRC} && ./rebar3 compile + +do-install: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION} + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/include + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/priv + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src + ${INSTALL_DATA} ${WRKSRC}/ebin/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin + ${INSTALL_DATA} ${WRKSRC}/include/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/include + ${INSTALL_DATA} ${WRKSRC}/priv/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/priv + cd ${WRKSRC}/src && ${COPYTREE_SHARE} \* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src + +.include Added: head/www/erlang-hackney/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/erlang-hackney/distinfo Wed Jul 1 08:35:06 2015 (r391037) @@ -0,0 +1,2 @@ +SHA256 (benoitc-hackney-1.2.0_GH0.tar.gz) = 157edd4a27125f89383564fd36c51cc52d954318c241af28acdfb0dbc657651c +SIZE (benoitc-hackney-1.2.0_GH0.tar.gz) = 650472 Added: head/www/erlang-hackney/files/patch-rebar.config ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/erlang-hackney/files/patch-rebar.config Wed Jul 1 08:35:06 2015 (r391037) @@ -0,0 +1,16 @@ +--- rebar.config.orig 2015-07-01 08:02:39 UTC ++++ rebar.config +@@ -15,13 +15,6 @@ + {post_hooks, [{clean, "rm -rf *~ */*~ */*.xfm test/*.beam"}]}. + + {deps, [ +- {idna, ".*", +- {git, "https://github.com/benoitc/erlang-idna", +- {tag, "1.0.2"}}}, +- +- {ssl_verify_hostname, ".*", +- {git, "https://github.com/deadtrickster/ssl_verify_hostname.erl", +- {tag, "1.0.5"}}} + ]}. + + %% Not yet supported in rebar3 Added: head/www/erlang-hackney/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/erlang-hackney/pkg-descr Wed Jul 1 08:35:06 2015 (r391037) @@ -0,0 +1,18 @@ +Hackney is an HTTP client library for Erlang. + +Main features: + + - No message passing + - Binary streams + - SSL support + - Keepalive handling + - Basic authentication + - Stream the response and the requests + - Fetch a response asynchronously + - Multipart support (streamed or not) + - Chunked encoding support + - Can send files using the sendfile API + - Optional socket pool + - REST syntax + +WWW: https://github.com/benoitc/hackney Added: head/www/erlang-hackney/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/erlang-hackney/pkg-plist Wed Jul 1 08:35:06 2015 (r391037) @@ -0,0 +1,67 @@ +lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney.app +lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney.beam +lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_app.beam +lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_bstr.beam +lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_connect.beam +lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_cookie.beam +lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_date.beam +lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_deps.beam +lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_dummy_metrics.beam +lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_exometer_metrics.beam +lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_folsom_metrics.beam +lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_headers.beam +lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_http.beam +lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_http_connect.beam +lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_idna.beam +lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_manager.beam +lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_mimetypes.beam +lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_multipart.beam +lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_pool.beam +lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_pool_handler.beam +lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_request.beam +lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_response.beam +lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_socks5.beam +lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_ssl_transport.beam +lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_stream.beam +lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_sup.beam +lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_tcp_transport.beam +lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_trace.beam +lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_url.beam +lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_util.beam +lib/erlang/lib/hackney-%%VERSION%%/include/hackney.hrl +lib/erlang/lib/hackney-%%VERSION%%/include/hackney_lib.hrl +lib/erlang/lib/hackney-%%VERSION%%/priv/ca-bundle.crt +lib/erlang/lib/hackney-%%VERSION%%/src/hackney.app.src +lib/erlang/lib/hackney-%%VERSION%%/src/hackney_app/hackney_app.erl +lib/erlang/lib/hackney-%%VERSION%%/src/hackney_app/hackney_deps.erl +lib/erlang/lib/hackney-%%VERSION%%/src/hackney_app/hackney_internal.hrl +lib/erlang/lib/hackney-%%VERSION%%/src/hackney_app/hackney_sup.erl +lib/erlang/lib/hackney-%%VERSION%%/src/hackney_app/hackney_trace.erl +lib/erlang/lib/hackney-%%VERSION%%/src/hackney_client/hackney.erl +lib/erlang/lib/hackney-%%VERSION%%/src/hackney_client/hackney_dummy_metrics.erl +lib/erlang/lib/hackney-%%VERSION%%/src/hackney_client/hackney_exometer_metrics.erl +lib/erlang/lib/hackney-%%VERSION%%/src/hackney_client/hackney_folsom_metrics.erl +lib/erlang/lib/hackney-%%VERSION%%/src/hackney_client/hackney_idna.erl +lib/erlang/lib/hackney-%%VERSION%%/src/hackney_client/hackney_manager.erl +lib/erlang/lib/hackney-%%VERSION%%/src/hackney_client/hackney_methods.hrl +lib/erlang/lib/hackney-%%VERSION%%/src/hackney_client/hackney_request.erl +lib/erlang/lib/hackney-%%VERSION%%/src/hackney_client/hackney_response.erl +lib/erlang/lib/hackney-%%VERSION%%/src/hackney_client/hackney_stream.erl +lib/erlang/lib/hackney-%%VERSION%%/src/hackney_client/hackney_util.erl +lib/erlang/lib/hackney-%%VERSION%%/src/hackney_connect/hackney_connect.erl +lib/erlang/lib/hackney-%%VERSION%%/src/hackney_connect/hackney_http_connect.erl +lib/erlang/lib/hackney-%%VERSION%%/src/hackney_connect/hackney_pool.erl +lib/erlang/lib/hackney-%%VERSION%%/src/hackney_connect/hackney_pool_handler.erl +lib/erlang/lib/hackney-%%VERSION%%/src/hackney_connect/hackney_socks5.erl +lib/erlang/lib/hackney-%%VERSION%%/src/hackney_connect/hackney_ssl_transport.erl +lib/erlang/lib/hackney-%%VERSION%%/src/hackney_connect/hackney_tcp_transport.erl +lib/erlang/lib/hackney-%%VERSION%%/src/hackney_lib/hackney_bstr.erl +lib/erlang/lib/hackney-%%VERSION%%/src/hackney_lib/hackney_cookie.erl +lib/erlang/lib/hackney-%%VERSION%%/src/hackney_lib/hackney_date.erl +lib/erlang/lib/hackney-%%VERSION%%/src/hackney_lib/hackney_headers.erl +lib/erlang/lib/hackney-%%VERSION%%/src/hackney_lib/hackney_http.erl +lib/erlang/lib/hackney-%%VERSION%%/src/hackney_lib/hackney_mimetypes.erl +lib/erlang/lib/hackney-%%VERSION%%/src/hackney_lib/hackney_mimetypes.erl.src +lib/erlang/lib/hackney-%%VERSION%%/src/hackney_lib/hackney_multipart.erl +lib/erlang/lib/hackney-%%VERSION%%/src/hackney_lib/hackney_url.erl +%%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-all@freebsd.org Wed Jul 1 09:26:45 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C7BAB992CE4; Wed, 1 Jul 2015 09:26:45 +0000 (UTC) (envelope-from xmj@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9EFAA2ACE; Wed, 1 Jul 2015 09:26:45 +0000 (UTC) (envelope-from xmj@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t619QjhL003231; Wed, 1 Jul 2015 09:26:45 GMT (envelope-from xmj@FreeBSD.org) Received: (from xmj@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t619Qjuc003227; Wed, 1 Jul 2015 09:26:45 GMT (envelope-from xmj@FreeBSD.org) Message-Id: <201507010926.t619Qjuc003227@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: xmj set sender to xmj@FreeBSD.org using -f From: Johannes Jost Meixner Date: Wed, 1 Jul 2015 09:26:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391038 - in head/devel/py-pygitup: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 09:26:45 -0000 Author: xmj Date: Wed Jul 1 09:26:44 2015 New Revision: 391038 URL: https://svnweb.freebsd.org/changeset/ports/391038 Log: devel/py-pygitup: fix port - fix RUN_DEPENDS - fix install_requires in setup.py patch - while there, add dos2unix PR: 199336 Submitted by: Maxim Filimonov Added: head/devel/py-pygitup/files/ head/devel/py-pygitup/files/patch-setup.py (contents, props changed) Modified: head/devel/py-pygitup/Makefile Modified: head/devel/py-pygitup/Makefile ============================================================================== --- head/devel/py-pygitup/Makefile Wed Jul 1 08:35:06 2015 (r391037) +++ head/devel/py-pygitup/Makefile Wed Jul 1 09:26:44 2015 (r391038) @@ -11,12 +11,12 @@ COMMENT= Python implementation of 'git u LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygit2>=0.21.1:${PORTSDIR}/devel/py-pygit2 \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}GitPython>=0.3.6:${PORTSDIR}/devel/py-gitpython \ ${PYTHON_PKGNAMEPREFIX}colorama>=0.3.2:${PORTSDIR}/devel/py-colorama \ ${PYTHON_PKGNAMEPREFIX}termcolor>=1.1.0:${PORTSDIR}/devel/py-termcolor \ ${PYTHON_PKGNAMEPREFIX}docopt>=0.6.1:${PORTSDIR}/devel/py-docopt -USES= python zip +USES= python zip dos2unix USE_PYTHON= autoplist distutils .include Added: head/devel/py-pygitup/files/patch-setup.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pygitup/files/patch-setup.py Wed Jul 1 09:26:44 2015 (r391038) @@ -0,0 +1,13 @@ +--- setup.py.orig 2015-07-01 09:15:37 UTC ++++ setup.py +@@ -6,8 +6,8 @@ setup( + version="1.2.2", + packages=find_packages(exclude=["tests"]), + scripts=['PyGitUp/gitup.py'], +- install_requires=['GitPython==0.3.2.1', 'colorama==0.3.2', +- 'termcolor==1.1.0', 'docopt==0.6.1'], ++ install_requires=['GitPython>=0.3.2.1', 'colorama>=0.3.2', ++ 'termcolor>=1.1.0', 'docopt>=0.6.1'], + + # Tests + test_suite="nose.collector", From owner-svn-ports-all@freebsd.org Wed Jul 1 09:30:01 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EE922992DD8; Wed, 1 Jul 2015 09:30:00 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DE8DF2C6A; Wed, 1 Jul 2015 09:30:00 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t619U0Eb003908; Wed, 1 Jul 2015 09:30:00 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t619TwfP003835; Wed, 1 Jul 2015 09:29:58 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201507010929.t619TwfP003835@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Wed, 1 Jul 2015 09:29:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391039 - in head/www: nginx nginx-devel nginx-devel/files nginx/files rubygem-passenger X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 09:30:01 -0000 Author: osa Date: Wed Jul 1 09:29:58 2015 New Revision: 391039 URL: https://svnweb.freebsd.org/changeset/ports/391039 Log: Upgrade from 5.0.10 to 5.0.11: o) www/rubygem-passenger; o) third-party modules for www/nginx and www/nginx-devel. Modified: head/www/nginx-devel/Makefile head/www/nginx-devel/distinfo head/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb head/www/nginx/Makefile head/www/nginx/distinfo head/www/nginx/files/extra-patch-passenger-build-nginx.rb head/www/rubygem-passenger/Makefile head/www/rubygem-passenger/distinfo Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Wed Jul 1 09:26:44 2015 (r391038) +++ head/www/nginx-devel/Makefile Wed Jul 1 09:29:58 2015 (r391039) @@ -687,7 +687,7 @@ CONFIGURE_ARGS+=--without-http_rewrite_m .endif .if ${PORT_OPTIONS:MPASSENGER} -PASSENGER_VERSION= 5.0.10 +PASSENGER_VERSION= 5.0.11 MASTER_SITES+= http://s3.amazonaws.com/phusion-passenger/releases/:passenger DISTFILES+= passenger-${PASSENGER_VERSION}.tar.gz:passenger CONFIGURE_ARGS+=--add-module=${WRKDIR}/passenger-${PASSENGER_VERSION}/ext/nginx Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Wed Jul 1 09:26:44 2015 (r391038) +++ head/www/nginx-devel/distinfo Wed Jul 1 09:29:58 2015 (r391039) @@ -28,8 +28,8 @@ SHA256 (modsecurity-2.9.0.tar.gz) = e2bb SIZE (modsecurity-2.9.0.tar.gz) = 4246467 SHA256 (naxsi-core-0.50.tgz) = 7cece5f9d9c5df9e09af1e1023bc8e04bbbbe953e67461b893b8240e82ca52ef SIZE (naxsi-core-0.50.tgz) = 49809 -SHA256 (passenger-5.0.10.tar.gz) = d44e1a65331755b4f063807f959081eb2fed1be3762645db7a103604d19b2366 -SIZE (passenger-5.0.10.tar.gz) = 5538860 +SHA256 (passenger-5.0.11.tar.gz) = 5f90508c9192393f227664ae01a236147f9fe05e249bad1bccb4f921e9239c01 +SIZE (passenger-5.0.11.tar.gz) = 5555746 SHA256 (nginx-sflow-module-0.9.7.tar.gz) = 508d15a43059abab08281bfa66d2dd520e2e7635d0b17043549bb331c8755b76 SIZE (nginx-sflow-module-0.9.7.tar.gz) = 27614 SHA256 (ngx_slowfs_cache-1.10.tar.gz) = 1e81453942e5b0877de1f1f06c56ae82918ea9818255cb935bcb673c95a758a1 Modified: head/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb ============================================================================== --- head/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb Wed Jul 1 09:26:44 2015 (r391038) +++ head/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb Wed Jul 1 09:29:58 2015 (r391039) @@ -1,5 +1,5 @@ ---- ../passenger-5.0.10/build/nginx.rb.orig 2013-10-27 02:00:00.000000000 +0400 -+++ ../passenger-5.0.10/build/nginx.rb 2015-03-07 06:07:38.000000000 +0300 +--- ../passenger-5.0.11/build/nginx.rb.orig 2013-10-27 02:00:00.000000000 +0400 ++++ ../passenger-5.0.11/build/nginx.rb 2015-03-07 06:07:38.000000000 +0300 @@ -32,6 +32,7 @@ desc "Build Nginx support files" task :nginx => [ Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Wed Jul 1 09:26:44 2015 (r391038) +++ head/www/nginx/Makefile Wed Jul 1 09:29:58 2015 (r391039) @@ -672,7 +672,7 @@ CONFIGURE_ARGS+=--without-http_rewrite_m .endif .if ${PORT_OPTIONS:MPASSENGER} -PASSENGER_VERSION= 5.0.10 +PASSENGER_VERSION= 5.0.11 MASTER_SITES+= http://s3.amazonaws.com/phusion-passenger/releases/:passenger DISTFILES+= passenger-${PASSENGER_VERSION}.tar.gz:passenger CONFIGURE_ARGS+=--add-module=${WRKDIR}/passenger-${PASSENGER_VERSION}/ext/nginx Modified: head/www/nginx/distinfo ============================================================================== --- head/www/nginx/distinfo Wed Jul 1 09:26:44 2015 (r391038) +++ head/www/nginx/distinfo Wed Jul 1 09:29:58 2015 (r391039) @@ -28,8 +28,8 @@ SHA256 (modsecurity-2.9.0.tar.gz) = e2bb SIZE (modsecurity-2.9.0.tar.gz) = 4246467 SHA256 (naxsi-core-0.50.tgz) = 7cece5f9d9c5df9e09af1e1023bc8e04bbbbe953e67461b893b8240e82ca52ef SIZE (naxsi-core-0.50.tgz) = 49809 -SHA256 (passenger-5.0.10.tar.gz) = d44e1a65331755b4f063807f959081eb2fed1be3762645db7a103604d19b2366 -SIZE (passenger-5.0.10.tar.gz) = 5538860 +SHA256 (passenger-5.0.11.tar.gz) = 5f90508c9192393f227664ae01a236147f9fe05e249bad1bccb4f921e9239c01 +SIZE (passenger-5.0.11.tar.gz) = 5555746 SHA256 (nginx-sflow-module-0.9.7.tar.gz) = 508d15a43059abab08281bfa66d2dd520e2e7635d0b17043549bb331c8755b76 SIZE (nginx-sflow-module-0.9.7.tar.gz) = 27614 SHA256 (ngx_slowfs_cache-1.10.tar.gz) = 1e81453942e5b0877de1f1f06c56ae82918ea9818255cb935bcb673c95a758a1 Modified: head/www/nginx/files/extra-patch-passenger-build-nginx.rb ============================================================================== --- head/www/nginx/files/extra-patch-passenger-build-nginx.rb Wed Jul 1 09:26:44 2015 (r391038) +++ head/www/nginx/files/extra-patch-passenger-build-nginx.rb Wed Jul 1 09:29:58 2015 (r391039) @@ -1,5 +1,5 @@ ---- ../passenger-5.0.10/build/nginx.rb.orig 2013-10-27 02:00:00.000000000 +0400 -+++ ../passenger-5.0.10/build/nginx.rb 2015-03-07 06:07:38.000000000 +0300 +--- ../passenger-5.0.11/build/nginx.rb.orig 2013-10-27 02:00:00.000000000 +0400 ++++ ../passenger-5.0.11/build/nginx.rb 2015-03-07 06:07:38.000000000 +0300 @@ -32,6 +32,7 @@ desc "Build Nginx support files" task :nginx => [ Modified: head/www/rubygem-passenger/Makefile ============================================================================== --- head/www/rubygem-passenger/Makefile Wed Jul 1 09:26:44 2015 (r391038) +++ head/www/rubygem-passenger/Makefile Wed Jul 1 09:29:58 2015 (r391039) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= passenger -PORTVERSION= 5.0.10 +PORTVERSION= 5.0.11 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMEPREFIX= rubygem- Modified: head/www/rubygem-passenger/distinfo ============================================================================== --- head/www/rubygem-passenger/distinfo Wed Jul 1 09:26:44 2015 (r391038) +++ head/www/rubygem-passenger/distinfo Wed Jul 1 09:29:58 2015 (r391039) @@ -1,2 +1,2 @@ -SHA256 (rubygem/passenger-5.0.10.gem) = 761d6ae3dc3f89d543e67dbea645f645042dc282a7eedbf81d484730cfc3a033 -SIZE (rubygem/passenger-5.0.10.gem) = 5549568 +SHA256 (rubygem/passenger-5.0.11.gem) = b1b827b8baf22cf10019f20fec2f0198ef57e58325fda5cba4ae893b27e6223e +SIZE (rubygem/passenger-5.0.11.gem) = 5565440 From owner-svn-ports-all@freebsd.org Wed Jul 1 09:31:23 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F3ACA992EBC; Wed, 1 Jul 2015 09:31:22 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E4CD02EDA; Wed, 1 Jul 2015 09:31:22 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t619VM8i005850; Wed, 1 Jul 2015 09:31:22 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t619VMbX005848; Wed, 1 Jul 2015 09:31:22 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201507010931.t619VMbX005848@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Wed, 1 Jul 2015 09:31:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391040 - head/sysutils/ldap-account-manager X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 09:31:23 -0000 Author: robak Date: Wed Jul 1 09:31:21 2015 New Revision: 391040 URL: https://svnweb.freebsd.org/changeset/ports/391040 Log: sysutils/ldap-account-manager: update 4.9 -> 5.0 PR: 201237 Submitted by: Vasiliy P. Melnik (maintainer) Modified: head/sysutils/ldap-account-manager/Makefile head/sysutils/ldap-account-manager/distinfo Modified: head/sysutils/ldap-account-manager/Makefile ============================================================================== --- head/sysutils/ldap-account-manager/Makefile Wed Jul 1 09:29:58 2015 (r391039) +++ head/sysutils/ldap-account-manager/Makefile Wed Jul 1 09:31:21 2015 (r391040) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ldap-account-manager -PORTVERSION= 4.9 +PORTVERSION= 5.0 CATEGORIES= sysutils www MASTER_SITES= SF/${SHORTNAME}/LAM/${PORTVERSION} Modified: head/sysutils/ldap-account-manager/distinfo ============================================================================== --- head/sysutils/ldap-account-manager/distinfo Wed Jul 1 09:29:58 2015 (r391039) +++ head/sysutils/ldap-account-manager/distinfo Wed Jul 1 09:31:21 2015 (r391040) @@ -1,2 +1,2 @@ -SHA256 (ldap-account-manager-4.9.tar.bz2) = 67f093e57fb7ce5884876c2d9194b7e3040a49ca710de2fd8bdc7dde3266121a -SIZE (ldap-account-manager-4.9.tar.bz2) = 13387701 +SHA256 (ldap-account-manager-5.0.tar.bz2) = 386511ec5748d75f2f8ff19bc23ce95ea2b72a78933c961b2816453dfa374a7a +SIZE (ldap-account-manager-5.0.tar.bz2) = 13829177 From owner-svn-ports-all@freebsd.org Wed Jul 1 09:46:58 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CE9649901D6; Wed, 1 Jul 2015 09:46:58 +0000 (UTC) (envelope-from avilla@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A5BF314D0; Wed, 1 Jul 2015 09:46:58 +0000 (UTC) (envelope-from avilla@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t619kwZN013481; Wed, 1 Jul 2015 09:46:58 GMT (envelope-from avilla@FreeBSD.org) Received: (from avilla@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t619kwXN013479; Wed, 1 Jul 2015 09:46:58 GMT (envelope-from avilla@FreeBSD.org) Message-Id: <201507010946.t619kwXN013479@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: avilla set sender to avilla@FreeBSD.org using -f From: Alberto Villa Date: Wed, 1 Jul 2015 09:46:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r391041 - branches/2015Q2/graphics/opengtl X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 09:46:58 -0000 Author: avilla Date: Wed Jul 1 09:46:57 2015 New Revision: 391041 URL: https://svnweb.freebsd.org/changeset/ports/391041 Log: MFH: r390784 graphics/opengtl: fix build with LLVM 3.3 PR: 201022 Submitted by: matthew@reztek.cz Obtained from: Gentoo Approved by: ports-secteam (build fix blanket) Modified: branches/2015Q2/graphics/opengtl/Makefile branches/2015Q2/graphics/opengtl/distinfo Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/graphics/opengtl/Makefile ============================================================================== --- branches/2015Q2/graphics/opengtl/Makefile Wed Jul 1 09:31:21 2015 (r391040) +++ branches/2015Q2/graphics/opengtl/Makefile Wed Jul 1 09:46:57 2015 (r391041) @@ -2,23 +2,25 @@ PORTNAME= opengtl PORTVERSION= 0.9.18 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics devel MASTER_SITES= http://download.${PORTNAME}.org/ DISTNAME= OpenGTL-${PORTVERSION} +PATCH_SITES= http://dev.gentoo.org/~creffett/distfiles/ +PATCHFILES= ${PORTNAME}-${PORTVERSION}-llvm-3.3.patch +PATCH_DIST_STRIP=-p1 MAINTAINER= avilla@FreeBSD.org COMMENT= Graphics Transformation Languages LICENSE= LGPL20 -BROKEN= Depends on deleted devel/llvm32 -#LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \ -# libLLVM-3.2.so:${PORTSDIR}/devel/llvm32 +LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \ + libLLVM-3.3.so:${PORTSDIR}/devel/llvm33 USES= cmake perl5 tar:bzip2 USE_LDCONFIG= yes -CMAKE_ARGS= -DLLVM_CONFIG_EXECUTABLE=${LOCALBASE}/bin/llvm-config32 +CMAKE_ARGS= -DLLVM_CONFIG_EXECUTABLE=${LOCALBASE}/bin/llvm-config33 PLIST_SUB+= PORTVERSION=${PORTVERSION} Modified: branches/2015Q2/graphics/opengtl/distinfo ============================================================================== --- branches/2015Q2/graphics/opengtl/distinfo Wed Jul 1 09:31:21 2015 (r391040) +++ branches/2015Q2/graphics/opengtl/distinfo Wed Jul 1 09:46:57 2015 (r391041) @@ -1,2 +1,4 @@ SHA256 (OpenGTL-0.9.18.tar.bz2) = f094b3d2a1a60519975bb3badc05e704f2b93c7a3d2cb753041f2ff27cfcd9f8 SIZE (OpenGTL-0.9.18.tar.bz2) = 536113 +SHA256 (opengtl-0.9.18-llvm-3.3.patch) = c43418bc039660ae86cb86b8b8175342793cb1361c699faa9b6342bc896e3d6c +SIZE (opengtl-0.9.18-llvm-3.3.patch) = 27930 From owner-svn-ports-all@freebsd.org Wed Jul 1 10:02:10 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 12D3A9906ED; Wed, 1 Jul 2015 10:02:10 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EB5631D05; Wed, 1 Jul 2015 10:02:09 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t61A290v022820; Wed, 1 Jul 2015 10:02:09 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t61A29sd022813; Wed, 1 Jul 2015 10:02:09 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201507011002.t61A29sd022813@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Wed, 1 Jul 2015 10:02:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391042 - in head/print/texinfo: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 10:02:10 -0000 Author: johans Date: Wed Jul 1 10:02:08 2015 New Revision: 391042 URL: https://svnweb.freebsd.org/changeset/ports/391042 Log: - Update to texinfo 6.0 https://lists.gnu.org/archive/html/bug-texinfo/2015-06/msg00052.html - Remove patch that is now included upstream Deleted: head/print/texinfo/files/ Modified: head/print/texinfo/Makefile head/print/texinfo/distinfo head/print/texinfo/pkg-plist Modified: head/print/texinfo/Makefile ============================================================================== --- head/print/texinfo/Makefile Wed Jul 1 09:46:57 2015 (r391041) +++ head/print/texinfo/Makefile Wed Jul 1 10:02:08 2015 (r391042) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= texinfo -PORTVERSION= 5.2.20150205 +PORTVERSION= 6.0.20150626 CATEGORIES= print MASTER_SITES= ftp://ftp.stack.nl/pub/users/johans/texinfo/${PORTVERSION:E}/ \ GNU Modified: head/print/texinfo/distinfo ============================================================================== --- head/print/texinfo/distinfo Wed Jul 1 09:46:57 2015 (r391041) +++ head/print/texinfo/distinfo Wed Jul 1 10:02:08 2015 (r391042) @@ -1,8 +1,8 @@ -SHA256 (texinfo/5.2.20150205/texinfo-5.2.tar.xz) = 5471ef683a64588a7cfef46ef2bdd3fbcbca89d847e10832612293f105e44eda -SIZE (texinfo/5.2.20150205/texinfo-5.2.tar.xz) = 3812944 -SHA256 (texinfo/5.2.20150205/htmlxref.cnf) = 8e31d6f20c2368c9e1b178d10200ced2f8015381284a98c0b9c1aa5bf9ddc189 -SIZE (texinfo/5.2.20150205/htmlxref.cnf) = 20027 -SHA256 (texinfo/5.2.20150205/texinfo.tex) = 386c922fb45c03686eb47acee064690629e81876c47860be1e5ae923958af174 -SIZE (texinfo/5.2.20150205/texinfo.tex) = 334109 -SHA256 (texinfo/5.2.20150205/texi2dvi) = 63f8d7bdd49fd8a30a90ddef8e768a467b48a6eed50179052d6246fd10a1c19d -SIZE (texinfo/5.2.20150205/texi2dvi) = 56384 +SHA256 (texinfo/6.0.20150626/texinfo-6.0.tar.xz) = 11ba4358696e8be3b3c7cfc88b89cf69525791aeabf0ee0a59ca58ebbd3471e4 +SIZE (texinfo/6.0.20150626/texinfo-6.0.tar.xz) = 4086712 +SHA256 (texinfo/6.0.20150626/htmlxref.cnf) = 9f3ddb06df93d9b4ba457686caf78f4abb9488ab4076f73a5916ecb77f227819 +SIZE (texinfo/6.0.20150626/htmlxref.cnf) = 20074 +SHA256 (texinfo/6.0.20150626/texinfo.tex) = 0be5d6a271cefe15c2675ab24dd4143f7f5d3bce7b64f3a38564a50e192469a5 +SIZE (texinfo/6.0.20150626/texinfo.tex) = 335682 +SHA256 (texinfo/6.0.20150626/texi2dvi) = 09bce88252a1fb10014465a7f63ef6fdf2bda645e6381541a14cef3eeeeabff1 +SIZE (texinfo/6.0.20150626/texi2dvi) = 57337 Modified: head/print/texinfo/pkg-plist ============================================================================== --- head/print/texinfo/pkg-plist Wed Jul 1 09:46:57 2015 (r391041) +++ head/print/texinfo/pkg-plist Wed Jul 1 10:02:08 2015 (r391042) @@ -1,5 +1,4 @@ bin/info -bin/infokey bin/install-info bin/makeinfo bin/pdftexi2dvi @@ -9,7 +8,6 @@ bin/texi2dvi bin/texi2pdf bin/texindex man/man1/info.1.gz -man/man1/infokey.1.gz man/man1/install-info.1.gz man/man1/makeinfo.1.gz man/man1/pdftexi2dvi.1.gz @@ -20,6 +18,8 @@ man/man1/texi2pdf.1.gz man/man1/texindex.1.gz man/man5/info.5.gz man/man5/texinfo.5.gz +%%NLS%%share/locale/ca.us-ascii/LC_MESSAGES/texinfo_document.mo +%%NLS%%share/locale/ca/LC_MESSAGES/texinfo.mo %%NLS%%share/locale/cs/LC_MESSAGES/texinfo.mo %%NLS%%share/locale/da/LC_MESSAGES/texinfo.mo %%NLS%%share/locale/de.us-ascii/LC_MESSAGES/texinfo_document.mo @@ -27,8 +27,8 @@ man/man5/texinfo.5.gz %%NLS%%share/locale/de_AT/LC_MESSAGES/texinfo.mo %%NLS%%share/locale/eo/LC_MESSAGES/texinfo.mo %%NLS%%share/locale/eo/LC_MESSAGES/texinfo_document.mo -%%NLS%%share/locale/es.us-ascii/LC_MESSAGES/texinfo_document.mo %%NLS%%share/locale/es/LC_MESSAGES/texinfo.mo +%%NLS%%share/locale/es/LC_MESSAGES/texinfo_document.mo %%NLS%%share/locale/fr/LC_MESSAGES/texinfo.mo %%NLS%%share/locale/fr/LC_MESSAGES/texinfo_document.mo %%NLS%%share/locale/he/LC_MESSAGES/texinfo.mo @@ -47,6 +47,7 @@ man/man5/texinfo.5.gz %%NLS%%share/locale/pl/LC_MESSAGES/texinfo_document.mo %%NLS%%share/locale/pt.us-ascii/LC_MESSAGES/texinfo_document.mo %%NLS%%share/locale/pt_BR.us-ascii/LC_MESSAGES/texinfo_document.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/texinfo.mo %%NLS%%share/locale/ro/LC_MESSAGES/texinfo.mo %%NLS%%share/locale/ru/LC_MESSAGES/texinfo.mo %%NLS%%share/locale/rw/LC_MESSAGES/texinfo.mo @@ -54,28 +55,10 @@ man/man5/texinfo.5.gz %%NLS%%share/locale/sv/LC_MESSAGES/texinfo.mo %%NLS%%share/locale/tr/LC_MESSAGES/texinfo.mo %%NLS%%share/locale/uk/LC_MESSAGES/texinfo.mo +%%NLS%%share/locale/uk/LC_MESSAGES/texinfo_document.mo %%NLS%%share/locale/vi/LC_MESSAGES/texinfo.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/texinfo.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/texinfo.mo -%%TEXMF%%/tex/texinfo/texinfo.tex -%%TEXMF%%/tex/texinfo/txi-cs.tex -%%TEXMF%%/tex/texinfo/txi-de.tex -%%TEXMF%%/tex/texinfo/txi-en.tex -%%TEXMF%%/tex/texinfo/txi-es.tex -%%TEXMF%%/tex/texinfo/txi-fr.tex -%%TEXMF%%/tex/texinfo/txi-hu.tex -%%TEXMF%%/tex/texinfo/txi-is.tex -%%TEXMF%%/tex/texinfo/txi-it.tex -%%TEXMF%%/tex/texinfo/txi-nb.tex -%%TEXMF%%/tex/texinfo/txi-nl.tex -%%TEXMF%%/tex/texinfo/txi-nn.tex -%%TEXMF%%/tex/texinfo/txi-pl.tex -%%TEXMF%%/tex/texinfo/txi-pt.tex -%%TEXMF%%/tex/texinfo/txi-ru.tex -%%TEXMF%%/tex/texinfo/txi-sr.tex -%%TEXMF%%/tex/texinfo/txi-tr.tex -%%TEXMF%%/tex/texinfo/txi-uk.tex -%%TEXMF%%/tex/generic/epsf/epsf.tex %%DATADIR%%/DebugTexinfo/DebugCount.pm %%DATADIR%%/DebugTexinfo/DebugTree.pm %%DATADIR%%/Pod-Simple-Texinfo/Pod/Simple/Texinfo.pm @@ -109,6 +92,7 @@ man/man5/texinfo.5.gz %%DATADIR%%/init/html32.pm %%DATADIR%%/init/latex2html.pm %%DATADIR%%/init/tex4ht.pm +%%DATADIR%%/lib/Text-Unidecode/lib/Text/Unidecode.pm %%DATADIR%%/lib/Text-Unidecode/lib/Text/Unidecode/x00.pm %%DATADIR%%/lib/Text-Unidecode/lib/Text/Unidecode/x01.pm %%DATADIR%%/lib/Text-Unidecode/lib/Text/Unidecode/x02.pm @@ -289,12 +273,12 @@ man/man5/texinfo.5.gz %%DATADIR%%/lib/Text-Unidecode/lib/Text/Unidecode/xfd.pm %%DATADIR%%/lib/Text-Unidecode/lib/Text/Unidecode/xfe.pm %%DATADIR%%/lib/Text-Unidecode/lib/Text/Unidecode/xff.pm -%%DATADIR%%/lib/Text-Unidecode/lib/Text/Unidecode.pm %%DATADIR%%/lib/Unicode-EastAsianWidth/lib/Unicode/EastAsianWidth.pm %%DATADIR%%/lib/libintl-perl/lib/Locale/Messages.pm +%%DATADIR%%/lib/libintl-perl/lib/Locale/Recode.pm %%DATADIR%%/lib/libintl-perl/lib/Locale/Recode/_Aliases.pm %%DATADIR%%/lib/libintl-perl/lib/Locale/Recode/_Conversions.pm -%%DATADIR%%/lib/libintl-perl/lib/Locale/Recode.pm +%%DATADIR%%/lib/libintl-perl/lib/Locale/RecodeData.pm %%DATADIR%%/lib/libintl-perl/lib/Locale/RecodeData/ASMO_449.pm %%DATADIR%%/lib/libintl-perl/lib/Locale/RecodeData/ATARI_ST.pm %%DATADIR%%/lib/libintl-perl/lib/Locale/RecodeData/ATARI_ST_EURO.pm @@ -433,8 +417,28 @@ man/man5/texinfo.5.gz %%DATADIR%%/lib/libintl-perl/lib/Locale/RecodeData/UTF_8.pm %%DATADIR%%/lib/libintl-perl/lib/Locale/RecodeData/VISCII.pm %%DATADIR%%/lib/libintl-perl/lib/Locale/RecodeData/_Encode.pm -%%DATADIR%%/lib/libintl-perl/lib/Locale/RecodeData.pm %%DATADIR%%/lib/libintl-perl/lib/Locale/TextDomain.pm %%DATADIR%%/lib/libintl-perl/lib/Locale/Util.pm %%DATADIR%%/lib/libintl-perl/lib/Locale/gettext_pp.pm +%%DATADIR%%/texindex.awk %%DATADIR%%/texinfo.dtd +%%TEXMF%%/tex/generic/epsf/epsf.tex +%%TEXMF%%/tex/texinfo/texinfo.tex +%%TEXMF%%/tex/texinfo/txi-ca.tex +%%TEXMF%%/tex/texinfo/txi-cs.tex +%%TEXMF%%/tex/texinfo/txi-de.tex +%%TEXMF%%/tex/texinfo/txi-en.tex +%%TEXMF%%/tex/texinfo/txi-es.tex +%%TEXMF%%/tex/texinfo/txi-fr.tex +%%TEXMF%%/tex/texinfo/txi-hu.tex +%%TEXMF%%/tex/texinfo/txi-is.tex +%%TEXMF%%/tex/texinfo/txi-it.tex +%%TEXMF%%/tex/texinfo/txi-nb.tex +%%TEXMF%%/tex/texinfo/txi-nl.tex +%%TEXMF%%/tex/texinfo/txi-nn.tex +%%TEXMF%%/tex/texinfo/txi-pl.tex +%%TEXMF%%/tex/texinfo/txi-pt.tex +%%TEXMF%%/tex/texinfo/txi-ru.tex +%%TEXMF%%/tex/texinfo/txi-sr.tex +%%TEXMF%%/tex/texinfo/txi-tr.tex +%%TEXMF%%/tex/texinfo/txi-uk.tex From owner-svn-ports-all@freebsd.org Wed Jul 1 10:05:55 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 02C83990793; Wed, 1 Jul 2015 10:05:55 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E65F91F97; Wed, 1 Jul 2015 10:05:54 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t61A5sww023530; Wed, 1 Jul 2015 10:05:54 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t61A5rRJ023523; Wed, 1 Jul 2015 10:05:53 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507011005.t61A5rRJ023523@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 1 Jul 2015 10:05:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391043 - in head/devel: . elixir-plug elixir-plug/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 10:05:55 -0000 Author: olgeni Date: Wed Jul 1 10:05:52 2015 New Revision: 391043 URL: https://svnweb.freebsd.org/changeset/ports/391043 Log: Add devel/elixir-plug, composable modules for Elixir web applications. Added: head/devel/elixir-plug/ head/devel/elixir-plug/Makefile (contents, props changed) head/devel/elixir-plug/distinfo (contents, props changed) head/devel/elixir-plug/files/ head/devel/elixir-plug/files/patch-mix.exs (contents, props changed) head/devel/elixir-plug/pkg-descr (contents, props changed) head/devel/elixir-plug/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Jul 1 10:02:08 2015 (r391042) +++ head/devel/Makefile Wed Jul 1 10:05:52 2015 (r391043) @@ -411,6 +411,7 @@ SUBDIR += elftoaout SUBDIR += elixir-conform SUBDIR += elixir-exrm + SUBDIR += elixir-plug SUBDIR += elixir-poison SUBDIR += embb SUBDIR += epl.el Added: head/devel/elixir-plug/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-plug/Makefile Wed Jul 1 10:05:52 2015 (r391043) @@ -0,0 +1,35 @@ +# $FreeBSD$ + +PORTNAME= plug +PORTVERSION= 0.13.0 +DISTVERSIONPREFIX= v +CATEGORIES= devel +PKGNAMEPREFIX= elixir- + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= Composable modules for Elixir web applications + +LICENSE= APACHE20 + +BUILD_DEPENDS= elixir:${PORTSDIR}/lang/elixir +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USE_GITHUB= yes +GH_ACCOUNT= elixir-lang + +do-build: + @cd ${WRKSRC} && MIX_ENV=prod mix compile + +post-build: + @${LN} -s ${WRKSRC}/_build/prod/lib/${PORTNAME}/ebin ${WRKSRC}/ebin + +do-install: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME} + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME}/ebin + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME}/lib + ${INSTALL_DATA} ${WRKSRC}/ebin/* ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME}/ebin + cd ${WRKSRC}/lib && ${COPYTREE_SHARE} \* ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME}/lib + +.include Added: head/devel/elixir-plug/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-plug/distinfo Wed Jul 1 10:05:52 2015 (r391043) @@ -0,0 +1,2 @@ +SHA256 (elixir-lang-plug-v0.13.0_GH0.tar.gz) = aacb1167da4e29d63f4a99a30ab73a68510a5339202fd090f03405618da6e049 +SIZE (elixir-lang-plug-v0.13.0_GH0.tar.gz) = 102150 Added: head/devel/elixir-plug/files/patch-mix.exs ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-plug/files/patch-mix.exs Wed Jul 1 10:05:52 2015 (r391043) @@ -0,0 +1,15 @@ +--- mix.exs.orig 2015-07-01 09:49:57 UTC ++++ mix.exs +@@ -24,11 +24,7 @@ defmodule Plug.Mixfile do + end + + def deps do +- [{:cowboy, "~> 1.0", optional: true}, +- {:earmark, "~> 0.1", only: :docs}, +- {:ex_doc, "~> 0.7", only: :docs}, +- {:inch_ex, only: :docs}, +- {:hackney, "~> 0.13", only: :test}] ++ [] + end + + defp package do Added: head/devel/elixir-plug/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-plug/pkg-descr Wed Jul 1 10:05:52 2015 (r391043) @@ -0,0 +1,3 @@ +A specification for composable modules in between web applications. + +WWW: https://github.com/elixir-lang/plug Added: head/devel/elixir-plug/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-plug/pkg-plist Wed Jul 1 10:05:52 2015 (r391043) @@ -0,0 +1,106 @@ +lib/elixir/lib/plug/ebin/Elixir.Collectable.Plug.Conn.beam +lib/elixir/lib/plug/ebin/Elixir.Inspect.Plug.Conn.beam +lib/elixir/lib/plug/ebin/Elixir.Plug.Adapters.Cowboy.Conn.beam +lib/elixir/lib/plug/ebin/Elixir.Plug.Adapters.Cowboy.Handler.beam +lib/elixir/lib/plug/ebin/Elixir.Plug.Adapters.Cowboy.beam +lib/elixir/lib/plug/ebin/Elixir.Plug.Adapters.Test.Conn.beam +lib/elixir/lib/plug/ebin/Elixir.Plug.Adapters.Translator.beam +lib/elixir/lib/plug/ebin/Elixir.Plug.Builder.beam +lib/elixir/lib/plug/ebin/Elixir.Plug.CSRFProtection.InvalidCSRFTokenError.beam +lib/elixir/lib/plug/ebin/Elixir.Plug.CSRFProtection.InvalidCrossOriginRequestError.beam +lib/elixir/lib/plug/ebin/Elixir.Plug.CSRFProtection.beam +lib/elixir/lib/plug/ebin/Elixir.Plug.Conn.Adapter.beam +lib/elixir/lib/plug/ebin/Elixir.Plug.Conn.AlreadySentError.beam +lib/elixir/lib/plug/ebin/Elixir.Plug.Conn.Cookies.beam +lib/elixir/lib/plug/ebin/Elixir.Plug.Conn.InvalidHeaderKeyFormatError.beam +lib/elixir/lib/plug/ebin/Elixir.Plug.Conn.NotSentError.beam +lib/elixir/lib/plug/ebin/Elixir.Plug.Conn.Query.beam +lib/elixir/lib/plug/ebin/Elixir.Plug.Conn.Status.beam +lib/elixir/lib/plug/ebin/Elixir.Plug.Conn.Unfetched.beam +lib/elixir/lib/plug/ebin/Elixir.Plug.Conn.Utils.beam +lib/elixir/lib/plug/ebin/Elixir.Plug.Conn.WrapperError.beam +lib/elixir/lib/plug/ebin/Elixir.Plug.Conn.beam +lib/elixir/lib/plug/ebin/Elixir.Plug.Crypto.KeyGenerator.beam +lib/elixir/lib/plug/ebin/Elixir.Plug.Crypto.MessageEncryptor.beam +lib/elixir/lib/plug/ebin/Elixir.Plug.Crypto.MessageVerifier.beam +lib/elixir/lib/plug/ebin/Elixir.Plug.Crypto.beam +lib/elixir/lib/plug/ebin/Elixir.Plug.Debugger.beam +lib/elixir/lib/plug/ebin/Elixir.Plug.ErrorHandler.beam +lib/elixir/lib/plug/ebin/Elixir.Plug.Exception.Any.beam +lib/elixir/lib/plug/ebin/Elixir.Plug.Exception.beam +lib/elixir/lib/plug/ebin/Elixir.Plug.HTML.beam +lib/elixir/lib/plug/ebin/Elixir.Plug.Head.beam +lib/elixir/lib/plug/ebin/Elixir.Plug.Logger.beam +lib/elixir/lib/plug/ebin/Elixir.Plug.MIME.beam +lib/elixir/lib/plug/ebin/Elixir.Plug.MethodOverride.beam +lib/elixir/lib/plug/ebin/Elixir.Plug.Parsers.BadEncodingError.beam +lib/elixir/lib/plug/ebin/Elixir.Plug.Parsers.JSON.beam +lib/elixir/lib/plug/ebin/Elixir.Plug.Parsers.MULTIPART.beam +lib/elixir/lib/plug/ebin/Elixir.Plug.Parsers.ParseError.beam +lib/elixir/lib/plug/ebin/Elixir.Plug.Parsers.RequestTooLargeError.beam +lib/elixir/lib/plug/ebin/Elixir.Plug.Parsers.URLENCODED.beam +lib/elixir/lib/plug/ebin/Elixir.Plug.Parsers.UnsupportedMediaTypeError.beam +lib/elixir/lib/plug/ebin/Elixir.Plug.Parsers.beam +lib/elixir/lib/plug/ebin/Elixir.Plug.RequestId.beam +lib/elixir/lib/plug/ebin/Elixir.Plug.Router.InvalidSpecError.beam +lib/elixir/lib/plug/ebin/Elixir.Plug.Router.Utils.beam +lib/elixir/lib/plug/ebin/Elixir.Plug.Router.beam +lib/elixir/lib/plug/ebin/Elixir.Plug.SSL.beam +lib/elixir/lib/plug/ebin/Elixir.Plug.Session.COOKIE.beam +lib/elixir/lib/plug/ebin/Elixir.Plug.Session.ETS.beam +lib/elixir/lib/plug/ebin/Elixir.Plug.Session.Store.beam +lib/elixir/lib/plug/ebin/Elixir.Plug.Session.beam +lib/elixir/lib/plug/ebin/Elixir.Plug.Static.InvalidPathError.beam +lib/elixir/lib/plug/ebin/Elixir.Plug.Static.beam +lib/elixir/lib/plug/ebin/Elixir.Plug.Supervisor.beam +lib/elixir/lib/plug/ebin/Elixir.Plug.Test.beam +lib/elixir/lib/plug/ebin/Elixir.Plug.Upload.beam +lib/elixir/lib/plug/ebin/Elixir.Plug.beam +lib/elixir/lib/plug/ebin/plug.app +lib/elixir/lib/plug/lib/plug.ex +lib/elixir/lib/plug/lib/plug/adapters/cowboy.ex +lib/elixir/lib/plug/lib/plug/adapters/cowboy/conn.ex +lib/elixir/lib/plug/lib/plug/adapters/cowboy/handler.ex +lib/elixir/lib/plug/lib/plug/adapters/test/conn.ex +lib/elixir/lib/plug/lib/plug/adapters/translator.ex +lib/elixir/lib/plug/lib/plug/builder.ex +lib/elixir/lib/plug/lib/plug/conn.ex +lib/elixir/lib/plug/lib/plug/conn/adapter.ex +lib/elixir/lib/plug/lib/plug/conn/cookies.ex +lib/elixir/lib/plug/lib/plug/conn/query.ex +lib/elixir/lib/plug/lib/plug/conn/status.ex +lib/elixir/lib/plug/lib/plug/conn/unfetched.ex +lib/elixir/lib/plug/lib/plug/conn/utils.ex +lib/elixir/lib/plug/lib/plug/conn/wrapper_error.ex +lib/elixir/lib/plug/lib/plug/crypto.ex +lib/elixir/lib/plug/lib/plug/crypto/key_generator.ex +lib/elixir/lib/plug/lib/plug/crypto/message_encryptor.ex +lib/elixir/lib/plug/lib/plug/crypto/message_verifier.ex +lib/elixir/lib/plug/lib/plug/csrf_protection.ex +lib/elixir/lib/plug/lib/plug/debugger.ex +lib/elixir/lib/plug/lib/plug/error_handler.ex +lib/elixir/lib/plug/lib/plug/exceptions.ex +lib/elixir/lib/plug/lib/plug/head.ex +lib/elixir/lib/plug/lib/plug/html.ex +lib/elixir/lib/plug/lib/plug/logger.ex +lib/elixir/lib/plug/lib/plug/method_override.ex +lib/elixir/lib/plug/lib/plug/mime.ex +lib/elixir/lib/plug/lib/plug/mime.types +lib/elixir/lib/plug/lib/plug/parsers.ex +lib/elixir/lib/plug/lib/plug/parsers/json.ex +lib/elixir/lib/plug/lib/plug/parsers/multipart.ex +lib/elixir/lib/plug/lib/plug/parsers/urlencoded.ex +lib/elixir/lib/plug/lib/plug/request_id.ex +lib/elixir/lib/plug/lib/plug/router.ex +lib/elixir/lib/plug/lib/plug/router/utils.ex +lib/elixir/lib/plug/lib/plug/session.ex +lib/elixir/lib/plug/lib/plug/session/cookie.ex +lib/elixir/lib/plug/lib/plug/session/ets.ex +lib/elixir/lib/plug/lib/plug/session/store.ex +lib/elixir/lib/plug/lib/plug/ssl.ex +lib/elixir/lib/plug/lib/plug/static.ex +lib/elixir/lib/plug/lib/plug/supervisor.ex +lib/elixir/lib/plug/lib/plug/templates/debugger.eex +lib/elixir/lib/plug/lib/plug/test.ex +lib/elixir/lib/plug/lib/plug/upload.ex +%%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-all@freebsd.org Wed Jul 1 10:06:37 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5885E990820; Wed, 1 Jul 2015 10:06:37 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 49F37209F; Wed, 1 Jul 2015 10:06:37 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t61A6b94023756; Wed, 1 Jul 2015 10:06:37 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t61A6aes023753; Wed, 1 Jul 2015 10:06:36 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201507011006.t61A6aes023753@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Wed, 1 Jul 2015 10:06:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391044 - head/lang/pfe X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 10:06:37 -0000 Author: johans Date: Wed Jul 1 10:06:36 2015 New Revision: 391044 URL: https://svnweb.freebsd.org/changeset/ports/391044 Log: Disable utterly broken testmodule installation PR: 201135 Submitted by: amdmi3 Modified: head/lang/pfe/Makefile head/lang/pfe/pkg-plist Modified: head/lang/pfe/Makefile ============================================================================== --- head/lang/pfe/Makefile Wed Jul 1 10:05:52 2015 (r391043) +++ head/lang/pfe/Makefile Wed Jul 1 10:06:36 2015 (r391044) @@ -3,7 +3,7 @@ PORTNAME= pfe PORTVERSION= 0.33.71 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang MASTER_SITES= SF @@ -11,22 +11,21 @@ MAINTAINER= johans@FreeBSD.org COMMENT= Implementation of ANSI Forth BROKEN_i386= does not link +BROKEN_powerpc= does not compile GNU_CONFIGURE= yes USES= gmake perl5 libtool tar:bzip2 USE_PERL5= build USE_LDCONFIG= yes +CONFIGURE_ARGS= --without-testmodule MAKE_ARGS= pkgconfigdir="${PREFIX}/libdata/pkgconfig" INSTALL_TARGET= install-strip -BROKEN_powerpc= does not compile - post-patch: @${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g ; \ s|-O$$opt_level||g' ${WRKSRC}/pfe/configure post-install: - @test -d "${STAGEDIR}" && ${RM} -rf ${STAGEDIR}/usr/ports ${LN} -s libpfe-0-forth.so.33 ${STAGEDIR}${PREFIX}/lib/libpfe-0-forth.so .include Modified: head/lang/pfe/pkg-plist ============================================================================== --- head/lang/pfe/pkg-plist Wed Jul 1 10:05:52 2015 (r391043) +++ head/lang/pfe/pkg-plist Wed Jul 1 10:06:36 2015 (r391044) @@ -229,5 +229,3 @@ man/man1/pfe.1.gz %%DATADIR%%/test/tt.fs %%DATADIR%%/test/wordsets.4th %%DATADIR%%/test/wordsets.fs -%%DATADIR%%/testmodule1.fs -%%DATADIR%%/testmodule2.fs From owner-svn-ports-all@freebsd.org Wed Jul 1 10:13:54 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5F633990AF3; Wed, 1 Jul 2015 10:13:54 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5088925DA; Wed, 1 Jul 2015 10:13:54 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t61ADso7028419; Wed, 1 Jul 2015 10:13:54 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t61ADri2028416; Wed, 1 Jul 2015 10:13:53 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507011013.t61ADri2028416@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 1 Jul 2015 10:13:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391045 - in head/devel: elixir-conform elixir-exrm elixir-poison X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 10:13:54 -0000 Author: olgeni Date: Wed Jul 1 10:13:52 2015 New Revision: 391045 URL: https://svnweb.freebsd.org/changeset/ports/391045 Log: PLIST_SUB is not required by these ports. Modified: head/devel/elixir-conform/Makefile head/devel/elixir-exrm/Makefile head/devel/elixir-poison/Makefile Modified: head/devel/elixir-conform/Makefile ============================================================================== --- head/devel/elixir-conform/Makefile Wed Jul 1 10:06:36 2015 (r391044) +++ head/devel/elixir-conform/Makefile Wed Jul 1 10:13:52 2015 (r391045) @@ -16,8 +16,6 @@ BUILD_DEPENDS= elixir:${PORTSDIR}/lang/e erlang-neotoma>=0:${PORTSDIR}/devel/erlang-neotoma RUN_DEPENDS:= ${BUILD_DEPENDS} -PLIST_SUB= VERSION="${PORTVERSION}" - USE_GITHUB= yes GH_ACCOUNT= bitwalker Modified: head/devel/elixir-exrm/Makefile ============================================================================== --- head/devel/elixir-exrm/Makefile Wed Jul 1 10:06:36 2015 (r391044) +++ head/devel/elixir-exrm/Makefile Wed Jul 1 10:13:52 2015 (r391045) @@ -15,8 +15,6 @@ BUILD_DEPENDS= elixir:${PORTSDIR}/lang/e elixir-conform>=0:${PORTSDIR}/devel/elixir-conform RUN_DEPENDS:= ${BUILD_DEPENDS} -PLIST_SUB= VERSION="${PORTVERSION}" - USE_GITHUB= yes GH_ACCOUNT= bitwalker Modified: head/devel/elixir-poison/Makefile ============================================================================== --- head/devel/elixir-poison/Makefile Wed Jul 1 10:06:36 2015 (r391044) +++ head/devel/elixir-poison/Makefile Wed Jul 1 10:13:52 2015 (r391045) @@ -13,8 +13,6 @@ LICENSE= ISCL BUILD_DEPENDS= elixir:${PORTSDIR}/lang/elixir RUN_DEPENDS:= ${BUILD_DEPENDS} -PLIST_SUB= VERSION="${PORTVERSION}" - USE_GITHUB= yes GH_ACCOUNT= devinus From owner-svn-ports-all@freebsd.org Wed Jul 1 10:23:15 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6BD23990E91; Wed, 1 Jul 2015 10:23:15 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from vps.amdmi3.ru (vps.amdmi3.ru [109.234.38.216]) by mx1.freebsd.org (Postfix) with ESMTP id 339DF2CC5; Wed, 1 Jul 2015 10:23:14 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from hive.panopticon (unknown [78.153.152.119]) by vps.amdmi3.ru (Postfix) with ESMTPS id 15267B0614; Wed, 1 Jul 2015 13:23:12 +0300 (MSK) Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id EA8F0731; Wed, 1 Jul 2015 13:21:29 +0300 (MSK) Received: by hades.panopticon (Postfix, from userid 1000) id 772D1892F2; Wed, 1 Jul 2015 13:20:04 +0300 (MSK) Date: Wed, 1 Jul 2015 13:20:04 +0300 From: Dmitry Marakasov To: Mathieu Arnold Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r390951 - in head/devel/subversion: . files Message-ID: <20150701102004.GP1449@hades.panopticon> References: <201506301104.t5UB4tLE006959@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <201506301104.t5UB4tLE006959@svn.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 10:23:15 -0000 * Mathieu Arnold (mat@FreeBSD.org) wrote: > Author: mat > Date: Tue Jun 30 11:04:54 2015 > New Revision: 390951 > URL: https://svnweb.freebsd.org/changeset/ports/390951 > > Log: > Move the phabricator line to the end, it seems it only works there. Seemingly after this the line is not removed if it's empty resulting in commits like https://svnweb.freebsd.org/ports?view=revision&revision=390995 -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://amdmi3.ru From owner-svn-ports-all@freebsd.org Wed Jul 1 10:29:14 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 05D4799110C; Wed, 1 Jul 2015 10:29:14 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DCC2810EC; Wed, 1 Jul 2015 10:29:13 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t61ATDJ3034457; Wed, 1 Jul 2015 10:29:13 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t61ATCNK034449; Wed, 1 Jul 2015 10:29:12 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507011029.t61ATCNK034449@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 1 Jul 2015 10:29:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391046 - in head/devel: . elixir-decimal elixir-decimal/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 10:29:14 -0000 Author: olgeni Date: Wed Jul 1 10:29:11 2015 New Revision: 391046 URL: https://svnweb.freebsd.org/changeset/ports/391046 Log: Add devel/elixir-decimal, arbitrary precision decimal arithmetic for Elixir. Added: head/devel/elixir-decimal/ head/devel/elixir-decimal/Makefile (contents, props changed) head/devel/elixir-decimal/distinfo (contents, props changed) head/devel/elixir-decimal/files/ head/devel/elixir-decimal/files/patch-mix.exs (contents, props changed) head/devel/elixir-decimal/pkg-descr (contents, props changed) head/devel/elixir-decimal/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Jul 1 10:13:52 2015 (r391045) +++ head/devel/Makefile Wed Jul 1 10:29:11 2015 (r391046) @@ -410,6 +410,7 @@ SUBDIR += elfsh SUBDIR += elftoaout SUBDIR += elixir-conform + SUBDIR += elixir-decimal SUBDIR += elixir-exrm SUBDIR += elixir-plug SUBDIR += elixir-poison Added: head/devel/elixir-decimal/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-decimal/Makefile Wed Jul 1 10:29:11 2015 (r391046) @@ -0,0 +1,35 @@ +# $FreeBSD$ + +PORTNAME= decimal +PORTVERSION= 1.1.0 +DISTVERSIONPREFIX= v +CATEGORIES= devel +PKGNAMEPREFIX= elixir- + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= Arbitrary precision decimal arithmetic for Elixir + +LICENSE= APACHE20 + +BUILD_DEPENDS= elixir:${PORTSDIR}/lang/elixir +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USE_GITHUB= yes +GH_ACCOUNT= ericmj + +do-build: + @cd ${WRKSRC} && MIX_ENV=prod mix compile + +post-build: + @${LN} -s ${WRKSRC}/_build/prod/lib/${PORTNAME}/ebin ${WRKSRC}/ebin + +do-install: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME} + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME}/ebin + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME}/lib + ${INSTALL_DATA} ${WRKSRC}/ebin/* ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME}/ebin + cd ${WRKSRC}/lib && ${COPYTREE_SHARE} \* ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME}/lib + +.include Added: head/devel/elixir-decimal/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-decimal/distinfo Wed Jul 1 10:29:11 2015 (r391046) @@ -0,0 +1,2 @@ +SHA256 (ericmj-decimal-v1.1.0_GH0.tar.gz) = dd0bb6a4f27d543abae947a0e9acc2244f4f5f0a9bfad913506cf2c4dee26a25 +SIZE (ericmj-decimal-v1.1.0_GH0.tar.gz) = 13928 Added: head/devel/elixir-decimal/files/patch-mix.exs ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-decimal/files/patch-mix.exs Wed Jul 1 10:29:11 2015 (r391046) @@ -0,0 +1,12 @@ +--- mix.exs.orig 2015-07-01 10:24:04 UTC ++++ mix.exs +@@ -21,8 +21,7 @@ defmodule Decimal.Mixfile do + end + + defp deps do +- [{:ex_doc, only: :dev}, +- {:earmark, only: :dev}] ++ [] + end + + defp description do Added: head/devel/elixir-decimal/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-decimal/pkg-descr Wed Jul 1 10:29:11 2015 (r391046) @@ -0,0 +1,3 @@ +Arbitrary precision decimal arithmetic for Elixir. + +WWW: https://github.com/ericmj/decimal Added: head/devel/elixir-decimal/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-decimal/pkg-plist Wed Jul 1 10:29:11 2015 (r391046) @@ -0,0 +1,8 @@ +lib/elixir/lib/decimal/ebin/Elixir.Decimal.Context.beam +lib/elixir/lib/decimal/ebin/Elixir.Decimal.Error.beam +lib/elixir/lib/decimal/ebin/Elixir.Decimal.beam +lib/elixir/lib/decimal/ebin/Elixir.Inspect.Decimal.beam +lib/elixir/lib/decimal/ebin/Elixir.String.Chars.Decimal.beam +lib/elixir/lib/decimal/ebin/decimal.app +lib/elixir/lib/decimal/lib/decimal.ex +%%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-all@freebsd.org Wed Jul 1 10:30:00 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9429E9911A5; Wed, 1 Jul 2015 10:30:00 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6BAA311E9; Wed, 1 Jul 2015 10:30:00 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t61AU0ha034696; Wed, 1 Jul 2015 10:30:00 GMT (envelope-from culot@FreeBSD.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t61AU0BI034695; Wed, 1 Jul 2015 10:30:00 GMT (envelope-from culot@FreeBSD.org) Message-Id: <201507011030.t61AU0BI034695@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: culot set sender to culot@FreeBSD.org using -f From: Frederic Culot Date: Wed, 1 Jul 2015 10:30:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-svnadmin@freebsd.org Subject: svn commit: r391047 - svnadmin/conf X-SVN-Group: ports-svnadmin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 10:30:00 -0000 Author: culot Date: Wed Jul 1 10:29:59 2015 New Revision: 391047 URL: https://svnweb.freebsd.org/changeset/ports/391047 Log: - Take xmj@'s commit bit in for safekeeping, on his request Modified: svnadmin/conf/access Modified: svnadmin/conf/access ============================================================================== --- svnadmin/conf/access Wed Jul 1 10:29:11 2015 (r391046) +++ svnadmin/conf/access Wed Jul 1 10:29:59 2015 (r391047) @@ -197,7 +197,6 @@ vsevolod wen wg wxs -xmj xride zeising zi From owner-svn-ports-all@freebsd.org Wed Jul 1 10:30:13 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 870A19911EC; Wed, 1 Jul 2015 10:30:13 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 785F712E6; Wed, 1 Jul 2015 10:30:13 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t61AUDd9034897; Wed, 1 Jul 2015 10:30:13 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t61AUDTq034893; Wed, 1 Jul 2015 10:30:13 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201507011030.t61AUDTq034893@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Wed, 1 Jul 2015 10:30:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391048 - in head/devel/subversion: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 10:30:13 -0000 Author: mat Date: Wed Jul 1 10:30:12 2015 New Revision: 391048 URL: https://svnweb.freebsd.org/changeset/ports/391048 Log: Fix Differential Revision move. Noticed by: amdmi3 Sponsored by: Absolight Differential Revision: Modified: head/devel/subversion/Makefile.common head/devel/subversion/files/extra-patch-fbsd-template Modified: head/devel/subversion/Makefile.common ============================================================================== --- head/devel/subversion/Makefile.common Wed Jul 1 10:29:59 2015 (r391047) +++ head/devel/subversion/Makefile.common Wed Jul 1 10:30:12 2015 (r391048) @@ -3,7 +3,7 @@ PORTNAME?= subversion PORTVERSION= 1.8.13 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES+= devel MASTER_SITES= APACHE/subversion DIST_SUBDIR= subversion18 Modified: head/devel/subversion/files/extra-patch-fbsd-template ============================================================================== --- head/devel/subversion/files/extra-patch-fbsd-template Wed Jul 1 10:29:59 2015 (r391047) +++ head/devel/subversion/files/extra-patch-fbsd-template Wed Jul 1 10:30:12 2015 (r391048) @@ -30,7 +30,7 @@ + "MFH:", + "Relnotes:", + "Security:", -+ "Sponsored by:" ++ "Sponsored by:", + "Differential Revision:", +}; + From owner-svn-ports-all@freebsd.org Wed Jul 1 10:30:26 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 551BA99122D; Wed, 1 Jul 2015 10:30:26 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 16ABA15F0; Wed, 1 Jul 2015 10:30:26 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 9EA89BDC68; Wed, 1 Jul 2015 12:30:22 +0200 (CEST) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id 736C2BDC1F; Wed, 1 Jul 2015 12:30:22 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id CDC546137; Wed, 1 Jul 2015 12:30:21 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id 6A91C93CBAD; Wed, 1 Jul 2015 12:30:21 +0200 (CEST) Date: Wed, 01 Jul 2015 12:30:18 +0200 From: Mathieu Arnold To: Dmitry Marakasov cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r390951 - in head/devel/subversion: . files Message-ID: <83145F00CCD8F97D4C0F2752@ogg.in.absolight.net> In-Reply-To: <20150701102004.GP1449@hades.panopticon> References: <201506301104.t5UB4tLE006959@svn.freebsd.org> <20150701102004.GP1449@hades.panopticon> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="==========EE03322229755B92D6AD==========" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 10:30:26 -0000 --==========EE03322229755B92D6AD========== Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline +--On 1 juillet 2015 13:20:04 +0300 Dmitry Marakasov wrote: | * Mathieu Arnold (mat@FreeBSD.org) wrote: | |> Author: mat |> Date: Tue Jun 30 11:04:54 2015 |> New Revision: 390951 |> URL: https://svnweb.freebsd.org/changeset/ports/390951 |> |> Log: |> Move the phabricator line to the end, it seems it only works there. | | Seemingly after this the line is not removed if it's empty resulting in | commits like | | https://svnweb.freebsd.org/ports?view=revision&revision=390995 You're right, fixed in r391048. -- Mathieu Arnold --==========EE03322229755B92D6AD========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJVk8E8XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85ImjoP/i4V22365A5YA7D1q8B6NmC7 tGvOaD7SkvWynIH2oLT/9DnUZYJDAfNDGo1YgZKeFnEXQjnY1zbMLu5ZeCsQE1Qw NzaU814PCzCXujJW7DNavhiKHdoiYVZAHdVjVEKs9Zd/efA3wlISOnYuMvtMp9ls oZltTasHIzS6dMjMI4dt0Nb2vrrUAqkgGu0IzHD44TuUcKSSfGOozj8CbAciFOwI hSaIqR1CeIIH1D2atyN/VvSM7nfRRrXZRG5rkNI/u+GSVoQsZcfDimwcEqzMITmO xfWzKjNLEREiTuuc7ATIRDvedWSsigDYYXXAZeW62ocHcvIcXFvcdA6gH7WC3m+l amG/Ts7yjkz/qCCbZZIzTscsxMNKxrRqOx16peodFMp+ep9yywl1LNmp/BFjoVnC RTBvcxxsCDRG5uTRfMh+6s1F6dusQdEiBC4QdWV8NSaUi83BSvvLcNpPK1ralcvV dp1BUc/NyOUlg1cg3vfLnMwpmMvboOd36NjPiHKPpYyVDRtPD7Rc/6urhePVUsCs +fqfaUM59pQAhce+XlHaTammgWNIlpdwLbFiBLvkz1n0X9NBxGxzFVMRcWmL9f11 rxhzZyrvP1iblT3qyH/865Ch0cy6WmIS/Gxvnx90R0kEPJpP/Dzj7ZUeI2FPfdaI yVKyAL/1oSk2WjfNjn5l =tNA0 -----END PGP SIGNATURE----- --==========EE03322229755B92D6AD==========-- From owner-svn-ports-all@freebsd.org Wed Jul 1 11:08:36 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CB923991A34; Wed, 1 Jul 2015 11:08:36 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BC71F1CD5; Wed, 1 Jul 2015 11:08:36 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t61B8agW054614; Wed, 1 Jul 2015 11:08:36 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t61B8ahp054612; Wed, 1 Jul 2015 11:08:36 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201507011108.t61B8ahp054612@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Wed, 1 Jul 2015 11:08:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391049 - head/lang/afnix X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 11:08:36 -0000 Author: johans Date: Wed Jul 1 11:08:35 2015 New Revision: 391049 URL: https://svnweb.freebsd.org/changeset/ports/391049 Log: Update to Afnix 2.5.2 Modified: head/lang/afnix/Makefile head/lang/afnix/distinfo Modified: head/lang/afnix/Makefile ============================================================================== --- head/lang/afnix/Makefile Wed Jul 1 10:30:12 2015 (r391048) +++ head/lang/afnix/Makefile Wed Jul 1 11:08:35 2015 (r391049) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= afnix -PORTVERSION= 2.5.1 +PORTVERSION= 2.5.2 CATEGORIES= lang MASTER_SITES= http://www.afnix.org/ftp/ \ ftp://ftp.stack.nl/pub/users/johans/afnix/ Modified: head/lang/afnix/distinfo ============================================================================== --- head/lang/afnix/distinfo Wed Jul 1 10:30:12 2015 (r391048) +++ head/lang/afnix/distinfo Wed Jul 1 11:08:35 2015 (r391049) @@ -1,2 +1,2 @@ -SHA256 (afnix-src-2.5.1.tgz) = 1bd005018497997da336e1257025e77410cbe8dfb90a17267315708fc685255f -SIZE (afnix-src-2.5.1.tgz) = 2161249 +SHA256 (afnix-src-2.5.2.tgz) = fcc50c7aef78c7591ae9303d6ee2ec900b923ced6ac5bad3dc5a5e6b2ac84935 +SIZE (afnix-src-2.5.2.tgz) = 2155130 From owner-svn-ports-all@freebsd.org Wed Jul 1 11:11:22 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8805A991B99; Wed, 1 Jul 2015 11:11:22 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 78CA71EC6; Wed, 1 Jul 2015 11:11:22 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t61BBMlP056805; Wed, 1 Jul 2015 11:11:22 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t61BBM0L056803; Wed, 1 Jul 2015 11:11:22 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201507011111.t61BBM0L056803@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 1 Jul 2015 11:11:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391050 - head/devel/libolecf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 11:11:22 -0000 Author: antoine Date: Wed Jul 1 11:11:21 2015 New Revision: 391050 URL: https://svnweb.freebsd.org/changeset/ports/391050 Log: Update to alpha-20150630 Modified: head/devel/libolecf/Makefile head/devel/libolecf/distinfo Modified: head/devel/libolecf/Makefile ============================================================================== --- head/devel/libolecf/Makefile Wed Jul 1 11:08:35 2015 (r391049) +++ head/devel/libolecf/Makefile Wed Jul 1 11:11:21 2015 (r391050) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libolecf -DISTVERSION= alpha-20150629 +DISTVERSION= alpha-20150630 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libolecf/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine Modified: head/devel/libolecf/distinfo ============================================================================== --- head/devel/libolecf/distinfo Wed Jul 1 11:08:35 2015 (r391049) +++ head/devel/libolecf/distinfo Wed Jul 1 11:11:21 2015 (r391050) @@ -1,2 +1,2 @@ -SHA256 (libolecf-alpha-20150629.tar.gz) = bbedcc946831ad18bdf3e03a18306ad7f7f75ae8747b3778996b89c254d980ee -SIZE (libolecf-alpha-20150629.tar.gz) = 1442056 +SHA256 (libolecf-alpha-20150630.tar.gz) = 2bad8ce78ea8b7934bfb74d2dda2928b70beaf25d358842775421d10206d38b6 +SIZE (libolecf-alpha-20150630.tar.gz) = 1442147 From owner-svn-ports-all@freebsd.org Wed Jul 1 12:11:18 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E6F9798F699; Wed, 1 Jul 2015 12:11:17 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D788D15A5; Wed, 1 Jul 2015 12:11:17 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t61CBHdu085256; Wed, 1 Jul 2015 12:11:17 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t61CBHk9085251; Wed, 1 Jul 2015 12:11:17 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201507011211.t61CBHk9085251@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Wed, 1 Jul 2015 12:11:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391051 - in head: . Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 12:11:18 -0000 Author: mat Date: Wed Jul 1 12:11:16 2015 New Revision: 391051 URL: https://svnweb.freebsd.org/changeset/ports/391051 Log: Introduce target option helpers. With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D2944 Modified: head/CHANGES head/Mk/bsd.options.mk head/Mk/bsd.port.mk Modified: head/CHANGES ============================================================================== --- head/CHANGES Wed Jul 1 11:11:21 2015 (r391050) +++ head/CHANGES Wed Jul 1 12:11:16 2015 (r391051) @@ -10,6 +10,38 @@ in the release notes and/or placed into All ports committers are allowed to commit to this file. +20150701: +AUTHOR: mat@FreeBSD.org + + Make option target helpers have been added, it allows replacing: + + .include + + post-patch: + ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ + ${WRKSRC}/Configure ${WRKSRC}/hints/freebsd.sh + .if ${PORT_OPTIONS:MPTHREAD} + ${REINPLACE_CMD} -e 's|%%PTHREAD_LIBS%%|-lpthread|g;' \ + ${WRKSRC}/hints/freebsd.sh + .else + ${REINPLACE_CMD} -e 's|%%PTHREAD_LIBS%%||g;' \ + ${WRKSRC}/hints/freebsd.sh + .endif + + with: + + post-patch: + ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ + ${WRKSRC}/Configure ${WRKSRC}/hints/freebsd.sh + + post-patch-PTHREAD-on: + ${REINPLACE_CMD} -e 's|%%PTHREAD_LIBS%%|-lpthread|g;' \ + ${WRKSRC}/hints/freebsd.sh + + post-patch-PTHREAD-off: + ${REINPLACE_CMD} -e 's|%%PTHREAD_LIBS%%||g;' \ + ${WRKSRC}/hints/freebsd.sh + 20150622: AUTHOR: bapt@FreeBSD.org Modified: head/Mk/bsd.options.mk ============================================================================== --- head/Mk/bsd.options.mk Wed Jul 1 11:11:21 2015 (r391050) +++ head/Mk/bsd.options.mk Wed Jul 1 12:11:16 2015 (r391051) @@ -135,6 +135,7 @@ _OPTIONS_FLAGS= ALL_TARGET CATEGORIES CF MAKE_ENV PATCHFILES PATCH_SITES PLIST_DIRS PLIST_DIRSTRY \ PLIST_FILES PLIST_SUB SUB_FILES SUB_LIST USES _OPTIONS_DEPENDS= PKG FETCH EXTRACT PATCH BUILD LIB RUN +_OPTIONS_TARGETS= fetch extract patch configure build install package stage # Set the default values for the global options, as defined by portmgr .if !defined(NOPORTDOCS) @@ -410,6 +411,12 @@ WITH_DEBUG= yes ALL_OPTIONS= ${OPTIONS_DEFINE} .endif +.for target in ${_OPTIONS_TARGETS} +.for prepost in pre post +_OPTIONS_${prepost}_${target}?= +.endfor +.endfor + .for opt in ${COMPLETE_OPTIONS_LIST} ${OPTIONS_SLAVE} ${OPTIONS_EXCLUDE_${ARCH}} ${OPTIONS_EXCLUDE} # PLIST_SUB PLIST_SUB?= @@ -463,6 +470,11 @@ ${flags}+= ${${opt}_${flags}} ${deptype}_DEPENDS+= ${${opt}_${deptype}_DEPENDS} . endif . endfor +. for target in ${_OPTIONS_TARGETS} +. for prepost in pre post +_OPTIONS_${prepost}_${target}+= ${prepost}-${target}-${opt}-on +. endfor +. endfor . else . if defined(${opt}_USE_OFF) . for option in ${${opt}_USE_OFF} @@ -495,6 +507,11 @@ ${flags}+= ${${opt}_${flags}_OFF} ${deptype}_DEPENDS+= ${${opt}_${deptype}_DEPENDS_OFF} . endif . endfor +. for target in ${_OPTIONS_TARGETS} +. for prepost in pre post +_OPTIONS_${prepost}_${target}+= ${prepost}-${target}-${opt}-off +. endfor +. endfor . endif .endfor Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Wed Jul 1 11:11:21 2015 (r391050) +++ head/Mk/bsd.port.mk Wed Jul 1 12:11:16 2015 (r391051) @@ -5721,33 +5721,33 @@ _SANITY_SEQ= post-chroot pre-everything _PKG_DEP= check-sanity _PKG_SEQ= pkg-depends _FETCH_DEP= pkg -_FETCH_SEQ= fetch-depends pre-fetch pre-fetch-script \ - do-fetch fetch-specials post-fetch post-fetch-script +_FETCH_SEQ= fetch-depends pre-fetch ${_OPTIONS_pre_fetch} pre-fetch-script \ + do-fetch fetch-specials post-fetch ${_OPTIONS_post_fetch} post-fetch-script _EXTRACT_DEP= fetch _EXTRACT_SEQ= check-build-conflicts extract-message checksum extract-depends \ - clean-wrkdir ${WRKDIR} pre-extract pre-extract-script do-extract \ - post-extract post-extract-script + clean-wrkdir ${WRKDIR} pre-extract ${_OPTIONS_pre_extract} pre-extract-script do-extract \ + post-extract ${_OPTIONS_post_extract} post-extract-script _PATCH_DEP= extract _PATCH_SEQ= ask-license patch-message patch-depends pathfix dos2unix fix-shebang \ - pre-patch \ - pre-patch-script do-patch charsetfix-post-patch post-patch post-patch-script + pre-patch ${_OPTIONS_pre_patch} \ + pre-patch-script do-patch charsetfix-post-patch post-patch ${_OPTIONS_post_patch} post-patch-script _CONFIGURE_DEP= patch _CONFIGURE_SEQ= build-depends lib-depends configure-message \ - pre-configure pre-configure-script \ + pre-configure ${_OPTIONS_pre_configure} pre-configure-script \ run-autotools do-autoreconf patch-libtool run-autotools-fixup do-configure \ - post-configure post-configure-script + post-configure ${_OPTIONS_post_configure} post-configure-script _BUILD_DEP= configure -_BUILD_SEQ= build-message pre-build pre-build-script do-build \ - post-build post-build-script +_BUILD_SEQ= build-message pre-build ${_OPTIONS_pre_build} pre-build-script do-build \ + post-build ${_OPTIONS_post_build} post-build-script _STAGE_DEP= build -_STAGE_SEQ= stage-message stage-dir run-depends lib-depends apply-slist pre-install generate-plist \ +_STAGE_SEQ= stage-message stage-dir run-depends lib-depends apply-slist pre-install ${_OPTIONS_pre_install} ${_OPTIONS_pre_stage} generate-plist \ pre-su-install # ${POST_PLIST} must be after anything that modifies TMPPLIST _STAGE_SEQ+= create-users-groups do-install \ kmod-post-install fix-perl-things \ - webplugin-post-install post-install post-install-script \ - move-uniquefiles patch-lafiles post-stage compress-man \ + webplugin-post-install post-install ${_OPTIONS_post_install} post-install-script \ + move-uniquefiles patch-lafiles post-stage ${_OPTIONS_post_stage} compress-man \ install-rc-script install-ldconfig-file install-license \ install-desktop-entries add-plist-info add-plist-docs \ add-plist-examples add-plist-data add-plist-post \ @@ -5760,7 +5760,7 @@ _INSTALL_SEQ= install-message run-depend _INSTALL_SUSEQ= fake-pkg security-check _PACKAGE_DEP= stage -_PACKAGE_SEQ= package-message pre-package pre-package-script do-package post-package-script +_PACKAGE_SEQ= package-message pre-package ${_OPTIONS_pre_package} pre-package-script do-package ${_OPTIONS_post_package} post-package-script # Enforce order for -jN builds From owner-svn-ports-all@freebsd.org Wed Jul 1 12:12:09 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EA21998F7A9; Wed, 1 Jul 2015 12:12:09 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DB0FE18AC; Wed, 1 Jul 2015 12:12:09 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t61CC90C088527; Wed, 1 Jul 2015 12:12:09 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t61CC9q0088525; Wed, 1 Jul 2015 12:12:09 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201507011212.t61CC9q0088525@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Wed, 1 Jul 2015 12:12:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391052 - head/www/uwsgi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 12:12:10 -0000 Author: demon Date: Wed Jul 1 12:12:08 2015 New Revision: 391052 URL: https://svnweb.freebsd.org/changeset/ports/391052 Log: Update to version 2.0.11. Modified: head/www/uwsgi/Makefile head/www/uwsgi/distinfo Modified: head/www/uwsgi/Makefile ============================================================================== --- head/www/uwsgi/Makefile Wed Jul 1 12:11:16 2015 (r391051) +++ head/www/uwsgi/Makefile Wed Jul 1 12:12:08 2015 (r391052) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= uwsgi -PORTVERSION= 2.0.10 +PORTVERSION= 2.0.11 CATEGORIES= www python MASTER_SITES= http://projects.unbit.it/downloads/ Modified: head/www/uwsgi/distinfo ============================================================================== --- head/www/uwsgi/distinfo Wed Jul 1 12:11:16 2015 (r391051) +++ head/www/uwsgi/distinfo Wed Jul 1 12:12:08 2015 (r391052) @@ -1,2 +1,2 @@ -SHA256 (uwsgi-2.0.10.tar.gz) = c0b381d6c22da931e85e3efe612629fe33a01ac25b0f028aa631b85d86d5028b -SIZE (uwsgi-2.0.10.tar.gz) = 779820 +SHA256 (uwsgi-2.0.11.tar.gz) = 9541e20a4bb0929d3ac3d338b09d028eb278b84671e8c33a7fb1b3a0b82bd726 +SIZE (uwsgi-2.0.11.tar.gz) = 781930 From owner-svn-ports-all@freebsd.org Wed Jul 1 12:21:59 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F307098FAA4; Wed, 1 Jul 2015 12:21:59 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E3EB92761; Wed, 1 Jul 2015 12:21:59 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t61CLxwE093529; Wed, 1 Jul 2015 12:21:59 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t61CLxJa093527; Wed, 1 Jul 2015 12:21:59 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201507011221.t61CLxJa093527@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Wed, 1 Jul 2015 12:21:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391053 - head/www/mod_proxy_uwsgi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 12:22:00 -0000 Author: demon Date: Wed Jul 1 12:21:58 2015 New Revision: 391053 URL: https://svnweb.freebsd.org/changeset/ports/391053 Log: Update to version 2.0.11 Modified: head/www/mod_proxy_uwsgi/Makefile head/www/mod_proxy_uwsgi/distinfo Modified: head/www/mod_proxy_uwsgi/Makefile ============================================================================== --- head/www/mod_proxy_uwsgi/Makefile Wed Jul 1 12:12:08 2015 (r391052) +++ head/www/mod_proxy_uwsgi/Makefile Wed Jul 1 12:21:58 2015 (r391053) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mod_proxy_uwsgi -PORTVERSION= 2.0.10 +PORTVERSION= 2.0.11 CATEGORIES= www MASTER_SITES= http://projects.unbit.it/downloads/ DISTNAME= uwsgi-${PORTVERSION} Modified: head/www/mod_proxy_uwsgi/distinfo ============================================================================== --- head/www/mod_proxy_uwsgi/distinfo Wed Jul 1 12:12:08 2015 (r391052) +++ head/www/mod_proxy_uwsgi/distinfo Wed Jul 1 12:21:58 2015 (r391053) @@ -1,2 +1,2 @@ -SHA256 (uwsgi-2.0.10.tar.gz) = c0b381d6c22da931e85e3efe612629fe33a01ac25b0f028aa631b85d86d5028b -SIZE (uwsgi-2.0.10.tar.gz) = 779820 +SHA256 (uwsgi-2.0.11.tar.gz) = 9541e20a4bb0929d3ac3d338b09d028eb278b84671e8c33a7fb1b3a0b82bd726 +SIZE (uwsgi-2.0.11.tar.gz) = 781930 From owner-svn-ports-all@freebsd.org Wed Jul 1 12:29:07 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CEE1998FB8C; Wed, 1 Jul 2015 12:29:07 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BF8E32A76; Wed, 1 Jul 2015 12:29:07 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t61CT7oJ094618; Wed, 1 Jul 2015 12:29:07 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t61CT7bX094616; Wed, 1 Jul 2015 12:29:07 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507011229.t61CT7bX094616@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 1 Jul 2015 12:29:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391054 - in head/lang: erlang-java erlang-wx X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 12:29:07 -0000 Author: olgeni Date: Wed Jul 1 12:29:06 2015 New Revision: 391054 URL: https://svnweb.freebsd.org/changeset/ports/391054 Log: Bump to 18.0.1 to match lang/erlang. Modified: head/lang/erlang-java/Makefile head/lang/erlang-wx/Makefile Modified: head/lang/erlang-java/Makefile ============================================================================== --- head/lang/erlang-java/Makefile Wed Jul 1 12:21:58 2015 (r391053) +++ head/lang/erlang-java/Makefile Wed Jul 1 12:29:06 2015 (r391054) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= erlang -PORTVERSION= 18.0 +PORTVERSION= 18.0.1 CATEGORIES= lang parallel java MASTER_SITES= http://www.erlang.org/download/:erlangorg \ http://erlang.stacken.kth.se/download/:erlangorg \ Modified: head/lang/erlang-wx/Makefile ============================================================================== --- head/lang/erlang-wx/Makefile Wed Jul 1 12:21:58 2015 (r391053) +++ head/lang/erlang-wx/Makefile Wed Jul 1 12:29:06 2015 (r391054) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= erlang -PORTVERSION= 18.0 +PORTVERSION= 18.0.1 CATEGORIES= lang parallel MASTER_SITES= http://www.erlang.org/download/:erlangorg \ http://erlang.stacken.kth.se/download/:erlangorg \ From owner-svn-ports-all@freebsd.org Wed Jul 1 12:36:36 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 832E398FD57; Wed, 1 Jul 2015 12:36:36 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5A6DC156A; Wed, 1 Jul 2015 12:36:36 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t61CaaNV099382; Wed, 1 Jul 2015 12:36:36 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t61Caa97099381; Wed, 1 Jul 2015 12:36:36 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201507011236.t61Caa97099381@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Wed, 1 Jul 2015 12:36:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r391055 - branches/2015Q3 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 12:36:36 -0000 Author: mat Date: Wed Jul 1 12:36:35 2015 New Revision: 391055 URL: https://svnweb.freebsd.org/changeset/ports/391055 Log: Branch 2015Q3 Sponsored by: Absolight Added: branches/2015Q3/ - copied from r391052, head/ From owner-svn-ports-all@freebsd.org Wed Jul 1 13:16:26 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4CB369904E0; Wed, 1 Jul 2015 13:16:26 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3B6C61C80; Wed, 1 Jul 2015 13:16:26 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t61DGQBd019491; Wed, 1 Jul 2015 13:16:26 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t61DGO6C019477; Wed, 1 Jul 2015 13:16:24 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507011316.t61DGO6C019477@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 1 Jul 2015 13:16:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391056 - in head/www: . elixir-phoenix elixir-phoenix/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 13:16:26 -0000 Author: olgeni Date: Wed Jul 1 13:16:23 2015 New Revision: 391056 URL: https://svnweb.freebsd.org/changeset/ports/391056 Log: Add www/elixir-phoenix, a native web framework for Elixir. Added: head/www/elixir-phoenix/ head/www/elixir-phoenix/Makefile (contents, props changed) head/www/elixir-phoenix/distinfo (contents, props changed) head/www/elixir-phoenix/files/ head/www/elixir-phoenix/files/patch-mix.exs (contents, props changed) head/www/elixir-phoenix/pkg-descr (contents, props changed) head/www/elixir-phoenix/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Wed Jul 1 12:36:35 2015 (r391055) +++ head/www/Makefile Wed Jul 1 13:16:23 2015 (r391056) @@ -161,6 +161,7 @@ SUBDIR += elgg SUBDIR += elinks SUBDIR += eliom + SUBDIR += elixir-phoenix SUBDIR += emacs-w3m SUBDIR += encode-explorer SUBDIR += entrans Added: head/www/elixir-phoenix/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/elixir-phoenix/Makefile Wed Jul 1 13:16:23 2015 (r391056) @@ -0,0 +1,45 @@ +# $FreeBSD$ + +PORTNAME= phoenix +PORTVERSION= 0.14.0 +DISTVERSIONPREFIX= v +CATEGORIES= www +PKGNAMEPREFIX= elixir- + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= Web framework for Elixir + +LICENSE= MIT + +BUILD_DEPENDS= elixir:${PORTSDIR}/lang/elixir \ + elixir-plug>=0:${PORTSDIR}/devel/elixir-plug \ + elixir-poison>=0:${PORTSDIR}/devel/elixir-poison +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USE_GITHUB= yes +GH_ACCOUNT= phoenixframework + +OPTIONS_DEFINE= COWBOY +COWBOY_DESC= Use Cowboy library + +COWBOY_BUILD_DEPENDS= erlang-cowboy>=0:${PORTSDIR}/www/erlang-cowboy +COWBOY_RUN_DEPENDS= erlang-cowboy>=0:${PORTSDIR}/www/erlang-cowboy + +.include + +do-build: + @cd ${WRKSRC} && LANG=en_US.UTF-8 MIX_ENV=prod mix compile + +post-build: + @${LN} -s ${WRKSRC}/_build/prod/lib/${PORTNAME}/ebin ${WRKSRC}/ebin + +do-install: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME} + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME}/ebin + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME}/lib + ${INSTALL_DATA} ${WRKSRC}/ebin/* ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME}/ebin + cd ${WRKSRC}/lib && ${COPYTREE_SHARE} \* ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME}/lib + +.include Added: head/www/elixir-phoenix/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/elixir-phoenix/distinfo Wed Jul 1 13:16:23 2015 (r391056) @@ -0,0 +1,2 @@ +SHA256 (phoenixframework-phoenix-v0.14.0_GH0.tar.gz) = 2d1b7954c11e500b49497869c7da73ae16a1153e7856ca4f484e7dfd7793e4ec +SIZE (phoenixframework-phoenix-v0.14.0_GH0.tar.gz) = 187118 Added: head/www/elixir-phoenix/files/patch-mix.exs ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/elixir-phoenix/files/patch-mix.exs Wed Jul 1 13:16:23 2015 (r391056) @@ -0,0 +1,22 @@ +--- mix.exs.orig 2015-07-01 12:43:24 UTC ++++ mix.exs +@@ -29,18 +29,7 @@ defmodule Phoenix.Mixfile do + end + + defp deps do +- [{:cowboy, "~> 1.0", optional: true}, +- {:plug, "~> 0.13 or ~> 1.0"}, +- {:poison, "~> 1.3"}, +- +- # Docs dependencies +- {:earmark, "~> 0.1", only: :docs}, +- {:ex_doc, "~> 0.7.1", only: :docs}, +- {:inch_ex, "~> 0.2", only: :docs}, +- +- # Test dependencies +- {:phoenix_html, "~> 1.2", only: :test}, +- {:websocket_client, github: "jeremyong/websocket_client", only: :test}] ++ [] + end + + defp package do Added: head/www/elixir-phoenix/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/elixir-phoenix/pkg-descr Wed Jul 1 13:16:23 2015 (r391056) @@ -0,0 +1,4 @@ +Productive. Reliable. Fast. Most web frameworks make you choose +between speed and a productive environment. Phoenix gives you both. + +WWW: https://github.com/phoenixframework/phoenix Added: head/www/elixir-phoenix/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/elixir-phoenix/pkg-plist Wed Jul 1 13:16:23 2015 (r391056) @@ -0,0 +1,127 @@ +lib/elixir/lib/phoenix/ebin/Elixir.Mix.Phoenix.beam +lib/elixir/lib/phoenix/ebin/Elixir.Mix.Tasks.Compile.Phoenix.beam +lib/elixir/lib/phoenix/ebin/Elixir.Mix.Tasks.Phoenix.Digest.beam +lib/elixir/lib/phoenix/ebin/Elixir.Mix.Tasks.Phoenix.Gen.Channel.beam +lib/elixir/lib/phoenix/ebin/Elixir.Mix.Tasks.Phoenix.Gen.Html.beam +lib/elixir/lib/phoenix/ebin/Elixir.Mix.Tasks.Phoenix.Gen.Json.beam +lib/elixir/lib/phoenix/ebin/Elixir.Mix.Tasks.Phoenix.Gen.Model.beam +lib/elixir/lib/phoenix/ebin/Elixir.Mix.Tasks.Phoenix.Routes.beam +lib/elixir/lib/phoenix/ebin/Elixir.Mix.Tasks.Phoenix.Server.beam +lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Channel.Server.beam +lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Channel.Transport.beam +lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Channel.beam +lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.ChannelTest.beam +lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.CodeReloader.Proxy.beam +lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.CodeReloader.Server.beam +lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.CodeReloader.beam +lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Config.beam +lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.ConnTest.beam +lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Controller.Logger.beam +lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Controller.Pipeline.beam +lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Controller.beam +lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Digester.beam +lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Endpoint.Adapter.beam +lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Endpoint.CowboyHandler.beam +lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Endpoint.CowboyWebsocket.beam +lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Endpoint.RenderErrors.beam +lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Endpoint.Server.beam +lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Endpoint.Watcher.beam +lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Endpoint.beam +lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.MissingParamError.beam +lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Naming.beam +lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Param.Any.beam +lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Param.Atom.beam +lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Param.BitString.beam +lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Param.Integer.beam +lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Param.Map.beam +lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Param.beam +lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.PubSub.BroadcastError.beam +lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.PubSub.Local.beam +lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.PubSub.PG2.beam +lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.PubSub.PG2Server.beam +lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.PubSub.beam +lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Router.ConsoleFormatter.beam +lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Router.Helpers.beam +lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Router.NoRouteError.beam +lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Router.Resource.beam +lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Router.Route.beam +lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Router.Scope.beam +lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Router.beam +lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Socket.Broadcast.beam +lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Socket.InvalidMessageError.beam +lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Socket.Message.beam +lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Socket.Reply.beam +lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Socket.beam +lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Supervisor.beam +lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Template.EExEngine.beam +lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Template.Engine.beam +lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Template.ExsEngine.beam +lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Template.HTML.beam +lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Template.UndefinedError.beam +lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Template.beam +lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Transports.JSONSerializer.beam +lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Transports.LongPoller.Server.beam +lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Transports.LongPoller.Supervisor.beam +lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Transports.LongPoller.beam +lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Transports.Serializer.beam +lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Transports.WebSocket.beam +lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.View.beam +lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.beam +lib/elixir/lib/phoenix/ebin/phoenix.app +lib/elixir/lib/phoenix/lib/mix/phoenix.ex +lib/elixir/lib/phoenix/lib/mix/tasks/compile.phoenix.ex +lib/elixir/lib/phoenix/lib/mix/tasks/phoenix.digest.ex +lib/elixir/lib/phoenix/lib/mix/tasks/phoenix.gen.channel.ex +lib/elixir/lib/phoenix/lib/mix/tasks/phoenix.gen.html.ex +lib/elixir/lib/phoenix/lib/mix/tasks/phoenix.gen.json.ex +lib/elixir/lib/phoenix/lib/mix/tasks/phoenix.gen.model.ex +lib/elixir/lib/phoenix/lib/mix/tasks/phoenix.routes.ex +lib/elixir/lib/phoenix/lib/mix/tasks/phoenix.server.ex +lib/elixir/lib/phoenix/lib/phoenix.ex +lib/elixir/lib/phoenix/lib/phoenix/channel.ex +lib/elixir/lib/phoenix/lib/phoenix/channel/server.ex +lib/elixir/lib/phoenix/lib/phoenix/channel/transport.ex +lib/elixir/lib/phoenix/lib/phoenix/code_reloader.ex +lib/elixir/lib/phoenix/lib/phoenix/code_reloader/proxy.ex +lib/elixir/lib/phoenix/lib/phoenix/code_reloader/server.ex +lib/elixir/lib/phoenix/lib/phoenix/config.ex +lib/elixir/lib/phoenix/lib/phoenix/controller.ex +lib/elixir/lib/phoenix/lib/phoenix/controller/logger.ex +lib/elixir/lib/phoenix/lib/phoenix/controller/pipeline.ex +lib/elixir/lib/phoenix/lib/phoenix/digester.ex +lib/elixir/lib/phoenix/lib/phoenix/endpoint.ex +lib/elixir/lib/phoenix/lib/phoenix/endpoint/adapter.ex +lib/elixir/lib/phoenix/lib/phoenix/endpoint/cowboy_handler.ex +lib/elixir/lib/phoenix/lib/phoenix/endpoint/cowboy_websocket.ex +lib/elixir/lib/phoenix/lib/phoenix/endpoint/render_errors.ex +lib/elixir/lib/phoenix/lib/phoenix/endpoint/server.ex +lib/elixir/lib/phoenix/lib/phoenix/endpoint/watcher.ex +lib/elixir/lib/phoenix/lib/phoenix/exceptions.ex +lib/elixir/lib/phoenix/lib/phoenix/naming.ex +lib/elixir/lib/phoenix/lib/phoenix/param.ex +lib/elixir/lib/phoenix/lib/phoenix/pubsub.ex +lib/elixir/lib/phoenix/lib/phoenix/pubsub/local.ex +lib/elixir/lib/phoenix/lib/phoenix/pubsub/pg2.ex +lib/elixir/lib/phoenix/lib/phoenix/pubsub/pg2_server.ex +lib/elixir/lib/phoenix/lib/phoenix/router.ex +lib/elixir/lib/phoenix/lib/phoenix/router/console_formatter.ex +lib/elixir/lib/phoenix/lib/phoenix/router/helpers.ex +lib/elixir/lib/phoenix/lib/phoenix/router/resource.ex +lib/elixir/lib/phoenix/lib/phoenix/router/route.ex +lib/elixir/lib/phoenix/lib/phoenix/router/scope.ex +lib/elixir/lib/phoenix/lib/phoenix/socket.ex +lib/elixir/lib/phoenix/lib/phoenix/supervisor.ex +lib/elixir/lib/phoenix/lib/phoenix/template.ex +lib/elixir/lib/phoenix/lib/phoenix/template/eex_engine.ex +lib/elixir/lib/phoenix/lib/phoenix/template/engine.ex +lib/elixir/lib/phoenix/lib/phoenix/template/exs_engine.ex +lib/elixir/lib/phoenix/lib/phoenix/template/html.ex +lib/elixir/lib/phoenix/lib/phoenix/test/channel_test.ex +lib/elixir/lib/phoenix/lib/phoenix/test/conn_test.ex +lib/elixir/lib/phoenix/lib/phoenix/transports/json_serializer.ex +lib/elixir/lib/phoenix/lib/phoenix/transports/long_poller.ex +lib/elixir/lib/phoenix/lib/phoenix/transports/long_poller/server.ex +lib/elixir/lib/phoenix/lib/phoenix/transports/serializer.ex +lib/elixir/lib/phoenix/lib/phoenix/transports/websocket.ex +lib/elixir/lib/phoenix/lib/phoenix/view.ex +%%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-all@freebsd.org Wed Jul 1 13:22:46 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C2D69990758; Wed, 1 Jul 2015 13:22:46 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B3E1D212A; Wed, 1 Jul 2015 13:22:46 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t61DMkbN023973; Wed, 1 Jul 2015 13:22:46 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t61DMkfv023972; Wed, 1 Jul 2015 13:22:46 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201507011322.t61DMkfv023972@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 1 Jul 2015 13:22:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391057 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 13:22:46 -0000 Author: feld Date: Wed Jul 1 13:22:45 2015 New Revision: 391057 URL: https://svnweb.freebsd.org/changeset/ports/391057 Log: Correct version range for netpbm CVE-2015-3885 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Jul 1 13:16:23 2015 (r391056) +++ head/security/vuxml/vuln.xml Wed Jul 1 13:22:45 2015 (r391057) @@ -3071,8 +3071,7 @@ Notes: netpbm - 10.47.56 - 10.7010.70.06 + 10.35.96 opengtl @@ -3113,7 +3112,7 @@ Notes: 2015-04-24 2015-05-15 - 2015-06-24 + 2015-07-01 From owner-svn-ports-all@freebsd.org Wed Jul 1 13:28:36 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 836A39907BA; Wed, 1 Jul 2015 13:28:36 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 73FD2265F; Wed, 1 Jul 2015 13:28:36 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t61DSacc024882; Wed, 1 Jul 2015 13:28:36 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t61DSZd7024879; Wed, 1 Jul 2015 13:28:35 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201507011328.t61DSZd7024879@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 1 Jul 2015 13:28:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391058 - head/graphics/netpbm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 13:28:36 -0000 Author: feld Date: Wed Jul 1 13:28:35 2015 New Revision: 391058 URL: https://svnweb.freebsd.org/changeset/ports/391058 Log: Update to 10.35.96 CVE-2015-3885 fix is included Approved by: ports-secteam (with hat) Modified: head/graphics/netpbm/Makefile head/graphics/netpbm/distinfo head/graphics/netpbm/pkg-plist Modified: head/graphics/netpbm/Makefile ============================================================================== --- head/graphics/netpbm/Makefile Wed Jul 1 13:22:45 2015 (r391057) +++ head/graphics/netpbm/Makefile Wed Jul 1 13:28:35 2015 (r391058) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= netpbm -PORTVERSION= 10.35.94 -PORTREVISION= 1 +PORTVERSION= 10.35.96 +PORTREVISION= 0 CATEGORIES= graphics MASTER_SITES= SF/netpbm/super_stable/${PORTVERSION} \ LOCAL/dinoex/:man Modified: head/graphics/netpbm/distinfo ============================================================================== --- head/graphics/netpbm/distinfo Wed Jul 1 13:22:45 2015 (r391057) +++ head/graphics/netpbm/distinfo Wed Jul 1 13:28:35 2015 (r391058) @@ -1,4 +1,4 @@ -SHA256 (netpbm-10.35.94.tgz) = 0ef6152fa83fec57109fbc3e89c5e64151e122795ea3b2a27ae27c776d280dbf -SIZE (netpbm-10.35.94.tgz) = 2557942 +SHA256 (netpbm-10.35.96.tgz) = e652f3642e930156afaffb4c28e135efe026b41cd64be20e245b0c8124819eee +SIZE (netpbm-10.35.96.tgz) = 2559587 SHA256 (netpbm-manpages-2013-03-09.tgz) = 430a9c5becbc55e2fed832fa40d9fb050ac6ad426cbf39dc73af5d6be37f8cd6 SIZE (netpbm-manpages-2013-03-09.tgz) = 1464320 Modified: head/graphics/netpbm/pkg-plist ============================================================================== --- head/graphics/netpbm/pkg-plist Wed Jul 1 13:22:45 2015 (r391057) +++ head/graphics/netpbm/pkg-plist Wed Jul 1 13:28:35 2015 (r391058) @@ -278,6 +278,7 @@ bin/ppmtoppm bin/ppmtopuzz bin/ppmtorgb3 bin/ppmtosixel +bin/ppmtotga bin/ppmtoterm bin/ppmtouil bin/ppmtowinicon From owner-svn-ports-all@freebsd.org Wed Jul 1 13:35:17 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 76620990922; Wed, 1 Jul 2015 13:35:17 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4D27329B3; Wed, 1 Jul 2015 13:35:17 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t61DZHkp029617; Wed, 1 Jul 2015 13:35:17 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t61DZGqI029614; Wed, 1 Jul 2015 13:35:16 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201507011335.t61DZGqI029614@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 1 Jul 2015 13:35:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r391059 - branches/2015Q3/graphics/netpbm X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 13:35:17 -0000 Author: feld Date: Wed Jul 1 13:35:15 2015 New Revision: 391059 URL: https://svnweb.freebsd.org/changeset/ports/391059 Log: MFH: r391058 Update to 10.35.96 CVE-2015-3885 fix is included Approved by: ports-secteam (with hat) Modified: branches/2015Q3/graphics/netpbm/Makefile branches/2015Q3/graphics/netpbm/distinfo branches/2015Q3/graphics/netpbm/pkg-plist Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/graphics/netpbm/Makefile ============================================================================== --- branches/2015Q3/graphics/netpbm/Makefile Wed Jul 1 13:28:35 2015 (r391058) +++ branches/2015Q3/graphics/netpbm/Makefile Wed Jul 1 13:35:15 2015 (r391059) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= netpbm -PORTVERSION= 10.35.94 -PORTREVISION= 1 +PORTVERSION= 10.35.96 +PORTREVISION= 0 CATEGORIES= graphics MASTER_SITES= SF/netpbm/super_stable/${PORTVERSION} \ LOCAL/dinoex/:man Modified: branches/2015Q3/graphics/netpbm/distinfo ============================================================================== --- branches/2015Q3/graphics/netpbm/distinfo Wed Jul 1 13:28:35 2015 (r391058) +++ branches/2015Q3/graphics/netpbm/distinfo Wed Jul 1 13:35:15 2015 (r391059) @@ -1,4 +1,4 @@ -SHA256 (netpbm-10.35.94.tgz) = 0ef6152fa83fec57109fbc3e89c5e64151e122795ea3b2a27ae27c776d280dbf -SIZE (netpbm-10.35.94.tgz) = 2557942 +SHA256 (netpbm-10.35.96.tgz) = e652f3642e930156afaffb4c28e135efe026b41cd64be20e245b0c8124819eee +SIZE (netpbm-10.35.96.tgz) = 2559587 SHA256 (netpbm-manpages-2013-03-09.tgz) = 430a9c5becbc55e2fed832fa40d9fb050ac6ad426cbf39dc73af5d6be37f8cd6 SIZE (netpbm-manpages-2013-03-09.tgz) = 1464320 Modified: branches/2015Q3/graphics/netpbm/pkg-plist ============================================================================== --- branches/2015Q3/graphics/netpbm/pkg-plist Wed Jul 1 13:28:35 2015 (r391058) +++ branches/2015Q3/graphics/netpbm/pkg-plist Wed Jul 1 13:35:15 2015 (r391059) @@ -278,6 +278,7 @@ bin/ppmtoppm bin/ppmtopuzz bin/ppmtorgb3 bin/ppmtosixel +bin/ppmtotga bin/ppmtoterm bin/ppmtouil bin/ppmtowinicon From owner-svn-ports-all@freebsd.org Wed Jul 1 13:47:56 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4F90E990BF1; Wed, 1 Jul 2015 13:47:56 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 27BAD1077; Wed, 1 Jul 2015 13:47:56 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t61DluPW035011; Wed, 1 Jul 2015 13:47:56 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t61DltOZ035009; Wed, 1 Jul 2015 13:47:55 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507011347.t61DltOZ035009@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 1 Jul 2015 13:47:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391060 - head/devel/relx X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 13:47:56 -0000 Author: olgeni Date: Wed Jul 1 13:47:55 2015 New Revision: 391060 URL: https://svnweb.freebsd.org/changeset/ports/391060 Log: Upgrade to version 3.1.0 and pet portlint. Modified: head/devel/relx/Makefile head/devel/relx/distinfo Modified: head/devel/relx/Makefile ============================================================================== --- head/devel/relx/Makefile Wed Jul 1 13:35:15 2015 (r391059) +++ head/devel/relx/Makefile Wed Jul 1 13:47:55 2015 (r391060) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= relx -PORTVERSION= 3.0.0 -PORTREVISION= 1 +PORTVERSION= 3.1.0 DISTVERSIONPREFIX=v CATEGORIES= devel MASTER_SITES+= http://olgeni.olgeni.com/~olgeni/distfiles/:deps \ @@ -42,10 +41,10 @@ pre-build: @${MKDIR} ${WRKSRC}/_build/default/lib @${MKDIR} ${WRKSRC}/_build/default/plugins .for lib in bbmustache erlware_commons getopt providers - @${LN} -s ${PREFIX}/lib/erlang/lib/$(lib)-* ${WRKSRC}/_build/default/lib/$(lib) + @${LN} -s ${PREFIX}/lib/erlang/lib/${lib}-* ${WRKSRC}/_build/default/lib/${lib} .endfor .for plugin in jsx rebar3_hex ssl_verify_hostname - @${LN} -s ${PREFIX}/lib/erlang/lib/$(plugin)-* ${WRKSRC}/_build/default/plugins/$(plugin) + @${LN} -s ${PREFIX}/lib/erlang/lib/${plugin}-* ${WRKSRC}/_build/default/plugins/${plugin} .endfor do-build: @@ -54,6 +53,9 @@ do-build: @${RM} ${WRKSRC}/rebar.lock @cd ${WRKSRC} && HOME=${WRKDIR} rebar3 escriptize +post-build: + @${LN} -s ${WRKSRC}/_build/dev/lib/${PORTNAME}/ebin ${WRKSRC} + do-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} Modified: head/devel/relx/distinfo ============================================================================== --- head/devel/relx/distinfo Wed Jul 1 13:35:15 2015 (r391059) +++ head/devel/relx/distinfo Wed Jul 1 13:47:55 2015 (r391060) @@ -1,4 +1,4 @@ -SHA256 (erlware-relx-v3.0.0_GH0.tar.gz) = 5742ea33a221f54fa975291705b51d779347b4bd0a0040f0745f4faf9c29c084 -SIZE (erlware-relx-v3.0.0_GH0.tar.gz) = 443282 +SHA256 (erlware-relx-v3.1.0_GH0.tar.gz) = 379921d71c4fcad742bc1bccd4e23282cf75028c477731ebce282fa485e46890 +SIZE (erlware-relx-v3.1.0_GH0.tar.gz) = 443271 SHA256 (relx-cache-2.tar.gz) = fdacd15a5decddc2d2ce1b0f5b8d7aa592b4c1c5a5f4eddef9cf6234a796f6fe SIZE (relx-cache-2.tar.gz) = 213517 From owner-svn-ports-all@freebsd.org Wed Jul 1 13:50:17 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D3A46990C7A; Wed, 1 Jul 2015 13:50:17 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C40DE11ED; Wed, 1 Jul 2015 13:50:17 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t61DoHmr036029; Wed, 1 Jul 2015 13:50:17 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t61DoGMN036025; Wed, 1 Jul 2015 13:50:16 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507011350.t61DoGMN036025@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 1 Jul 2015 13:50:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391061 - in head/devel/elixir-exrm: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 13:50:18 -0000 Author: olgeni Date: Wed Jul 1 13:50:16 2015 New Revision: 391061 URL: https://svnweb.freebsd.org/changeset/ports/391061 Log: Upgrade to version 0.17.3. Modified: head/devel/elixir-exrm/Makefile head/devel/elixir-exrm/distinfo head/devel/elixir-exrm/files/patch-mix.exs head/devel/elixir-exrm/pkg-plist Modified: head/devel/elixir-exrm/Makefile ============================================================================== --- head/devel/elixir-exrm/Makefile Wed Jul 1 13:47:55 2015 (r391060) +++ head/devel/elixir-exrm/Makefile Wed Jul 1 13:50:16 2015 (r391061) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= exrm -PORTVERSION= 0.17.2 -PORTREVISION= 1 +PORTVERSION= 0.17.3 CATEGORIES= devel PKGNAMEPREFIX= elixir- @@ -12,6 +11,7 @@ COMMENT= Automatically generate releases LICENSE= MIT BUILD_DEPENDS= elixir:${PORTSDIR}/lang/elixir \ + relx>=3.1.0:${PORTSDIR}/devel/relx \ elixir-conform>=0:${PORTSDIR}/devel/elixir-conform RUN_DEPENDS:= ${BUILD_DEPENDS} @@ -25,7 +25,6 @@ do-build: do-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} - cd ${WRKSRC}/doc && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR} @${MKDIR} ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME} @${MKDIR} ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME}/ebin @${MKDIR} ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME}/lib Modified: head/devel/elixir-exrm/distinfo ============================================================================== --- head/devel/elixir-exrm/distinfo Wed Jul 1 13:47:55 2015 (r391060) +++ head/devel/elixir-exrm/distinfo Wed Jul 1 13:50:16 2015 (r391061) @@ -1,2 +1,2 @@ -SHA256 (bitwalker-exrm-0.17.2_GH0.tar.gz) = 8f7c35b9d23e1ba976752db12767450b56101d28f505f4f8408abc63ec43c54f -SIZE (bitwalker-exrm-0.17.2_GH0.tar.gz) = 382043 +SHA256 (bitwalker-exrm-0.17.3_GH0.tar.gz) = 03a35497de09775cb05287eaf618e940754674b185f9ebfdae7040ec0a7e166d +SIZE (bitwalker-exrm-0.17.3_GH0.tar.gz) = 44103 Modified: head/devel/elixir-exrm/files/patch-mix.exs ============================================================================== --- head/devel/elixir-exrm/files/patch-mix.exs Wed Jul 1 13:47:55 2015 (r391060) +++ head/devel/elixir-exrm/files/patch-mix.exs Wed Jul 1 13:50:16 2015 (r391061) @@ -1,11 +1,11 @@ ---- mix.exs.orig 2015-06-30 07:38:34 UTC +--- mix.exs.orig 2015-06-30 19:58:41 UTC +++ mix.exs @@ -13,10 +13,7 @@ defmodule ReleaseManager.Mixfile do def application, do: [] def deps do - [{:conform, "~> 0.14.5"}, -- {:relx, "~> 2.1.1" }, +- {:relx, "~> 3.1.0" }, - {:earmark, "~> 0.1", only: :dev}, - {:ex_doc, "~> 0.5", only: :dev}] + [] Modified: head/devel/elixir-exrm/pkg-plist ============================================================================== --- head/devel/elixir-exrm/pkg-plist Wed Jul 1 13:47:55 2015 (r391060) +++ head/devel/elixir-exrm/pkg-plist Wed Jul 1 13:50:16 2015 (r391061) @@ -22,25 +22,4 @@ lib/elixir/lib/exrm/priv/rel/files/nodet lib/elixir/lib/exrm/priv/rel/files/release_definition.txt lib/elixir/lib/exrm/priv/rel/files/sys.config lib/elixir/lib/exrm/priv/rel/relx.config -%%PORTDOCS%%%%DOCSDIR%%/Mix.Tasks.Release.Clean.html -%%PORTDOCS%%%%DOCSDIR%%/Mix.Tasks.Release.Plugins.html -%%PORTDOCS%%%%DOCSDIR%%/Mix.Tasks.Release.html %%PORTDOCS%%%%DOCSDIR%%/README.md -%%PORTDOCS%%%%DOCSDIR%%/ReleaseManager.Appups.html -%%PORTDOCS%%%%DOCSDIR%%/ReleaseManager.Config.html -%%PORTDOCS%%%%DOCSDIR%%/ReleaseManager.Plugin.Conform.html -%%PORTDOCS%%%%DOCSDIR%%/ReleaseManager.Plugin.Consolidation.html -%%PORTDOCS%%%%DOCSDIR%%/ReleaseManager.Plugin.html -%%PORTDOCS%%%%DOCSDIR%%/ReleaseManager.Utils.html -%%PORTDOCS%%%%DOCSDIR%%/css/elixir.css -%%PORTDOCS%%%%DOCSDIR%%/css/full_list.css -%%PORTDOCS%%%%DOCSDIR%%/css/style.css -%%PORTDOCS%%%%DOCSDIR%%/exceptions_list.html -%%PORTDOCS%%%%DOCSDIR%%/index.html -%%PORTDOCS%%%%DOCSDIR%%/js/app.js -%%PORTDOCS%%%%DOCSDIR%%/js/full_list.js -%%PORTDOCS%%%%DOCSDIR%%/js/highlight.pack.js -%%PORTDOCS%%%%DOCSDIR%%/js/jquery.js -%%PORTDOCS%%%%DOCSDIR%%/modules_list.html -%%PORTDOCS%%%%DOCSDIR%%/overview.html -%%PORTDOCS%%%%DOCSDIR%%/protocols_list.html From owner-svn-ports-all@freebsd.org Wed Jul 1 13:50:42 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0F60B990CA0; Wed, 1 Jul 2015 13:50:42 +0000 (UTC) (envelope-from theraven@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F0C791423; Wed, 1 Jul 2015 13:50:41 +0000 (UTC) (envelope-from theraven@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t61DofGW036928; Wed, 1 Jul 2015 13:50:41 GMT (envelope-from theraven@FreeBSD.org) Received: (from theraven@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t61DoT31036864; Wed, 1 Jul 2015 13:50:29 GMT (envelope-from theraven@FreeBSD.org) Message-Id: <201507011350.t61DoT31036864@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: theraven set sender to theraven@FreeBSD.org using -f From: David Chisnall Date: Wed, 1 Jul 2015 13:50:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391062 - in head: Mk/Uses databases/sqlclient deskutils/charmap deskutils/gworkspace deskutils/gworkspace-gwmetadata devel/gnustep-make devel/gorm devel/performance ftp/gnustep-ftp lan... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 13:50:42 -0000 Author: theraven Date: Wed Jul 1 13:50:28 2015 New Revision: 391062 URL: https://svnweb.freebsd.org/changeset/ports/391062 Log: Update GNUstep ports to their latest versions. Also fix a few bits of generic infrastructure along the way. Approved by: bapt (mentor) Differential Revision: https://reviews.freebsd.org/D2961 Added: head/x11-toolkits/gnustep-gui/files/patch-Headers__AppKit__NSTableView.h (contents, props changed) Deleted: head/lang/libobjc2/files/ Modified: head/Mk/Uses/gnustep.mk head/Mk/Uses/iconv.mk head/Mk/Uses/objc.mk head/databases/sqlclient/Makefile head/databases/sqlclient/distinfo head/databases/sqlclient/pkg-plist head/deskutils/charmap/Makefile head/deskutils/gworkspace-gwmetadata/Makefile head/deskutils/gworkspace-gwmetadata/distinfo head/deskutils/gworkspace/Makefile head/deskutils/gworkspace/distinfo head/deskutils/gworkspace/pkg-plist head/devel/gnustep-make/Makefile head/devel/gnustep-make/distinfo head/devel/gnustep-make/pkg-plist head/devel/gorm/Makefile head/devel/gorm/distinfo head/devel/gorm/pkg-plist head/devel/performance/Makefile head/devel/performance/distinfo head/devel/performance/pkg-plist head/ftp/gnustep-ftp/Makefile head/ftp/gnustep-ftp/distinfo head/ftp/gnustep-ftp/pkg-plist head/lang/gnustep-base/Makefile head/lang/gnustep-base/distinfo head/lang/gnustep-base/pkg-plist head/lang/libobjc2/Makefile head/lang/libobjc2/distinfo head/mail/gnumail/Makefile head/mail/gnumail/distinfo head/mail/gnumail/pkg-plist head/mail/pantomime/Makefile head/mail/pantomime/distinfo head/mail/pantomime/pkg-plist head/misc/gnustep-examples/Makefile head/x11-toolkits/gnustep-back/Makefile head/x11-toolkits/gnustep-back/distinfo head/x11-toolkits/gnustep-gui/Makefile head/x11-toolkits/gnustep-gui/distinfo head/x11-toolkits/gnustep-gui/pkg-plist head/x11/terminal.app/Makefile Modified: head/Mk/Uses/gnustep.mk ============================================================================== --- head/Mk/Uses/gnustep.mk Wed Jul 1 13:50:16 2015 (r391061) +++ head/Mk/Uses/gnustep.mk Wed Jul 1 13:50:28 2015 (r391062) @@ -33,9 +33,13 @@ GNUSTEP_LOCAL_TOOLS= ${GNUSTEP_LOCAL_RO LIB_DIRS+= ${GNUSTEP_SYSTEM_LIBRARIES} \ ${GNUSTEP_LOCAL_LIBRARIES} -.for a in FLAGS CFLAGS CPPFLAGS OBJCFLAGS INCLUDE_DIRS LDFLAGS LIB_DIRS +.for a in CFLAGS CPPFLAGS CXXFLAGS OBJCCFLAGS OBJCFLAGS LDFLAGS +MAKE_ENV+= ADDITIONAL_${a}="${ADDITIONAL_${a}} ${${a}}" +.endfor +.for a in FLAGS INCLUDE_DIRS LIB_DIRS MAKE_ENV+= ADDITIONAL_${a}="${ADDITIONAL_${a}}" .endfor +MAKE_ARGS+=messages=yes MAKEFILE= GNUmakefile #MAKE_ENV+= GNUSTEP_CONFIG_FILE=${PORTSDIR}/devel/gnustep-make/files/GNUstep.conf Modified: head/Mk/Uses/iconv.mk ============================================================================== --- head/Mk/Uses/iconv.mk Wed Jul 1 13:50:16 2015 (r391061) +++ head/Mk/Uses/iconv.mk Wed Jul 1 13:50:28 2015 (r391062) @@ -44,6 +44,7 @@ BUILD_DEPENDS+= libiconv>=1.14_8:${PORTS CPPFLAGS+= -DLIBICONV_PLUG CFLAGS+= -DLIBICONV_PLUG CXXFLAGS+= -DLIBICONV_PLUG +OBJCFLAGS+= -DLIBICONV_PLUG .endif .endif Modified: head/Mk/Uses/objc.mk ============================================================================== --- head/Mk/Uses/objc.mk Wed Jul 1 13:50:16 2015 (r391061) +++ head/Mk/Uses/objc.mk Wed Jul 1 13:50:28 2015 (r391062) @@ -10,8 +10,9 @@ .if !defined(_INCLUDE_USES_OBJC_MK) _INCLUDE_USES_OBJC_MK= yes -.if !empty(objc_ARGS) -IGNORE= USES=objc takes no arguments +objc_ARGS?= +.if !empty(objc_ARGS) && ! ${objc_ARGS:Mcompiler} +IGNORE= USES=objc only accepts no arguments or 'compiler' .endif _CCVERSION!= ${CC} --version @@ -56,9 +57,11 @@ LDFLAGS+= -B${LOCALBASE}/bin .endif .endif +.if ! ${objc_ARGS:Mcompiler} LIB_DEPENDS+= libobjc.so.4.6:${PORTSDIR}/lang/libobjc2 OBJCFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +.endif CONFIGURE_ENV+= OBJC="${CC}" OBJCFLAGS="${OBJCFLAGS}" MAKE_ENV+= OBJC="${CC}" OBJCFLAGS="${OBJCFLAGS}" Modified: head/databases/sqlclient/Makefile ============================================================================== --- head/databases/sqlclient/Makefile Wed Jul 1 13:50:16 2015 (r391061) +++ head/databases/sqlclient/Makefile Wed Jul 1 13:50:28 2015 (r391062) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= sqlclient -PORTVERSION= 1.7.0 -PORTREVISION= 2 +PORTVERSION= 1.8.1 CATEGORIES= databases gnustep MASTER_SITES= GNUSTEP/libs DISTNAME= SQLClient-${PORTVERSION} Modified: head/databases/sqlclient/distinfo ============================================================================== --- head/databases/sqlclient/distinfo Wed Jul 1 13:50:16 2015 (r391061) +++ head/databases/sqlclient/distinfo Wed Jul 1 13:50:28 2015 (r391062) @@ -1,2 +1,2 @@ -SHA256 (SQLClient-1.7.0.tar.gz) = 8f9c9491f774fce3bf369e407c8f22091c597baddc1a4b0bfe8ccb251bb79462 -SIZE (SQLClient-1.7.0.tar.gz) = 164218 +SHA256 (SQLClient-1.8.1.tar.gz) = c6cb9d0033b496b52b698f1f80007b6acd215441683cf1a1c22f67a96198074f +SIZE (SQLClient-1.8.1.tar.gz) = 148622 Modified: head/databases/sqlclient/pkg-plist ============================================================================== --- head/databases/sqlclient/pkg-plist Wed Jul 1 13:50:16 2015 (r391061) +++ head/databases/sqlclient/pkg-plist Wed Jul 1 13:50:28 2015 (r391062) @@ -1,27 +1,29 @@ -GNUstep/Local/Library/Bundles/SQLClient/ECPG.bundle/ECPG -GNUstep/Local/Library/Bundles/SQLClient/ECPG.bundle/Resources/Info-gnustep.plist -GNUstep/Local/Library/Bundles/SQLClient/ECPG.bundle/stamp.make -GNUstep/Local/Library/Bundles/SQLClient/ECPG_libs.bundle/ECPG_libs -GNUstep/Local/Library/Bundles/SQLClient/ECPG_libs.bundle/Resources/Info-gnustep.plist -GNUstep/Local/Library/Bundles/SQLClient/ECPG_libs.bundle/stamp.make -GNUstep/Local/Library/Bundles/SQLClient/MySQL.bundle/MySQL -GNUstep/Local/Library/Bundles/SQLClient/MySQL.bundle/Resources/Info-gnustep.plist -GNUstep/Local/Library/Bundles/SQLClient/MySQL.bundle/stamp.make -GNUstep/Local/Library/Bundles/SQLClient/MySQL_libs.bundle/MySQL_libs -GNUstep/Local/Library/Bundles/SQLClient/MySQL_libs.bundle/Resources/Info-gnustep.plist -GNUstep/Local/Library/Bundles/SQLClient/MySQL_libs.bundle/stamp.make -GNUstep/Local/Library/Bundles/SQLClient/Postgres.bundle/Postgres -GNUstep/Local/Library/Bundles/SQLClient/Postgres.bundle/Resources/Info-gnustep.plist -GNUstep/Local/Library/Bundles/SQLClient/Postgres.bundle/stamp.make -GNUstep/Local/Library/Bundles/SQLClient/Postgres_libs.bundle/Postgres_libs -GNUstep/Local/Library/Bundles/SQLClient/Postgres_libs.bundle/Resources/Info-gnustep.plist -GNUstep/Local/Library/Bundles/SQLClient/Postgres_libs.bundle/stamp.make -GNUstep/Local/Library/Bundles/SQLClient/SQLite.bundle/Resources/Info-gnustep.plist -GNUstep/Local/Library/Bundles/SQLClient/SQLite.bundle/SQLite -GNUstep/Local/Library/Bundles/SQLClient/SQLite.bundle/stamp.make -GNUstep/Local/Library/Bundles/SQLClient/SQLite_libs.bundle/Resources/Info-gnustep.plist -GNUstep/Local/Library/Bundles/SQLClient/SQLite_libs.bundle/SQLite_libs -GNUstep/Local/Library/Bundles/SQLClient/SQLite_libs.bundle/stamp.make +GNUstep/Local/Library/Bundles/SQLClient1.8/ECPG.bundle/ECPG +GNUstep/Local/Library/Bundles/SQLClient1.8/ECPG.bundle/Resources/Info-gnustep.plist +GNUstep/Local/Library/Bundles/SQLClient1.8/ECPG.bundle/stamp.make +GNUstep/Local/Library/Bundles/SQLClient1.8/ECPG_libs.bundle/ECPG_libs +GNUstep/Local/Library/Bundles/SQLClient1.8/ECPG_libs.bundle/Resources/Info-gnustep.plist +GNUstep/Local/Library/Bundles/SQLClient1.8/ECPG_libs.bundle/stamp.make +GNUstep/Local/Library/Bundles/SQLClient1.8/MySQL.bundle/MySQL +GNUstep/Local/Library/Bundles/SQLClient1.8/MySQL.bundle/Resources/Info-gnustep.plist +GNUstep/Local/Library/Bundles/SQLClient1.8/MySQL.bundle/stamp.make +GNUstep/Local/Library/Bundles/SQLClient1.8/MySQL_libs.bundle/MySQL_libs +GNUstep/Local/Library/Bundles/SQLClient1.8/MySQL_libs.bundle/Resources/Info-gnustep.plist +GNUstep/Local/Library/Bundles/SQLClient1.8/MySQL_libs.bundle/stamp.make +GNUstep/Local/Library/Bundles/SQLClient1.8/Postgres.bundle/Postgres +GNUstep/Local/Library/Bundles/SQLClient1.8/Postgres.bundle/Resources/Info-gnustep.plist +GNUstep/Local/Library/Bundles/SQLClient1.8/Postgres.bundle/stamp.make +GNUstep/Local/Library/Bundles/SQLClient1.8/Postgres_libs.bundle/Postgres_libs +GNUstep/Local/Library/Bundles/SQLClient1.8/Postgres_libs.bundle/Resources/Info-gnustep.plist +GNUstep/Local/Library/Bundles/SQLClient1.8/Postgres_libs.bundle/stamp.make +GNUstep/Local/Library/Bundles/SQLClient1.8/SQLite.bundle/Resources/Info-gnustep.plist +GNUstep/Local/Library/Bundles/SQLClient1.8/SQLite.bundle/SQLite +GNUstep/Local/Library/Bundles/SQLClient1.8/SQLite.bundle/stamp.make +GNUstep/Local/Library/Bundles/SQLClient1.8/SQLite_libs.bundle/Resources/Info-gnustep.plist +GNUstep/Local/Library/Bundles/SQLClient1.8/SQLite_libs.bundle/SQLite_libs +GNUstep/Local/Library/Bundles/SQLClient1.8/SQLite_libs.bundle/stamp.make +GNUstep/Local/Library/Libraries/libSQLClient.so.1.8 +GNUstep/Local/Library/Libraries/libSQLClient.so.1.8.0 GNUstep/Local/Library/Documentation/SQLClient/OrderedSymbolDeclarations.plist GNUstep/Local/Library/Documentation/SQLClient/SQLClient.gsdoc GNUstep/Local/Library/Documentation/SQLClient/SQLClient.html @@ -29,5 +31,3 @@ GNUstep/Local/Library/Documentation/SQLC GNUstep/Local/Library/Documentation/SQLClient/dependencies GNUstep/Local/Library/Headers/SQLClient/SQLClient.h GNUstep/Local/Library/Libraries/libSQLClient.so -GNUstep/Local/Library/Libraries/libSQLClient.so.1.7 -GNUstep/Local/Library/Libraries/libSQLClient.so.1.7.0 Modified: head/deskutils/charmap/Makefile ============================================================================== --- head/deskutils/charmap/Makefile Wed Jul 1 13:50:16 2015 (r391061) +++ head/deskutils/charmap/Makefile Wed Jul 1 13:50:28 2015 (r391062) @@ -12,7 +12,6 @@ COMMENT= Character map for GNUstep LICENSE= GPLv2 -BROKEN= Newer version does not work with recent objective C WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USES= gnustep USE_GNUSTEP= back build Modified: head/deskutils/gworkspace-gwmetadata/Makefile ============================================================================== --- head/deskutils/gworkspace-gwmetadata/Makefile Wed Jul 1 13:50:16 2015 (r391061) +++ head/deskutils/gworkspace-gwmetadata/Makefile Wed Jul 1 13:50:28 2015 (r391062) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= gworkspace -PORTVERSION= 0.9.2 -PORTREVISION= 4 +PORTVERSION= 0.9.3 CATEGORIES= deskutils gnustep #MASTER_SITES= http://www.gnustep.it/enrico/gworkspace/ MASTER_SITES= GNUSTEP/usr-apps Modified: head/deskutils/gworkspace-gwmetadata/distinfo ============================================================================== --- head/deskutils/gworkspace-gwmetadata/distinfo Wed Jul 1 13:50:16 2015 (r391061) +++ head/deskutils/gworkspace-gwmetadata/distinfo Wed Jul 1 13:50:28 2015 (r391062) @@ -1,2 +1,2 @@ -SHA256 (gworkspace-0.9.2.tar.gz) = 5239ef983fd4358e152fcfb5cd1f6c30366d04357c26c74719eb05da849af4fb -SIZE (gworkspace-0.9.2.tar.gz) = 4289262 +SHA256 (gworkspace-0.9.3.tar.gz) = 238343a8c4e447debec75ff49f4657f74a4256a49862899214a2c80616c79049 +SIZE (gworkspace-0.9.3.tar.gz) = 3833838 Modified: head/deskutils/gworkspace/Makefile ============================================================================== --- head/deskutils/gworkspace/Makefile Wed Jul 1 13:50:16 2015 (r391061) +++ head/deskutils/gworkspace/Makefile Wed Jul 1 13:50:28 2015 (r391062) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= gworkspace -PORTVERSION= 0.9.2 -PORTREVISION= 2 +PORTVERSION= 0.9.3 CATEGORIES= deskutils gnustep #MASTER_SITES= http://www.gnustep.it/enrico/gworkspace/ MASTER_SITES= GNUSTEP/usr-apps Modified: head/deskutils/gworkspace/distinfo ============================================================================== --- head/deskutils/gworkspace/distinfo Wed Jul 1 13:50:16 2015 (r391061) +++ head/deskutils/gworkspace/distinfo Wed Jul 1 13:50:28 2015 (r391062) @@ -1,2 +1,2 @@ -SHA256 (gworkspace-0.9.2.tar.gz) = 5239ef983fd4358e152fcfb5cd1f6c30366d04357c26c74719eb05da849af4fb -SIZE (gworkspace-0.9.2.tar.gz) = 4289262 +SHA256 (gworkspace-0.9.3.tar.gz) = 238343a8c4e447debec75ff49f4657f74a4256a49862899214a2c80616c79049 +SIZE (gworkspace-0.9.3.tar.gz) = 3833838 Modified: head/deskutils/gworkspace/pkg-plist ============================================================================== --- head/deskutils/gworkspace/pkg-plist Wed Jul 1 13:50:16 2015 (r391061) +++ head/deskutils/gworkspace/pkg-plist Wed Jul 1 13:50:28 2015 (r391062) @@ -66,9 +66,6 @@ GNUstep/System/Applications/GWorkspace.a GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/Help/RunExternal.rtfd/Run-panel.tiff GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/Help/RunExternal.rtfd/TXT.rtf GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/Help/RunExternal.rtfd/dummy.tiff -GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/Help/SViewer.rtfd/TXT.rtf -GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/Help/SViewer.rtfd/dummy.tiff -GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/Help/SViewer.rtfd/spatial.tiff GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/Help/TabbedShelf.rtfd/TXT.rtf GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/Help/TabbedShelf.rtfd/TabbedShelf-develop.tiff GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/Help/TabbedShelf.rtfd/dummy.tiff @@ -178,7 +175,6 @@ GNUstep/System/Applications/GWorkspace.a GNUstep/System/Applications/GWorkspace.app/Resources/SmallCellHighlight.tiff GNUstep/System/Applications/GWorkspace.app/Resources/SmallCellHighlightSmall.tiff GNUstep/System/Applications/GWorkspace.app/Resources/Spanish.lproj/Localizable.strings -GNUstep/System/Applications/GWorkspace.app/Resources/Spanish.lproj/Localizable.strings~ GNUstep/System/Applications/GWorkspace.app/Resources/TileHighlight.tiff GNUstep/System/Applications/GWorkspace.app/Resources/Weekday-0.tiff GNUstep/System/Applications/GWorkspace.app/Resources/Weekday-1.tiff Modified: head/devel/gnustep-make/Makefile ============================================================================== --- head/devel/gnustep-make/Makefile Wed Jul 1 13:50:16 2015 (r391061) +++ head/devel/gnustep-make/Makefile Wed Jul 1 13:50:28 2015 (r391062) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gnustep-make -PORTVERSION= 2.6.6 -PORTREVISION= 4 +PORTVERSION= 2.6.7 CATEGORIES= devel gnustep MASTER_SITES= GNUSTEP/core Modified: head/devel/gnustep-make/distinfo ============================================================================== --- head/devel/gnustep-make/distinfo Wed Jul 1 13:50:16 2015 (r391061) +++ head/devel/gnustep-make/distinfo Wed Jul 1 13:50:28 2015 (r391062) @@ -1,2 +1,2 @@ -SHA256 (gnustep-make-2.6.6.tar.gz) = bcef14d875ff70b26dfc9e892f33bd3665e3d5d9b12eca0c4f2aae133aca981d -SIZE (gnustep-make-2.6.6.tar.gz) = 576589 +SHA256 (gnustep-make-2.6.7.tar.gz) = 112b57737c3dcc66c78a5c88925ae1d672673d256d9935598e98bcd687d051e4 +SIZE (gnustep-make-2.6.7.tar.gz) = 583730 Modified: head/devel/gnustep-make/pkg-plist ============================================================================== --- head/devel/gnustep-make/pkg-plist Wed Jul 1 13:50:16 2015 (r391061) +++ head/devel/gnustep-make/pkg-plist Wed Jul 1 13:50:28 2015 (r391062) @@ -2,6 +2,7 @@ GNUstep/GNUstep.conf GNUstep/System/Library/Documentation/man/man1/debugapp.1.gz GNUstep/System/Library/Documentation/man/man1/openapp.1.gz GNUstep/System/Library/Documentation/man/man1/gnustep-config.1.gz +GNUstep/System/Library/Documentation/man/man1/gnustep-tests.1.gz GNUstep/System/Library/Documentation/man/man1/opentool.1.gz GNUstep/System/Library/Documentation/man/man7/GNUstep.7.gz GNUstep/System/Library/Documentation/man/man7/library-combo.7.gz @@ -85,6 +86,7 @@ GNUstep/System/Library/Makefiles/aggrega GNUstep/System/Library/Makefiles/app-wrapper.template GNUstep/System/Library/Makefiles/application.make GNUstep/System/Library/Makefiles/bundle.make +GNUstep/System/Library/Makefiles/bake_debian_files.sh GNUstep/System/Library/Makefiles/clean_cpu.sh GNUstep/System/Library/Makefiles/clean_os.sh GNUstep/System/Library/Makefiles/clean_vendor.sh @@ -96,7 +98,6 @@ GNUstep/System/Library/Makefiles/config. GNUstep/System/Library/Makefiles/config.sub GNUstep/System/Library/Makefiles/cpu.sh GNUstep/System/Library/Makefiles/ctool.make -GNUstep/System/Library/Makefiles/deb-equivs-control.template GNUstep/System/Library/Makefiles/documentation.make GNUstep/System/Library/Makefiles/empty.make GNUstep/System/Library/Makefiles/executable.template Modified: head/devel/gorm/Makefile ============================================================================== --- head/devel/gorm/Makefile Wed Jul 1 13:50:16 2015 (r391061) +++ head/devel/gorm/Makefile Wed Jul 1 13:50:28 2015 (r391062) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= gorm -PORTVERSION= 1.2.20 -PORTREVISION= 2 +PORTVERSION= 1.2.22 CATEGORIES= devel gnustep MASTER_SITES= GNUSTEP/dev-apps Modified: head/devel/gorm/distinfo ============================================================================== --- head/devel/gorm/distinfo Wed Jul 1 13:50:16 2015 (r391061) +++ head/devel/gorm/distinfo Wed Jul 1 13:50:28 2015 (r391062) @@ -1,2 +1,2 @@ -SHA256 (gorm-1.2.20.tar.gz) = 1428bee51999e1915017a1d283a6ad73a94cabdddb7a0d5ad0e9f79bec92d6c0 -SIZE (gorm-1.2.20.tar.gz) = 691424 +SHA256 (gorm-1.2.22.tar.gz) = b15aca762a41a233535cdcadf3e0ce8cfcfbb48c31857eef246ca5d68bb105d7 +SIZE (gorm-1.2.22.tar.gz) = 695453 Modified: head/devel/gorm/pkg-plist ============================================================================== --- head/devel/gorm/pkg-plist Wed Jul 1 13:50:16 2015 (r391061) +++ head/devel/gorm/pkg-plist Wed Jul 1 13:50:28 2015 (r391062) @@ -352,7 +352,6 @@ GNUstep/System/Library/Headers/GormObjCH GNUstep/System/Library/Headers/GormObjCHeaderParser/OCIVarDecl.h GNUstep/System/Library/Headers/GormObjCHeaderParser/OCMethod.h GNUstep/System/Library/Headers/GormObjCHeaderParser/ParserFunctions.h -GNUstep/System/Library/Headers/GormPrefs/GormColorsPref.h GNUstep/System/Library/Headers/GormPrefs/GormGeneralPref.h GNUstep/System/Library/Headers/GormPrefs/GormGuidelinePref.h GNUstep/System/Library/Headers/GormPrefs/GormHeadersPref.h @@ -386,12 +385,12 @@ GNUstep/System/Library/Libraries/libGorm GNUstep/System/Library/Libraries/libGorm.so.1 GNUstep/System/Library/Libraries/libGorm.so.1.1.0 GNUstep/System/Library/Libraries/libGormCore.so +GNUstep/System/Library/Libraries/libGormCore.so.%%VERSION%% GNUstep/System/Library/Libraries/libGormCore.so.1 -GNUstep/System/Library/Libraries/libGormCore.so.1.2.20 GNUstep/System/Library/Libraries/libGormObjCHeaderParser.so GNUstep/System/Library/Libraries/libGormObjCHeaderParser.so.1 GNUstep/System/Library/Libraries/libGormObjCHeaderParser.so.1.1.0 GNUstep/System/Library/Libraries/libGormPrefs.so +GNUstep/System/Library/Libraries/libGormPrefs.so.%%VERSION%% GNUstep/System/Library/Libraries/libGormPrefs.so.1 -GNUstep/System/Library/Libraries/libGormPrefs.so.1.2.20 GNUstep/System/Tools/Gorm Modified: head/devel/performance/Makefile ============================================================================== --- head/devel/performance/Makefile Wed Jul 1 13:50:16 2015 (r391061) +++ head/devel/performance/Makefile Wed Jul 1 13:50:28 2015 (r391062) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= performance -PORTVERSION= 0.4.0 -PORTREVISION= 1 +PORTVERSION= 0.5.0 CATEGORIES= devel gnustep MASTER_SITES= GNUSTEP/libs DISTNAME= Performance-${PORTVERSION} Modified: head/devel/performance/distinfo ============================================================================== --- head/devel/performance/distinfo Wed Jul 1 13:50:16 2015 (r391061) +++ head/devel/performance/distinfo Wed Jul 1 13:50:28 2015 (r391062) @@ -1,2 +1,2 @@ -SHA256 (Performance-0.4.0.tar.gz) = e55c1a8d9e6f1e3ba146490d1b0cf7b84e124410a50070ab3b27ecfc4aab6a1c -SIZE (Performance-0.4.0.tar.gz) = 48527 +SHA256 (Performance-0.5.0.tar.gz) = 305fe21705a9774becb58f076542919da38c36867d946b69f735fecfa5bc8459 +SIZE (Performance-0.5.0.tar.gz) = 50569 Modified: head/devel/performance/pkg-plist ============================================================================== --- head/devel/performance/pkg-plist Wed Jul 1 13:50:16 2015 (r391061) +++ head/devel/performance/pkg-plist Wed Jul 1 13:50:28 2015 (r391062) @@ -14,6 +14,8 @@ GNUstep/Local/Library/Documentation/Perf GNUstep/Local/Library/Documentation/Performance/GSThroughput.html GNUstep/Local/Library/Documentation/Performance/GSTicker.gsdoc GNUstep/Local/Library/Documentation/Performance/GSTicker.html +GNUstep/Local/Library/Documentation/Performance/GSUniqued.gsdoc +GNUstep/Local/Library/Documentation/Performance/GSUniqued.html GNUstep/Local/Library/Documentation/Performance/OrderedSymbolDeclarations.plist GNUstep/Local/Library/Documentation/Performance/Performance.igsdoc GNUstep/Local/Library/Documentation/Performance/dependencies @@ -25,6 +27,7 @@ GNUstep/Local/Library/Headers/Performanc GNUstep/Local/Library/Headers/Performance/GSThreadPool.h GNUstep/Local/Library/Headers/Performance/GSThroughput.h GNUstep/Local/Library/Headers/Performance/GSTicker.h +GNUstep/Local/Library/Headers/Performance/GSUniqued.h GNUstep/Local/Library/Libraries/libPerformance.so -GNUstep/Local/Library/Libraries/libPerformance.so.0.4 -GNUstep/Local/Library/Libraries/libPerformance.so.0.4.0 +GNUstep/Local/Library/Libraries/libPerformance.so.%%VERSION%% +GNUstep/Local/Library/Libraries/libPerformance.so.0.5 Modified: head/ftp/gnustep-ftp/Makefile ============================================================================== --- head/ftp/gnustep-ftp/Makefile Wed Jul 1 13:50:16 2015 (r391061) +++ head/ftp/gnustep-ftp/Makefile Wed Jul 1 13:50:28 2015 (r391062) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= ftp -PORTVERSION= 0.4 -PORTREVISION= 2 +PORTVERSION= 0.5 CATEGORIES= ftp gnustep MASTER_SITES= SAVANNAH/gap PKGNAMEPREFIX= gnustep- Modified: head/ftp/gnustep-ftp/distinfo ============================================================================== --- head/ftp/gnustep-ftp/distinfo Wed Jul 1 13:50:16 2015 (r391061) +++ head/ftp/gnustep-ftp/distinfo Wed Jul 1 13:50:28 2015 (r391062) @@ -1,2 +1,2 @@ -SHA256 (FTP-0.4.tar.gz) = 62a742e7b526ca1581ca641f6f444974c69640c1703b269c5b6cce6bfe15520c -SIZE (FTP-0.4.tar.gz) = 123290 +SHA256 (FTP-0.5.tar.gz) = 159b297df1d797f6a4af2aa353380eeecc99078db27ecc5172e90c5bc3f06073 +SIZE (FTP-0.5.tar.gz) = 132587 Modified: head/ftp/gnustep-ftp/pkg-plist ============================================================================== --- head/ftp/gnustep-ftp/pkg-plist Wed Jul 1 13:50:16 2015 (r391061) +++ head/ftp/gnustep-ftp/pkg-plist Wed Jul 1 13:50:28 2015 (r391062) @@ -1,3 +1,4 @@ + GNUstep/Local/Applications/FTP.app/FTP GNUstep/Local/Applications/FTP.app/Resources/FTP.desktop GNUstep/Local/Applications/FTP.app/Resources/FTP.gorm/arrow_left.tiff @@ -6,6 +7,10 @@ GNUstep/Local/Applications/FTP.app/Resou GNUstep/Local/Applications/FTP.app/Resources/FTP.gorm/data.info GNUstep/Local/Applications/FTP.app/Resources/FTP.gorm/objects.gorm GNUstep/Local/Applications/FTP.app/Resources/FTP_icon_gs.tif +GNUstep/Local/Applications/FTP.app/Resources/GetName.gorm/FTP_icon_gs.tif +GNUstep/Local/Applications/FTP.app/Resources/GetName.gorm/data.classes +GNUstep/Local/Applications/FTP.app/Resources/GetName.gorm/data.info +GNUstep/Local/Applications/FTP.app/Resources/GetName.gorm/objects.gorm GNUstep/Local/Applications/FTP.app/Resources/Info-gnustep.plist GNUstep/Local/Applications/FTP.app/Resources/arrow_left.tiff GNUstep/Local/Applications/FTP.app/Resources/arrow_right.tiff Modified: head/lang/gnustep-base/Makefile ============================================================================== --- head/lang/gnustep-base/Makefile Wed Jul 1 13:50:16 2015 (r391061) +++ head/lang/gnustep-base/Makefile Wed Jul 1 13:50:28 2015 (r391062) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gnustep-base -PORTVERSION= 1.24.6 -PORTREVISION= 7 +PORTVERSION= 1.24.8 CATEGORIES= lang devel gnustep MASTER_SITES= GNUSTEP/core Modified: head/lang/gnustep-base/distinfo ============================================================================== --- head/lang/gnustep-base/distinfo Wed Jul 1 13:50:16 2015 (r391061) +++ head/lang/gnustep-base/distinfo Wed Jul 1 13:50:28 2015 (r391062) @@ -1,2 +1,2 @@ -SHA256 (gnustep-base-1.24.6.tar.gz) = b6d7bed40c52330928a1e27f8c7b5f8fcf24ede2113542546dcf157a9366d72a -SIZE (gnustep-base-1.24.6.tar.gz) = 3502981 +SHA256 (gnustep-base-1.24.8.tar.gz) = 5b2a7042bc5001e97ac090143244a4344a6cba72cee53f3840e2492d3db443cb +SIZE (gnustep-base-1.24.8.tar.gz) = 3515290 Modified: head/lang/gnustep-base/pkg-plist ============================================================================== --- head/lang/gnustep-base/pkg-plist Wed Jul 1 13:50:16 2015 (r391061) +++ head/lang/gnustep-base/pkg-plist Wed Jul 1 13:50:28 2015 (r391062) @@ -6,12 +6,15 @@ GNUstep/System/Library/DTDs/gsdoc-1_0_1. GNUstep/System/Library/DTDs/gsdoc-1_0_1.rnc GNUstep/System/Library/DTDs/gsdoc-1_0_2.dtd GNUstep/System/Library/DTDs/gsdoc-1_0_3.dtd +GNUstep/System/Library/DTDs/gsdoc-1_0_4.dtd GNUstep/System/Library/DTDs/plist-0_9.dtd +GNUstep/System/Library/Documentation/man/man1/HTMLLinker.1.gz GNUstep/System/Library/Documentation/man/man1/autogsdoc.1.gz GNUstep/System/Library/Documentation/man/man1/cvtenc.1.gz GNUstep/System/Library/Documentation/man/man1/defaults.1.gz GNUstep/System/Library/Documentation/man/man1/gdnc.1.gz GNUstep/System/Library/Documentation/man/man1/gspath.1.gz +GNUstep/System/Library/Documentation/man/man1/make_strings.1.gz GNUstep/System/Library/Documentation/man/man1/pldes.1.gz GNUstep/System/Library/Documentation/man/man1/sfparse.1.gz GNUstep/System/Library/Documentation/man/man1/xmlparse.1.gz @@ -122,10 +125,11 @@ GNUstep/System/Library/Headers/Foundatio GNUstep/System/Library/Headers/Foundation/NSURLProtocol.h GNUstep/System/Library/Headers/Foundation/NSURLRequest.h GNUstep/System/Library/Headers/Foundation/NSURLResponse.h +GNUstep/System/Library/Headers/Foundation/NSUUID.h GNUstep/System/Library/Headers/Foundation/NSUndoManager.h GNUstep/System/Library/Headers/Foundation/NSUserDefaults.h +GNUstep/System/Library/Headers/Foundation/NSUserNotification.h GNUstep/System/Library/Headers/Foundation/NSUtilities.h -GNUstep/System/Library/Headers/Foundation/NSUUID.h GNUstep/System/Library/Headers/Foundation/NSValue.h GNUstep/System/Library/Headers/Foundation/NSValueTransformer.h GNUstep/System/Library/Headers/Foundation/NSXMLDTD.h @@ -147,7 +151,6 @@ GNUstep/System/Library/Headers/GNUstepBa GNUstep/System/Library/Headers/GNUstepBase/GSLocale.h GNUstep/System/Library/Headers/GNUstepBase/GSLock.h GNUstep/System/Library/Headers/GNUstepBase/GSMime.h -GNUstep/System/Library/Headers/GNUstepBase/NSNetServices+GNUstepBase.h GNUstep/System/Library/Headers/GNUstepBase/GSObjCRuntime.h GNUstep/System/Library/Headers/GNUstepBase/GSUnion.h GNUstep/System/Library/Headers/GNUstepBase/GSVersionMacros.h @@ -161,6 +164,7 @@ GNUstep/System/Library/Headers/GNUstepBa GNUstep/System/Library/Headers/GNUstepBase/NSFileHandle+GNUstepBase.h GNUstep/System/Library/Headers/GNUstepBase/NSLock+GNUstepBase.h GNUstep/System/Library/Headers/GNUstepBase/NSMutableString+GNUstepBase.h +GNUstep/System/Library/Headers/GNUstepBase/NSNetServices+GNUstepBase.h GNUstep/System/Library/Headers/GNUstepBase/NSNumber+GNUstepBase.h GNUstep/System/Library/Headers/GNUstepBase/NSObject+GNUstepBase.h GNUstep/System/Library/Headers/GNUstepBase/NSProcessInfo+GNUstepBase.h @@ -179,6 +183,7 @@ GNUstep/System/Library/Headers/gnustep/u GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/English.lproj/Localizable.strings GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/Esperanto.lproj/Localizable.strings GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/French.lproj/Localizable.strings +GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/GSTLS/ca-certificates.crt GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/German.lproj/Localizable.strings GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/Info-gnustep.plist GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/Italian.lproj/Localizable.strings @@ -207,11 +212,6 @@ GNUstep/System/Library/Libraries/gnustep GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/create-abbrevs.m GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/create-regions.m GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/nstimezone.m -GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/GSTLS/ca-certificates.crt -GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Creston -GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Khandyga -GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Ust-Nera -GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Busingen GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/regions GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Africa/Abidjan GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Africa/Accra @@ -280,8 +280,8 @@ GNUstep/System/Library/Libraries/gnustep GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Argentina/La_Rioja GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Argentina/Mendoza GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Argentina/Rio_Gallegos -GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Argentina/San_Juan GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Argentina/Salta +GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Argentina/San_Juan GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Argentina/San_Luis GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Argentina/Tucuman GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Argentina/Ushuaia @@ -311,6 +311,7 @@ GNUstep/System/Library/Libraries/gnustep GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Coral_Harbour GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Cordoba GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Costa_Rica +GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Creston GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Cuiaba GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Curacao GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Danmarkshavn @@ -386,8 +387,8 @@ GNUstep/System/Library/Libraries/gnustep GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/North_Dakota/Beulah GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/North_Dakota/Center GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/North_Dakota/New_Salem -GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Panama GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Ojinaga +GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Panama GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Pangnirtung GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Paramaribo GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Phoenix @@ -433,13 +434,14 @@ GNUstep/System/Library/Libraries/gnustep GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Antarctica/Casey GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Antarctica/Davis GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Antarctica/DumontDUrville -GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Antarctica/Mawson GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Antarctica/Macquarie +GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Antarctica/Mawson GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Antarctica/McMurdo GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Antarctica/Palmer GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Antarctica/Rothera GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Antarctica/South_Pole GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Antarctica/Syowa +GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Antarctica/Troll GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Antarctica/Vostok GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Arctic/Longyearbyen GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Aden @@ -458,6 +460,7 @@ GNUstep/System/Library/Libraries/gnustep GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Bishkek GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Brunei GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Calcutta +GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Chita GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Choibalsan GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Chongqing GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Chungking @@ -485,6 +488,7 @@ GNUstep/System/Library/Libraries/gnustep GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Kashgar GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Kathmandu GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Katmandu +GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Khandyga GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Kolkata GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Krasnoyarsk GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Kuala_Lumpur @@ -508,15 +512,13 @@ GNUstep/System/Library/Libraries/gnustep GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Qyzylorda GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Rangoon GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Riyadh -GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Riyadh87 -GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Riyadh88 -GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Riyadh89 GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Saigon GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Sakhalin GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Samarkand GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Seoul GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Shanghai GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Singapore +GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Srednekolymsk GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Taipei GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Tashkent GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Tbilisi @@ -529,6 +531,7 @@ GNUstep/System/Library/Libraries/gnustep GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Ulaanbaatar GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Ulan_Bator GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Urumqi +GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Ust-Nera GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Vientiane GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Vladivostok GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Yakutsk @@ -637,6 +640,7 @@ GNUstep/System/Library/Libraries/gnustep GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Brussels GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Bucharest GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Budapest +GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Busingen GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Chisinau GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Copenhagen GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Dublin @@ -746,9 +750,6 @@ GNUstep/System/Library/Libraries/gnustep GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Mexico/BajaNorte GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Mexico/BajaSur GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Mexico/General -GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Mideast/Riyadh87 -GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Mideast/Riyadh88 -GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Mideast/Riyadh89 GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/NZ GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/NZ-CHAT GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Navajo @@ -756,6 +757,7 @@ GNUstep/System/Library/Libraries/gnustep GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/PST8PDT GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Pacific/Apia GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Pacific/Auckland +GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Pacific/Bougainville GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Pacific/Chatham GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Pacific/Chuuk GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Pacific/Easter Modified: head/lang/libobjc2/Makefile ============================================================================== --- head/lang/libobjc2/Makefile Wed Jul 1 13:50:16 2015 (r391061) +++ head/lang/libobjc2/Makefile Wed Jul 1 13:50:28 2015 (r391062) @@ -5,30 +5,21 @@ PORTNAME= libobjc2 PORTVERSION= 1.7 PORTREVISION= 1 CATEGORIES= lang devel gnustep -MASTER_SITES= http://download.gna.org/gnustep/ +USE_GITHUB= yes +GH_ACCOUNT= gnustep +GH_PROJECT= libobjc2 +GH_TAGNAME= 857edd9 MAINTAINER= theraven@FreeBSD.org COMMENT= Replacement Objective-C runtime supporting modern Objective-C features SSP_UNSAFE= yes -USES= cmake tar:bzip2 +USES= cmake objc:compiler BROKEN_powerpc= Does not compile on powerpc: Unsupported relocation type 10 .include -_CLANG!= if [ -f /usr/bin/clang ] ; then /usr/bin/clang --version | head -1 | \ - ${SED} -e 's/.*clang version \([0-9]\)\.\([0-9]\).*/\1\2/' ; else ${ECHO} 0 ; fi - -.if ${_CLANG} < 34 -BUILD_DEPENDS+= ${LOCALBASE}/bin/clang34:${PORTSDIR}/lang/clang34 -CC= ${LOCALBASE}/bin/clang34 -CXX= ${LOCALBASE}/bin/clang++34 -.else -CC= /usr/bin/clang -CXX= /usr/bin/clang++ -.endif - SHLIB_MAJOR= 4 SHLIB_MINOR= 6 Modified: head/lang/libobjc2/distinfo ============================================================================== --- head/lang/libobjc2/distinfo Wed Jul 1 13:50:16 2015 (r391061) +++ head/lang/libobjc2/distinfo Wed Jul 1 13:50:28 2015 (r391062) @@ -1,2 +1,2 @@ -SHA256 (libobjc2-1.7.tar.bz2) = 3a1b4af6ff6f3d8e57bfb27401d1b249670ac2e92ba54ad5683ff3d4439d3cc1 -SIZE (libobjc2-1.7.tar.bz2) = 132662 +SHA256 (gnustep-libobjc2-1.7-857edd9_GH0.tar.gz) = c69add3a57465d56e406b4307d6e734232a13a31336cdfefebe3c29abb9d25e8 +SIZE (gnustep-libobjc2-1.7-857edd9_GH0.tar.gz) = 173442 Modified: head/mail/gnumail/Makefile ============================================================================== --- head/mail/gnumail/Makefile Wed Jul 1 13:50:16 2015 (r391061) +++ head/mail/gnumail/Makefile Wed Jul 1 13:50:28 2015 (r391062) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gnumail -PORTVERSION= 1.2.0 -PORTREVISION= 6 +PORTVERSION= 1.2.2 CATEGORIES= mail gnustep MASTER_SITES= http://download.gna.org/gnustep-nonfsf/ DISTNAME= GNUMail-${PORTVERSION} Modified: head/mail/gnumail/distinfo ============================================================================== --- head/mail/gnumail/distinfo Wed Jul 1 13:50:16 2015 (r391061) +++ head/mail/gnumail/distinfo Wed Jul 1 13:50:28 2015 (r391062) @@ -1,2 +1,2 @@ -SHA256 (GNUMail-1.2.0.tar.gz) = 792512276b253d79362736fb0cb7d614d5a980ea356d03d6adec4d0dd0f6ef2c -SIZE (GNUMail-1.2.0.tar.gz) = 1380032 +SHA256 (GNUMail-1.2.2.tar.gz) = 31a0c34c3afe20afb6b8ebc41002d2f9dbc2134ceda2032e67e64cb7d884d8af +SIZE (GNUMail-1.2.2.tar.gz) = 1397764 Modified: head/mail/gnumail/pkg-plist ============================================================================== --- head/mail/gnumail/pkg-plist Wed Jul 1 13:50:16 2015 (r391061) +++ head/mail/gnumail/pkg-plist Wed Jul 1 13:50:28 2015 (r391062) @@ -1,3 +1,4 @@ +@dir GNUstep/Local/Library/Frameworks/GNUMail.framework/Versions/%%MAJORVERSION%%/Headers GNUstep/Local/Applications/GNUMail.app/GNUMail GNUstep/Local/Applications/GNUMail.app/Resources/AddressBook_32.tiff GNUstep/Local/Applications/GNUMail.app/Resources/AddressManager_32.tiff @@ -176,6 +177,27 @@ GNUstep/Local/Library/ApplicationSupport GNUstep/Local/Library/ApplicationSupport/GNUMail/Compose.prefs/Resources/Info-gnustep.plist GNUstep/Local/Library/ApplicationSupport/GNUMail/Compose.prefs/Resources/MailIcon_create.tiff GNUstep/Local/Library/ApplicationSupport/GNUMail/Compose.prefs/stamp.make +GNUstep/Local/Library/ApplicationSupport/GNUMail/Emoticon.bundle/Emoticon +GNUstep/Local/Library/ApplicationSupport/GNUMail/Emoticon.bundle/Resources/Info-gnustep.plist +GNUstep/Local/Library/ApplicationSupport/GNUMail/Emoticon.bundle/Resources/emoticon-face1.tiff +GNUstep/Local/Library/ApplicationSupport/GNUMail/Emoticon.bundle/Resources/emoticon-face10.tiff +GNUstep/Local/Library/ApplicationSupport/GNUMail/Emoticon.bundle/Resources/emoticon-face11.tiff +GNUstep/Local/Library/ApplicationSupport/GNUMail/Emoticon.bundle/Resources/emoticon-face13.tiff +GNUstep/Local/Library/ApplicationSupport/GNUMail/Emoticon.bundle/Resources/emoticon-face14.tiff +GNUstep/Local/Library/ApplicationSupport/GNUMail/Emoticon.bundle/Resources/emoticon-face15.tiff +GNUstep/Local/Library/ApplicationSupport/GNUMail/Emoticon.bundle/Resources/emoticon-face19.tiff +GNUstep/Local/Library/ApplicationSupport/GNUMail/Emoticon.bundle/Resources/emoticon-face2.tiff +GNUstep/Local/Library/ApplicationSupport/GNUMail/Emoticon.bundle/Resources/emoticon-face3.tiff +GNUstep/Local/Library/ApplicationSupport/GNUMail/Emoticon.bundle/Resources/emoticon-face4.tiff +GNUstep/Local/Library/ApplicationSupport/GNUMail/Emoticon.bundle/Resources/emoticon-face5.tiff +GNUstep/Local/Library/ApplicationSupport/GNUMail/Emoticon.bundle/Resources/emoticon-face6.tiff +GNUstep/Local/Library/ApplicationSupport/GNUMail/Emoticon.bundle/Resources/emoticon-face8.tiff +GNUstep/Local/Library/ApplicationSupport/GNUMail/Emoticon.bundle/Resources/emoticon-face9.tiff +GNUstep/Local/Library/ApplicationSupport/GNUMail/Emoticon.bundle/stamp.make +GNUstep/Local/Library/ApplicationSupport/GNUMail/Face.bundle/Face +GNUstep/Local/Library/ApplicationSupport/GNUMail/Face.bundle/Resources/Info-gnustep.plist +GNUstep/Local/Library/ApplicationSupport/GNUMail/Face.bundle/Resources/stamp.tiff +GNUstep/Local/Library/ApplicationSupport/GNUMail/Face.bundle/stamp.make GNUstep/Local/Library/ApplicationSupport/GNUMail/Filtering.prefs/Filtering GNUstep/Local/Library/ApplicationSupport/GNUMail/Filtering.prefs/Resources/Filtering.tiff GNUstep/Local/Library/ApplicationSupport/GNUMail/Filtering.prefs/Resources/Info-gnustep.plist @@ -191,6 +213,21 @@ GNUstep/Local/Library/ApplicationSupport GNUstep/Local/Library/ApplicationSupport/GNUMail/MIME.prefs/Resources/Info-gnustep.plist GNUstep/Local/Library/ApplicationSupport/GNUMail/MIME.prefs/Resources/mime.tiff GNUstep/Local/Library/ApplicationSupport/GNUMail/MIME.prefs/stamp.make +GNUstep/Local/Library/ApplicationSupport/GNUMail/PGP.bundle/PGP +GNUstep/Local/Library/ApplicationSupport/GNUMail/PGP.bundle/Resources/Info-gnustep.plist +GNUstep/Local/Library/ApplicationSupport/GNUMail/PGP.bundle/Resources/clear_20.tiff +GNUstep/Local/Library/ApplicationSupport/GNUMail/PGP.bundle/Resources/clear_48.tiff +GNUstep/Local/Library/ApplicationSupport/GNUMail/PGP.bundle/Resources/encrypted_20.tiff +GNUstep/Local/Library/ApplicationSupport/GNUMail/PGP.bundle/Resources/encrypted_48.tiff +GNUstep/Local/Library/ApplicationSupport/GNUMail/PGP.bundle/Resources/encrypted_80.tiff +GNUstep/Local/Library/ApplicationSupport/GNUMail/PGP.bundle/Resources/pgp-mail.tiff +GNUstep/Local/Library/ApplicationSupport/GNUMail/PGP.bundle/Resources/signed+encrypted_80.tiff +GNUstep/Local/Library/ApplicationSupport/GNUMail/PGP.bundle/Resources/signed_20.tiff +GNUstep/Local/Library/ApplicationSupport/GNUMail/PGP.bundle/Resources/signed_48.tiff +GNUstep/Local/Library/ApplicationSupport/GNUMail/PGP.bundle/Resources/signed_80.tiff +GNUstep/Local/Library/ApplicationSupport/GNUMail/PGP.bundle/Resources/unsigned_20.tiff +GNUstep/Local/Library/ApplicationSupport/GNUMail/PGP.bundle/Resources/unsigned_48.tiff +GNUstep/Local/Library/ApplicationSupport/GNUMail/PGP.bundle/stamp.make GNUstep/Local/Library/ApplicationSupport/GNUMail/Receiving.prefs/Receiving GNUstep/Local/Library/ApplicationSupport/GNUMail/Receiving.prefs/Resources/Info-gnustep.plist GNUstep/Local/Library/ApplicationSupport/GNUMail/Receiving.prefs/Resources/MailIcon_retrieve.tiff @@ -222,4 +259,3 @@ GNUstep/Local/Library/Libraries/libGNUMa GNUstep/Local/Library/Libraries/libGNUMail.so.%%MAJORVERSION%% GNUstep/Local/Library/Libraries/libGNUMail.so.%%VERSION%% GNUstep/Local/Tools/GNUMail -@dir GNUstep/Local/Library/Frameworks/GNUMail.framework/Versions/%%MAJORVERSION%%/Headers Modified: head/mail/pantomime/Makefile ============================================================================== --- head/mail/pantomime/Makefile Wed Jul 1 13:50:16 2015 (r391061) +++ head/mail/pantomime/Makefile Wed Jul 1 13:50:28 2015 (r391062) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= pantomime -PORTVERSION= 1.2.0 -PORTREVISION= 6 +PORTVERSION= 1.2.2 CATEGORIES= mail gnustep MASTER_SITES= http://download.gna.org/gnustep-nonfsf/ DISTNAME= Pantomime-${PORTVERSION} @@ -13,7 +12,12 @@ COMMENT= Mail/MIME handling library for LICENSE= LGPL21 -USES= gnustep +# The use of libiconv shouldn't be necessary, but a build dependency installs +# it and we end up picking up the header. +MAKE_ARGS+= LIBRARIES_DEPEND_UPON='${ICONV_LIB} -lssl' +MAKE_ENV+= GNUSTEP_INSTALLATION_DOMAIN=SYSTEM +USES= gnustep iconv +USE_OPENSSL= yes USE_GNUSTEP= back build USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} Modified: head/mail/pantomime/distinfo ============================================================================== --- head/mail/pantomime/distinfo Wed Jul 1 13:50:16 2015 (r391061) +++ head/mail/pantomime/distinfo Wed Jul 1 13:50:28 2015 (r391062) @@ -1,2 +1,2 @@ -SHA256 (Pantomime-1.2.0.tar.gz) = c6484634dd0611d07108e7e006a2c6bdbe3e72b23de7473440df9a559f6b6218 -SIZE (Pantomime-1.2.0.tar.gz) = 466206 +SHA256 (Pantomime-1.2.2.tar.gz) = f87b6b362b56c2b22667e614432f222604e318e61340a13b30c8277b180a3be8 +SIZE (Pantomime-1.2.2.tar.gz) = 468276 Modified: head/mail/pantomime/pkg-plist ============================================================================== --- head/mail/pantomime/pkg-plist Wed Jul 1 13:50:16 2015 (r391061) +++ head/mail/pantomime/pkg-plist Wed Jul 1 13:50:28 2015 (r391062) @@ -1,88 +1,88 @@ -GNUstep/Local/Library/Frameworks/Pantomime.framework/Headers -GNUstep/Local/Library/Frameworks/Pantomime.framework/Pantomime -GNUstep/Local/Library/Frameworks/Pantomime.framework/Resources -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWCacheManager.h -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWCharset.h -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWConnection.h -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWConstants.h -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWContainer.h -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWDNSManager.h -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWFlags.h -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWFolder.h -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWFolderInformation.h -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWIMAPCacheManager.h -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWIMAPFolder.h -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWIMAPMessage.h -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWIMAPStore.h -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWISO8859_1.h -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWISO8859_10.h -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWISO8859_11.h -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWISO8859_13.h -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWISO8859_14.h -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWISO8859_15.h -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWISO8859_2.h -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWISO8859_3.h -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWISO8859_4.h -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWISO8859_5.h -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWISO8859_6.h -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWISO8859_7.h -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWISO8859_8.h -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWISO8859_9.h -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWInternetAddress.h -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWKOI8_R.h -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWKOI8_U.h -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWLocalCacheManager.h -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWLocalFolder+maildir.h -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWLocalFolder+mbox.h -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWLocalFolder.h -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWLocalMessage.h -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWLocalStore.h -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWMD5.h -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWMIMEMultipart.h -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWMIMEUtility.h -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWMessage.h -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWPOP3CacheManager.h -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWPOP3CacheObject.h -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWPOP3Folder.h -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWPOP3Message.h -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWPOP3Store.h -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWParser.h -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWPart.h -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWRegEx.h -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWSMTP.h -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWSendmail.h -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWService.h -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWStore.h -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWTCPConnection.h -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWTransport.h -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWURLName.h -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWUUFile.h -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWVirtualFolder.h -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWWINDOWS_1250.h -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWWINDOWS_1251.h -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWWINDOWS_1252.h -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWWINDOWS_1253.h -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWWINDOWS_1254.h -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/NSData+Extensions.h -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/NSFileManager+Extensions.h -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/NSScanner+Extensions.h -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/NSString+Extensions.h -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/Pantomime.h -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/io.h -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Pantomime -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Resources/English.lproj/Localizable.strings -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Resources/English.lproj/InfoPlist.strings -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Resources/German.lproj/InfoPlist.strings -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Resources/German.lproj/Localizable.strings -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Resources/Info-gnustep.plist -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/libPantomime.so -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/libPantomime.so.%%LIBVERSION%% -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/libPantomime.so.%%VERSION%% -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/Current -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/Resources/English.lproj/Localizable.strings -GNUstep/Local/Library/Frameworks/Pantomime.framework/Versions/Resources/German.lproj/Localizable.strings -GNUstep/Local/Library/Frameworks/Pantomime.framework/libPantomime.so -GNUstep/Local/Library/Headers/Pantomime -GNUstep/Local/Library/Libraries/libPantomime.so -GNUstep/Local/Library/Libraries/libPantomime.so.%%LIBVERSION%% -GNUstep/Local/Library/Libraries/libPantomime.so.%%VERSION%% +GNUstep/System/Library/Frameworks/Pantomime.framework/Headers +GNUstep/System/Library/Frameworks/Pantomime.framework/Pantomime +GNUstep/System/Library/Frameworks/Pantomime.framework/Resources +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWCacheManager.h +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWCharset.h +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWConnection.h +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWConstants.h +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWContainer.h +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWDNSManager.h +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWFlags.h +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWFolder.h +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWFolderInformation.h +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWIMAPCacheManager.h +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWIMAPFolder.h +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWIMAPMessage.h +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWIMAPStore.h +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWISO8859_1.h +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWISO8859_10.h +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWISO8859_11.h +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWISO8859_13.h +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWISO8859_14.h +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWISO8859_15.h +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWISO8859_2.h +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWISO8859_3.h +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWISO8859_4.h +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWISO8859_5.h +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWISO8859_6.h +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWISO8859_7.h +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWISO8859_8.h +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWISO8859_9.h +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWInternetAddress.h +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWKOI8_R.h +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWKOI8_U.h +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWLocalCacheManager.h +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWLocalFolder+maildir.h +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWLocalFolder+mbox.h +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWLocalFolder.h +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWLocalMessage.h +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWLocalStore.h +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWMD5.h +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWMIMEMultipart.h +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWMIMEUtility.h +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWMessage.h +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWPOP3CacheManager.h +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWPOP3CacheObject.h +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWPOP3Folder.h +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWPOP3Message.h +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWPOP3Store.h +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWParser.h +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWPart.h +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWRegEx.h +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWSMTP.h +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWSendmail.h +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWService.h +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWStore.h +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWTCPConnection.h +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWTransport.h +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWURLName.h +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWUUFile.h +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWVirtualFolder.h +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWWINDOWS_1250.h +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWWINDOWS_1251.h +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWWINDOWS_1252.h +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWWINDOWS_1253.h +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/CWWINDOWS_1254.h +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/NSData+Extensions.h +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/NSFileManager+Extensions.h +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/NSScanner+Extensions.h +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/NSString+Extensions.h +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/Pantomime.h +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Headers/io.h +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Pantomime +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Resources/English.lproj/Localizable.strings +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Resources/English.lproj/InfoPlist.strings +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Resources/German.lproj/InfoPlist.strings +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Resources/German.lproj/Localizable.strings +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/Resources/Info-gnustep.plist +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/libPantomime.so +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/libPantomime.so.%%LIBVERSION%% +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/%%LIBVERSION%%/libPantomime.so.%%VERSION%% +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/Current +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/Resources/English.lproj/Localizable.strings +GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/Resources/German.lproj/Localizable.strings +GNUstep/System/Library/Frameworks/Pantomime.framework/libPantomime.so +GNUstep/System/Library/Headers/Pantomime +GNUstep/System/Library/Libraries/libPantomime.so +GNUstep/System/Library/Libraries/libPantomime.so.%%LIBVERSION%% +GNUstep/System/Library/Libraries/libPantomime.so.%%VERSION%% Modified: head/misc/gnustep-examples/Makefile ============================================================================== --- head/misc/gnustep-examples/Makefile Wed Jul 1 13:50:16 2015 (r391061) +++ head/misc/gnustep-examples/Makefile Wed Jul 1 13:50:28 2015 (r391062) @@ -7,22 +7,30 @@ CATEGORIES= misc gnustep MASTER_SITES= GNUSTEP/usr-apps MAINTAINER= ports@FreeBSD.org -COMMENT= GNUstep example applications -BROKEN= Not converted to USES=gnustep - -USE_GNUSTEP= yes -USE_GNUSTEP_BACK= yes -USE_GNUSTEP_BUILD= yes -USE_GNUSTEP_INSTALL= yes -USE_GL= yes +USES= gnustep +USE_GNUSTEP= back build WRKSRC= ${WRKDIR}/${DISTNAME} USE_GNUSTEP_MAKE_DIRS+= . gui/Finger gui/GFractal gui/HostAddress gui/MyGL -MAKE_ENV+= GNUSTEP_INSTALLATION_DIR=${GNUSTEP_LOCAL_ROOT} post-patch: ${REINPLACE_CMD} -e 's|^//|#|' \ ${WRKSRC}/gui/GFractal/GNUmakefile +do-build: +.for i in ${USE_GNUSTEP_MAKE_DIRS} + @(cd ${BUILD_WRKSRC}/${i}; . ${GNUSTEP_MAKEFILES}/GNUstep.sh; \ + ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} ${ALL_TARGET}) +.endfor + +# --------------------------------------------------------------------------- +# source GNUstep.sh +# +do-install: +.for i in ${USE_GNUSTEP_MAKE_DIRS} + @(cd ${INSTALL_WRKSRC}/${i}; . ${GNUSTEP_MAKEFILES}/GNUstep.sh; \ + ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}) +.endfor + .include Modified: head/x11-toolkits/gnustep-back/Makefile ============================================================================== --- head/x11-toolkits/gnustep-back/Makefile Wed Jul 1 13:50:16 2015 (r391061) +++ head/x11-toolkits/gnustep-back/Makefile Wed Jul 1 13:50:28 2015 (r391062) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= gnustep-back -PORTVERSION= 0.24.0 -PORTREVISION= 5 +PORTVERSION= 0.24.1 CATEGORIES= x11-toolkits gnustep MASTER_SITES= GNUSTEP/core Modified: head/x11-toolkits/gnustep-back/distinfo ============================================================================== --- head/x11-toolkits/gnustep-back/distinfo Wed Jul 1 13:50:16 2015 (r391061) +++ head/x11-toolkits/gnustep-back/distinfo Wed Jul 1 13:50:28 2015 (r391062) @@ -1,2 +1,2 @@ -SHA256 (gnustep-back-0.24.0.tar.gz) = 5fc2ed70076d1cd9d51bf3ad85c71a42bfd29e3fd7c22421cc1de739695c3d62 -SIZE (gnustep-back-0.24.0.tar.gz) = 966735 +SHA256 (gnustep-back-0.24.1.tar.gz) = e255628e0f9be9b10359bb1be6690c50a0929bc383e6996966076492af02457e +SIZE (gnustep-back-0.24.1.tar.gz) = 966529 Modified: head/x11-toolkits/gnustep-gui/Makefile ============================================================================== --- head/x11-toolkits/gnustep-gui/Makefile Wed Jul 1 13:50:16 2015 (r391061) +++ head/x11-toolkits/gnustep-gui/Makefile Wed Jul 1 13:50:28 2015 (r391062) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gnustep-gui -PORTVERSION= 0.24.0 -PORTREVISION= 5 +PORTVERSION= 0.24.1 CATEGORIES= x11-toolkits gnustep MASTER_SITES= GNUSTEP/core Modified: head/x11-toolkits/gnustep-gui/distinfo ============================================================================== --- head/x11-toolkits/gnustep-gui/distinfo Wed Jul 1 13:50:16 2015 (r391061) +++ head/x11-toolkits/gnustep-gui/distinfo Wed Jul 1 13:50:28 2015 (r391062) @@ -1,2 +1,2 @@ -SHA256 (gnustep-gui-0.24.0.tar.gz) = afcbe6633d24a9ee56efdf3d5b990b7baaa0b7f6288d2b72feb233e599fbd234 -SIZE (gnustep-gui-0.24.0.tar.gz) = 2816889 +SHA256 (gnustep-gui-0.24.1.tar.gz) = a749573c99d668b83230cc40b8b215b13d62e795615799a873981406cf2bb728 +SIZE (gnustep-gui-0.24.1.tar.gz) = 2837611 Added: head/x11-toolkits/gnustep-gui/files/patch-Headers__AppKit__NSTableView.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/gnustep-gui/files/patch-Headers__AppKit__NSTableView.h Wed Jul 1 13:50:28 2015 (r391062) @@ -0,0 +1,11 @@ +--- Headers/AppKit/NSTableView.h ++++ Headers/AppKit/NSTableView.h +@@ -91,7 +91,7 @@ + BOOL _drawsGrid; + NSColor *_gridColor; + NSColor *_backgroundColor; +- float _rowHeight; ++ CGFloat _rowHeight; + NSSize _intercellSpacing; + id _delegate; + NSTableHeaderView *_headerView; Modified: head/x11-toolkits/gnustep-gui/pkg-plist ============================================================================== --- head/x11-toolkits/gnustep-gui/pkg-plist Wed Jul 1 13:50:16 2015 (r391061) +++ head/x11-toolkits/gnustep-gui/pkg-plist Wed Jul 1 13:50:28 2015 (r391062) @@ -1,44 +1,7 @@ *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Wed Jul 1 13:56:04 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BBB0B990E2B; Wed, 1 Jul 2015 13:56:04 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AC9821B78; Wed, 1 Jul 2015 13:56:04 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t61Du4XS040816; Wed, 1 Jul 2015 13:56:04 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t61Du4u1040812; Wed, 1 Jul 2015 13:56:04 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201507011356.t61Du4u1040812@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Wed, 1 Jul 2015 13:56:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391063 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 13:56:04 -0000 Author: kwm Date: Wed Jul 1 13:56:03 2015 New Revision: 391063 URL: https://svnweb.freebsd.org/changeset/ports/391063 Log: Record libxml2 vulnability Security: CVE-2015-1819 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Jul 1 13:50:28 2015 (r391062) +++ head/security/vuxml/vuln.xml Wed Jul 1 13:56:03 2015 (r391063) @@ -57,6 +57,36 @@ Notes: --> + + libxml2 -- Enforce the reader to run in constant memory + + + libxml2 + 2.9.2_3 + + + + +

Daniel Veilland reports:

+
+

Enforce the reader to run in constant memory. One of the + operation on the reader could resolve entities leading to + the classic expansion issue. Make sure the buffer used for + xmlreader operation is bounded. Introduce a new allocation + type for the buffers for this effect.

+
+ +
+ + CVE-2015-1819 + https://git.gnome.org/browse/libxml2/commit/?id=213f1fe0d76d30eaed6e5853057defc43e6df2c9 + + + 2015-04-14 + 2015-07-01 + +
+ wesnoth -- disclosure of .pbl files with lowercase, uppercase, and mixed-case extension From owner-svn-ports-all@freebsd.org Wed Jul 1 13:59:20 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13288990F1C; Wed, 1 Jul 2015 13:59:20 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E82781D6B; Wed, 1 Jul 2015 13:59:19 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t61DxJ5D041322; Wed, 1 Jul 2015 13:59:19 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t61DxJ3r041318; Wed, 1 Jul 2015 13:59:19 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201507011359.t61DxJ3r041318@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Wed, 1 Jul 2015 13:59:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391064 - in head/textproc/libxml2: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 13:59:20 -0000 Author: kwm Date: Wed Jul 1 13:59:18 2015 New Revision: 391064 URL: https://svnweb.freebsd.org/changeset/ports/391064 Log: Fix libxml2 CVE-2015-1819 doc/ tree tested by: wblock@ Obtained from: libxml2 upstream MFH: 2015Q3 Security: 9c7177ff-1fe1-11e5-9a01-bcaec565249c Added: head/textproc/libxml2/files/patch-CVE-2015-1819 (contents, props changed) Modified: head/textproc/libxml2/Makefile Modified: head/textproc/libxml2/Makefile ============================================================================== --- head/textproc/libxml2/Makefile Wed Jul 1 13:56:03 2015 (r391063) +++ head/textproc/libxml2/Makefile Wed Jul 1 13:59:18 2015 (r391064) @@ -1,10 +1,9 @@ # Created by: Yukihiro Nakai # $FreeBSD$ -# $MCom: ports/trunk/textproc/libxml2/Makefile 19578 2014-04-25 21:50:30Z kwm $ PORTNAME= libxml2 PORTVERSION= 2.9.2 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES?= textproc gnome MASTER_SITES= ftp://xmlsoft.org/libxml2/ \ http://xmlsoft.org/sources/ \ Added: head/textproc/libxml2/files/patch-CVE-2015-1819 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/libxml2/files/patch-CVE-2015-1819 Wed Jul 1 13:59:18 2015 (r391064) @@ -0,0 +1,171 @@ +From 213f1fe0d76d30eaed6e5853057defc43e6df2c9 Mon Sep 17 00:00:00 2001 +From: Daniel Veillard +Date: Tue, 14 Apr 2015 17:41:48 +0800 +Subject: CVE-2015-1819 Enforce the reader to run in constant memory + +One of the operation on the reader could resolve entities +leading to the classic expansion issue. Make sure the +buffer used for xmlreader operation is bounded. +Introduce a new allocation type for the buffers for this effect. + +diff --git a/buf.c b/buf.c +index 6efc7b6..07922ff 100644 +--- buf.c ++++ buf.c +@@ -27,6 +27,7 @@ + #include + #include + #include ++#include /* for XML_MAX_TEXT_LENGTH */ + #include "buf.h" + + #define WITH_BUFFER_COMPAT +@@ -299,7 +300,8 @@ xmlBufSetAllocationScheme(xmlBufPtr buf, + if ((scheme == XML_BUFFER_ALLOC_DOUBLEIT) || + (scheme == XML_BUFFER_ALLOC_EXACT) || + (scheme == XML_BUFFER_ALLOC_HYBRID) || +- (scheme == XML_BUFFER_ALLOC_IMMUTABLE)) { ++ (scheme == XML_BUFFER_ALLOC_IMMUTABLE) || ++ (scheme == XML_BUFFER_ALLOC_BOUNDED)) { + buf->alloc = scheme; + if (buf->buffer) + buf->buffer->alloc = scheme; +@@ -458,6 +460,18 @@ xmlBufGrowInternal(xmlBufPtr buf, size_t len) { + size = buf->use + len + 100; + #endif + ++ if (buf->alloc == XML_BUFFER_ALLOC_BOUNDED) { ++ /* ++ * Used to provide parsing limits ++ */ ++ if ((buf->use + len >= XML_MAX_TEXT_LENGTH) || ++ (buf->size >= XML_MAX_TEXT_LENGTH)) { ++ xmlBufMemoryError(buf, "buffer error: text too long\n"); ++ return(0); ++ } ++ if (size >= XML_MAX_TEXT_LENGTH) ++ size = XML_MAX_TEXT_LENGTH; ++ } + if ((buf->alloc == XML_BUFFER_ALLOC_IO) && (buf->contentIO != NULL)) { + size_t start_buf = buf->content - buf->contentIO; + +@@ -739,6 +753,15 @@ xmlBufResize(xmlBufPtr buf, size_t size) + CHECK_COMPAT(buf) + + if (buf->alloc == XML_BUFFER_ALLOC_IMMUTABLE) return(0); ++ if (buf->alloc == XML_BUFFER_ALLOC_BOUNDED) { ++ /* ++ * Used to provide parsing limits ++ */ ++ if (size >= XML_MAX_TEXT_LENGTH) { ++ xmlBufMemoryError(buf, "buffer error: text too long\n"); ++ return(0); ++ } ++ } + + /* Don't resize if we don't have to */ + if (size < buf->size) +@@ -867,6 +890,15 @@ xmlBufAdd(xmlBufPtr buf, const xmlChar *str, int len) { + + needSize = buf->use + len + 2; + if (needSize > buf->size){ ++ if (buf->alloc == XML_BUFFER_ALLOC_BOUNDED) { ++ /* ++ * Used to provide parsing limits ++ */ ++ if (needSize >= XML_MAX_TEXT_LENGTH) { ++ xmlBufMemoryError(buf, "buffer error: text too long\n"); ++ return(-1); ++ } ++ } + if (!xmlBufResize(buf, needSize)){ + xmlBufMemoryError(buf, "growing buffer"); + return XML_ERR_NO_MEMORY; +@@ -938,6 +970,15 @@ xmlBufAddHead(xmlBufPtr buf, const xmlChar *str, int len) { + } + needSize = buf->use + len + 2; + if (needSize > buf->size){ ++ if (buf->alloc == XML_BUFFER_ALLOC_BOUNDED) { ++ /* ++ * Used to provide parsing limits ++ */ ++ if (needSize >= XML_MAX_TEXT_LENGTH) { ++ xmlBufMemoryError(buf, "buffer error: text too long\n"); ++ return(-1); ++ } ++ } + if (!xmlBufResize(buf, needSize)){ + xmlBufMemoryError(buf, "growing buffer"); + return XML_ERR_NO_MEMORY; +diff --git a/include/libxml/tree.h b/include/libxml/tree.h +index 2f90717..4a9b3bc 100644 +--- include/libxml/tree.h ++++ include/libxml/tree.h +@@ -76,7 +76,8 @@ typedef enum { + XML_BUFFER_ALLOC_EXACT, /* grow only to the minimal size */ + XML_BUFFER_ALLOC_IMMUTABLE, /* immutable buffer */ + XML_BUFFER_ALLOC_IO, /* special allocation scheme used for I/O */ +- XML_BUFFER_ALLOC_HYBRID /* exact up to a threshold, and doubleit thereafter */ ++ XML_BUFFER_ALLOC_HYBRID, /* exact up to a threshold, and doubleit thereafter */ ++ XML_BUFFER_ALLOC_BOUNDED /* limit the upper size of the buffer */ + } xmlBufferAllocationScheme; + + /** +diff --git a/xmlreader.c b/xmlreader.c +index f19e123..471e7e2 100644 +--- xmlreader.c ++++ xmlreader.c +@@ -2091,6 +2091,9 @@ xmlNewTextReader(xmlParserInputBufferPtr input, const char *URI) { + "xmlNewTextReader : malloc failed\n"); + return(NULL); + } ++ /* no operation on a reader should require a huge buffer */ ++ xmlBufSetAllocationScheme(ret->buffer, ++ XML_BUFFER_ALLOC_BOUNDED); + ret->sax = (xmlSAXHandler *) xmlMalloc(sizeof(xmlSAXHandler)); + if (ret->sax == NULL) { + xmlBufFree(ret->buffer); +@@ -3616,6 +3619,7 @@ xmlTextReaderConstValue(xmlTextReaderPtr reader) { + return(((xmlNsPtr) node)->href); + case XML_ATTRIBUTE_NODE:{ + xmlAttrPtr attr = (xmlAttrPtr) node; ++ const xmlChar *ret; + + if ((attr->children != NULL) && + (attr->children->type == XML_TEXT_NODE) && +@@ -3629,10 +3633,21 @@ xmlTextReaderConstValue(xmlTextReaderPtr reader) { + "xmlTextReaderSetup : malloc failed\n"); + return (NULL); + } ++ xmlBufSetAllocationScheme(reader->buffer, ++ XML_BUFFER_ALLOC_BOUNDED); + } else + xmlBufEmpty(reader->buffer); + xmlBufGetNodeContent(reader->buffer, node); +- return(xmlBufContent(reader->buffer)); ++ ret = xmlBufContent(reader->buffer); ++ if (ret == NULL) { ++ /* error on the buffer best to reallocate */ ++ xmlBufFree(reader->buffer); ++ reader->buffer = xmlBufCreateSize(100); ++ xmlBufSetAllocationScheme(reader->buffer, ++ XML_BUFFER_ALLOC_BOUNDED); ++ ret = BAD_CAST ""; ++ } ++ return(ret); + } + break; + } +@@ -5131,6 +5146,9 @@ xmlTextReaderSetup(xmlTextReaderPtr reader, + "xmlTextReaderSetup : malloc failed\n"); + return (-1); + } ++ /* no operation on a reader should require a huge buffer */ ++ xmlBufSetAllocationScheme(reader->buffer, ++ XML_BUFFER_ALLOC_BOUNDED); + if (reader->sax == NULL) + reader->sax = (xmlSAXHandler *) xmlMalloc(sizeof(xmlSAXHandler)); + if (reader->sax == NULL) { +-- +cgit v0.10.2 + From owner-svn-ports-all@freebsd.org Wed Jul 1 14:06:21 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 035F0991135; Wed, 1 Jul 2015 14:06:21 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DD030246A; Wed, 1 Jul 2015 14:06:20 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t61E6KV7046156; Wed, 1 Jul 2015 14:06:20 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t61E6JFU046151; Wed, 1 Jul 2015 14:06:19 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201507011406.t61E6JFU046151@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Wed, 1 Jul 2015 14:06:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391065 - in head/devel/py-country: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 14:06:21 -0000 Author: demon Date: Wed Jul 1 14:06:19 2015 New Revision: 391065 URL: https://svnweb.freebsd.org/changeset/ports/391065 Log: Update some iso639 translations from translationproject.org's database. It will be included into next release. Modified: head/devel/py-country/Makefile head/devel/py-country/files/patch-src-pycountry-locales-ru-LC_MESSAGES-iso639.po head/devel/py-country/files/patch-src-pycountry-locales-tr-LC_MESSAGES-iso639.po head/devel/py-country/files/patch-src-pycountry-locales-uk-LC_MESSAGES-iso639.po Modified: head/devel/py-country/Makefile ============================================================================== --- head/devel/py-country/Makefile Wed Jul 1 13:59:18 2015 (r391064) +++ head/devel/py-country/Makefile Wed Jul 1 14:06:19 2015 (r391065) @@ -3,6 +3,7 @@ PORTNAME= country PORTVERSION= 1.11 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-country/files/patch-src-pycountry-locales-ru-LC_MESSAGES-iso639.po ============================================================================== --- head/devel/py-country/files/patch-src-pycountry-locales-ru-LC_MESSAGES-iso639.po Wed Jul 1 13:59:18 2015 (r391064) +++ head/devel/py-country/files/patch-src-pycountry-locales-ru-LC_MESSAGES-iso639.po Wed Jul 1 14:06:19 2015 (r391065) @@ -1,6 +1,78 @@ ---- src/pycountry/locales/ru/LC_MESSAGES/iso639.po.orig 2015-06-15 11:05:12.588800000 +0300 -+++ src/pycountry/locales/ru/LC_MESSAGES/iso639.po 2015-06-15 11:05:23.124279000 +0300 -@@ -1743,7 +1743,7 @@ +--- src/pycountry/locales/ru/LC_MESSAGES/iso639.po.orig 2015-07-01 16:58:54.381698000 +0300 ++++ src/pycountry/locales/ru/LC_MESSAGES/iso639.po 2015-07-01 16:59:06.083343000 +0300 +@@ -15,22 +15,21 @@ + # Nikolai Prokoschenko , 2004. + # Mikhail Zabaluev , 2006. + # Yuri Kozlov , 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2012, 2013. ++# Dmitry Sivachenko , 2015. + msgid "" + msgstr "" +-"Project-Id-Version: iso_639\n" +-"Report-Msgid-Bugs-To: Debian iso-codes team \n" ++"Project-Id-Version: iso_639 3.57\n" ++"Report-Msgid-Bugs-To: Debian iso-codes team \n" + "POT-Creation-Date: 2013-01-11 07:25+0100\n" +-"PO-Revision-Date: 2013-03-05 21:18+0400\n" +-"Last-Translator: Yuri Kozlov \n" ++"PO-Revision-Date: 2015-06-23 10:08+0300\n" ++"Last-Translator: Dmitry Sivachenko \n" + "Language-Team: Russian \n" + "Language: ru\n" + "MIME-Version: 1.0\n" + "Content-Type: text/plain; charset=UTF-8\n" + "Content-Transfer-Encoding: 8bit\n" + "X-Generator: Lokalize 1.4\n" +-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +-"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" ++"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + + #. name for aar, aa + msgid "Afar" +@@ -118,9 +117,7 @@ + + #. name for arc + msgid "Official Aramaic (700-300 BCE); Imperial Aramaic (700-300 BCE)" +-msgstr "" +-"официальный арамейÑкий (700-300 д.н.Ñ.); имперÑкий арамейÑкий (700-300 д.н." +-"Ñ.)" ++msgstr "официальный арамейÑкий (700-300 д.н.Ñ.); имперÑкий арамейÑкий (700-300 д.н.Ñ.)" + + #. name for arg, an + msgid "Aragonese" +@@ -379,11 +376,8 @@ + msgstr "чероки" + + #. name for chu, cu +-msgid "" +-"Church Slavic; Old Slavonic; Church Slavonic; Old Bulgarian; Old Church " +-"Slavonic" +-msgstr "" +-"церковноÑлавÑнÑкий; ÑтароÑлавÑнÑкий; ÑтароболгарÑкий; ÑтароцерковноÑлавÑнÑкий" ++msgid "Church Slavic; Old Slavonic; Church Slavonic; Old Bulgarian; Old Church Slavonic" ++msgstr "церковноÑлавÑнÑкий; ÑтароÑлавÑнÑкий; ÑтароболгарÑкий; ÑтароцерковноÑлавÑнÑкий" + + #. name for chv, cv + msgid "Chuvash" +@@ -719,7 +713,7 @@ + + #. name for hat, ht + msgid "Haitian; Haitian Creole" +-msgstr "гаитÑнÑкий; креольÑкий гаитÑнÑкий" ++msgstr "гаитÑнÑкий; гаитÑнÑкий креольÑкий" + + #. name for hau, ha + msgid "Hausa" +@@ -1023,7 +1017,7 @@ + + #. name for lat, la + msgid "Latin" +-msgstr "латинÑкий" ++msgstr "латынь" + + #. name for lav, lv + msgid "Latvian" +@@ -1743,7 +1737,7 @@ #. name for tgl, tl msgid "Tagalog" Modified: head/devel/py-country/files/patch-src-pycountry-locales-tr-LC_MESSAGES-iso639.po ============================================================================== --- head/devel/py-country/files/patch-src-pycountry-locales-tr-LC_MESSAGES-iso639.po Wed Jul 1 13:59:18 2015 (r391064) +++ head/devel/py-country/files/patch-src-pycountry-locales-tr-LC_MESSAGES-iso639.po Wed Jul 1 14:06:19 2015 (r391065) @@ -1,6 +1,67 @@ ---- src/pycountry/locales/tr/LC_MESSAGES/iso639.po.orig 2015-06-15 11:11:48.676628000 +0300 -+++ src/pycountry/locales/tr/LC_MESSAGES/iso639.po 2015-06-15 11:12:29.485109000 +0300 -@@ -914,7 +914,7 @@ +--- src/pycountry/locales/tr/LC_MESSAGES/iso639.po.orig 2015-07-01 16:56:56.999137000 +0300 ++++ src/pycountry/locales/tr/LC_MESSAGES/iso639.po 2015-07-01 16:57:11.217321000 +0300 +@@ -9,13 +9,13 @@ + # Kemal Yilmaz , 2001. + # Alastair McKinstry , 2001. + # Volkan Gezer , 2013. ++# Dmitry Sivachenko , 2015. + msgid "" + msgstr "" +-"Project-Id-Version: iso_639\n" +-"Report-Msgid-Bugs-To: Debian iso-codes team \n" ++"Project-Id-Version: iso_639 3.57\n" ++"Report-Msgid-Bugs-To: Debian iso-codes team \n" + "POT-Creation-Date: 2013-01-11 07:25+0100\n" +-"PO-Revision-Date: 2013-08-01 23:39+0200\n" ++"PO-Revision-Date: 2015-06-23 12:03+0300\n" + "Last-Translator: Volkan Gezer \n" + "Language-Team: Turkish \n" + "Language: tr\n" +@@ -111,8 +111,7 @@ + + #. name for arc + msgid "Official Aramaic (700-300 BCE); Imperial Aramaic (700-300 BCE)" +-msgstr "" +-"Resmi Arami Dili (700-300 M.Ö.); Ä°mparatorluk Arami Dili (700-300 M.Ö.)" ++msgstr "Resmi Arami Dili (700-300 M.Ö.); Ä°mparatorluk Arami Dili (700-300 M.Ö.)" + + #. name for arg, an + msgid "Aragonese" +@@ -372,12 +371,8 @@ + msgstr "Cherokee (Kuzey Amerika yerlileri)" + + #. name for chu, cu +-msgid "" +-"Church Slavic; Old Slavonic; Church Slavonic; Old Bulgarian; Old Church " +-"Slavonic" +-msgstr "" +-"Kilise Slavcası; Eski Slavca; Kilise Slavcası; Eski Bulgarca; Eski Kilise " +-"Slavcası" ++msgid "Church Slavic; Old Slavonic; Church Slavonic; Old Bulgarian; Old Church Slavonic" ++msgstr "Kilise Slavcası; Eski Slavca; Kilise Slavcası; Eski Bulgarca; Eski Kilise Slavcası" + + #. name for chv, cv + msgid "Chuvash" +@@ -656,7 +651,7 @@ + + #. name for glg, gl + msgid "Galician" +-msgstr "Galiçya dili" ++msgstr "Galiçyaca" + + #. name for glv, gv + msgid "Manx" +@@ -718,7 +713,7 @@ + + #. name for hat, ht + msgid "Haitian; Haitian Creole" +-msgstr "Haiti dili" ++msgstr "Haiti dili; Haiti Creole dili" + + #. name for hau, ha + msgid "Hausa" +@@ -914,7 +909,7 @@ #. name for kaz, kk msgid "Kazakh" @@ -9,7 +70,7 @@ #. name for kbd msgid "Kabardian" -@@ -946,7 +946,7 @@ +@@ -946,7 +941,7 @@ #. name for kir, ky msgid "Kirghiz; Kyrgyz" @@ -18,7 +79,34 @@ #. name for kmb msgid "Kimbundu" -@@ -1756,7 +1756,7 @@ +@@ -1176,7 +1171,7 @@ + + #. name for mlg, mg + msgid "Malagasy" +-msgstr "Malagasy" ++msgstr "Malgaşça" + + # src/prefs.c:1124 src/prefs_callbacks.c:222 src/prefs_callbacks.c:396 + #. name for mlt, mt +@@ -1205,7 +1200,7 @@ + + #. name for mon, mn + msgid "Mongolian" +-msgstr "MoÄŸol Dili" ++msgstr "MoÄŸolca" + + #. name for mos + msgid "Mossi" +@@ -1704,7 +1699,7 @@ + + #. name for swa, sw + msgid "Swahili" +-msgstr "Swahili" ++msgstr "Svahili" + + #. name for swe, sv + msgid "Swedish" +@@ -1756,7 +1751,7 @@ #. name for tgl, tl msgid "Tagalog" @@ -27,3 +115,56 @@ #. name for tha, th msgid "Thai" +@@ -2003,3 +1998,52 @@ + #. name for zza + msgid "Zaza; Dimili; Dimli; Kirdki; Kirmanjki; Zazaki" + msgstr "Zaza; Dimili; Dimli; Kirdki; Kirmanjki; Zazaki" ++ ++#~ msgid "Artificial (Other)" ++#~ msgstr "Yapay (DiÄŸer)" ++ ++#~ msgid "Asturian; Bable" ++#~ msgstr "Asturyanca; Babel (Ä°spanya)" ++ ++#~ msgid "Baltic (Other)" ++#~ msgstr "Baltık (DiÄŸer)" ++ ++#~ msgid "Beja" ++#~ msgstr "Beja (Eritre, Sudan)" ++ ++#~ msgid "Berber (Other)" ++#~ msgstr "Berberice (DiÄŸer)" ++ ++#~ msgid "Bihari" ++#~ msgstr "Bihari (Hindistan)" ++ ++#~ msgid "Bantu (Other)" ++#~ msgstr "Bantu; Zaire dili (DiÄŸer)" ++ ++#~ msgid "Caucasian (Other)" ++#~ msgstr "Kafkas dilleri (DiÄŸer)" ++ ++#~ msgid "Celtic (Other)" ++#~ msgstr "Kelt dili (DiÄŸer)" ++ ++#~ msgid "Chipewyan" ++#~ msgstr "Chipewyan (Kuzey Amerika yerlileri)" ++ ++#~ msgid "Cushitic (Other)" ++#~ msgstr "Cushitic; Etiyopya (DiÄŸer)" ++ ++#~ msgid "Dravidian (Other)" ++#~ msgstr "Dravidian (DiÄŸer; Hindistan ve Sri Lanka)" ++ ++#~ msgid "Finno-Ugrian (Other)" ++#~ msgstr "Fin-Ural (DiÄŸer)" ++ ++#~ msgid "Germanic (Other)" ++#~ msgstr "Germence (DiÄŸer)" ++ ++#, fuzzy ++#~ msgid "Norwegian BokmÃ¥l; BokmÃ¥l, Norwegian" ++#~ msgstr "Norveççe" ++ ++#~ msgid "Aramaic" ++#~ msgstr "Aramice" Modified: head/devel/py-country/files/patch-src-pycountry-locales-uk-LC_MESSAGES-iso639.po ============================================================================== --- head/devel/py-country/files/patch-src-pycountry-locales-uk-LC_MESSAGES-iso639.po Wed Jul 1 13:59:18 2015 (r391064) +++ head/devel/py-country/files/patch-src-pycountry-locales-uk-LC_MESSAGES-iso639.po Wed Jul 1 14:06:19 2015 (r391065) @@ -1,6 +1,69 @@ ---- src/pycountry/locales/uk/LC_MESSAGES/iso639.po.orig 2015-06-13 11:08:41.000000000 +0300 -+++ src/pycountry/locales/uk/LC_MESSAGES/iso639.po 2015-06-15 11:04:33.413969000 +0300 -@@ -1733,7 +1733,7 @@ +--- src/pycountry/locales/uk/LC_MESSAGES/iso639.po.orig 2015-07-01 16:58:38.118973000 +0300 ++++ src/pycountry/locales/uk/LC_MESSAGES/iso639.po 2015-07-01 16:58:46.465074000 +0300 +@@ -4,14 +4,13 @@ + # + # Copyright © + # +-# Yuri Chornoivan , 2010, 2012, 2013. ++# Yuri Chornoivan , 2010, 2012, 2013, 2015. + msgid "" + msgstr "" +-"Project-Id-Version: iso_639\n" +-"Report-Msgid-Bugs-To: Debian iso-codes team \n" ++"Project-Id-Version: iso_639 3.57\n" ++"Report-Msgid-Bugs-To: Debian iso-codes team \n" + "POT-Creation-Date: 2013-01-11 07:25+0100\n" +-"PO-Revision-Date: 2013-03-04 18:37+0200\n" ++"PO-Revision-Date: 2015-06-14 08:39+0300\n" + "Last-Translator: Yuri Chornoivan \n" + "Language-Team: Ukrainian \n" + "Language: uk\n" +@@ -19,8 +18,7 @@ + "Content-Type: text/plain; charset=UTF-8\n" + "Content-Transfer-Encoding: 8bit\n" + "X-Generator: Lokalize 1.5\n" +-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +-"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" ++"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + + #. name for aar, aa + msgid "Afar" +@@ -108,8 +106,7 @@ + + #. name for arc + msgid "Official Aramaic (700-300 BCE); Imperial Aramaic (700-300 BCE)" +-msgstr "" +-"офіційна арамейÑька (700-300 до н.е.); імперÑька арамейÑька (700-300 до н.е.)" ++msgstr "офіційна арамейÑька (700-300 до н.е.); імперÑька арамейÑька (700-300 до н.е.)" + + #. name for arg, an + msgid "Aragonese" +@@ -309,7 +306,7 @@ + + #. name for cat, ca + msgid "Catalan; Valencian" +-msgstr "каталонÑька; валенÑійÑька" ++msgstr "каталанÑька; валенÑійÑька" + + #. name for cau + msgid "Caucasian languages" +@@ -368,12 +365,8 @@ + msgstr "черокі" + + #. name for chu, cu +-msgid "" +-"Church Slavic; Old Slavonic; Church Slavonic; Old Bulgarian; Old Church " +-"Slavonic" +-msgstr "" +-"церковноÑлов’ÑнÑька; давньоÑлов’ÑнÑька; давньоболгарÑька; " +-"давньоцерковноÑлов’ÑнÑька" ++msgid "Church Slavic; Old Slavonic; Church Slavonic; Old Bulgarian; Old Church Slavonic" ++msgstr "церковноÑлов’ÑнÑька; давньоÑлов’ÑнÑька; давньоболгарÑька; давньоцерковноÑлов’ÑнÑька" + + #. name for chv, cv + msgid "Chuvash" +@@ -1733,7 +1726,7 @@ #. name for tgl, tl msgid "Tagalog" From owner-svn-ports-all@freebsd.org Wed Jul 1 14:07:46 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 213C799116B; Wed, 1 Jul 2015 14:07:46 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 115882569; Wed, 1 Jul 2015 14:07:46 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t61E7jiZ046471; Wed, 1 Jul 2015 14:07:45 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t61E7jvg046469; Wed, 1 Jul 2015 14:07:45 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507011407.t61E7jvg046469@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 1 Jul 2015 14:07:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391066 - head/www/elixir-phoenix X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 14:07:46 -0000 Author: olgeni Date: Wed Jul 1 14:07:45 2015 New Revision: 391066 URL: https://svnweb.freebsd.org/changeset/ports/391066 Log: Install missing files and enable the "mix phoenix.new" command. Modified: head/www/elixir-phoenix/Makefile head/www/elixir-phoenix/pkg-plist Modified: head/www/elixir-phoenix/Makefile ============================================================================== --- head/www/elixir-phoenix/Makefile Wed Jul 1 14:06:19 2015 (r391065) +++ head/www/elixir-phoenix/Makefile Wed Jul 1 14:07:45 2015 (r391066) @@ -3,6 +3,7 @@ PORTNAME= phoenix PORTVERSION= 0.14.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= www PKGNAMEPREFIX= elixir- @@ -29,6 +30,7 @@ COWBOY_RUN_DEPENDS= erlang-cowboy>=0:${P do-build: @cd ${WRKSRC} && LANG=en_US.UTF-8 MIX_ENV=prod mix compile + @cd ${WRKSRC}/installer && LANG=en_US.UTF-8 MIX_ENV=prod mix compile post-build: @${LN} -s ${WRKSRC}/_build/prod/lib/${PORTNAME}/ebin ${WRKSRC}/ebin @@ -38,8 +40,16 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} @${MKDIR} ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME} @${MKDIR} ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME}/ebin + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME}/installer @${MKDIR} ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME}/lib + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME}/priv ${INSTALL_DATA} ${WRKSRC}/ebin/* ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME}/ebin cd ${WRKSRC}/lib && ${COPYTREE_SHARE} \* ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME}/lib + cd ${WRKSRC}/priv && ${COPYTREE_SHARE} \* ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME}/priv +.for dir in lib templates + cd ${WRKSRC}/installer && ${COPYTREE_SHARE} ${dir} ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME}/installer +.endfor + ${INSTALL_DATA} ${WRKSRC}/installer/_build/prod/lib/phoenix_new/ebin/* \ + ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME}/ebin .include Modified: head/www/elixir-phoenix/pkg-plist ============================================================================== --- head/www/elixir-phoenix/pkg-plist Wed Jul 1 14:06:19 2015 (r391065) +++ head/www/elixir-phoenix/pkg-plist Wed Jul 1 14:07:45 2015 (r391066) @@ -5,6 +5,7 @@ lib/elixir/lib/phoenix/ebin/Elixir.Mix.T lib/elixir/lib/phoenix/ebin/Elixir.Mix.Tasks.Phoenix.Gen.Html.beam lib/elixir/lib/phoenix/ebin/Elixir.Mix.Tasks.Phoenix.Gen.Json.beam lib/elixir/lib/phoenix/ebin/Elixir.Mix.Tasks.Phoenix.Gen.Model.beam +lib/elixir/lib/phoenix/ebin/Elixir.Mix.Tasks.Phoenix.New.beam lib/elixir/lib/phoenix/ebin/Elixir.Mix.Tasks.Phoenix.Routes.beam lib/elixir/lib/phoenix/ebin/Elixir.Mix.Tasks.Phoenix.Server.beam lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Channel.Server.beam @@ -68,6 +69,42 @@ lib/elixir/lib/phoenix/ebin/Elixir.Phoen lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.View.beam lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.beam lib/elixir/lib/phoenix/ebin/phoenix.app +lib/elixir/lib/phoenix/ebin/phoenix_new.app +lib/elixir/lib/phoenix/installer/lib/phoenix_new.ex +lib/elixir/lib/phoenix/installer/templates/ecto/model_case.ex +lib/elixir/lib/phoenix/installer/templates/ecto/repo.ex +lib/elixir/lib/phoenix/installer/templates/new/README.md +lib/elixir/lib/phoenix/installer/templates/new/config/config.exs +lib/elixir/lib/phoenix/installer/templates/new/config/dev.exs +lib/elixir/lib/phoenix/installer/templates/new/config/prod.exs +lib/elixir/lib/phoenix/installer/templates/new/config/prod.secret.exs +lib/elixir/lib/phoenix/installer/templates/new/config/test.exs +lib/elixir/lib/phoenix/installer/templates/new/lib/application_name.ex +lib/elixir/lib/phoenix/installer/templates/new/lib/application_name/endpoint.ex +lib/elixir/lib/phoenix/installer/templates/new/mix.exs +lib/elixir/lib/phoenix/installer/templates/new/priv/static/robots.txt +lib/elixir/lib/phoenix/installer/templates/new/test/controllers/page_controller_test.exs +lib/elixir/lib/phoenix/installer/templates/new/test/support/channel_case.ex +lib/elixir/lib/phoenix/installer/templates/new/test/support/conn_case.ex +lib/elixir/lib/phoenix/installer/templates/new/test/test_helper.exs +lib/elixir/lib/phoenix/installer/templates/new/test/views/error_view_test.exs +lib/elixir/lib/phoenix/installer/templates/new/test/views/page_view_test.exs +lib/elixir/lib/phoenix/installer/templates/new/web/controllers/page_controller.ex +lib/elixir/lib/phoenix/installer/templates/new/web/router.ex +lib/elixir/lib/phoenix/installer/templates/new/web/templates/layout/app.html.eex +lib/elixir/lib/phoenix/installer/templates/new/web/templates/page/index.html.eex +lib/elixir/lib/phoenix/installer/templates/new/web/views/error_view.ex +lib/elixir/lib/phoenix/installer/templates/new/web/views/layout_view.ex +lib/elixir/lib/phoenix/installer/templates/new/web/views/page_view.ex +lib/elixir/lib/phoenix/installer/templates/new/web/web.ex +lib/elixir/lib/phoenix/installer/templates/static/app.css +lib/elixir/lib/phoenix/installer/templates/static/bare/.gitignore +lib/elixir/lib/phoenix/installer/templates/static/bare/app.js +lib/elixir/lib/phoenix/installer/templates/static/brunch/.gitignore +lib/elixir/lib/phoenix/installer/templates/static/brunch/app.js +lib/elixir/lib/phoenix/installer/templates/static/brunch/brunch-config.js +lib/elixir/lib/phoenix/installer/templates/static/brunch/package.json +lib/elixir/lib/phoenix/installer/templates/static/robots.txt lib/elixir/lib/phoenix/lib/mix/phoenix.ex lib/elixir/lib/phoenix/lib/mix/tasks/compile.phoenix.ex lib/elixir/lib/phoenix/lib/mix/tasks/phoenix.digest.ex @@ -124,4 +161,24 @@ lib/elixir/lib/phoenix/lib/phoenix/trans lib/elixir/lib/phoenix/lib/phoenix/transports/serializer.ex lib/elixir/lib/phoenix/lib/phoenix/transports/websocket.ex lib/elixir/lib/phoenix/lib/phoenix/view.ex +lib/elixir/lib/phoenix/priv/static/favicon.ico +lib/elixir/lib/phoenix/priv/static/phoenix.js +lib/elixir/lib/phoenix/priv/static/phoenix.png +lib/elixir/lib/phoenix/priv/templates/channel/channel.ex +lib/elixir/lib/phoenix/priv/templates/channel/channel_test.exs +lib/elixir/lib/phoenix/priv/templates/html/controller.ex +lib/elixir/lib/phoenix/priv/templates/html/controller_test.exs +lib/elixir/lib/phoenix/priv/templates/html/edit.html.eex +lib/elixir/lib/phoenix/priv/templates/html/form.html.eex +lib/elixir/lib/phoenix/priv/templates/html/index.html.eex +lib/elixir/lib/phoenix/priv/templates/html/new.html.eex +lib/elixir/lib/phoenix/priv/templates/html/show.html.eex +lib/elixir/lib/phoenix/priv/templates/html/view.ex +lib/elixir/lib/phoenix/priv/templates/json/changeset_view.ex +lib/elixir/lib/phoenix/priv/templates/json/controller.ex +lib/elixir/lib/phoenix/priv/templates/json/controller_test.exs +lib/elixir/lib/phoenix/priv/templates/json/view.ex +lib/elixir/lib/phoenix/priv/templates/model/migration.exs +lib/elixir/lib/phoenix/priv/templates/model/model.ex +lib/elixir/lib/phoenix/priv/templates/model/model_test.exs %%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-all@freebsd.org Wed Jul 1 14:07:58 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 37CD999118D; Wed, 1 Jul 2015 14:07:58 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1C5D32640; Wed, 1 Jul 2015 14:07:58 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t61E7vO8046610; Wed, 1 Jul 2015 14:07:57 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t61E7vre046608; Wed, 1 Jul 2015 14:07:57 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201507011407.t61E7vre046608@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Wed, 1 Jul 2015 14:07:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r391067 - in branches/2015Q3/textproc/libxml2: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 14:07:58 -0000 Author: kwm Date: Wed Jul 1 14:07:57 2015 New Revision: 391067 URL: https://svnweb.freebsd.org/changeset/ports/391067 Log: MFH: r391064 Fix libxml2 CVE-2015-1819 doc/ tree tested by: wblock@ Obtained from: libxml2 upstream Security: 9c7177ff-1fe1-11e5-9a01-bcaec565249c Approved by: portmgr (erwin@) Added: branches/2015Q3/textproc/libxml2/files/patch-CVE-2015-1819 - copied unchanged from r391064, head/textproc/libxml2/files/patch-CVE-2015-1819 Modified: branches/2015Q3/textproc/libxml2/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/textproc/libxml2/Makefile ============================================================================== --- branches/2015Q3/textproc/libxml2/Makefile Wed Jul 1 14:07:45 2015 (r391066) +++ branches/2015Q3/textproc/libxml2/Makefile Wed Jul 1 14:07:57 2015 (r391067) @@ -1,10 +1,9 @@ # Created by: Yukihiro Nakai # $FreeBSD$ -# $MCom: ports/trunk/textproc/libxml2/Makefile 19578 2014-04-25 21:50:30Z kwm $ PORTNAME= libxml2 PORTVERSION= 2.9.2 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES?= textproc gnome MASTER_SITES= ftp://xmlsoft.org/libxml2/ \ http://xmlsoft.org/sources/ \ Copied: branches/2015Q3/textproc/libxml2/files/patch-CVE-2015-1819 (from r391064, head/textproc/libxml2/files/patch-CVE-2015-1819) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2015Q3/textproc/libxml2/files/patch-CVE-2015-1819 Wed Jul 1 14:07:57 2015 (r391067, copy of r391064, head/textproc/libxml2/files/patch-CVE-2015-1819) @@ -0,0 +1,171 @@ +From 213f1fe0d76d30eaed6e5853057defc43e6df2c9 Mon Sep 17 00:00:00 2001 +From: Daniel Veillard +Date: Tue, 14 Apr 2015 17:41:48 +0800 +Subject: CVE-2015-1819 Enforce the reader to run in constant memory + +One of the operation on the reader could resolve entities +leading to the classic expansion issue. Make sure the +buffer used for xmlreader operation is bounded. +Introduce a new allocation type for the buffers for this effect. + +diff --git a/buf.c b/buf.c +index 6efc7b6..07922ff 100644 +--- buf.c ++++ buf.c +@@ -27,6 +27,7 @@ + #include + #include + #include ++#include /* for XML_MAX_TEXT_LENGTH */ + #include "buf.h" + + #define WITH_BUFFER_COMPAT +@@ -299,7 +300,8 @@ xmlBufSetAllocationScheme(xmlBufPtr buf, + if ((scheme == XML_BUFFER_ALLOC_DOUBLEIT) || + (scheme == XML_BUFFER_ALLOC_EXACT) || + (scheme == XML_BUFFER_ALLOC_HYBRID) || +- (scheme == XML_BUFFER_ALLOC_IMMUTABLE)) { ++ (scheme == XML_BUFFER_ALLOC_IMMUTABLE) || ++ (scheme == XML_BUFFER_ALLOC_BOUNDED)) { + buf->alloc = scheme; + if (buf->buffer) + buf->buffer->alloc = scheme; +@@ -458,6 +460,18 @@ xmlBufGrowInternal(xmlBufPtr buf, size_t len) { + size = buf->use + len + 100; + #endif + ++ if (buf->alloc == XML_BUFFER_ALLOC_BOUNDED) { ++ /* ++ * Used to provide parsing limits ++ */ ++ if ((buf->use + len >= XML_MAX_TEXT_LENGTH) || ++ (buf->size >= XML_MAX_TEXT_LENGTH)) { ++ xmlBufMemoryError(buf, "buffer error: text too long\n"); ++ return(0); ++ } ++ if (size >= XML_MAX_TEXT_LENGTH) ++ size = XML_MAX_TEXT_LENGTH; ++ } + if ((buf->alloc == XML_BUFFER_ALLOC_IO) && (buf->contentIO != NULL)) { + size_t start_buf = buf->content - buf->contentIO; + +@@ -739,6 +753,15 @@ xmlBufResize(xmlBufPtr buf, size_t size) + CHECK_COMPAT(buf) + + if (buf->alloc == XML_BUFFER_ALLOC_IMMUTABLE) return(0); ++ if (buf->alloc == XML_BUFFER_ALLOC_BOUNDED) { ++ /* ++ * Used to provide parsing limits ++ */ ++ if (size >= XML_MAX_TEXT_LENGTH) { ++ xmlBufMemoryError(buf, "buffer error: text too long\n"); ++ return(0); ++ } ++ } + + /* Don't resize if we don't have to */ + if (size < buf->size) +@@ -867,6 +890,15 @@ xmlBufAdd(xmlBufPtr buf, const xmlChar *str, int len) { + + needSize = buf->use + len + 2; + if (needSize > buf->size){ ++ if (buf->alloc == XML_BUFFER_ALLOC_BOUNDED) { ++ /* ++ * Used to provide parsing limits ++ */ ++ if (needSize >= XML_MAX_TEXT_LENGTH) { ++ xmlBufMemoryError(buf, "buffer error: text too long\n"); ++ return(-1); ++ } ++ } + if (!xmlBufResize(buf, needSize)){ + xmlBufMemoryError(buf, "growing buffer"); + return XML_ERR_NO_MEMORY; +@@ -938,6 +970,15 @@ xmlBufAddHead(xmlBufPtr buf, const xmlChar *str, int len) { + } + needSize = buf->use + len + 2; + if (needSize > buf->size){ ++ if (buf->alloc == XML_BUFFER_ALLOC_BOUNDED) { ++ /* ++ * Used to provide parsing limits ++ */ ++ if (needSize >= XML_MAX_TEXT_LENGTH) { ++ xmlBufMemoryError(buf, "buffer error: text too long\n"); ++ return(-1); ++ } ++ } + if (!xmlBufResize(buf, needSize)){ + xmlBufMemoryError(buf, "growing buffer"); + return XML_ERR_NO_MEMORY; +diff --git a/include/libxml/tree.h b/include/libxml/tree.h +index 2f90717..4a9b3bc 100644 +--- include/libxml/tree.h ++++ include/libxml/tree.h +@@ -76,7 +76,8 @@ typedef enum { + XML_BUFFER_ALLOC_EXACT, /* grow only to the minimal size */ + XML_BUFFER_ALLOC_IMMUTABLE, /* immutable buffer */ + XML_BUFFER_ALLOC_IO, /* special allocation scheme used for I/O */ +- XML_BUFFER_ALLOC_HYBRID /* exact up to a threshold, and doubleit thereafter */ ++ XML_BUFFER_ALLOC_HYBRID, /* exact up to a threshold, and doubleit thereafter */ ++ XML_BUFFER_ALLOC_BOUNDED /* limit the upper size of the buffer */ + } xmlBufferAllocationScheme; + + /** +diff --git a/xmlreader.c b/xmlreader.c +index f19e123..471e7e2 100644 +--- xmlreader.c ++++ xmlreader.c +@@ -2091,6 +2091,9 @@ xmlNewTextReader(xmlParserInputBufferPtr input, const char *URI) { + "xmlNewTextReader : malloc failed\n"); + return(NULL); + } ++ /* no operation on a reader should require a huge buffer */ ++ xmlBufSetAllocationScheme(ret->buffer, ++ XML_BUFFER_ALLOC_BOUNDED); + ret->sax = (xmlSAXHandler *) xmlMalloc(sizeof(xmlSAXHandler)); + if (ret->sax == NULL) { + xmlBufFree(ret->buffer); +@@ -3616,6 +3619,7 @@ xmlTextReaderConstValue(xmlTextReaderPtr reader) { + return(((xmlNsPtr) node)->href); + case XML_ATTRIBUTE_NODE:{ + xmlAttrPtr attr = (xmlAttrPtr) node; ++ const xmlChar *ret; + + if ((attr->children != NULL) && + (attr->children->type == XML_TEXT_NODE) && +@@ -3629,10 +3633,21 @@ xmlTextReaderConstValue(xmlTextReaderPtr reader) { + "xmlTextReaderSetup : malloc failed\n"); + return (NULL); + } ++ xmlBufSetAllocationScheme(reader->buffer, ++ XML_BUFFER_ALLOC_BOUNDED); + } else + xmlBufEmpty(reader->buffer); + xmlBufGetNodeContent(reader->buffer, node); +- return(xmlBufContent(reader->buffer)); ++ ret = xmlBufContent(reader->buffer); ++ if (ret == NULL) { ++ /* error on the buffer best to reallocate */ ++ xmlBufFree(reader->buffer); ++ reader->buffer = xmlBufCreateSize(100); ++ xmlBufSetAllocationScheme(reader->buffer, ++ XML_BUFFER_ALLOC_BOUNDED); ++ ret = BAD_CAST ""; ++ } ++ return(ret); + } + break; + } +@@ -5131,6 +5146,9 @@ xmlTextReaderSetup(xmlTextReaderPtr reader, + "xmlTextReaderSetup : malloc failed\n"); + return (-1); + } ++ /* no operation on a reader should require a huge buffer */ ++ xmlBufSetAllocationScheme(reader->buffer, ++ XML_BUFFER_ALLOC_BOUNDED); + if (reader->sax == NULL) + reader->sax = (xmlSAXHandler *) xmlMalloc(sizeof(xmlSAXHandler)); + if (reader->sax == NULL) { +-- +cgit v0.10.2 + From owner-svn-ports-all@freebsd.org Wed Jul 1 14:21:01 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 805D2991613; Wed, 1 Jul 2015 14:21:01 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 71BF02E0D; Wed, 1 Jul 2015 14:21:01 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t61EL1qg052605; Wed, 1 Jul 2015 14:21:01 GMT (envelope-from mi@FreeBSD.org) Received: (from mi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t61EL1AS052604; Wed, 1 Jul 2015 14:21:01 GMT (envelope-from mi@FreeBSD.org) Message-Id: <201507011421.t61EL1AS052604@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mi set sender to mi@FreeBSD.org using -f From: Mikhail Teterin Date: Wed, 1 Jul 2015 14:21:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391068 - head/audio/festival X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 14:21:01 -0000 Author: mi Date: Wed Jul 1 14:21:00 2015 New Revision: 391068 URL: https://svnweb.freebsd.org/changeset/ports/391068 Log: Fix build on arm (v6). Do not create empty directories. PR: 200287, 201202 Submitted by: Mikael Urankar, avilla Modified: head/audio/festival/Makefile Modified: head/audio/festival/Makefile ============================================================================== --- head/audio/festival/Makefile Wed Jul 1 14:07:57 2015 (r391067) +++ head/audio/festival/Makefile Wed Jul 1 14:21:00 2015 (r391068) @@ -99,7 +99,7 @@ do-configure: ${FALSE}; \ fi # This step helps non-i386 systems and is harmless on i386 - -${LN} -s ix86_FreeBSD.mak ${WRKDIR}/$d/config/systems/${ARCH}_unknown.mak + -${LN} -s ix86_FreeBSD.mak ${WRKDIR}/$d/config/systems/${ARCH:S/armv6/arm/}_unknown.mak .endfor ${REINPLACE_CMD} \ -e '/^CFLAGS *=/s|$$| ${CFLAGS}|' \ @@ -111,13 +111,11 @@ do-configure: ${LN} -s gcc_defaults.mak ${WRKDIR}/speech_tools/config/compilers/${CC}.mak do-install: - @${MKDIR} ${STAGEDIR}${DATADIR}/lib/voices/english/ - @${MKDIR} ${STAGEDIR}${DATADIR}/lib/voices/spanish/ - @${MKDIR} ${STAGEDIR}${DATADIR}/lib/dicts + @${MKDIR} ${STAGEDIR}${DATADIR} ${CHMOD} -R u+w,a+r,og-w ${FESTIVAL}/lib ${FIND} ${FESTIVAL}/lib -type d -print0 | ${XARGS} -0 ${CHMOD} 755 ${FIND} ${FESTIVAL} -type f -name *.orig -delete - cd ${FESTIVAL} && ${CP} -pPR lib examples ${STAGEDIR}${DATADIR} + ${CP} -pPR ${FESTIVAL}/lib ${FESTIVAL}/examples ${STAGEDIR}${DATADIR} ${RM} -rf ${STAGEDIR}${DATADIR}/lib/etc/Makefile ${STAGEDIR}${DATADIR}/lib/etc/*FreeBSD* \ ${STAGEDIR}${DATADIR}/lib/etc/*unknown ${INSTALL_PROGRAM} ${FESTIVAL}/lib/etc/*/audsp ${STAGEDIR}${PREFIX}/libexec From owner-svn-ports-all@freebsd.org Wed Jul 1 14:54:41 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 957C8991E4C; Wed, 1 Jul 2015 14:54:41 +0000 (UTC) (envelope-from skreuzer@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 869482AE6; Wed, 1 Jul 2015 14:54:41 +0000 (UTC) (envelope-from skreuzer@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t61EsfuX071060; Wed, 1 Jul 2015 14:54:41 GMT (envelope-from skreuzer@FreeBSD.org) Received: (from skreuzer@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t61EseRG071057; Wed, 1 Jul 2015 14:54:40 GMT (envelope-from skreuzer@FreeBSD.org) Message-Id: <201507011454.t61EseRG071057@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: skreuzer set sender to skreuzer@FreeBSD.org using -f From: Steven Kreuzer Date: Wed, 1 Jul 2015 14:54:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391069 - head/net/ptpd2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 14:54:41 -0000 Author: skreuzer Date: Wed Jul 1 14:54:40 2015 New Revision: 391069 URL: https://svnweb.freebsd.org/changeset/ports/391069 Log: Update to version 2.3.1 Modified: head/net/ptpd2/Makefile head/net/ptpd2/distinfo head/net/ptpd2/pkg-plist Modified: head/net/ptpd2/Makefile ============================================================================== --- head/net/ptpd2/Makefile Wed Jul 1 14:21:00 2015 (r391068) +++ head/net/ptpd2/Makefile Wed Jul 1 14:54:40 2015 (r391069) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ptpd -DISTVERSION= 2.3.0 +DISTVERSION= 2.3.1 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} PKGNAMESUFFIX= 2 Modified: head/net/ptpd2/distinfo ============================================================================== --- head/net/ptpd2/distinfo Wed Jul 1 14:21:00 2015 (r391068) +++ head/net/ptpd2/distinfo Wed Jul 1 14:54:40 2015 (r391069) @@ -1,2 +1,2 @@ -SHA256 (ptpd-2.3.0.tar.gz) = 1a4e90496f004bfd91657ccc49209101dc25b787e540648c07c0973469f1d8f7 -SIZE (ptpd-2.3.0.tar.gz) = 785362 +SHA256 (ptpd-2.3.1.tar.gz) = 0dbf54dd2c178bd9fe62481d2c37513ee36636d8bf137cfdad96891490cdbf93 +SIZE (ptpd-2.3.1.tar.gz) = 1196180 Modified: head/net/ptpd2/pkg-plist ============================================================================== --- head/net/ptpd2/pkg-plist Wed Jul 1 14:21:00 2015 (r391068) +++ head/net/ptpd2/pkg-plist Wed Jul 1 14:54:40 2015 (r391069) @@ -4,3 +4,7 @@ man/man5/ptpd2.conf.5.gz %%ETCDIR%%/client-e2e-8023.conf.sample %%ETCDIR%%/client-e2e-pcap.conf.sample %%ETCDIR%%/client-e2e-socket.conf.sample +%%DATADIR%%/PTPBASE-MIB.txt +%%DATADIR%%/leap-seconds.list.28dec2015 +%%DATADIR%%/ptpd2.conf.default-full +%%DATADIR%%/ptpd2.conf.minimal From owner-svn-ports-all@freebsd.org Wed Jul 1 15:07:33 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 04B4999106E; Wed, 1 Jul 2015 15:07:33 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E9DB41240; Wed, 1 Jul 2015 15:07:32 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t61F7Waf076637; Wed, 1 Jul 2015 15:07:32 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t61F7WT8076635; Wed, 1 Jul 2015 15:07:32 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201507011507.t61F7WT8076635@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 1 Jul 2015 15:07:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391070 - in head/security/sslsplit: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 15:07:33 -0000 Author: swills Date: Wed Jul 1 15:07:31 2015 New Revision: 391070 URL: https://svnweb.freebsd.org/changeset/ports/391070 Log: security/sslsplit: update to 0.4.11 Deleted: head/security/sslsplit/files/ Modified: head/security/sslsplit/Makefile head/security/sslsplit/distinfo Modified: head/security/sslsplit/Makefile ============================================================================== --- head/security/sslsplit/Makefile Wed Jul 1 14:54:40 2015 (r391069) +++ head/security/sslsplit/Makefile Wed Jul 1 15:07:31 2015 (r391070) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sslsplit -PORTVERSION= 0.4.8 +PORTVERSION= 0.4.11 CATEGORIES= security MASTER_SITES= http://mirror.roe.ch/rel/sslsplit/ Modified: head/security/sslsplit/distinfo ============================================================================== --- head/security/sslsplit/distinfo Wed Jul 1 14:54:40 2015 (r391069) +++ head/security/sslsplit/distinfo Wed Jul 1 15:07:31 2015 (r391070) @@ -1,2 +1,2 @@ -SHA256 (sslsplit-0.4.8.tar.bz2) = 2c181413b1ac98c2e968838cf2aff201b6ff5bba656c22f9d1c756626cd5aa16 -SIZE (sslsplit-0.4.8.tar.bz2) = 117734 +SHA256 (sslsplit-0.4.11.tar.bz2) = 75554ca11ee38d727456b17b6afd5379e5c14c05160ca66755a25f248b4b1730 +SIZE (sslsplit-0.4.11.tar.bz2) = 267290 From owner-svn-ports-all@freebsd.org Wed Jul 1 15:08:52 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9671899109C; Wed, 1 Jul 2015 15:08:52 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 873501459; Wed, 1 Jul 2015 15:08:52 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t61F8q7t076925; Wed, 1 Jul 2015 15:08:52 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t61F8qFS076922; Wed, 1 Jul 2015 15:08:52 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201507011508.t61F8qFS076922@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 1 Jul 2015 15:08:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391071 - head/science/orthanc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 15:08:52 -0000 Author: amdmi3 Date: Wed Jul 1 15:08:51 2015 New Revision: 391071 URL: https://svnweb.freebsd.org/changeset/ports/391071 Log: - Update MASTER_SITES - Extend CATEGORIES - Libs and pkg-plist clarification - Use BROKEN instead of IGNORE for FreeBSD 11, since the bug is believed to be temporary - Bump portrevision PR: 201163 Submitted by: mp39590@gmail.com (maintainer) Modified: head/science/orthanc/Makefile head/science/orthanc/pkg-plist Modified: head/science/orthanc/Makefile ============================================================================== --- head/science/orthanc/Makefile Wed Jul 1 15:07:31 2015 (r391070) +++ head/science/orthanc/Makefile Wed Jul 1 15:08:51 2015 (r391071) @@ -3,8 +3,9 @@ PORTNAME= orthanc PORTVERSION= 0.9.0 -CATEGORIES= science graphics net -MASTER_SITES= SF/orthancserver/:main \ +PORTREVISION= 1 +CATEGORIES= science graphics net www +MASTER_SITES= http://orthanc-server.com/downloads/get.php?path=/orthanc/:main \ http://www.montefiore.ulg.ac.be/~jodogne/Orthanc/ThirdPartyDownloads/:mongoose DISTFILES= Orthanc-${PORTVERSION}.tar.gz:main \ mongoose-3.8.tgz:mongoose @@ -13,6 +14,7 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= mp39590@gmail.com COMMENT= RESTful DICOM server for healthcare and medical research +# GPLv3 license, with the OpenSSL exception. LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING @@ -22,7 +24,14 @@ LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/ libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid \ libglog.so:${PORTSDIR}/devel/glog \ libboost_filesystem.so:${PORTSDIR}/devel/boost-libs \ - libdcmimage.so:${PORTSDIR}/devel/dcmtk \ + libboost_thread.so:${PORTSDIR}/devel/boost-libs \ + libboost_system.so:${PORTSDIR}/devel/boost-libs \ + libboost_date_time.so:${PORTSDIR}/devel/boost-libs \ + libboost_regex.so:${PORTSDIR}/devel/boost-libs \ + libboost_locale.so:${PORTSDIR}/devel/boost-libs \ + libdcmdsig.so:${PORTSDIR}/devel/dcmtk \ + libcharls.so:${PORTSDIR}/devel/dcmtk \ + libdcmjpls.so:${PORTSDIR}/devel/dcmtk \ libsqlite3.so:${PORTSDIR}/databases/sqlite3 \ libpugixml.so:${PORTSDIR}/textproc/pugixml @@ -53,6 +62,8 @@ post-extract: ${CP} ${DISTDIR}/${DIST_SUBDIR}/mongoose-3.8.tgz ${WRKSRC}/ThirdPartyDownloads # Orthanc hardcodes /usr/local paths for libs and includes. ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/CMakeLists.txt + ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/Resources/CMake/JsonCppConfiguration.cmake + ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/Resources/CMake/SQLiteConfiguration.cmake # There is no way to disable building of test units without a patch, on other # hand it brings only one build dependency (devel/googletest) and running it was @@ -78,7 +89,7 @@ IGNORE= supported only on 10.1 by upstre .endif .if ${OSVERSION} > 1100000 -IGNORE= unit tests are crashing, bug 200544 +BROKEN= unit tests are crashing, bug 200544 .endif .include Modified: head/science/orthanc/pkg-plist ============================================================================== --- head/science/orthanc/pkg-plist Wed Jul 1 15:07:31 2015 (r391070) +++ head/science/orthanc/pkg-plist Wed Jul 1 15:08:51 2015 (r391071) @@ -6,6 +6,6 @@ include/orthanc/OrthancCDatabasePlugin.h include/orthanc/OrthancCPlugin.h include/orthanc/OrthancCppDatabasePlugin.h -%%DATADIR%%/plugins/%%LUA_LIBDIR%%ServeFolders.so -%%DATADIR%%/plugins/%%LUA_LIBDIR%%ServeFolders.so.0.9.0 +%%DATADIR%%/plugins/libServeFolders.so +%%DATADIR%%/plugins/libServeFolders.so.0.9.0 sbin/Orthanc From owner-svn-ports-all@freebsd.org Wed Jul 1 15:09:54 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 20D939910D5; Wed, 1 Jul 2015 15:09:54 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 121BD159A; Wed, 1 Jul 2015 15:09:54 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t61F9rm5077195; Wed, 1 Jul 2015 15:09:53 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t61F9rmg077190; Wed, 1 Jul 2015 15:09:53 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201507011509.t61F9rmg077190@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Wed, 1 Jul 2015 15:09:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391072 - head/devel/libgit2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 15:09:54 -0000 Author: kwm Date: Wed Jul 1 15:09:52 2015 New Revision: 391072 URL: https://svnweb.freebsd.org/changeset/ports/391072 Log: Update libgit2 to 0.22.3. Approved by: maintainer (implicit) Modified: head/devel/libgit2/Makefile head/devel/libgit2/distinfo head/devel/libgit2/pkg-plist Modified: head/devel/libgit2/Makefile ============================================================================== --- head/devel/libgit2/Makefile Wed Jul 1 15:08:51 2015 (r391071) +++ head/devel/libgit2/Makefile Wed Jul 1 15:09:52 2015 (r391072) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libgit2 -PORTVERSION= 0.22.2 +PORTVERSION= 0.22.3 DISTVERSIONPREFIX= v CATEGORIES= devel Modified: head/devel/libgit2/distinfo ============================================================================== --- head/devel/libgit2/distinfo Wed Jul 1 15:08:51 2015 (r391071) +++ head/devel/libgit2/distinfo Wed Jul 1 15:09:52 2015 (r391072) @@ -1,2 +1,2 @@ -SHA256 (libgit2-libgit2-v0.22.2_GH0.tar.gz) = 3109f2579180d561fc736bad8bd917d7241477aab11633755c8a273beac53cdc -SIZE (libgit2-libgit2-v0.22.2_GH0.tar.gz) = 3591643 +SHA256 (libgit2-libgit2-v0.22.3_GH0.tar.gz) = 511fe60e7c12c3525b4e0489861e5c1fe0e331d604bee9a3dfb8420c2f288f60 +SIZE (libgit2-libgit2-v0.22.3_GH0.tar.gz) = 3594098 Modified: head/devel/libgit2/pkg-plist ============================================================================== --- head/devel/libgit2/pkg-plist Wed Jul 1 15:08:51 2015 (r391071) +++ head/devel/libgit2/pkg-plist Wed Jul 1 15:09:52 2015 (r391072) @@ -75,6 +75,6 @@ include/git2/tree.h include/git2/types.h include/git2/version.h lib/libgit2.so -lib/libgit2.so.0.%%SHLIB_VER%%.2 +lib/libgit2.so.0.%%SHLIB_VER%%.3 lib/libgit2.so.%%SHLIB_VER%% libdata/pkgconfig/libgit2.pc From owner-svn-ports-all@freebsd.org Wed Jul 1 15:12:26 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9D42F9912A4; Wed, 1 Jul 2015 15:12:26 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 814451C3D; Wed, 1 Jul 2015 15:12:26 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t61FCQ1U081309; Wed, 1 Jul 2015 15:12:26 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t61FCPlY081300; Wed, 1 Jul 2015 15:12:25 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201507011512.t61FCPlY081300@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 1 Jul 2015 15:12:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391073 - in head/net/x2goclient: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 15:12:26 -0000 Author: amdmi3 Date: Wed Jul 1 15:12:24 2015 New Revision: 391073 URL: https://svnweb.freebsd.org/changeset/ports/391073 Log: - Update to 4.0.4.0 - Unbreak - Regenerate patches PR: 201177 Submitted by: tkato432@yahoo.com Differential Revision: Modified: head/net/x2goclient/Makefile head/net/x2goclient/distinfo head/net/x2goclient/files/patch-sshmasterconnection.cpp head/net/x2goclient/files/patch-sshprocess.cpp head/net/x2goclient/files/patch-sshprocess.h Modified: head/net/x2goclient/Makefile ============================================================================== --- head/net/x2goclient/Makefile Wed Jul 1 15:09:52 2015 (r391072) +++ head/net/x2goclient/Makefile Wed Jul 1 15:12:24 2015 (r391073) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= x2goclient -PORTVERSION= 4.0.3.2 +PORTVERSION= 4.0.4.0 CATEGORIES= net MASTER_SITES= http://code.x2go.org/releases/source/x2goclient/ @@ -11,9 +11,6 @@ COMMENT= Qt client for the X2Go system LICENSE= GPLv2 -# http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=870 -BROKEN= does not build with new libssh: undefined reference to `ssh_forward_listen' - # Avoid clash with libssh from base BUILD_DEPENDS= ${LOCALBASE}/lib/libssh.so:${PORTSDIR}/security/libssh LIB_DEPENDS= libcups.so:${PORTSDIR}/print/cups-client \ @@ -37,7 +34,7 @@ LDAP_QMAKE_ON= LIBS+="-lX11 -lXpm -lcup LDAP_QMAKE_OFF= LIBS+="-lX11 -lXpm -lcups" post-patch: - @${FIND} ${WRKSRC} -name "*.cpp" -or -name "*.h" | ${XARGS} \ + @${FIND} ${WRKSRC}/src -name "*.cpp" -or -name "*.h" | ${XARGS} \ ${REINPLACE_CMD} -e \ 's|Q_OS_LINUX|Q_OS_UNIX| ; \ //s|^|//| ; \ @@ -57,14 +54,14 @@ do-install: ${STAGEDIR}${DESKTOPDIR}) .for i in 16x16 32x32 48x48 64x64 128x128 @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${i}/apps - (cd ${WRKSRC}/icons/${i} && ${INSTALL_DATA} x2goclient.png \ + (cd ${WRKSRC}/res/img/icons/${i} && ${INSTALL_DATA} x2goclient.png \ ${STAGEDIR}${PREFIX}/share/icons/hicolor/${i}/apps) .endfor @${MKDIR} ${STAGEDIR}${DATADIR}/icons - (cd ${WRKSRC}/icons && ${INSTALL_DATA} x2goclient.xpm \ + (cd ${WRKSRC}/res/img/icons && ${INSTALL_DATA} x2goclient.xpm \ ${STAGEDIR}${DATADIR}/icons) .for i in x2goclient.png x2gosession.png - (cd ${WRKSRC}/icons/128x128 && ${INSTALL_DATA} ${i} \ + (cd ${WRKSRC}/res/img/icons/128x128 && ${INSTALL_DATA} ${i} \ ${STAGEDIR}${DATADIR}/icons) .endfor @${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/net/x2goclient/distinfo ============================================================================== --- head/net/x2goclient/distinfo Wed Jul 1 15:09:52 2015 (r391072) +++ head/net/x2goclient/distinfo Wed Jul 1 15:12:24 2015 (r391073) @@ -1,2 +1,2 @@ -SHA256 (x2goclient-4.0.3.2.tar.gz) = f65a70463eae3d6d9fe6e4379f4ffacda50080a11f196d2792742f5b67fa0c6f -SIZE (x2goclient-4.0.3.2.tar.gz) = 1560536 +SHA256 (x2goclient-4.0.4.0.tar.gz) = 86d05ce10039fe0a965cdc55086e00f4f3abc573a96f128b92f87081b7251657 +SIZE (x2goclient-4.0.4.0.tar.gz) = 1571218 Modified: head/net/x2goclient/files/patch-sshmasterconnection.cpp ============================================================================== --- head/net/x2goclient/files/patch-sshmasterconnection.cpp Wed Jul 1 15:09:52 2015 (r391072) +++ head/net/x2goclient/files/patch-sshmasterconnection.cpp Wed Jul 1 15:12:24 2015 (r391073) @@ -1,6 +1,6 @@ ---- sshmasterconnection.cpp.orig 2011-11-25 21:08:10.000000000 +0900 -+++ sshmasterconnection.cpp 2011-12-20 01:50:14.000000000 +0900 -@@ -25,6 +25,9 @@ +--- src/sshmasterconnection.cpp.orig 2015-05-26 19:13:12 UTC ++++ src/sshmasterconnection.cpp +@@ -28,6 +28,9 @@ #include #include #ifndef Q_OS_WIN @@ -9,4 +9,16 @@ +#include #include #endif - + #include +@@ -272,7 +275,11 @@ void SshMasterConnection::addReverseTunn + if(!reverseTunnelRequest[i].listen) + { + reverseTunnelRequest[i].listen=true; ++#if LIBSSH_VERSION_MAJOR == 0 && LIBSSH_VERSION_MINOR <= 6 + int rc=ssh_forward_listen(my_ssh_session, NULL, reverseTunnelRequest[i].forwardPort, NULL); ++#else ++ int rc=ssh_channel_listen_forward(my_ssh_session, NULL, reverseTunnelRequest[i].forwardPort, NULL); ++#endif + if(rc==SSH_OK) + { + emit reverseTunnelOk(reverseTunnelRequest[i].creator); Modified: head/net/x2goclient/files/patch-sshprocess.cpp ============================================================================== --- head/net/x2goclient/files/patch-sshprocess.cpp Wed Jul 1 15:09:52 2015 (r391072) +++ head/net/x2goclient/files/patch-sshprocess.cpp Wed Jul 1 15:12:24 2015 (r391073) @@ -1,8 +1,8 @@ ---- sshprocess.cpp.orig 2011-11-25 21:08:10.000000000 +0900 -+++ sshprocess.cpp 2011-12-20 01:53:47.000000000 +0900 -@@ -21,6 +21,9 @@ - #include +--- src/sshprocess.cpp.orig 2015-05-26 19:13:12 UTC ++++ src/sshprocess.cpp +@@ -24,6 +24,9 @@ + #include #ifndef Q_OS_WIN +#include +#include Modified: head/net/x2goclient/files/patch-sshprocess.h ============================================================================== --- head/net/x2goclient/files/patch-sshprocess.h Wed Jul 1 15:09:52 2015 (r391072) +++ head/net/x2goclient/files/patch-sshprocess.h Wed Jul 1 15:12:24 2015 (r391073) @@ -1,6 +1,6 @@ ---- sshprocess.h.orig 2011-11-25 21:08:10.000000000 +0900 -+++ sshprocess.h 2011-12-20 01:56:29.000000000 +0900 -@@ -17,6 +17,12 @@ +--- src/sshprocess.h.orig 2015-05-26 19:13:12 UTC ++++ src/sshprocess.h +@@ -18,6 +18,12 @@ #ifndef SSHPROCESS_H #define SSHPROCESS_H @@ -12,4 +12,4 @@ +#endif #include #include - + #include From owner-svn-ports-all@freebsd.org Wed Jul 1 15:26:42 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 82C9D9915A8; Wed, 1 Jul 2015 15:26:42 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5AC1F2309; Wed, 1 Jul 2015 15:26:42 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t61FQgqa086842; Wed, 1 Jul 2015 15:26:42 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t61FQg4w086841; Wed, 1 Jul 2015 15:26:42 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201507011526.t61FQg4w086841@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 1 Jul 2015 15:26:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391074 - head/Mk/Scripts X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 15:26:42 -0000 Author: swills Date: Wed Jul 1 15:26:41 2015 New Revision: 391074 URL: https://svnweb.freebsd.org/changeset/ports/391074 Log: Remove disconnected script Deleted: head/Mk/Scripts/pkgencode.awk From owner-svn-ports-all@freebsd.org Wed Jul 1 15:50:12 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5AE7C991AC1; Wed, 1 Jul 2015 15:50:12 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4C417100D; Wed, 1 Jul 2015 15:50:12 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t61FoCam097216; Wed, 1 Jul 2015 15:50:12 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t61FoBfD097214; Wed, 1 Jul 2015 15:50:11 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507011550.t61FoBfD097214@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 1 Jul 2015 15:50:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391075 - in head/lang/elixir: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 15:50:12 -0000 Author: olgeni Date: Wed Jul 1 15:50:11 2015 New Revision: 391075 URL: https://svnweb.freebsd.org/changeset/ports/391075 Log: Add support for ELIXIR_HIDDEN, a regular expression that matches applications in Elixir's lib and hides them from the actual code path. It will be used by ports to hide their own (already installed) files in lib/ during the builds, and avoid unnecessary warnings. Added: head/lang/elixir/files/ head/lang/elixir/files/patch-bin_elixir (contents, props changed) Modified: head/lang/elixir/Makefile Modified: head/lang/elixir/Makefile ============================================================================== --- head/lang/elixir/Makefile Wed Jul 1 15:26:41 2015 (r391074) +++ head/lang/elixir/Makefile Wed Jul 1 15:50:11 2015 (r391075) @@ -4,6 +4,7 @@ PORTNAME= elixir PORTVERSION= 1.0.5 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= lang MAINTAINER= olgeni@FreeBSD.org Added: head/lang/elixir/files/patch-bin_elixir ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/elixir/files/patch-bin_elixir Wed Jul 1 15:50:11 2015 (r391075) @@ -0,0 +1,20 @@ +--- bin/elixir.orig 2015-06-29 07:56:28 UTC ++++ bin/elixir +@@ -97,4 +97,16 @@ if [ -z "$ERL_PATH" ]; then + fi + fi + +-exec "$ERL_PATH" -pa "$SCRIPT_PATH"/../lib/*/ebin $ELIXIR_ERL_OPTIONS $ERL -extra "$@" ++if [ -n "$ELIXIR_HIDDEN" ]; then ++ CODE_PATH="" ++ ++ for lib in $(cd "$SCRIPT_PATH"/../lib/ && ls); do ++ if ! (echo "$lib" | grep -E "$ELIXIR_HIDDEN" >/dev/null 2>&1); then ++ CODE_PATH="$CODE_PATH "$SCRIPT_PATH"/../lib/$lib/ebin" ++ fi ++ done ++ ++ exec "$ERL_PATH" -pa $CODE_PATH $ELIXIR_ERL_OPTIONS $ERL -extra "$@" ++else ++ exec "$ERL_PATH" -pa "$SCRIPT_PATH"/../lib/*/ebin $ELIXIR_ERL_OPTIONS $ERL -extra "$@" ++fi From owner-svn-ports-all@freebsd.org Wed Jul 1 15:55:42 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 01DDA991DBE; Wed, 1 Jul 2015 15:55:42 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E72761B46; Wed, 1 Jul 2015 15:55:41 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t61Ftfcx001920; Wed, 1 Jul 2015 15:55:41 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t61FtflY001918; Wed, 1 Jul 2015 15:55:41 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201507011555.t61FtflY001918@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Wed, 1 Jul 2015 15:55:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391076 - head/devel/py-libzfs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 15:55:42 -0000 Author: wg Date: Wed Jul 1 15:55:40 2015 New Revision: 391076 URL: https://svnweb.freebsd.org/changeset/ports/391076 Log: devel/py-libzfs: include support for dataset user properties Submitted by: bapt Modified: head/devel/py-libzfs/Makefile head/devel/py-libzfs/distinfo Modified: head/devel/py-libzfs/Makefile ============================================================================== --- head/devel/py-libzfs/Makefile Wed Jul 1 15:50:11 2015 (r391075) +++ head/devel/py-libzfs/Makefile Wed Jul 1 15:55:40 2015 (r391076) @@ -3,7 +3,7 @@ PORTNAME= libzfs PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,7 +17,7 @@ BUILD_DEPENDS= cython>0:${PORTSDIR}/lang USE_GITHUB= yes GH_ACCOUNT= freenas GH_PROJECT= py-libzfs -GH_TAGNAME= af5d66e +GH_TAGNAME= c0100ab USES= python USE_PYTHON= autoplist distutils Modified: head/devel/py-libzfs/distinfo ============================================================================== --- head/devel/py-libzfs/distinfo Wed Jul 1 15:50:11 2015 (r391075) +++ head/devel/py-libzfs/distinfo Wed Jul 1 15:55:40 2015 (r391076) @@ -1,2 +1,2 @@ -SHA256 (freenas-py-libzfs-1.0-af5d66e_GH0.tar.gz) = 7c7e1ddeb4f9bd24c7b3d282dd6798c029bae8c3133b106427ab1b4e41559171 -SIZE (freenas-py-libzfs-1.0-af5d66e_GH0.tar.gz) = 18450 +SHA256 (freenas-py-libzfs-1.0-c0100ab_GH0.tar.gz) = 12a635e98752852f13a4fa386f7278717b4a662ebbb8a114edf1e802bf1d422f +SIZE (freenas-py-libzfs-1.0-c0100ab_GH0.tar.gz) = 17338 From owner-svn-ports-all@freebsd.org Wed Jul 1 16:17:30 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 40765992148; Wed, 1 Jul 2015 16:17:30 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 31F4418A3; Wed, 1 Jul 2015 16:17:30 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t61GHUjp012157; Wed, 1 Jul 2015 16:17:30 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t61GHUHG012156; Wed, 1 Jul 2015 16:17:30 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201507011617.t61GHUHG012156@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 1 Jul 2015 16:17:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391077 - head/deskutils/freemind X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 16:17:30 -0000 Author: amdmi3 Date: Wed Jul 1 16:17:29 2015 New Revision: 391077 URL: https://svnweb.freebsd.org/changeset/ports/391077 Log: - Pass maintainership to sergey.v.brunov@gmail.com PR: 201094 Modified: head/deskutils/freemind/Makefile Modified: head/deskutils/freemind/Makefile ============================================================================== --- head/deskutils/freemind/Makefile Wed Jul 1 15:55:40 2015 (r391076) +++ head/deskutils/freemind/Makefile Wed Jul 1 16:17:29 2015 (r391077) @@ -7,7 +7,7 @@ CATEGORIES= deskutils editors java MASTER_SITES= SF DISTNAME= ${PORTNAME}-bin-max-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sergey.v.brunov@gmail.com COMMENT= Free mind-mapping software written in Java LICENSE= GPLv2 From owner-svn-ports-all@freebsd.org Wed Jul 1 16:20:22 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 415E69921A7; Wed, 1 Jul 2015 16:20:22 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 247361A38; Wed, 1 Jul 2015 16:20:22 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t61GKMF9012813; Wed, 1 Jul 2015 16:20:22 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t61GKLC8012807; Wed, 1 Jul 2015 16:20:21 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201507011620.t61GKLC8012807@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 1 Jul 2015 16:20:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391078 - in head/net/libcapn: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 16:20:22 -0000 Author: amdmi3 Date: Wed Jul 1 16:20:20 2015 New Revision: 391078 URL: https://svnweb.freebsd.org/changeset/ports/391078 Log: - Update to 1.0.0 - Refresh patch files - Add LICENSE_FILE PR: 201206 Submitted by: gasol.wu@gmail.com (maintainer) Deleted: head/net/libcapn/files/patch-libcapn.pc.cmake Modified: head/net/libcapn/Makefile head/net/libcapn/distinfo head/net/libcapn/files/patch-CMakeLists.txt Modified: head/net/libcapn/Makefile ============================================================================== --- head/net/libcapn/Makefile Wed Jul 1 16:17:29 2015 (r391077) +++ head/net/libcapn/Makefile Wed Jul 1 16:20:20 2015 (r391078) @@ -2,14 +2,14 @@ # $FreeBSD$ PORTNAME= libcapn -DISTVERSION= 1.0.0beta3 -PORTREVISION= 2 +PORTVERSION= 1.0.0 CATEGORIES= net MAINTAINER= gasol.wu@gmail.com COMMENT= C Library to interact with Apple Push Notification Service LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libjansson.so:${PORTSDIR}/devel/jansson @@ -18,6 +18,7 @@ GH_ACCOUNT= adobkin USES= cmake USE_LDCONFIG= yes -CMAKE_ARGS= -DOS_FREEBSD=yes +CMAKE_ARGS= -DOS_FREEBSD=yes \ + -DCAPN_INSTALL_PATH_PKGCONFIG=${PREFIX}/libdata/pkgconfig .include Modified: head/net/libcapn/distinfo ============================================================================== --- head/net/libcapn/distinfo Wed Jul 1 16:17:29 2015 (r391077) +++ head/net/libcapn/distinfo Wed Jul 1 16:20:20 2015 (r391078) @@ -1,2 +1,2 @@ -SHA256 (adobkin-libcapn-1.0.0beta3_GH0.tar.gz) = e075f391b6040ba7e2436a93b1dce26bc2825b7e5eb8299d0f1fadf003a129c4 -SIZE (adobkin-libcapn-1.0.0beta3_GH0.tar.gz) = 348313 +SHA256 (adobkin-libcapn-1.0.0_GH0.tar.gz) = 03929c13847b059e701edd06c83ff7d024e0aabdf73b684297b65dc717ed8cb9 +SIZE (adobkin-libcapn-1.0.0_GH0.tar.gz) = 1694326 Modified: head/net/libcapn/files/patch-CMakeLists.txt ============================================================================== --- head/net/libcapn/files/patch-CMakeLists.txt Wed Jul 1 16:17:29 2015 (r391077) +++ head/net/libcapn/files/patch-CMakeLists.txt Wed Jul 1 16:20:20 2015 (r391078) @@ -1,6 +1,6 @@ ---- ./CMakeLists.txt.orig 2013-04-27 14:08:27.000000000 +0800 -+++ ./CMakeLists.txt 2014-02-21 08:53:47.000000000 +0800 -@@ -48,20 +48,6 @@ +--- CMakeLists.txt.orig 2014-02-27 11:34:53 UTC ++++ CMakeLists.txt +@@ -65,19 +65,9 @@ ENDIF(CMAKE_SIZEOF_VOID_P EQUAL 8) INCLUDE(ExternalProject) @@ -17,44 +17,39 @@ - -INCLUDE_DIRECTORIES ("${CMAKE_CURRENT_SOURCE_DIR}/jansson") -INCLUDE_DIRECTORIES ("${CMAKE_CURRENT_SOURCE_DIR}/jansson/include") -- - CONFIGURE_FILE("${CMAKE_CURRENT_SOURCE_DIR}/src/platform.h.cmake" "${CMAKE_CURRENT_SOURCE_DIR}/src/platform.h") - CONFIGURE_FILE("${CMAKE_CURRENT_SOURCE_DIR}/src/version.h.cmake" "${CMAKE_CURRENT_SOURCE_DIR}/src/version.h") ++FIND_PATH(JANSSON_INCLUDES jansson.h) ++INCLUDE_DIRECTORIES(${JANSSON_INCLUDES}) ++FIND_LIBRARY(JANSSON_LIBRARIES jansson) -@@ -86,7 +72,7 @@ - ENDIF(APN_ARCH_X86_64 AND OS_LINUX) + CONFIGURE_FILE("${CMAKE_CURRENT_SOURCE_DIR}/src/platform.h.cmake" "${PROJECT_BINARY_DIR}/src/platform.h") + CONFIGURE_FILE("${CMAKE_CURRENT_SOURCE_DIR}/src/version.h.cmake" "${PROJECT_BINARY_DIR}/src/version.h") +@@ -123,7 +113,7 @@ IF(UNIX) + ENDIF(CAPN_ARCH_X86_64 AND OS_LINUX) ENDIF(LIB_SUFFIX) -- SET(APN_INSTALL_PATH_LIB "${APN_INSTALL_PATH_LIB}/${APN_LIB_NAME}") -+ SET(APN_INSTALL_PATH_LIB "${APN_INSTALL_PATH_LIB}") - SET(APN_INSTALL_PATH_HEADERS "include/${APN_LIB_NAME}") - SET(APN_INSTALL_PATH_BIN "bin") - -@@ -126,12 +112,9 @@ - SET(APN_INSTALL_FULL_PATH_LIB ${CMAKE_INSTALL_PREFIX}/${INSTALL_LIB_DIR}) - MARK_AS_ADVANCED(APN_INSTALL_FULL_PATH_LIB) +- SET(CAPN_INSTALL_PATH_LIB "${CAPN_INSTALL_PATH_LIB}/${CAPN_LIB_NAME}") ++ SET(CAPN_INSTALL_PATH_LIB "${CAPN_INSTALL_PATH_LIB}") + SET(CAPN_PKGCONF_FILE_NAME "libcapn.pc") + CONFIGURE_FILE("${CAPN_PKGCONF_FILE_NAME}.cmake" ${PROJECT_BINARY_DIR}/${CAPN_PKGCONF_FILE_NAME}) + +@@ -142,12 +132,9 @@ IF(UNIX) + + ENDIF(UNIX) -FILE (GLOB JANSSON_SOURCE_FILES jansson/src/*.c) - - SET(APN_SOURCE_FILES + SET(CAPN_SOURCE_FILES src/apn.c src/apn_strings.c - ${JANSSON_SOURCE_FILES} ) - SET(APN_PUBLIC_HEADER_FILES -@@ -175,8 +158,14 @@ - ADD_CUSTOM_TARGET(zip COMMAND ${PROJECT_BINARY_DIR}/win/createpkg.bat) - ENDIF(DEFINED WIN32) - -+ - ADD_LIBRARY(${APN_LIB_NAME} SHARED ${APN_SOURCE_FILES}) - TARGET_LINK_LIBRARIES(${APN_LIB_NAME} ${OPENSSL_LIBRARIES}) -+FIND_PATH(JANSSON_INCLUDES jansson.h) -+INCLUDE_DIRECTORIES(${JANSSON_INCLUDES}) -+FIND_LIBRARY(JANSSON_LIBRARIES jansson) -+TARGET_LINK_LIBRARIES(${APN_LIB_NAME} ${JANSSON_LIBRARIES}) -+ + SET(CAPN_PUBLIC_HEADER_FILES +@@ -199,6 +186,7 @@ ENDIF(DEFINED WIN32) + + ADD_LIBRARY(${CAPN_LIB_NAME} SHARED ${CAPN_SOURCE_FILES}) + TARGET_LINK_LIBRARIES(${CAPN_LIB_NAME} ${OPENSSL_LIBRARIES}) ++TARGET_LINK_LIBRARIES(${CAPN_LIB_NAME} ${JANSSON_LIBRARIES}) IF(DEFINED WIN32) - TARGET_LINK_LIBRARIES(${APN_LIB_NAME} Ws2_32.lib) + TARGET_LINK_LIBRARIES(${CAPN_LIB_NAME} Ws2_32.lib) From owner-svn-ports-all@freebsd.org Wed Jul 1 16:21:59 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 90B7F9922C0; Wed, 1 Jul 2015 16:21:59 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 81D431D96; Wed, 1 Jul 2015 16:21:59 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t61GLx1x016679; Wed, 1 Jul 2015 16:21:59 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t61GLwAJ016675; Wed, 1 Jul 2015 16:21:58 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201507011621.t61GLwAJ016675@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 1 Jul 2015 16:21:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391079 - head/misc/hello X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 16:21:59 -0000 Author: amdmi3 Date: Wed Jul 1 16:21:57 2015 New Revision: 391079 URL: https://svnweb.freebsd.org/changeset/ports/391079 Log: - Update to 2.10 - Modernize PR: 201176 Submitted by: tkato432@yahoo.com Modified: head/misc/hello/Makefile head/misc/hello/distinfo head/misc/hello/pkg-descr head/misc/hello/pkg-plist Modified: head/misc/hello/Makefile ============================================================================== --- head/misc/hello/Makefile Wed Jul 1 16:20:20 2015 (r391078) +++ head/misc/hello/Makefile Wed Jul 1 16:21:57 2015 (r391079) @@ -2,35 +2,28 @@ # $FreeBSD$ PORTNAME= hello -PORTVERSION= 2.9 +PORTVERSION= 2.10 CATEGORIES= misc MASTER_SITES= GNU MAINTAINER= ports@FreeBSD.org COMMENT= Utility for saying hello to the world and reading email -USES= charsetfix perl5 +LICENSE= GPLv3 # (or later) +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= charsetfix gmake perl5 USE_PERL5= build -GNU_CONFIGURE= YES +GNU_CONFIGURE= yes INFO= hello -OPTIONS_DEFINE= NLS - -.include - -.if ${PORT_OPTIONS:MNLS} -USES+= gettext -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+= --disable-nls -PLIST_SUB+= NLS="@comment " -.endif +OPTIONS_DEFINE= NLS +OPTIONS_SUB= yes -pre-install: - ${CHMOD} a+x ${WRKSRC}/build-aux/install-sh +NLS_USES= gettext +NLS_CONFIGURE_ENABLE= nls +NLS_CPPFLAGS= -I${LOCALBASE}/include +NLS_LDFLAGS= -L${LOCALBASE}/lib .include Modified: head/misc/hello/distinfo ============================================================================== --- head/misc/hello/distinfo Wed Jul 1 16:20:20 2015 (r391078) +++ head/misc/hello/distinfo Wed Jul 1 16:21:57 2015 (r391079) @@ -1,2 +1,2 @@ -SHA256 (hello-2.9.tar.gz) = ecbb7a2214196c57ff9340aa71458e1559abd38f6d8d169666846935df191ea7 -SIZE (hello-2.9.tar.gz) = 723645 +SHA256 (hello-2.10.tar.gz) = 31e066137a962676e89f69d1b65382de95a7ef7d914b8cb956f41ea72e0f516b +SIZE (hello-2.10.tar.gz) = 725946 Modified: head/misc/hello/pkg-descr ============================================================================== --- head/misc/hello/pkg-descr Wed Jul 1 16:20:20 2015 (r391078) +++ head/misc/hello/pkg-descr Wed Jul 1 16:21:57 2015 (r391079) @@ -1,10 +1,5 @@ -A Utility for saying hello to the world and reading email +The GNU hello program produces a familiar, friendly greeting. It allows +nonprogrammers to use a classic computer science tool which would +otherwise be unavailable to them. -From the included Texinfo file: - The GNU hello program produces a familiar, friendly greeting. - It allows nonprogrammers to use a classic computer science - tool which would otherwise be unavailable to them. Because - it is protected by the GNU General Public License, users - are free to share and change it. - -see hello --help for more info +WWW: http://www.gnu.org/software/hello/ Modified: head/misc/hello/pkg-plist ============================================================================== --- head/misc/hello/pkg-plist Wed Jul 1 16:20:20 2015 (r391078) +++ head/misc/hello/pkg-plist Wed Jul 1 16:21:57 2015 (r391079) @@ -1,4 +1,5 @@ bin/hello +man/man1/hello.1.gz %%NLS%%share/locale/bg/LC_MESSAGES/hello.mo %%NLS%%share/locale/ca/LC_MESSAGES/hello.mo %%NLS%%share/locale/da/LC_MESSAGES/hello.mo @@ -41,4 +42,3 @@ bin/hello %%NLS%%share/locale/vi/LC_MESSAGES/hello.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/hello.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/hello.mo -man/man1/hello.1.gz From owner-svn-ports-all@freebsd.org Wed Jul 1 16:58:07 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 49A419927EA; Wed, 1 Jul 2015 16:58:07 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3ACB82E42; Wed, 1 Jul 2015 16:58:07 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t61Gw766032285; Wed, 1 Jul 2015 16:58:07 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t61Gw6l8032283; Wed, 1 Jul 2015 16:58:06 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201507011658.t61Gw6l8032283@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Wed, 1 Jul 2015 16:58:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391080 - in head/lang/gcc5-devel: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 16:58:07 -0000 Author: gerald Date: Wed Jul 1 16:58:06 2015 New Revision: 391080 URL: https://svnweb.freebsd.org/changeset/ports/391080 Log: Update to the 20150630 snapshot of GCC 5. files/patch-pie-support is not longer necessary, andreast@ has pushed this backport upstream and it will thus also appear in the GCC 5.2 release. Deleted: head/lang/gcc5-devel/files/patch-pie-support Modified: head/lang/gcc5-devel/Makefile head/lang/gcc5-devel/distinfo Modified: head/lang/gcc5-devel/Makefile ============================================================================== --- head/lang/gcc5-devel/Makefile Wed Jul 1 16:21:57 2015 (r391079) +++ head/lang/gcc5-devel/Makefile Wed Jul 1 16:58:06 2015 (r391080) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 5.1.1.s20150623 +PORTVERSION= 5.1.1.s20150630 CATEGORIES= lang java MASTER_SITES= GCC/snapshots/${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX}-devel Modified: head/lang/gcc5-devel/distinfo ============================================================================== --- head/lang/gcc5-devel/distinfo Wed Jul 1 16:21:57 2015 (r391079) +++ head/lang/gcc5-devel/distinfo Wed Jul 1 16:58:06 2015 (r391080) @@ -1,2 +1,2 @@ -SHA256 (gcc-5-20150623.tar.bz2) = d4689d6e637f7e214fa59b1e244b68a8e786449ebcbbefa44f977e3005a30e01 -SIZE (gcc-5-20150623.tar.bz2) = 90747352 +SHA256 (gcc-5-20150630.tar.bz2) = b20a8b7e05caaf7c688440c76e5344bc728262ec68efc39c774073bf5e69a757 +SIZE (gcc-5-20150630.tar.bz2) = 90743492 From owner-svn-ports-all@freebsd.org Wed Jul 1 17:23:53 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 98237992C56; Wed, 1 Jul 2015 17:23:53 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 895F41DD7; Wed, 1 Jul 2015 17:23:53 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t61HNrsM046509; Wed, 1 Jul 2015 17:23:53 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t61HNrPm046508; Wed, 1 Jul 2015 17:23:53 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201507011723.t61HNrPm046508@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 1 Jul 2015 17:23:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391081 - in head/audio/wavegain: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 17:23:53 -0000 Author: amdmi3 Date: Wed Jul 1 17:23:52 2015 New Revision: 391081 URL: https://svnweb.freebsd.org/changeset/ports/391081 Log: - Mark ONLY_FOR_ARCHS, uses x86 assembly - Simplify Makefile PR: 200924 Submitted by: amdmi3 Approved by: maintainer timeout (darcsis@gmail.com, 2 weeks) Deleted: head/audio/wavegain/files/patch-Makefile.linux Modified: head/audio/wavegain/Makefile Modified: head/audio/wavegain/Makefile ============================================================================== --- head/audio/wavegain/Makefile Wed Jul 1 16:58:06 2015 (r391080) +++ head/audio/wavegain/Makefile Wed Jul 1 17:23:52 2015 (r391081) @@ -12,26 +12,21 @@ COMMENT= Program that applies ReplayGain LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile +ONLY_FOR_ARCHS= i386 amd64 +ONLY_FOR_ARCHS_REASON= uses x86 assembly + USES= gmake dos2unix zip DOS2UNIX_FILES= audio.c wavegain.c PLIST_FILES= bin/wavegain -WRKSRC= ${WRKDIR}/WaveGain-${PORTVERSION} - -.include - -.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" -BROKEN= Does not compile on ia64, powerpc, or sparc64 -.endif - -post-patch: - @${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|" ${WRKSRC}/Makefile.linux +WRKSRC= ${WRKDIR}/WaveGain-${PORTVERSION} -do-configure: - @cd ${WRKSRC} && ${CP} Makefile.linux Makefile +do-build: + @cd ${WRKSRC} && ${CC} ${CFLAGS} *.c -o ${PORTNAME} \ + -DHAVE_CONFIG_H -lm -lsndfile -L${LOCALBASE}/lib do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin -.include +.include From owner-svn-ports-all@freebsd.org Wed Jul 1 17:27:25 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4522F992D39; Wed, 1 Jul 2015 17:27:25 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 36CD6205D; Wed, 1 Jul 2015 17:27:25 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t61HRPJr047087; Wed, 1 Jul 2015 17:27:25 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t61HRPj2047086; Wed, 1 Jul 2015 17:27:25 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201507011727.t61HRPj2047086@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 1 Jul 2015 17:27:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391082 - head/comms/libfec X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 17:27:25 -0000 Author: amdmi3 Date: Wed Jul 1 17:27:24 2015 New Revision: 391082 URL: https://svnweb.freebsd.org/changeset/ports/391082 Log: - Mark BROKEN: produces unusable library When attempling to link with libfec: /usr/local/lib/libfec.so: undefined reference to `find_cpu_mode' /usr/local/lib/libfec.so: undefined reference to `log' cc: error: linker command failed with exit code 1 (use -v to see invocation) PR: 200182 Submitted by: amdmi3 Approved by: maintainer timeout (olgeni, 7 weeks) Modified: head/comms/libfec/Makefile Modified: head/comms/libfec/Makefile ============================================================================== --- head/comms/libfec/Makefile Wed Jul 1 17:23:52 2015 (r391081) +++ head/comms/libfec/Makefile Wed Jul 1 17:27:24 2015 (r391082) @@ -12,6 +12,8 @@ DISTNAME= fec-${PORTVERSION} MAINTAINER= olgeni@FreeBSD.org COMMENT= Several forward error correction (FEC) decoders +BROKEN= produces unusable library + MAKEFILE= makefile GNU_CONFIGURE= yes From owner-svn-ports-all@freebsd.org Wed Jul 1 17:45:08 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E4D4199207E; Wed, 1 Jul 2015 17:45:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D5E19298D; Wed, 1 Jul 2015 17:45:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t61Hj8b7056724; Wed, 1 Jul 2015 17:45:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t61Hj8BA056722; Wed, 1 Jul 2015 17:45:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507011745.t61Hj8BA056722@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 1 Jul 2015 17:45:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391083 - head/misc/pciids X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 17:45:09 -0000 Author: sunpoet Date: Wed Jul 1 17:45:07 2015 New Revision: 391083 URL: https://svnweb.freebsd.org/changeset/ports/391083 Log: - Update to 20150701 Changes: http://people.FreeBSD.org/~sunpoet/pciids-20150701.diff Modified: head/misc/pciids/Makefile head/misc/pciids/distinfo Modified: head/misc/pciids/Makefile ============================================================================== --- head/misc/pciids/Makefile Wed Jul 1 17:27:24 2015 (r391082) +++ head/misc/pciids/Makefile Wed Jul 1 17:45:07 2015 (r391083) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pciids -PORTVERSION= 20150615 +PORTVERSION= 20150701 CATEGORIES= misc MASTER_SITES= LOCAL/sunpoet Modified: head/misc/pciids/distinfo ============================================================================== --- head/misc/pciids/distinfo Wed Jul 1 17:27:24 2015 (r391082) +++ head/misc/pciids/distinfo Wed Jul 1 17:45:07 2015 (r391083) @@ -1,2 +1,2 @@ -SHA256 (pciids-20150615.tar.xz) = 3a6a12dd747dec6c8cf7b4851d60b4ed13895dc1ac553013a1af1c1f3bc5aa15 -SIZE (pciids-20150615.tar.xz) = 177584 +SHA256 (pciids-20150701.tar.xz) = 2911a49a112fa24003f44d125193787f78dd8ce8b57a7ec82d07c0ea22a9e35a +SIZE (pciids-20150701.tar.xz) = 178040 From owner-svn-ports-all@freebsd.org Wed Jul 1 17:45:13 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 671FF99209D; Wed, 1 Jul 2015 17:45:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5818C29AA; Wed, 1 Jul 2015 17:45:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t61HjDNf056844; Wed, 1 Jul 2015 17:45:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t61HjCA4056842; Wed, 1 Jul 2015 17:45:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507011745.t61HjCA4056842@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 1 Jul 2015 17:45:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391084 - head/misc/usbids X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 17:45:13 -0000 Author: sunpoet Date: Wed Jul 1 17:45:12 2015 New Revision: 391084 URL: https://svnweb.freebsd.org/changeset/ports/391084 Log: - Update to 20150622 Changes: http://people.FreeBSD.org/~sunpoet/usbids-20150622.diff Modified: head/misc/usbids/Makefile head/misc/usbids/distinfo Modified: head/misc/usbids/Makefile ============================================================================== --- head/misc/usbids/Makefile Wed Jul 1 17:45:07 2015 (r391083) +++ head/misc/usbids/Makefile Wed Jul 1 17:45:12 2015 (r391084) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= usbids -PORTVERSION= 20150609 +PORTVERSION= 20150622 CATEGORIES= misc MASTER_SITES= LOCAL/sunpoet Modified: head/misc/usbids/distinfo ============================================================================== --- head/misc/usbids/distinfo Wed Jul 1 17:45:07 2015 (r391083) +++ head/misc/usbids/distinfo Wed Jul 1 17:45:12 2015 (r391084) @@ -1,2 +1,2 @@ -SHA256 (usbids-20150609.tar.xz) = f86ef4aea46e2fc4ca9b0e86c1510b5878b93fe7d0546b556c0c84689cc37113 -SIZE (usbids-20150609.tar.xz) = 153584 +SHA256 (usbids-20150622.tar.xz) = ebd63ebab96a121fbe67255124f055df31fda27a2da14840a7e5f08d543c97de +SIZE (usbids-20150622.tar.xz) = 153600 From owner-svn-ports-all@freebsd.org Wed Jul 1 17:45:17 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EB2CC9920AF; Wed, 1 Jul 2015 17:45:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CCFA52A8D; Wed, 1 Jul 2015 17:45:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t61HjHgI056967; Wed, 1 Jul 2015 17:45:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t61HjHf3056964; Wed, 1 Jul 2015 17:45:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507011745.t61HjHf3056964@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 1 Jul 2015 17:45:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391085 - head/editors/vim X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 17:45:18 -0000 Author: sunpoet Date: Wed Jul 1 17:45:16 2015 New Revision: 391085 URL: https://svnweb.freebsd.org/changeset/ports/391085 Log: - Update to 7.4.764 Changes: https://github.com/vim/vim/commits/master Modified: head/editors/vim/Makefile head/editors/vim/distinfo Modified: head/editors/vim/Makefile ============================================================================== --- head/editors/vim/Makefile Wed Jul 1 17:45:12 2015 (r391084) +++ head/editors/vim/Makefile Wed Jul 1 17:45:16 2015 (r391085) @@ -3,7 +3,7 @@ PORTNAME= vim DISTVERSIONPREFIX= v -DISTVERSION= 7-4-752 +DISTVERSION= 7-4-764 CATEGORIES?= editors MAINTAINER?= sunpoet@FreeBSD.org Modified: head/editors/vim/distinfo ============================================================================== --- head/editors/vim/distinfo Wed Jul 1 17:45:12 2015 (r391084) +++ head/editors/vim/distinfo Wed Jul 1 17:45:16 2015 (r391085) @@ -1,2 +1,2 @@ -SHA256 (vim-vim-v7-4-752_GH0.tar.bz2) = 81211c9dd497a583db3772d7b228c0ed14cc1e700aa1e9101f71aa47900eaad9 -SIZE (vim-vim-v7-4-752_GH0.tar.bz2) = 12185569 +SHA256 (vim-vim-v7-4-764_GH0.tar.bz2) = 1a38433112999785dbe089d9d95e3328eeee5dfaacb2a2cfd31dd341c13dd189 +SIZE (vim-vim-v7-4-764_GH0.tar.bz2) = 12188115 From owner-svn-ports-all@freebsd.org Wed Jul 1 17:45:23 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1C0B69920DB; Wed, 1 Jul 2015 17:45:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E97222B9A; Wed, 1 Jul 2015 17:45:22 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t61HjMS5057124; Wed, 1 Jul 2015 17:45:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t61HjM3x057118; Wed, 1 Jul 2015 17:45:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507011745.t61HjM3x057118@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 1 Jul 2015 17:45:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391086 - head/www/nghttp2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 17:45:23 -0000 Author: sunpoet Date: Wed Jul 1 17:45:21 2015 New Revision: 391086 URL: https://svnweb.freebsd.org/changeset/ports/391086 Log: - Update to 1.0.5 Changes: https://github.com/tatsuhiro-t/nghttp2/releases Modified: head/www/nghttp2/Makefile head/www/nghttp2/distinfo head/www/nghttp2/pkg-plist Modified: head/www/nghttp2/Makefile ============================================================================== --- head/www/nghttp2/Makefile Wed Jul 1 17:45:16 2015 (r391085) +++ head/www/nghttp2/Makefile Wed Jul 1 17:45:21 2015 (r391086) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nghttp2 -PORTVERSION= 1.0.4 +PORTVERSION= 1.0.5 CATEGORIES= www net MASTER_SITES= https://github.com/tatsuhiro-t/${PORTNAME}/releases/download/v${PORTVERSION}/ \ LOCAL/sunpoet Modified: head/www/nghttp2/distinfo ============================================================================== --- head/www/nghttp2/distinfo Wed Jul 1 17:45:16 2015 (r391085) +++ head/www/nghttp2/distinfo Wed Jul 1 17:45:21 2015 (r391086) @@ -1,2 +1,2 @@ -SHA256 (nghttp2-1.0.4.tar.xz) = 87985496c0636e548c12f92fb629c576e4b5ad9b9a3f6fe59baaffc3c5ba3f89 -SIZE (nghttp2-1.0.4.tar.xz) = 909196 +SHA256 (nghttp2-1.0.5.tar.xz) = 8515822015016008ac536de92a7e3652c7dd4f67315ee415f26a30a505f8c821 +SIZE (nghttp2-1.0.5.tar.xz) = 910360 Modified: head/www/nghttp2/pkg-plist ============================================================================== --- head/www/nghttp2/pkg-plist Wed Jul 1 17:45:16 2015 (r391085) +++ head/www/nghttp2/pkg-plist Wed Jul 1 17:45:21 2015 (r391086) @@ -12,7 +12,7 @@ include/nghttp2/nghttp2ver.h lib/libnghttp2.a lib/libnghttp2.so lib/libnghttp2.so.14 -lib/libnghttp2.so.14.0.4 +lib/libnghttp2.so.14.0.5 %%ASIO%%lib/libnghttp2_asio.a %%ASIO%%lib/libnghttp2_asio.so %%ASIO%%lib/libnghttp2_asio.so.1 From owner-svn-ports-all@freebsd.org Wed Jul 1 17:45:28 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 682759920FC; Wed, 1 Jul 2015 17:45:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 57F682C3B; Wed, 1 Jul 2015 17:45:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t61HjS2e057265; Wed, 1 Jul 2015 17:45:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t61HjRZp057262; Wed, 1 Jul 2015 17:45:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507011745.t61HjRZp057262@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 1 Jul 2015 17:45:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391087 - head/www/npm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 17:45:28 -0000 Author: sunpoet Date: Wed Jul 1 17:45:27 2015 New Revision: 391087 URL: https://svnweb.freebsd.org/changeset/ports/391087 Log: - Update to 2.12.0 Changes: https://github.com/npm/npm/releases Modified: head/www/npm/Makefile head/www/npm/distinfo head/www/npm/pkg-plist Modified: head/www/npm/Makefile ============================================================================== --- head/www/npm/Makefile Wed Jul 1 17:45:21 2015 (r391086) +++ head/www/npm/Makefile Wed Jul 1 17:45:27 2015 (r391087) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= npm -PORTVERSION= 2.11.3 +PORTVERSION= 2.12.0 CATEGORIES= www MASTER_SITES= LOCAL/sunpoet Modified: head/www/npm/distinfo ============================================================================== --- head/www/npm/distinfo Wed Jul 1 17:45:21 2015 (r391086) +++ head/www/npm/distinfo Wed Jul 1 17:45:27 2015 (r391087) @@ -1,2 +1,2 @@ -SHA256 (npm-2.11.3.tar.xz) = 2838c6b199dd1590154adf9b174f11242b812172c5bf3ce5e030e7cc3de786f9 -SIZE (npm-2.11.3.tar.xz) = 2417680 +SHA256 (npm-2.12.0.tar.xz) = b4c8869e92fda6eb39b2fd26396721c1dfac0779fa50adedfc89bd05c8dccc61 +SIZE (npm-2.12.0.tar.xz) = 2470476 Modified: head/www/npm/pkg-plist ============================================================================== --- head/www/npm/pkg-plist Wed Jul 1 17:45:21 2015 (r391086) +++ head/www/npm/pkg-plist Wed Jul 1 17:45:27 2015 (r391087) @@ -410,6 +410,7 @@ lib/node_modules/npm/lib/utils/completio lib/node_modules/npm/lib/utils/completion/file-completion.js lib/node_modules/npm/lib/utils/completion/installed-deep.js lib/node_modules/npm/lib/utils/completion/installed-shallow.js +lib/node_modules/npm/lib/utils/correct-mkdir.js lib/node_modules/npm/lib/utils/depr-check.js lib/node_modules/npm/lib/utils/error-handler.js lib/node_modules/npm/lib/utils/gently-rm.js @@ -684,13 +685,18 @@ lib/node_modules/npm/node_modules/config lib/node_modules/npm/node_modules/config-chain/test/ignore-unfound-file.js lib/node_modules/npm/node_modules/config-chain/test/ini.js lib/node_modules/npm/node_modules/config-chain/test/save.js +lib/node_modules/npm/node_modules/dezalgo/.travis.yml lib/node_modules/npm/node_modules/dezalgo/LICENSE lib/node_modules/npm/node_modules/dezalgo/README.md lib/node_modules/npm/node_modules/dezalgo/dezalgo.js +lib/node_modules/npm/node_modules/dezalgo/node_modules/asap/CHANGES.md lib/node_modules/npm/node_modules/dezalgo/node_modules/asap/LICENSE.md lib/node_modules/npm/node_modules/dezalgo/node_modules/asap/README.md lib/node_modules/npm/node_modules/dezalgo/node_modules/asap/asap.js +lib/node_modules/npm/node_modules/dezalgo/node_modules/asap/browser-asap.js +lib/node_modules/npm/node_modules/dezalgo/node_modules/asap/browser-raw.js lib/node_modules/npm/node_modules/dezalgo/node_modules/asap/package.json +lib/node_modules/npm/node_modules/dezalgo/node_modules/asap/raw.js lib/node_modules/npm/node_modules/dezalgo/package.json lib/node_modules/npm/node_modules/dezalgo/test/basic.js lib/node_modules/npm/node_modules/editor/LICENSE @@ -868,14 +874,6 @@ lib/node_modules/npm/node_modules/init-p lib/node_modules/npm/node_modules/init-package-json/node_modules/promzard/test/simple.js lib/node_modules/npm/node_modules/init-package-json/node_modules/promzard/test/validate.input lib/node_modules/npm/node_modules/init-package-json/node_modules/promzard/test/validate.js -lib/node_modules/npm/node_modules/init-package-json/node_modules/validate-npm-package-license/LICENSE.md -lib/node_modules/npm/node_modules/init-package-json/node_modules/validate-npm-package-license/README.md -lib/node_modules/npm/node_modules/init-package-json/node_modules/validate-npm-package-license/index.js -lib/node_modules/npm/node_modules/init-package-json/node_modules/validate-npm-package-license/node_modules/spdx-correct/.npmignore -lib/node_modules/npm/node_modules/init-package-json/node_modules/validate-npm-package-license/node_modules/spdx-correct/README.md -lib/node_modules/npm/node_modules/init-package-json/node_modules/validate-npm-package-license/node_modules/spdx-correct/package.json -lib/node_modules/npm/node_modules/init-package-json/node_modules/validate-npm-package-license/node_modules/spdx-correct/spdx-correct.js -lib/node_modules/npm/node_modules/init-package-json/node_modules/validate-npm-package-license/package.json lib/node_modules/npm/node_modules/init-package-json/package.json lib/node_modules/npm/node_modules/init-package-json/test/basic.input lib/node_modules/npm/node_modules/init-package-json/test/basic.js @@ -884,6 +882,7 @@ lib/node_modules/npm/node_modules/init-p lib/node_modules/npm/node_modules/init-package-json/test/name-spaces.js lib/node_modules/npm/node_modules/init-package-json/test/name-uppercase.js lib/node_modules/npm/node_modules/init-package-json/test/npm-defaults.js +lib/node_modules/npm/node_modules/init-package-json/test/scope-in-config-existing-name.js lib/node_modules/npm/node_modules/init-package-json/test/scope-in-config.js lib/node_modules/npm/node_modules/init-package-json/test/scope.js lib/node_modules/npm/node_modules/init-package-json/test/yes-defaults.js @@ -1628,7 +1627,6 @@ lib/node_modules/npm/node_modules/reques 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 -lib/node_modules/npm/node_modules/request/lib/copy.js lib/node_modules/npm/node_modules/request/lib/getProxyFromURI.js lib/node_modules/npm/node_modules/request/lib/har.js lib/node_modules/npm/node_modules/request/lib/helpers.js @@ -1636,6 +1634,7 @@ lib/node_modules/npm/node_modules/reques lib/node_modules/npm/node_modules/request/lib/oauth.js lib/node_modules/npm/node_modules/request/lib/querystring.js lib/node_modules/npm/node_modules/request/lib/redirect.js +lib/node_modules/npm/node_modules/request/lib/tunnel.js lib/node_modules/npm/node_modules/request/node_modules/aws-sign2/LICENSE lib/node_modules/npm/node_modules/request/node_modules/aws-sign2/README.md lib/node_modules/npm/node_modules/request/node_modules/aws-sign2/index.js @@ -1692,6 +1691,15 @@ lib/node_modules/npm/node_modules/reques lib/node_modules/npm/node_modules/request/node_modules/combined-stream/node_modules/delayed-stream/lib/delayed_stream.js lib/node_modules/npm/node_modules/request/node_modules/combined-stream/node_modules/delayed-stream/package.json lib/node_modules/npm/node_modules/request/node_modules/combined-stream/package.json +lib/node_modules/npm/node_modules/request/node_modules/extend/.jscs.json +lib/node_modules/npm/node_modules/request/node_modules/extend/.npmignore +lib/node_modules/npm/node_modules/request/node_modules/extend/.travis.yml +lib/node_modules/npm/node_modules/request/node_modules/extend/CHANGELOG.md +lib/node_modules/npm/node_modules/request/node_modules/extend/LICENSE +lib/node_modules/npm/node_modules/request/node_modules/extend/README.md +lib/node_modules/npm/node_modules/request/node_modules/extend/component.json +lib/node_modules/npm/node_modules/request/node_modules/extend/index.js +lib/node_modules/npm/node_modules/request/node_modules/extend/package.json lib/node_modules/npm/node_modules/request/node_modules/forever-agent/LICENSE lib/node_modules/npm/node_modules/request/node_modules/forever-agent/README.md lib/node_modules/npm/node_modules/request/node_modules/forever-agent/index.js @@ -1700,33 +1708,43 @@ lib/node_modules/npm/node_modules/reques lib/node_modules/npm/node_modules/request/node_modules/form-data/Readme.md lib/node_modules/npm/node_modules/request/node_modules/form-data/lib/form_data.js lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/.travis.yml +lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/CHANGELOG.md lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/LICENSE lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/README.md lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/bower.json lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/component.json +lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/coverage/base.css +lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/coverage/index.html +lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/coverage/lcov-report/base.css +lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/coverage/lcov-report/index.html +lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/coverage/lcov-report/lib/async.js.html +lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/coverage/lcov-report/lib/index.html +lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/coverage/lcov-report/prettify.css +lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/coverage/lcov-report/prettify.js +lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/coverage/lcov-report/sort-arrow-sprite.png +lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/coverage/lcov-report/sorter.js +lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/coverage/lcov.info +lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/coverage/lib/async.js.html +lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/coverage/lib/index.html +lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/coverage/prettify.css +lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/coverage/prettify.js +lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/coverage/sort-arrow-sprite.png +lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/coverage/sorter.js lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/lib/async.js +lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/nyc_output/5074.json lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/package.json lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/support/sync-package-managers.js -lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/combined-stream/License -lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/combined-stream/Readme.md -lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/combined-stream/lib/combined_stream.js -lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/combined-stream/node_modules/delayed-stream/.npmignore -lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/combined-stream/node_modules/delayed-stream/License -lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/combined-stream/node_modules/delayed-stream/Makefile -lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/combined-stream/node_modules/delayed-stream/Readme.md -lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/combined-stream/node_modules/delayed-stream/lib/delayed_stream.js -lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/combined-stream/node_modules/delayed-stream/package.json -lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/combined-stream/node_modules/delayed-stream/test/common.js -lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/combined-stream/node_modules/delayed-stream/test/integration/test-delayed-http-upload.js -lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/combined-stream/node_modules/delayed-stream/test/integration/test-delayed-stream-auto-pause.js -lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/combined-stream/node_modules/delayed-stream/test/integration/test-delayed-stream-pause.js -lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/combined-stream/node_modules/delayed-stream/test/integration/test-delayed-stream.js -lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/combined-stream/node_modules/delayed-stream/test/integration/test-handle-source-errors.js -lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/combined-stream/node_modules/delayed-stream/test/integration/test-max-data-size.js -lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/combined-stream/node_modules/delayed-stream/test/integration/test-pipe-resumes.js -lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/combined-stream/node_modules/delayed-stream/test/integration/test-proxy-readable.js -lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/combined-stream/node_modules/delayed-stream/test/run.js -lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/combined-stream/package.json +lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/mime-types/HISTORY.md +lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/mime-types/LICENSE +lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/mime-types/README.md +lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/mime-types/index.js +lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/mime-types/node_modules/mime-db/HISTORY.md +lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/mime-types/node_modules/mime-db/LICENSE +lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/mime-types/node_modules/mime-db/README.md +lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/mime-types/node_modules/mime-db/db.json +lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/mime-types/node_modules/mime-db/index.js +lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/mime-types/node_modules/mime-db/package.json +lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/mime-types/package.json lib/node_modules/npm/node_modules/request/node_modules/form-data/package.json lib/node_modules/npm/node_modules/request/node_modules/har-validator/LICENSE lib/node_modules/npm/node_modules/request/node_modules/har-validator/README.md @@ -1929,7 +1947,6 @@ lib/node_modules/npm/node_modules/reques lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/boom/LICENSE lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/boom/README.md lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/boom/images/boom.png -lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/boom/index.js lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/boom/lib/index.js lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/boom/package.json lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/boom/test/index.js @@ -2118,6 +2135,7 @@ lib/node_modules/npm/node_modules/reques lib/node_modules/npm/node_modules/request/node_modules/tough-cookie/test/ietf_data/dates/examples.json lib/node_modules/npm/node_modules/request/node_modules/tough-cookie/test/ietf_data/parser.json lib/node_modules/npm/node_modules/request/node_modules/tough-cookie/test/ietf_test.js +lib/node_modules/npm/node_modules/request/node_modules/tough-cookie/test/jar_serialization_test.js lib/node_modules/npm/node_modules/request/node_modules/tough-cookie/test/lifetime_test.js lib/node_modules/npm/node_modules/request/node_modules/tough-cookie/test/parsing_test.js lib/node_modules/npm/node_modules/request/node_modules/tough-cookie/test/regression_test.js @@ -2268,6 +2286,14 @@ lib/node_modules/npm/node_modules/umask/ lib/node_modules/npm/node_modules/umask/index.js lib/node_modules/npm/node_modules/umask/package.json lib/node_modules/npm/node_modules/umask/test/simple.js +lib/node_modules/npm/node_modules/validate-npm-package-license/LICENSE +lib/node_modules/npm/node_modules/validate-npm-package-license/README.md +lib/node_modules/npm/node_modules/validate-npm-package-license/index.js +lib/node_modules/npm/node_modules/validate-npm-package-license/node_modules/spdx-correct/LICENSE +lib/node_modules/npm/node_modules/validate-npm-package-license/node_modules/spdx-correct/README.md +lib/node_modules/npm/node_modules/validate-npm-package-license/node_modules/spdx-correct/package.json +lib/node_modules/npm/node_modules/validate-npm-package-license/node_modules/spdx-correct/spdx-correct.js +lib/node_modules/npm/node_modules/validate-npm-package-license/package.json lib/node_modules/npm/node_modules/validate-npm-package-name/.npmignore lib/node_modules/npm/node_modules/validate-npm-package-name/README.md lib/node_modules/npm/node_modules/validate-npm-package-name/index.js From owner-svn-ports-all@freebsd.org Wed Jul 1 17:45:34 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C175E992118; Wed, 1 Jul 2015 17:45:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AC7FC2D07; Wed, 1 Jul 2015 17:45:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t61HjYLm057434; Wed, 1 Jul 2015 17:45:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t61HjXU9057429; Wed, 1 Jul 2015 17:45:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507011745.t61HjXU9057429@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 1 Jul 2015 17:45:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391088 - in head/devel: . rubygem-git-version-bump X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 17:45:35 -0000 Author: sunpoet Date: Wed Jul 1 17:45:32 2015 New Revision: 391088 URL: https://svnweb.freebsd.org/changeset/ports/391088 Log: - Add rubygem-git-version-bump 0.15.1 Maintain your program versions entirely within git. No local files required! All versioning information is stored using git tags. This gem contains a command-line tool and set of Rake tasks to increment and display your version numbers via git tags, and some associated Ruby code to use inside a gemspec or your program to retrieve the current version number, for use in builds and at runtime. WWW: https://github.com/mpalmer/git-version-bump RG: https://rubygems.org/gems/git-version-bump Added: head/devel/rubygem-git-version-bump/ head/devel/rubygem-git-version-bump/Makefile (contents, props changed) head/devel/rubygem-git-version-bump/distinfo (contents, props changed) head/devel/rubygem-git-version-bump/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Jul 1 17:45:27 2015 (r391087) +++ head/devel/Makefile Wed Jul 1 17:45:32 2015 (r391088) @@ -4617,6 +4617,7 @@ SUBDIR += rubygem-gibbler SUBDIR += rubygem-gio2 SUBDIR += rubygem-git + SUBDIR += rubygem-git-version-bump SUBDIR += rubygem-github_api SUBDIR += rubygem-gitlab-pygments.rb SUBDIR += rubygem-gitlab_git Added: head/devel/rubygem-git-version-bump/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-git-version-bump/Makefile Wed Jul 1 17:45:32 2015 (r391088) @@ -0,0 +1,20 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= git-version-bump +PORTVERSION= 0.15.1 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Manage your app version entirely via git tags + +LICENSE= GPLv3 + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +PLIST_FILES= bin/git-version-bump + +.include Added: head/devel/rubygem-git-version-bump/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-git-version-bump/distinfo Wed Jul 1 17:45:32 2015 (r391088) @@ -0,0 +1,2 @@ +SHA256 (rubygem/git-version-bump-0.15.1.gem) = 5a509ed953157c65c529815a996e14afb91aeded97b478d91316df551f109275 +SIZE (rubygem/git-version-bump-0.15.1.gem) = 23040 Added: head/devel/rubygem-git-version-bump/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-git-version-bump/pkg-descr Wed Jul 1 17:45:32 2015 (r391088) @@ -0,0 +1,10 @@ +Maintain your program versions entirely within git. No local files required! All +versioning information is stored using git tags. + +This gem contains a command-line tool and set of Rake tasks to increment and +display your version numbers via git tags, and some associated Ruby code to use +inside a gemspec or your program to retrieve the current version number, for use +in builds and at runtime. + +WWW: https://github.com/mpalmer/git-version-bump +RG: https://rubygems.org/gems/git-version-bump From owner-svn-ports-all@freebsd.org Wed Jul 1 17:45:39 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3AE5999213A; Wed, 1 Jul 2015 17:45:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2C7E62DEE; Wed, 1 Jul 2015 17:45:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t61HjdnN057584; Wed, 1 Jul 2015 17:45:39 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t61HjcFu057582; Wed, 1 Jul 2015 17:45:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507011745.t61HjcFu057582@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 1 Jul 2015 17:45:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391089 - head/converters/p5-Encode X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 17:45:39 -0000 Author: sunpoet Date: Wed Jul 1 17:45:38 2015 New Revision: 391089 URL: https://svnweb.freebsd.org/changeset/ports/391089 Log: - Update to 2.75 Changes: http://search.cpan.org/dist/Encode/Changes Modified: head/converters/p5-Encode/Makefile head/converters/p5-Encode/distinfo Modified: head/converters/p5-Encode/Makefile ============================================================================== --- head/converters/p5-Encode/Makefile Wed Jul 1 17:45:32 2015 (r391088) +++ head/converters/p5-Encode/Makefile Wed Jul 1 17:45:38 2015 (r391089) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Encode -PORTVERSION= 2.74 +PORTVERSION= 2.75 CATEGORIES= converters perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DANKOGAI Modified: head/converters/p5-Encode/distinfo ============================================================================== --- head/converters/p5-Encode/distinfo Wed Jul 1 17:45:32 2015 (r391088) +++ head/converters/p5-Encode/distinfo Wed Jul 1 17:45:38 2015 (r391089) @@ -1,2 +1,2 @@ -SHA256 (Encode-2.74.tar.gz) = aa3c832a0478dae1da4e4ac8b12de0d2460c95964ae5d600f6af12f5c9afa6c0 -SIZE (Encode-2.74.tar.gz) = 2014125 +SHA256 (Encode-2.75.tar.gz) = 9686e9469b999923207383086324b90769f35191e5adbeb02269bd1b989534b9 +SIZE (Encode-2.75.tar.gz) = 2013311 From owner-svn-ports-all@freebsd.org Wed Jul 1 17:45:44 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3B00C99216C; Wed, 1 Jul 2015 17:45:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2C8992EC7; Wed, 1 Jul 2015 17:45:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t61HjimV057709; Wed, 1 Jul 2015 17:45:44 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t61HjhWJ057707; Wed, 1 Jul 2015 17:45:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507011745.t61HjhWJ057707@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 1 Jul 2015 17:45:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391090 - head/devel/p5-Devel-CheckCompiler X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 17:45:44 -0000 Author: sunpoet Date: Wed Jul 1 17:45:43 2015 New Revision: 391090 URL: https://svnweb.freebsd.org/changeset/ports/391090 Log: - Update to 0.06 - Add NO_ARCH Changes: http://search.cpan.org/dist/Devel-CheckCompiler/Changes Modified: head/devel/p5-Devel-CheckCompiler/Makefile head/devel/p5-Devel-CheckCompiler/distinfo Modified: head/devel/p5-Devel-CheckCompiler/Makefile ============================================================================== --- head/devel/p5-Devel-CheckCompiler/Makefile Wed Jul 1 17:45:38 2015 (r391089) +++ head/devel/p5-Devel-CheckCompiler/Makefile Wed Jul 1 17:45:43 2015 (r391090) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Devel-CheckCompiler -PORTVERSION= 0.05 -PORTREVISION= 1 +PORTVERSION= 0.06 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,6 +15,7 @@ LICENSE_COMB= dual TEST_DEPENDS= p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires +NO_ARCH= yes USE_PERL5= modbuild USES= perl5 Modified: head/devel/p5-Devel-CheckCompiler/distinfo ============================================================================== --- head/devel/p5-Devel-CheckCompiler/distinfo Wed Jul 1 17:45:38 2015 (r391089) +++ head/devel/p5-Devel-CheckCompiler/distinfo Wed Jul 1 17:45:43 2015 (r391090) @@ -1,2 +1,2 @@ -SHA256 (Devel-CheckCompiler-0.05.tar.gz) = a4fe9b3daf37f472c9529582b5ba1f1082606e7ebf197432ad22971117523257 -SIZE (Devel-CheckCompiler-0.05.tar.gz) = 11384 +SHA256 (Devel-CheckCompiler-0.06.tar.gz) = 070a9e20a25f8d654387080a295ed97dca63e6fa16779903e46cdeb6dfa982ac +SIZE (Devel-CheckCompiler-0.06.tar.gz) = 11694 From owner-svn-ports-all@freebsd.org Wed Jul 1 17:45:49 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 228E399218A; Wed, 1 Jul 2015 17:45:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 13D432F8C; Wed, 1 Jul 2015 17:45:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t61HjmUp057832; Wed, 1 Jul 2015 17:45:48 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t61HjmrS057829; Wed, 1 Jul 2015 17:45:48 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507011745.t61HjmrS057829@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 1 Jul 2015 17:45:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391091 - head/devel/p5-Module-Build-XSUtil X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 17:45:49 -0000 Author: sunpoet Date: Wed Jul 1 17:45:48 2015 New Revision: 391091 URL: https://svnweb.freebsd.org/changeset/ports/391091 Log: - Update to 0.16 - Add NO_ARCH Changes: http://search.cpan.org/dist/Module-Build-XSUtil/Changes Modified: head/devel/p5-Module-Build-XSUtil/Makefile head/devel/p5-Module-Build-XSUtil/distinfo Modified: head/devel/p5-Module-Build-XSUtil/Makefile ============================================================================== --- head/devel/p5-Module-Build-XSUtil/Makefile Wed Jul 1 17:45:43 2015 (r391090) +++ head/devel/p5-Module-Build-XSUtil/Makefile Wed Jul 1 17:45:48 2015 (r391091) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Module-Build-XSUtil -PORTVERSION= 0.15 +PORTVERSION= 0.16 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -19,6 +19,7 @@ TEST_DEPENDS= p5-Capture-Tiny>=0:${PORTS p5-Cwd-Guard>=0:${PORTSDIR}/devel/p5-Cwd-Guard \ p5-File-Copy-Recursive>=0:${PORTSDIR}/devel/p5-File-Copy-Recursive +NO_ARCH= yes USE_PERL5= modbuild USES= perl5 Modified: head/devel/p5-Module-Build-XSUtil/distinfo ============================================================================== --- head/devel/p5-Module-Build-XSUtil/distinfo Wed Jul 1 17:45:43 2015 (r391090) +++ head/devel/p5-Module-Build-XSUtil/distinfo Wed Jul 1 17:45:48 2015 (r391091) @@ -1,2 +1,2 @@ -SHA256 (Module-Build-XSUtil-0.15.tar.gz) = 289ff6df88d63df92fa403434346bcc5193b88856e43231c130d461da8432d21 -SIZE (Module-Build-XSUtil-0.15.tar.gz) = 14925 +SHA256 (Module-Build-XSUtil-0.16.tar.gz) = 15762fa4e43b41302cff261c7ad75aacdc874f416981f206d783f20acd023adb +SIZE (Module-Build-XSUtil-0.16.tar.gz) = 15137 From owner-svn-ports-all@freebsd.org Wed Jul 1 17:45:53 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D6D219921B3; Wed, 1 Jul 2015 17:45:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AE9C9106F; Wed, 1 Jul 2015 17:45:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t61Hjr4W057968; Wed, 1 Jul 2015 17:45:53 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t61HjrlT057963; Wed, 1 Jul 2015 17:45:53 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507011745.t61HjrlT057963@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 1 Jul 2015 17:45:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391092 - head/net/p5-GeoIP2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 17:45:53 -0000 Author: sunpoet Date: Wed Jul 1 17:45:52 2015 New Revision: 391092 URL: https://svnweb.freebsd.org/changeset/ports/391092 Log: - Update to 2.002000 - Add NO_ARCH Changes: http://search.cpan.org/dist/GeoIP2/Changes Modified: head/net/p5-GeoIP2/Makefile head/net/p5-GeoIP2/distinfo Modified: head/net/p5-GeoIP2/Makefile ============================================================================== --- head/net/p5-GeoIP2/Makefile Wed Jul 1 17:45:48 2015 (r391091) +++ head/net/p5-GeoIP2/Makefile Wed Jul 1 17:45:52 2015 (r391092) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= GeoIP2 -PORTVERSION= 2.001003 +PORTVERSION= 2.002000 CATEGORIES= net perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MAXMIND @@ -16,7 +16,7 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Data-Validate-IP>=0.19:${PORTSDIR}/net-mgmt/p5-Data-Validate-IP \ p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \ - p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \ + p5-JSON-MaybeXS>=0:${PORTSDIR}/converters/p5-JSON-MaybeXS \ p5-LWP-Protocol-https>=0:${PORTSDIR}/www/p5-LWP-Protocol-https \ p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \ p5-MaxMind-DB-Common>=0:${PORTSDIR}/net/p5-MaxMind-DB-Common \ @@ -32,6 +32,7 @@ TEST_DEPENDS= p5-HTTP-Message>=0:${PORTS p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \ p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal +NO_ARCH= yes USE_PERL5= configure USES= perl5 Modified: head/net/p5-GeoIP2/distinfo ============================================================================== --- head/net/p5-GeoIP2/distinfo Wed Jul 1 17:45:48 2015 (r391091) +++ head/net/p5-GeoIP2/distinfo Wed Jul 1 17:45:52 2015 (r391092) @@ -1,2 +1,2 @@ -SHA256 (GeoIP2-2.001003.tar.gz) = 3b41458ae18773c1ffcb5f4436b307a7b393d1690c0c99828ac5427b4b0430a5 -SIZE (GeoIP2-2.001003.tar.gz) = 211924 +SHA256 (GeoIP2-2.002000.tar.gz) = b63df72310f91e6839ecc1e1713490da10794f618f15114ba506207f8b28f589 +SIZE (GeoIP2-2.002000.tar.gz) = 223272 From owner-svn-ports-all@freebsd.org Wed Jul 1 17:45:58 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AFBDE9921D2; Wed, 1 Jul 2015 17:45:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 97638118A; Wed, 1 Jul 2015 17:45:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t61Hjw1V058095; Wed, 1 Jul 2015 17:45:58 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t61Hjwph058093; Wed, 1 Jul 2015 17:45:58 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507011745.t61Hjwph058093@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 1 Jul 2015 17:45:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391093 - head/devel/p5-CPAN-Perl-Releases X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 17:45:58 -0000 Author: sunpoet Date: Wed Jul 1 17:45:57 2015 New Revision: 391093 URL: https://svnweb.freebsd.org/changeset/ports/391093 Log: - Update to 2.26 Changes: http://search.cpan.org/dist/CPAN-Perl-Releases/Changes Modified: head/devel/p5-CPAN-Perl-Releases/Makefile head/devel/p5-CPAN-Perl-Releases/distinfo Modified: head/devel/p5-CPAN-Perl-Releases/Makefile ============================================================================== --- head/devel/p5-CPAN-Perl-Releases/Makefile Wed Jul 1 17:45:52 2015 (r391092) +++ head/devel/p5-CPAN-Perl-Releases/Makefile Wed Jul 1 17:45:57 2015 (r391093) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= CPAN-Perl-Releases -PORTVERSION= 2.24 +PORTVERSION= 2.26 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-CPAN-Perl-Releases/distinfo ============================================================================== --- head/devel/p5-CPAN-Perl-Releases/distinfo Wed Jul 1 17:45:52 2015 (r391092) +++ head/devel/p5-CPAN-Perl-Releases/distinfo Wed Jul 1 17:45:57 2015 (r391093) @@ -1,2 +1,2 @@ -SHA256 (CPAN-Perl-Releases-2.24.tar.gz) = a7bfe5de159b13275411e27a02d33d9f70e94d1ebea7bdd8c738cb9de7424c71 -SIZE (CPAN-Perl-Releases-2.24.tar.gz) = 23681 +SHA256 (CPAN-Perl-Releases-2.26.tar.gz) = 8314afc0e2ad5f9e956fde4388cb46ff8aed5ddc64e2b0f4fb7081a5a3055c01 +SIZE (CPAN-Perl-Releases-2.26.tar.gz) = 24256 From owner-svn-ports-all@freebsd.org Wed Jul 1 17:46:05 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E7D839921F8; Wed, 1 Jul 2015 17:46:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CE1D412C9; Wed, 1 Jul 2015 17:46:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t61Hk45J058282; Wed, 1 Jul 2015 17:46:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t61Hk3N1058275; Wed, 1 Jul 2015 17:46:03 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507011746.t61Hk3N1058275@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 1 Jul 2015 17:46:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391094 - in head/devel/p5-Coro: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 17:46:05 -0000 Author: sunpoet Date: Wed Jul 1 17:46:02 2015 New Revision: 391094 URL: https://svnweb.freebsd.org/changeset/ports/391094 Log: - Update to 6.46 - Regenerate patch files with makepatch: Changes: http://search.cpan.org/dist/Coro/Changes Added: head/devel/p5-Coro/files/patch-Coro-libcoro-coro.c - copied, changed from r391068, head/devel/p5-Coro/files/patch-coro.c Deleted: head/devel/p5-Coro/files/patch-coro.c Modified: head/devel/p5-Coro/Makefile head/devel/p5-Coro/distinfo head/devel/p5-Coro/files/patch-Coro-State.xs Modified: head/devel/p5-Coro/Makefile ============================================================================== --- head/devel/p5-Coro/Makefile Wed Jul 1 17:45:57 2015 (r391093) +++ head/devel/p5-Coro/Makefile Wed Jul 1 17:46:02 2015 (r391094) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Coro -PORTVERSION= 6.43 +PORTVERSION= 6.46 PORTEPOCH= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN @@ -13,15 +13,15 @@ COMMENT= Coroutine process abstraction f LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= ${RUN_DEPENDS} \ - p5-Canary-Stability>=0:${PORTSDIR}/devel/p5-Canary-Stability -RUN_DEPENDS= p5-AnyEvent>=7:${PORTSDIR}/devel/p5-AnyEvent \ +BUILD_DEPENDS= p5-AnyEvent>=7:${PORTSDIR}/devel/p5-AnyEvent \ p5-AnyEvent-AIO>=1.0:${PORTSDIR}/devel/p5-AnyEvent-AIO \ p5-EV>=4:${PORTSDIR}/devel/p5-EV \ p5-Event>=1.08:${PORTSDIR}/devel/p5-Event \ p5-Guard>=0.5:${PORTSDIR}/devel/p5-Guard \ p5-IO-AIO>=3.1:${PORTSDIR}/devel/p5-IO-AIO \ p5-common-sense>=0:${PORTSDIR}/devel/p5-common-sense +RUN_DEPENDS:= ${BUILD_DEPENDS} +BUILD_DEPENDS+= p5-Canary-Stability>=0:${PORTSDIR}/devel/p5-Canary-Stability OPTIONS_DEFINE= DOCS EXAMPLES Modified: head/devel/p5-Coro/distinfo ============================================================================== --- head/devel/p5-Coro/distinfo Wed Jul 1 17:45:57 2015 (r391093) +++ head/devel/p5-Coro/distinfo Wed Jul 1 17:46:02 2015 (r391094) @@ -1,2 +1,2 @@ -SHA256 (Coro-6.43.tar.gz) = 1f96994cc7f71f012484aeb28cbba1b211cf55e3597a4981be2e989f89ebc7b9 -SIZE (Coro-6.43.tar.gz) = 189794 +SHA256 (Coro-6.46.tar.gz) = ff90f49574a1c64e5c21653b4570fbc39a66e47c1c015fdac6c89e9a3fb35454 +SIZE (Coro-6.46.tar.gz) = 191533 Modified: head/devel/p5-Coro/files/patch-Coro-State.xs ============================================================================== --- head/devel/p5-Coro/files/patch-Coro-State.xs Wed Jul 1 17:45:57 2015 (r391093) +++ head/devel/p5-Coro/files/patch-Coro-State.xs Wed Jul 1 17:46:02 2015 (r391094) @@ -1,6 +1,6 @@ ---- Coro/State.xs.orig 2008-12-16 03:39:29.000000000 +0800 -+++ Coro/State.xs 2009-03-11 23:28:09.000000000 +0800 -@@ -155,6 +155,10 @@ +--- Coro/State.xs.orig 2015-06-30 12:32:08 UTC ++++ Coro/State.xs +@@ -102,6 +102,10 @@ static int cctx_max_idle = 4; #include "CoroAPI.h" #define GCoroAPI (&coroapi) /* very sneaky */ Copied and modified: head/devel/p5-Coro/files/patch-Coro-libcoro-coro.c (from r391068, head/devel/p5-Coro/files/patch-coro.c) ============================================================================== --- head/devel/p5-Coro/files/patch-coro.c Wed Jul 1 14:21:00 2015 (r391068, copy source) +++ head/devel/p5-Coro/files/patch-Coro-libcoro-coro.c Wed Jul 1 17:46:02 2015 (r391094) @@ -1,10 +1,10 @@ ---- Coro/libcoro/coro.c.orig Wed Jan 11 13:16:29 2006 -+++ Coro/libcoro/coro.c Wed Jan 11 13:16:57 2006 -@@ -30,6 +30,7 @@ +--- Coro/libcoro/coro.c.orig 2012-12-21 04:57:20 UTC ++++ Coro/libcoro/coro.c +@@ -38,6 +38,7 @@ * go to Ralf S. Engelschall . */ +#include #include "coro.h" - #if !defined(STACK_ADJUST_PTR) + #include From owner-svn-ports-all@freebsd.org Wed Jul 1 17:46:09 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 540ED992215; Wed, 1 Jul 2015 17:46:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4542E12F9; Wed, 1 Jul 2015 17:46:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t61Hk9qO058428; Wed, 1 Jul 2015 17:46:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t61Hk8uv058423; Wed, 1 Jul 2015 17:46:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507011746.t61Hk8uv058423@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 1 Jul 2015 17:46:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391095 - head/net/p5-POE-Component-Client-Whois X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 17:46:09 -0000 Author: sunpoet Date: Wed Jul 1 17:46:08 2015 New Revision: 391095 URL: https://svnweb.freebsd.org/changeset/ports/391095 Log: - Update to 1.36 Changes: http://search.cpan.org/dist/POE-Component-Client-Whois/Changes Modified: head/net/p5-POE-Component-Client-Whois/Makefile head/net/p5-POE-Component-Client-Whois/distinfo Modified: head/net/p5-POE-Component-Client-Whois/Makefile ============================================================================== --- head/net/p5-POE-Component-Client-Whois/Makefile Wed Jul 1 17:46:02 2015 (r391094) +++ head/net/p5-POE-Component-Client-Whois/Makefile Wed Jul 1 17:46:08 2015 (r391095) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= POE-Component-Client-Whois -PORTVERSION= 1.34 +PORTVERSION= 1.36 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/net/p5-POE-Component-Client-Whois/distinfo ============================================================================== --- head/net/p5-POE-Component-Client-Whois/distinfo Wed Jul 1 17:46:02 2015 (r391094) +++ head/net/p5-POE-Component-Client-Whois/distinfo Wed Jul 1 17:46:08 2015 (r391095) @@ -1,2 +1,2 @@ -SHA256 (POE-Component-Client-Whois-1.34.tar.gz) = 227f36d16e9c1b07f081610c685e9eb2cdc6d47ec516abf378e67cb848d7a437 -SIZE (POE-Component-Client-Whois-1.34.tar.gz) = 29649 +SHA256 (POE-Component-Client-Whois-1.36.tar.gz) = 2ff08ff09c8a644922e924308db5083f736a936f8452b6a6631567732514c32c +SIZE (POE-Component-Client-Whois-1.36.tar.gz) = 29743 From owner-svn-ports-all@freebsd.org Wed Jul 1 17:46:13 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B308A992239; Wed, 1 Jul 2015 17:46:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A424C150F; Wed, 1 Jul 2015 17:46:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t61HkDf5058552; Wed, 1 Jul 2015 17:46:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t61HkDCs058549; Wed, 1 Jul 2015 17:46:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507011746.t61HkDCs058549@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 1 Jul 2015 17:46:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391096 - head/science/p5-Geo-WebService-Elevation-USGS X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 17:46:13 -0000 Author: sunpoet Date: Wed Jul 1 17:46:12 2015 New Revision: 391096 URL: https://svnweb.freebsd.org/changeset/ports/391096 Log: - Update to 0.102 - Add NO_ARCH Changes: http://search.cpan.org/dist/Geo-WebService-Elevation-USGS/Changes Modified: head/science/p5-Geo-WebService-Elevation-USGS/Makefile head/science/p5-Geo-WebService-Elevation-USGS/distinfo Modified: head/science/p5-Geo-WebService-Elevation-USGS/Makefile ============================================================================== --- head/science/p5-Geo-WebService-Elevation-USGS/Makefile Wed Jul 1 17:46:08 2015 (r391095) +++ head/science/p5-Geo-WebService-Elevation-USGS/Makefile Wed Jul 1 17:46:12 2015 (r391096) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Geo-WebService-Elevation-USGS -PORTVERSION= 0.101 +PORTVERSION= 0.102 CATEGORIES= science perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:WYANT @@ -21,6 +21,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} PORTSCOUT= limit:^[0-9\.]*$$ +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/science/p5-Geo-WebService-Elevation-USGS/distinfo ============================================================================== --- head/science/p5-Geo-WebService-Elevation-USGS/distinfo Wed Jul 1 17:46:08 2015 (r391095) +++ head/science/p5-Geo-WebService-Elevation-USGS/distinfo Wed Jul 1 17:46:12 2015 (r391096) @@ -1,2 +1,2 @@ -SHA256 (Geo-WebService-Elevation-USGS-0.101.tar.gz) = 34a9b43d66b0be261424bac849fa1bcca639af79bcf42d4e996265a0733905d3 -SIZE (Geo-WebService-Elevation-USGS-0.101.tar.gz) = 40181 +SHA256 (Geo-WebService-Elevation-USGS-0.102.tar.gz) = 1050fb4a71667824fd7c67b1385407c3834e79e4e5c696dbf33e7ebf77a7a0e6 +SIZE (Geo-WebService-Elevation-USGS-0.102.tar.gz) = 40531 From owner-svn-ports-all@freebsd.org Wed Jul 1 17:46:18 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 734E6992260; Wed, 1 Jul 2015 17:46:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4ADD31622; Wed, 1 Jul 2015 17:46:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t61HkI2j058674; Wed, 1 Jul 2015 17:46:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t61HkHrP058672; Wed, 1 Jul 2015 17:46:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507011746.t61HkHrP058672@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 1 Jul 2015 17:46:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391097 - head/www/p5-HTML-FormHandler X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 17:46:18 -0000 Author: sunpoet Date: Wed Jul 1 17:46:17 2015 New Revision: 391097 URL: https://svnweb.freebsd.org/changeset/ports/391097 Log: - Update to 0.40063 Changes: http://search.cpan.org/dist/HTML-FormHandler/Changes Modified: head/www/p5-HTML-FormHandler/Makefile head/www/p5-HTML-FormHandler/distinfo Modified: head/www/p5-HTML-FormHandler/Makefile ============================================================================== --- head/www/p5-HTML-FormHandler/Makefile Wed Jul 1 17:46:12 2015 (r391096) +++ head/www/p5-HTML-FormHandler/Makefile Wed Jul 1 17:46:17 2015 (r391097) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= HTML-FormHandler -PORTVERSION= 0.40062 +PORTVERSION= 0.40063 PORTEPOCH= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN @@ -25,7 +25,7 @@ BUILD_DEPENDS= p5-Class-Load>=0.06:${POR p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree \ p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \ p5-Locale-Maketext>=1.09:${PORTSDIR}/devel/p5-Locale-Maketext \ - p5-Moose>=2.0007:${PORTSDIR}/devel/p5-Moose \ + p5-Moose>=2.1403:${PORTSDIR}/devel/p5-Moose \ p5-MooseX-Getopt>=0.16:${PORTSDIR}/devel/p5-MooseX-Getopt \ p5-MooseX-Types-Common>=0:${PORTSDIR}/devel/p5-MooseX-Types-Common \ p5-MooseX-Types-LoadableClass>=0.006:${PORTSDIR}/devel/p5-MooseX-Types-LoadableClass \ Modified: head/www/p5-HTML-FormHandler/distinfo ============================================================================== --- head/www/p5-HTML-FormHandler/distinfo Wed Jul 1 17:46:12 2015 (r391096) +++ head/www/p5-HTML-FormHandler/distinfo Wed Jul 1 17:46:17 2015 (r391097) @@ -1,2 +1,2 @@ -SHA256 (HTML-FormHandler-0.40062.tar.gz) = 3835b60b9fe5e8213e21c8f032fd7513aec4b325f60761539f79c991b7d228d1 -SIZE (HTML-FormHandler-0.40062.tar.gz) = 308594 +SHA256 (HTML-FormHandler-0.40063.tar.gz) = 6f9b5f423c2ae26c7ad09716dc47c7db3e49adf1a707428a4bebd58ba0238f53 +SIZE (HTML-FormHandler-0.40063.tar.gz) = 308658 From owner-svn-ports-all@freebsd.org Wed Jul 1 17:46:23 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 15DE8992290; Wed, 1 Jul 2015 17:46:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 06008188F; Wed, 1 Jul 2015 17:46:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t61HkMou058798; Wed, 1 Jul 2015 17:46:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t61HkMHx058796; Wed, 1 Jul 2015 17:46:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507011746.t61HkMHx058796@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 1 Jul 2015 17:46:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391098 - head/databases/rubygem-activerecord-jdbc-adapter X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 17:46:23 -0000 Author: sunpoet Date: Wed Jul 1 17:46:22 2015 New Revision: 391098 URL: https://svnweb.freebsd.org/changeset/ports/391098 Log: - Update to 1.3.17 Changes: https://github.com/jruby/activerecord-jdbc-adapter/blob/master/History.md Modified: head/databases/rubygem-activerecord-jdbc-adapter/Makefile head/databases/rubygem-activerecord-jdbc-adapter/distinfo Modified: head/databases/rubygem-activerecord-jdbc-adapter/Makefile ============================================================================== --- head/databases/rubygem-activerecord-jdbc-adapter/Makefile Wed Jul 1 17:46:17 2015 (r391097) +++ head/databases/rubygem-activerecord-jdbc-adapter/Makefile Wed Jul 1 17:46:22 2015 (r391098) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= activerecord-jdbc-adapter -PORTVERSION= 1.3.16 +PORTVERSION= 1.3.17 CATEGORIES= databases rubygems java MASTER_SITES= RG Modified: head/databases/rubygem-activerecord-jdbc-adapter/distinfo ============================================================================== --- head/databases/rubygem-activerecord-jdbc-adapter/distinfo Wed Jul 1 17:46:17 2015 (r391097) +++ head/databases/rubygem-activerecord-jdbc-adapter/distinfo Wed Jul 1 17:46:22 2015 (r391098) @@ -1,2 +1,2 @@ -SHA256 (rubygem/activerecord-jdbc-adapter-1.3.16.gem) = 125a59a55f4d55e21f2d3a9c808ae5ae7015e8feda123cbea109b27cae6f8aed -SIZE (rubygem/activerecord-jdbc-adapter-1.3.16.gem) = 362496 +SHA256 (rubygem/activerecord-jdbc-adapter-1.3.17.gem) = b5fc922283d54dd00857f553d44493f05082afbdd2b97b9cc789f261cc7e1aad +SIZE (rubygem/activerecord-jdbc-adapter-1.3.17.gem) = 366080 From owner-svn-ports-all@freebsd.org Wed Jul 1 17:46:27 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6F2319922B0; Wed, 1 Jul 2015 17:46:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 465E71965; Wed, 1 Jul 2015 17:46:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t61HkRAU058950; Wed, 1 Jul 2015 17:46:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t61HkQsM058948; Wed, 1 Jul 2015 17:46:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507011746.t61HkQsM058948@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 1 Jul 2015 17:46:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391099 - head/databases/rubygem-activerecord-jdbcmysql-adapter X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 17:46:27 -0000 Author: sunpoet Date: Wed Jul 1 17:46:26 2015 New Revision: 391099 URL: https://svnweb.freebsd.org/changeset/ports/391099 Log: - Update to 1.3.17 - Sort RUN_DEPENDS - Add NO_ARCH Changes: https://github.com/jruby/activerecord-jdbc-adapter/blob/master/History.md Modified: head/databases/rubygem-activerecord-jdbcmysql-adapter/Makefile head/databases/rubygem-activerecord-jdbcmysql-adapter/distinfo Modified: head/databases/rubygem-activerecord-jdbcmysql-adapter/Makefile ============================================================================== --- head/databases/rubygem-activerecord-jdbcmysql-adapter/Makefile Wed Jul 1 17:46:22 2015 (r391098) +++ head/databases/rubygem-activerecord-jdbcmysql-adapter/Makefile Wed Jul 1 17:46:26 2015 (r391099) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= activerecord-jdbcmysql-adapter -PORTVERSION= 1.3.16 +PORTVERSION= 1.3.17 CATEGORIES= databases rubygems java MASTER_SITES= RG @@ -11,10 +11,11 @@ COMMENT= ActiveRecord driver for MySQL u LICENSE= MIT -RUN_DEPENDS= rubygem-jdbc-mysql>=5.1.22:${PORTSDIR}/databases/rubygem-jdbc-mysql \ - rubygem-activerecord-jdbc-adapter>=1.3.16:${PORTSDIR}/databases/rubygem-activerecord-jdbc-adapter \ - jruby:${PORTSDIR}/lang/jruby +RUN_DEPENDS= jruby:${PORTSDIR}/lang/jruby \ + rubygem-activerecord-jdbc-adapter>=${PORTVERSION}:${PORTSDIR}/databases/rubygem-activerecord-jdbc-adapter \ + rubygem-jdbc-mysql>=5.1.22:${PORTSDIR}/databases/rubygem-jdbc-mysql +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/databases/rubygem-activerecord-jdbcmysql-adapter/distinfo ============================================================================== --- head/databases/rubygem-activerecord-jdbcmysql-adapter/distinfo Wed Jul 1 17:46:22 2015 (r391098) +++ head/databases/rubygem-activerecord-jdbcmysql-adapter/distinfo Wed Jul 1 17:46:26 2015 (r391099) @@ -1,2 +1,2 @@ -SHA256 (rubygem/activerecord-jdbcmysql-adapter-1.3.16.gem) = 09d885998441ce5c50c5d816e78a1335545fbf45a25607c147a1b08f65473831 -SIZE (rubygem/activerecord-jdbcmysql-adapter-1.3.16.gem) = 6144 +SHA256 (rubygem/activerecord-jdbcmysql-adapter-1.3.17.gem) = a70e9f9d302019feba1ed9b42ef1518c754f10c1c80a0b1b3cce2136f7240ad5 +SIZE (rubygem/activerecord-jdbcmysql-adapter-1.3.17.gem) = 6144 From owner-svn-ports-all@freebsd.org Wed Jul 1 17:46:32 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5DB919922D9; Wed, 1 Jul 2015 17:46:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4E8731A6D; Wed, 1 Jul 2015 17:46:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t61HkW1j059075; Wed, 1 Jul 2015 17:46:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t61HkVdL059072; Wed, 1 Jul 2015 17:46:31 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507011746.t61HkVdL059072@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 1 Jul 2015 17:46:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391100 - head/devel/rubygem-bson X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 17:46:32 -0000 Author: sunpoet Date: Wed Jul 1 17:46:31 2015 New Revision: 391100 URL: https://svnweb.freebsd.org/changeset/ports/391100 Log: - Update to 3.1.2 Changes: https://github.com/mongodb/bson-ruby/blob/master/CHANGELOG.md Modified: head/devel/rubygem-bson/Makefile head/devel/rubygem-bson/distinfo Modified: head/devel/rubygem-bson/Makefile ============================================================================== --- head/devel/rubygem-bson/Makefile Wed Jul 1 17:46:26 2015 (r391099) +++ head/devel/rubygem-bson/Makefile Wed Jul 1 17:46:31 2015 (r391100) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bson -PORTVERSION= 3.1.1 +PORTVERSION= 3.1.2 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-bson/distinfo ============================================================================== --- head/devel/rubygem-bson/distinfo Wed Jul 1 17:46:26 2015 (r391099) +++ head/devel/rubygem-bson/distinfo Wed Jul 1 17:46:31 2015 (r391100) @@ -1,2 +1,2 @@ -SHA256 (rubygem/bson-3.1.1.gem) = b310490784292981c388239567fd650f16e3ca162d7185c3893d28a911cd0423 -SIZE (rubygem/bson-3.1.1.gem) = 44544 +SHA256 (rubygem/bson-3.1.2.gem) = eba8478d73d2e260fe7207a984a25406cc824a7e9674c97eb177698dc9d75ec5 +SIZE (rubygem/bson-3.1.2.gem) = 44544 From owner-svn-ports-all@freebsd.org Wed Jul 1 17:46:37 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 693509922FA; Wed, 1 Jul 2015 17:46:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5AE311B65; Wed, 1 Jul 2015 17:46:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t61Hkbwo059198; Wed, 1 Jul 2015 17:46:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t61HkaRg059196; Wed, 1 Jul 2015 17:46:36 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507011746.t61HkaRg059196@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 1 Jul 2015 17:46:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391101 - head/devel/rubygem-ffi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 17:46:37 -0000 Author: sunpoet Date: Wed Jul 1 17:46:36 2015 New Revision: 391101 URL: https://svnweb.freebsd.org/changeset/ports/391101 Log: - Update to 1.9.10 Changes: https://github.com/ffi/ffi/commits/master Modified: head/devel/rubygem-ffi/Makefile head/devel/rubygem-ffi/distinfo Modified: head/devel/rubygem-ffi/Makefile ============================================================================== --- head/devel/rubygem-ffi/Makefile Wed Jul 1 17:46:31 2015 (r391100) +++ head/devel/rubygem-ffi/Makefile Wed Jul 1 17:46:36 2015 (r391101) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ffi -PORTVERSION= 1.9.9 +PORTVERSION= 1.9.10 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-ffi/distinfo ============================================================================== --- head/devel/rubygem-ffi/distinfo Wed Jul 1 17:46:31 2015 (r391100) +++ head/devel/rubygem-ffi/distinfo Wed Jul 1 17:46:36 2015 (r391101) @@ -1,2 +1,2 @@ -SHA256 (rubygem/ffi-1.9.9.gem) = 192e953d01843f251372eb1e8d38513b971f6c52de91a6739dbc55efcc32ac30 -SIZE (rubygem/ffi-1.9.9.gem) = 881152 +SHA256 (rubygem/ffi-1.9.10.gem) = b2fbef9933e975b0fc850547fca54a086c70a6fea5c659c5ceac037e6fbeb5d4 +SIZE (rubygem/ffi-1.9.10.gem) = 881664 From owner-svn-ports-all@freebsd.org Wed Jul 1 17:46:42 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 845AA99231F; Wed, 1 Jul 2015 17:46:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 75CF71C65; Wed, 1 Jul 2015 17:46:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t61HkgGb059345; Wed, 1 Jul 2015 17:46:42 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t61HkgK6059343; Wed, 1 Jul 2015 17:46:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507011746.t61HkgK6059343@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 1 Jul 2015 17:46:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391102 - head/devel/rubygem-treetop X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 17:46:42 -0000 Author: sunpoet Date: Wed Jul 1 17:46:41 2015 New Revision: 391102 URL: https://svnweb.freebsd.org/changeset/ports/391102 Log: - Update to 1.6.3 - Add NO_ARCH Changes: https://github.com/cjheath/treetop/commits/master Modified: head/devel/rubygem-treetop/Makefile head/devel/rubygem-treetop/distinfo Modified: head/devel/rubygem-treetop/Makefile ============================================================================== --- head/devel/rubygem-treetop/Makefile Wed Jul 1 17:46:36 2015 (r391101) +++ head/devel/rubygem-treetop/Makefile Wed Jul 1 17:46:41 2015 (r391102) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= treetop -PORTVERSION= 1.6.2 +PORTVERSION= 1.6.3 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -13,6 +13,7 @@ LICENSE= MIT RUN_DEPENDS= rubygem-polyglot>=0.3:${PORTSDIR}/devel/rubygem-polyglot +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-treetop/distinfo ============================================================================== --- head/devel/rubygem-treetop/distinfo Wed Jul 1 17:46:36 2015 (r391101) +++ head/devel/rubygem-treetop/distinfo Wed Jul 1 17:46:41 2015 (r391102) @@ -1,2 +1,2 @@ -SHA256 (rubygem/treetop-1.6.2.gem) = b5916da6d0626de952c6763cbc0bec748102bec6dcda3f3e32129f92cc4486b6 -SIZE (rubygem/treetop-1.6.2.gem) = 79872 +SHA256 (rubygem/treetop-1.6.3.gem) = 8b0bb528a57b9af6324ed7c9856b1d1ee2f1b53e71de79628bc47704234862bb +SIZE (rubygem/treetop-1.6.3.gem) = 81920 From owner-svn-ports-all@freebsd.org Wed Jul 1 17:46:46 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9AFE7992341; Wed, 1 Jul 2015 17:46:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8CA1B1D3D; Wed, 1 Jul 2015 17:46:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t61HkksX059457; Wed, 1 Jul 2015 17:46:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t61HkkbS059456; Wed, 1 Jul 2015 17:46:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507011746.t61HkkbS059456@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 1 Jul 2015 17:46:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391103 - head/mail/rubygem-mail25 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 17:46:46 -0000 Author: sunpoet Date: Wed Jul 1 17:46:45 2015 New Revision: 391103 URL: https://svnweb.freebsd.org/changeset/ports/391103 Log: - Add NO_ARCH Modified: head/mail/rubygem-mail25/Makefile Modified: head/mail/rubygem-mail25/Makefile ============================================================================== --- head/mail/rubygem-mail25/Makefile Wed Jul 1 17:46:41 2015 (r391102) +++ head/mail/rubygem-mail25/Makefile Wed Jul 1 17:46:45 2015 (r391103) @@ -17,6 +17,7 @@ LICENSE= MIT RUN_DEPENDS= rubygem-mime-types1>=1.16:${PORTSDIR}/misc/rubygem-mime-types1 \ rubygem-treetop>=1.4.8:${PORTSDIR}/devel/rubygem-treetop +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-all@freebsd.org Wed Jul 1 17:46:50 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E5A2A992360; Wed, 1 Jul 2015 17:46:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D71D91E21; Wed, 1 Jul 2015 17:46:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t61Hko5o059575; Wed, 1 Jul 2015 17:46:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t61Hkoht059572; Wed, 1 Jul 2015 17:46:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507011746.t61Hkoht059572@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 1 Jul 2015 17:46:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391104 - head/net/rubygem-octokit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 17:46:51 -0000 Author: sunpoet Date: Wed Jul 1 17:46:49 2015 New Revision: 391104 URL: https://svnweb.freebsd.org/changeset/ports/391104 Log: - Update to 4.0.1 Changes: https://github.com/octokit/octokit.rb/releases Modified: head/net/rubygem-octokit/Makefile head/net/rubygem-octokit/distinfo Modified: head/net/rubygem-octokit/Makefile ============================================================================== --- head/net/rubygem-octokit/Makefile Wed Jul 1 17:46:45 2015 (r391103) +++ head/net/rubygem-octokit/Makefile Wed Jul 1 17:46:49 2015 (r391104) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= octokit -PORTVERSION= 4.0.0 +PORTVERSION= 4.0.1 CATEGORIES= net rubygems MASTER_SITES= RG Modified: head/net/rubygem-octokit/distinfo ============================================================================== --- head/net/rubygem-octokit/distinfo Wed Jul 1 17:46:45 2015 (r391103) +++ head/net/rubygem-octokit/distinfo Wed Jul 1 17:46:49 2015 (r391104) @@ -1,2 +1,2 @@ -SHA256 (rubygem/octokit-4.0.0.gem) = 8e228938176ec098c9f642ff7accc01f05eb4efc59dc88d2774840adcf183a0d -SIZE (rubygem/octokit-4.0.0.gem) = 62976 +SHA256 (rubygem/octokit-4.0.1.gem) = bbe2119c4eebf7b3b7ad1c8b43b0046d32d38e56cb0364a68dcf120784c122ee +SIZE (rubygem/octokit-4.0.1.gem) = 62976 From owner-svn-ports-all@freebsd.org Wed Jul 1 17:46:55 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 44BB9992389; Wed, 1 Jul 2015 17:46:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 363621EF9; Wed, 1 Jul 2015 17:46:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t61HktgX059711; Wed, 1 Jul 2015 17:46:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t61Hks1t059701; Wed, 1 Jul 2015 17:46:54 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507011746.t61Hks1t059701@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 1 Jul 2015 17:46:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391105 - head/textproc/rubygem-terminal-table X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 17:46:55 -0000 Author: sunpoet Date: Wed Jul 1 17:46:54 2015 New Revision: 391105 URL: https://svnweb.freebsd.org/changeset/ports/391105 Log: - Update to 1.5.2 Changes: https://github.com/tj/terminal-table/commits/master Modified: head/textproc/rubygem-terminal-table/Makefile head/textproc/rubygem-terminal-table/distinfo Modified: head/textproc/rubygem-terminal-table/Makefile ============================================================================== --- head/textproc/rubygem-terminal-table/Makefile Wed Jul 1 17:46:49 2015 (r391104) +++ head/textproc/rubygem-terminal-table/Makefile Wed Jul 1 17:46:54 2015 (r391105) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= terminal-table -PORTVERSION= 1.5.1 +PORTVERSION= 1.5.2 CATEGORIES= textproc rubygems MASTER_SITES= RG Modified: head/textproc/rubygem-terminal-table/distinfo ============================================================================== --- head/textproc/rubygem-terminal-table/distinfo Wed Jul 1 17:46:49 2015 (r391104) +++ head/textproc/rubygem-terminal-table/distinfo Wed Jul 1 17:46:54 2015 (r391105) @@ -1,2 +1,2 @@ -SHA256 (rubygem/terminal-table-1.5.1.gem) = 45234021d439bd230c6e626a9ee7ce05b0a77b4b65085397414dabe4808ea79d -SIZE (rubygem/terminal-table-1.5.1.gem) = 11776 +SHA256 (rubygem/terminal-table-1.5.2.gem) = 0e5d87e7c17b35e07b352ee2eee9049435321860295231e25a4f851c93f4d8e8 +SIZE (rubygem/terminal-table-1.5.2.gem) = 11776 From owner-svn-ports-all@freebsd.org Wed Jul 1 17:47:00 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 131EE9923B1; Wed, 1 Jul 2015 17:47:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 04A381FDE; Wed, 1 Jul 2015 17:47:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t61HkxiA059845; Wed, 1 Jul 2015 17:46:59 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t61Hkx4e059843; Wed, 1 Jul 2015 17:46:59 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507011746.t61Hkx4e059843@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 1 Jul 2015 17:46:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391106 - head/www/rubygem-jruby-rack X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 17:47:00 -0000 Author: sunpoet Date: Wed Jul 1 17:46:58 2015 New Revision: 391106 URL: https://svnweb.freebsd.org/changeset/ports/391106 Log: - Update to 1.1.19 - Add NO_ARCH Changes: https://github.com/jruby/jruby-rack/releases https://github.com/jruby/jruby-rack/blob/master/History.md Modified: head/www/rubygem-jruby-rack/Makefile head/www/rubygem-jruby-rack/distinfo Modified: head/www/rubygem-jruby-rack/Makefile ============================================================================== --- head/www/rubygem-jruby-rack/Makefile Wed Jul 1 17:46:54 2015 (r391105) +++ head/www/rubygem-jruby-rack/Makefile Wed Jul 1 17:46:58 2015 (r391106) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= jruby-rack -PORTVERSION= 1.1.18 +PORTVERSION= 1.1.19 CATEGORIES= www rubygems MASTER_SITES= RG @@ -13,6 +13,7 @@ LICENSE= MIT RUN_DEPENDS= jruby:${PORTSDIR}/lang/jruby +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/www/rubygem-jruby-rack/distinfo ============================================================================== --- head/www/rubygem-jruby-rack/distinfo Wed Jul 1 17:46:54 2015 (r391105) +++ head/www/rubygem-jruby-rack/distinfo Wed Jul 1 17:46:58 2015 (r391106) @@ -1,2 +1,2 @@ -SHA256 (rubygem/jruby-rack-1.1.18.gem) = f8558a27da97375407812531397d6ce69cb29a5427f885a0212f694fb68b9e41 -SIZE (rubygem/jruby-rack-1.1.18.gem) = 259584 +SHA256 (rubygem/jruby-rack-1.1.19.gem) = 07947f82d67a4a0d774cd13175132a6d2a103b5ac1fe5281d63c797a02657161 +SIZE (rubygem/jruby-rack-1.1.19.gem) = 260096 From owner-svn-ports-all@freebsd.org Wed Jul 1 17:47:04 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 921169923DB; Wed, 1 Jul 2015 17:47:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 77FBB20B8; Wed, 1 Jul 2015 17:47:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t61Hl40C059971; Wed, 1 Jul 2015 17:47:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t61Hl4aA059970; Wed, 1 Jul 2015 17:47:04 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507011747.t61Hl4aA059970@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 1 Jul 2015 17:47:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391107 - head/devel/rubygem-warbler X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 17:47:04 -0000 Author: sunpoet Date: Wed Jul 1 17:47:03 2015 New Revision: 391107 URL: https://svnweb.freebsd.org/changeset/ports/391107 Log: - Add NO_ARCH Modified: head/devel/rubygem-warbler/Makefile Modified: head/devel/rubygem-warbler/Makefile ============================================================================== --- head/devel/rubygem-warbler/Makefile Wed Jul 1 17:46:58 2015 (r391106) +++ head/devel/rubygem-warbler/Makefile Wed Jul 1 17:47:03 2015 (r391107) @@ -17,6 +17,7 @@ RUN_DEPENDS= jruby:${PORTSDIR}/lang/jrub rubygem-rake>=0.9.6:${PORTSDIR}/devel/rubygem-rake \ rubygem-rubyzip>=0.9:${PORTSDIR}/archivers/rubygem-rubyzip +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-all@freebsd.org Wed Jul 1 17:47:13 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C9B4A992425; Wed, 1 Jul 2015 17:47:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BB4BF228C; Wed, 1 Jul 2015 17:47:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t61HlDnt060244; Wed, 1 Jul 2015 17:47:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t61HlDEp060241; Wed, 1 Jul 2015 17:47:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507011747.t61HlDEp060241@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 1 Jul 2015 17:47:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391109 - head/german/mythes X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 17:47:13 -0000 Author: sunpoet Date: Wed Jul 1 17:47:12 2015 New Revision: 391109 URL: https://svnweb.freebsd.org/changeset/ports/391109 Log: - Update to 2015.06.28 Modified: head/german/mythes/Makefile head/german/mythes/distinfo Modified: head/german/mythes/Makefile ============================================================================== --- head/german/mythes/Makefile Wed Jul 1 17:47:08 2015 (r391108) +++ head/german/mythes/Makefile Wed Jul 1 17:47:12 2015 (r391109) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mythes -PORTVERSION= 2015.06.21 +PORTVERSION= 2015.06.28 CATEGORIES= german textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ DISTNAME= Deutscher-Thesaurus-${PORTVERSION:C/\.//g} Modified: head/german/mythes/distinfo ============================================================================== --- head/german/mythes/distinfo Wed Jul 1 17:47:08 2015 (r391108) +++ head/german/mythes/distinfo Wed Jul 1 17:47:12 2015 (r391109) @@ -1,2 +1,2 @@ -SHA256 (mythes/Deutscher-Thesaurus-20150621.oxt) = a38d0923c8b822fcaed0798e7dadbb80a2c36ef176e9331ddd77085fae7e98ea -SIZE (mythes/Deutscher-Thesaurus-20150621.oxt) = 6923921 +SHA256 (mythes/Deutscher-Thesaurus-20150628.oxt) = 54b435cbe75573b4be0bcc72b5c38827d9d24b0e8efcf3983c5c441ec161ae0f +SIZE (mythes/Deutscher-Thesaurus-20150628.oxt) = 6934954 From owner-svn-ports-all@freebsd.org Wed Jul 1 17:47:09 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 49A2A99240C; Wed, 1 Jul 2015 17:47:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3AF592196; Wed, 1 Jul 2015 17:47:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t61Hl9tO060095; Wed, 1 Jul 2015 17:47:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t61Hl8Np060092; Wed, 1 Jul 2015 17:47:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507011747.t61Hl8Np060092@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 1 Jul 2015 17:47:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391108 - head/www/rubygem-rack-contrib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 17:47:09 -0000 Author: sunpoet Date: Wed Jul 1 17:47:08 2015 New Revision: 391108 URL: https://svnweb.freebsd.org/changeset/ports/391108 Log: - Update to 1.3.0 Changes: https://github.com/rack/rack-contrib/blob/master/CHANGELOG.md https://github.com/rack/rack-contrib/commits/master Modified: head/www/rubygem-rack-contrib/Makefile head/www/rubygem-rack-contrib/distinfo Modified: head/www/rubygem-rack-contrib/Makefile ============================================================================== --- head/www/rubygem-rack-contrib/Makefile Wed Jul 1 17:47:03 2015 (r391107) +++ head/www/rubygem-rack-contrib/Makefile Wed Jul 1 17:47:08 2015 (r391108) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= rack-contrib -PORTVERSION= 1.2.0 -PORTREVISION= 1 +PORTVERSION= 1.3.0 CATEGORIES= www rubygems MASTER_SITES= RG @@ -12,7 +11,8 @@ COMMENT= Contributed Rack Middleware and LICENSE= MIT -RUN_DEPENDS= rubygem-rack16>=0.9.1:${PORTSDIR}/www/rubygem-rack16 +RUN_DEPENDS= rubygem-git-version-bump>=0.15:${PORTSDIR}/devel/rubygem-git-version-bump \ + rubygem-rack16>=1.4:${PORTSDIR}/www/rubygem-rack16 NO_ARCH= yes USE_RUBY= yes Modified: head/www/rubygem-rack-contrib/distinfo ============================================================================== --- head/www/rubygem-rack-contrib/distinfo Wed Jul 1 17:47:03 2015 (r391107) +++ head/www/rubygem-rack-contrib/distinfo Wed Jul 1 17:47:08 2015 (r391108) @@ -1,2 +1,2 @@ -SHA256 (rubygem/rack-contrib-1.2.0.gem) = 38aa803a1801fd0818060c8c6f34f3ffd6a4a45807c27f2121141669ed1ab9d5 -SIZE (rubygem/rack-contrib-1.2.0.gem) = 40960 +SHA256 (rubygem/rack-contrib-1.3.0.gem) = 1bb12c0666e941c8c69be5ca5321f3d9e82240270f26ff5eaa407c9978d72a49 +SIZE (rubygem/rack-contrib-1.3.0.gem) = 27648 From owner-svn-ports-all@freebsd.org Wed Jul 1 17:47:18 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 513A499244A; Wed, 1 Jul 2015 17:47:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 315C72473; Wed, 1 Jul 2015 17:47:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t61HlIIt060377; Wed, 1 Jul 2015 17:47:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t61HlHjm060372; Wed, 1 Jul 2015 17:47:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507011747.t61HlHjm060372@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 1 Jul 2015 17:47:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391110 - head/textproc/nl-mythes X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 17:47:18 -0000 Author: sunpoet Date: Wed Jul 1 17:47:17 2015 New Revision: 391110 URL: https://svnweb.freebsd.org/changeset/ports/391110 Log: - Update to 2015.06.28 Modified: head/textproc/nl-mythes/Makefile head/textproc/nl-mythes/distinfo Modified: head/textproc/nl-mythes/Makefile ============================================================================== --- head/textproc/nl-mythes/Makefile Wed Jul 1 17:47:12 2015 (r391109) +++ head/textproc/nl-mythes/Makefile Wed Jul 1 17:47:17 2015 (r391110) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mythes -PORTVERSION= 2015.06.21 +PORTVERSION= 2015.06.28 CATEGORIES= textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ PKGNAMEPREFIX= nl- Modified: head/textproc/nl-mythes/distinfo ============================================================================== --- head/textproc/nl-mythes/distinfo Wed Jul 1 17:47:12 2015 (r391109) +++ head/textproc/nl-mythes/distinfo Wed Jul 1 17:47:17 2015 (r391110) @@ -1,2 +1,2 @@ -SHA256 (mythes/thes_nl-20150621.oxt) = c9ac60c847c6c58826c2ecf2bec445e77da46cb60855a18301429801b7f24508 -SIZE (mythes/thes_nl-20150621.oxt) = 1956069 +SHA256 (mythes/thes_nl-20150628.oxt) = f232359376e850a719571c1ec241afedd6337cce5db80c29344c45f1a78cf601 +SIZE (mythes/thes_nl-20150628.oxt) = 1956070 From owner-svn-ports-all@freebsd.org Wed Jul 1 17:47:22 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 99520992473; Wed, 1 Jul 2015 17:47:22 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8AA2A2562; Wed, 1 Jul 2015 17:47:22 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t61HlMRj060500; Wed, 1 Jul 2015 17:47:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t61HlMZ9060496; Wed, 1 Jul 2015 17:47:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507011747.t61HlMZ9060496@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 1 Jul 2015 17:47:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391111 - head/textproc/sk-mythes X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 17:47:22 -0000 Author: sunpoet Date: Wed Jul 1 17:47:21 2015 New Revision: 391111 URL: https://svnweb.freebsd.org/changeset/ports/391111 Log: - Update to 2015.06.28 Modified: head/textproc/sk-mythes/Makefile head/textproc/sk-mythes/distinfo Modified: head/textproc/sk-mythes/Makefile ============================================================================== --- head/textproc/sk-mythes/Makefile Wed Jul 1 17:47:17 2015 (r391110) +++ head/textproc/sk-mythes/Makefile Wed Jul 1 17:47:21 2015 (r391111) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mythes -PORTVERSION= 2015.06.21 +PORTVERSION= 2015.06.28 CATEGORIES= textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ PKGNAMEPREFIX= sk- Modified: head/textproc/sk-mythes/distinfo ============================================================================== --- head/textproc/sk-mythes/distinfo Wed Jul 1 17:47:17 2015 (r391110) +++ head/textproc/sk-mythes/distinfo Wed Jul 1 17:47:21 2015 (r391111) @@ -1,2 +1,2 @@ -SHA256 (mythes/OOo-Thesaurus2-sk_SK-20150621.zip) = 3a0211c52d5cbeadf3728211f16813cec77969099f56a16a9227fcf5759258d1 -SIZE (mythes/OOo-Thesaurus2-sk_SK-20150621.zip) = 239160 +SHA256 (mythes/OOo-Thesaurus2-sk_SK-20150628.zip) = 59aa01719532510b83e1c52ae1b4fd4ef8a6ffdee2bae051134a6ad7f167bdc2 +SIZE (mythes/OOo-Thesaurus2-sk_SK-20150628.zip) = 239160 From owner-svn-ports-all@freebsd.org Wed Jul 1 17:47:27 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 42505992498; Wed, 1 Jul 2015 17:47:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 33E572639; Wed, 1 Jul 2015 17:47:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t61HlRJP060644; Wed, 1 Jul 2015 17:47:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t61HlQi4060642; Wed, 1 Jul 2015 17:47:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507011747.t61HlQi4060642@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 1 Jul 2015 17:47:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391112 - head/textproc/sl-mythes X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 17:47:27 -0000 Author: sunpoet Date: Wed Jul 1 17:47:26 2015 New Revision: 391112 URL: https://svnweb.freebsd.org/changeset/ports/391112 Log: - Update to 2015.06.28 Modified: head/textproc/sl-mythes/Makefile head/textproc/sl-mythes/distinfo Modified: head/textproc/sl-mythes/Makefile ============================================================================== --- head/textproc/sl-mythes/Makefile Wed Jul 1 17:47:21 2015 (r391111) +++ head/textproc/sl-mythes/Makefile Wed Jul 1 17:47:26 2015 (r391112) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mythes -PORTVERSION= 2015.06.21 +PORTVERSION= 2015.06.28 CATEGORIES= textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ PKGNAMEPREFIX= sl- Modified: head/textproc/sl-mythes/distinfo ============================================================================== --- head/textproc/sl-mythes/distinfo Wed Jul 1 17:47:21 2015 (r391111) +++ head/textproc/sl-mythes/distinfo Wed Jul 1 17:47:26 2015 (r391112) @@ -1,2 +1,2 @@ -SHA256 (mythes/thes_sl_SI_v2-20150621.zip) = e4905e4d6ed3dc88f3c1ecca645b0670da48687b1b4ae979f2d7a3901448f589 -SIZE (mythes/thes_sl_SI_v2-20150621.zip) = 363866 +SHA256 (mythes/thes_sl_SI_v2-20150628.zip) = dc3ea5d0a99b7dbd7a430df82a521e8536b9d9ce62f2369fc468c024a05b8016 +SIZE (mythes/thes_sl_SI_v2-20150628.zip) = 363865 From owner-svn-ports-all@freebsd.org Wed Jul 1 17:57:09 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 996B5992665; Wed, 1 Jul 2015 17:57:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 707952BD7; Wed, 1 Jul 2015 17:57:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t61Hv94q065605; Wed, 1 Jul 2015 17:57:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t61Hv8u7065602; Wed, 1 Jul 2015 17:57:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507011757.t61Hv8u7065602@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 1 Jul 2015 17:57:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391113 - head/net/py-netifaces X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 17:57:09 -0000 Author: sunpoet Date: Wed Jul 1 17:57:08 2015 New Revision: 391113 URL: https://svnweb.freebsd.org/changeset/ports/391113 Log: - Update to 0.10.4 - While I'm here, fix WWW Changes: https://bitbucket.org/al45tair/netifaces/src/default/CHANGELOG PR: 200875 Submitted by: Gasol Wu Approved by: maintainer (timeout, 16 days) Modified: head/net/py-netifaces/Makefile head/net/py-netifaces/distinfo head/net/py-netifaces/pkg-descr Modified: head/net/py-netifaces/Makefile ============================================================================== --- head/net/py-netifaces/Makefile Wed Jul 1 17:47:26 2015 (r391112) +++ head/net/py-netifaces/Makefile Wed Jul 1 17:57:08 2015 (r391113) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= netifaces -PORTVERSION= 0.10.3 +PORTVERSION= 0.10.4 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,6 +13,6 @@ COMMENT= Getting network addresses from LICENSE= MIT USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils .include Modified: head/net/py-netifaces/distinfo ============================================================================== --- head/net/py-netifaces/distinfo Wed Jul 1 17:47:26 2015 (r391112) +++ head/net/py-netifaces/distinfo Wed Jul 1 17:57:08 2015 (r391113) @@ -1,2 +1,2 @@ -SHA256 (netifaces-0.10.3.tar.gz) = aea93f6c7d0840eb3bd5c38f1950b3d130148b9894453d67b3445adc9779332d -SIZE (netifaces-0.10.3.tar.gz) = 22963 +SHA256 (netifaces-0.10.4.tar.gz) = 9656a169cb83da34d732b0eb72b39373d48774aee009a3d1272b7ea2ce109cde +SIZE (netifaces-0.10.4.tar.gz) = 22969 Modified: head/net/py-netifaces/pkg-descr ============================================================================== --- head/net/py-netifaces/pkg-descr Wed Jul 1 17:47:26 2015 (r391112) +++ head/net/py-netifaces/pkg-descr Wed Jul 1 17:57:08 2015 (r391113) @@ -4,4 +4,4 @@ It's been irritating me for ages that it straightforwardly get the network address(es) of the machine you're running on from a Python program. -WWW: http://alastairs-place.net/netifac +WWW: https://pypi.python.org/pypi/netifaces From owner-svn-ports-all@freebsd.org Wed Jul 1 18:52:37 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CEE889913A2; Wed, 1 Jul 2015 18:52:37 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from svn.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B7EC515D6; Wed, 1 Jul 2015 18:52:37 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t61IqbZF094357; Wed, 1 Jul 2015 18:52:37 GMT (envelope-from martymac@FreeBSD.org) Received: (from martymac@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t61Iqbv2094356; Wed, 1 Jul 2015 18:52:37 GMT (envelope-from martymac@FreeBSD.org) Message-Id: <201507011852.t61Iqbv2094356@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: martymac set sender to martymac@FreeBSD.org using -f From: Ganael LAPLANCHE Date: Wed, 1 Jul 2015 18:52:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391114 - head/benchmarks/nttcp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 18:52:37 -0000 Author: martymac Date: Wed Jul 1 18:52:37 2015 New Revision: 391114 URL: https://svnweb.freebsd.org/changeset/ports/391114 Log: Add LOCAL mirror as distfile does not seem to be available anymore Modified: head/benchmarks/nttcp/Makefile Modified: head/benchmarks/nttcp/Makefile ============================================================================== --- head/benchmarks/nttcp/Makefile Wed Jul 1 17:57:08 2015 (r391113) +++ head/benchmarks/nttcp/Makefile Wed Jul 1 18:52:37 2015 (r391114) @@ -6,7 +6,8 @@ PORTVERSION= 1.47 PORTREVISION= 2 CATEGORIES= benchmarks net MASTER_SITES= http://freeware.sgi.com/source/nttcp/ \ - http://reality.sgiweb.org/freeware/source/nttcp/ + http://reality.sgiweb.org/freeware/source/nttcp/ \ + LOCAL/martymac MAINTAINER= martymac@FreeBSD.org COMMENT= Client/server program for testing network performance From owner-svn-ports-all@freebsd.org Wed Jul 1 19:09:00 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F19C89916AA; Wed, 1 Jul 2015 19:09:00 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D5D501F50; Wed, 1 Jul 2015 19:09:00 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t61J90ut000738; Wed, 1 Jul 2015 19:09:00 GMT (envelope-from jgh@FreeBSD.org) Received: (from jgh@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t61J9062000736; Wed, 1 Jul 2015 19:09:00 GMT (envelope-from jgh@FreeBSD.org) Message-Id: <201507011909.t61J9062000736@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jgh set sender to jgh@FreeBSD.org using -f From: Jason Helfman Date: Wed, 1 Jul 2015 19:09:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391115 - head/editors/leafpad X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 19:09:01 -0000 Author: jgh Date: Wed Jul 1 19:08:59 2015 New Revision: 391115 URL: https://svnweb.freebsd.org/changeset/ports/391115 Log: - address not being able to turn off NLS correctly Submitted by: jkim@ Modified: head/editors/leafpad/Makefile head/editors/leafpad/pkg-plist Modified: head/editors/leafpad/Makefile ============================================================================== --- head/editors/leafpad/Makefile Wed Jul 1 18:52:37 2015 (r391114) +++ head/editors/leafpad/Makefile Wed Jul 1 19:08:59 2015 (r391115) @@ -13,7 +13,7 @@ COMMENT= GTK+ based simple text editor LICENSE= GPLv2 USE_GNOME= gtk20 intlhack -USES= desktop-file-utils gmake pkgconfig +USES= desktop-file-utils gettext gmake pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-chooser INSTALLS_ICONS= yes @@ -22,23 +22,9 @@ LDFLAGS+= -lpthread -L${LOCALBASE}/lib PORTDOCS= AUTHORS COPYING ChangeLog INSTALL README -OPTIONS_DEFINE= NLS -OPTIONS_SUB= yes - -NLS_USES= gettext -NLS_CONFIGURE_ENABLE= nls - -.include - post-extract: @${CHMOD} a+x ${WRKSRC}/install-sh -post-patch: -.if ! ${PORT_OPTIONS:MNLS} - @${REINPLACE_CMD} -e 's|SUBDIRS = src data po|SUBDIRS = src data|g' \ - ${WRKSRC}/Makefile.in -.endif - post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} Modified: head/editors/leafpad/pkg-plist ============================================================================== --- head/editors/leafpad/pkg-plist Wed Jul 1 18:52:37 2015 (r391114) +++ head/editors/leafpad/pkg-plist Wed Jul 1 19:08:59 2015 (r391115) @@ -5,43 +5,43 @@ share/icons/hicolor/22x22/apps/leafpad.p share/icons/hicolor/24x24/apps/leafpad.png share/icons/hicolor/32x32/apps/leafpad.png share/icons/hicolor/scalable/apps/leafpad.svg -%%NLS%%share/locale/bg/LC_MESSAGES/leafpad.mo -%%NLS%%share/locale/br/LC_MESSAGES/leafpad.mo -%%NLS%%share/locale/ca/LC_MESSAGES/leafpad.mo -%%NLS%%share/locale/cs/LC_MESSAGES/leafpad.mo -%%NLS%%share/locale/da/LC_MESSAGES/leafpad.mo -%%NLS%%share/locale/de/LC_MESSAGES/leafpad.mo -%%NLS%%share/locale/el/LC_MESSAGES/leafpad.mo -%%NLS%%share/locale/eo/LC_MESSAGES/leafpad.mo -%%NLS%%share/locale/es/LC_MESSAGES/leafpad.mo -%%NLS%%share/locale/eu/LC_MESSAGES/leafpad.mo -%%NLS%%share/locale/fi/LC_MESSAGES/leafpad.mo -%%NLS%%share/locale/fr/LC_MESSAGES/leafpad.mo -%%NLS%%share/locale/ga/LC_MESSAGES/leafpad.mo -%%NLS%%share/locale/gl/LC_MESSAGES/leafpad.mo -%%NLS%%share/locale/he/LC_MESSAGES/leafpad.mo -%%NLS%%share/locale/hu/LC_MESSAGES/leafpad.mo -%%NLS%%share/locale/id/LC_MESSAGES/leafpad.mo -%%NLS%%share/locale/it/LC_MESSAGES/leafpad.mo -%%NLS%%share/locale/ja/LC_MESSAGES/leafpad.mo -%%NLS%%share/locale/ko/LC_MESSAGES/leafpad.mo -%%NLS%%share/locale/lt/LC_MESSAGES/leafpad.mo -%%NLS%%share/locale/lv/LC_MESSAGES/leafpad.mo -%%NLS%%share/locale/nl/LC_MESSAGES/leafpad.mo -%%NLS%%share/locale/nn/LC_MESSAGES/leafpad.mo -%%NLS%%share/locale/pl/LC_MESSAGES/leafpad.mo -%%NLS%%share/locale/pt/LC_MESSAGES/leafpad.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/leafpad.mo -%%NLS%%share/locale/ru/LC_MESSAGES/leafpad.mo -%%NLS%%share/locale/sk/LC_MESSAGES/leafpad.mo -%%NLS%%share/locale/sl/LC_MESSAGES/leafpad.mo -%%NLS%%share/locale/sr/LC_MESSAGES/leafpad.mo -%%NLS%%share/locale/sv/LC_MESSAGES/leafpad.mo -%%NLS%%share/locale/ta/LC_MESSAGES/leafpad.mo -%%NLS%%share/locale/tr/LC_MESSAGES/leafpad.mo -%%NLS%%share/locale/uk/LC_MESSAGES/leafpad.mo -%%NLS%%share/locale/vi/LC_MESSAGES/leafpad.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/leafpad.mo -%%NLS%%share/locale/zh_TW/LC_MESSAGES/leafpad.mo +share/locale/bg/LC_MESSAGES/leafpad.mo +share/locale/br/LC_MESSAGES/leafpad.mo +share/locale/ca/LC_MESSAGES/leafpad.mo +share/locale/cs/LC_MESSAGES/leafpad.mo +share/locale/da/LC_MESSAGES/leafpad.mo +share/locale/de/LC_MESSAGES/leafpad.mo +share/locale/el/LC_MESSAGES/leafpad.mo +share/locale/eo/LC_MESSAGES/leafpad.mo +share/locale/es/LC_MESSAGES/leafpad.mo +share/locale/eu/LC_MESSAGES/leafpad.mo +share/locale/fi/LC_MESSAGES/leafpad.mo +share/locale/fr/LC_MESSAGES/leafpad.mo +share/locale/ga/LC_MESSAGES/leafpad.mo +share/locale/gl/LC_MESSAGES/leafpad.mo +share/locale/he/LC_MESSAGES/leafpad.mo +share/locale/hu/LC_MESSAGES/leafpad.mo +share/locale/id/LC_MESSAGES/leafpad.mo +share/locale/it/LC_MESSAGES/leafpad.mo +share/locale/ja/LC_MESSAGES/leafpad.mo +share/locale/ko/LC_MESSAGES/leafpad.mo +share/locale/lt/LC_MESSAGES/leafpad.mo +share/locale/lv/LC_MESSAGES/leafpad.mo +share/locale/nl/LC_MESSAGES/leafpad.mo +share/locale/nn/LC_MESSAGES/leafpad.mo +share/locale/pl/LC_MESSAGES/leafpad.mo +share/locale/pt/LC_MESSAGES/leafpad.mo +share/locale/pt_BR/LC_MESSAGES/leafpad.mo +share/locale/ru/LC_MESSAGES/leafpad.mo +share/locale/sk/LC_MESSAGES/leafpad.mo +share/locale/sl/LC_MESSAGES/leafpad.mo +share/locale/sr/LC_MESSAGES/leafpad.mo +share/locale/sv/LC_MESSAGES/leafpad.mo +share/locale/ta/LC_MESSAGES/leafpad.mo +share/locale/tr/LC_MESSAGES/leafpad.mo +share/locale/uk/LC_MESSAGES/leafpad.mo +share/locale/vi/LC_MESSAGES/leafpad.mo +share/locale/zh_CN/LC_MESSAGES/leafpad.mo +share/locale/zh_TW/LC_MESSAGES/leafpad.mo share/pixmaps/leafpad.png share/pixmaps/leafpad.xpm From owner-svn-ports-all@freebsd.org Wed Jul 1 19:29:17 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DEEAB9919E4; Wed, 1 Jul 2015 19:29:17 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D01A827E5; Wed, 1 Jul 2015 19:29:17 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t61JTHUq011761; Wed, 1 Jul 2015 19:29:17 GMT (envelope-from rpaulo@FreeBSD.org) Received: (from rpaulo@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t61JTHTH011758; Wed, 1 Jul 2015 19:29:17 GMT (envelope-from rpaulo@FreeBSD.org) Message-Id: <201507011929.t61JTHTH011758@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rpaulo set sender to rpaulo@FreeBSD.org using -f From: Rui Paulo Date: Wed, 1 Jul 2015 19:29:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391116 - head/lang/clojure X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 19:29:18 -0000 Author: rpaulo Date: Wed Jul 1 19:29:16 2015 New Revision: 391116 URL: https://svnweb.freebsd.org/changeset/ports/391116 Log: Update clojure to 1.7.0. Major changes can be found here: http://blog.cognitect.com/blog/2015/6/30/clojure-17 Differential Revision: https://reviews.freebsd.org/D2968 Reviewed by: swills Approved by: swills Modified: head/lang/clojure/Makefile head/lang/clojure/distinfo Modified: head/lang/clojure/Makefile ============================================================================== --- head/lang/clojure/Makefile Wed Jul 1 19:08:59 2015 (r391115) +++ head/lang/clojure/Makefile Wed Jul 1 19:29:16 2015 (r391116) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= clojure -PORTVERSION= 1.6.0 -PORTEPOCH= 2 +PORTVERSION= 1.7.0 CATEGORIES= lang lisp java MASTER_SITES= http://repo1.maven.org/maven2/org/clojure/clojure/${PORTVERSION}/ EXTRACT_SUFX= .jar Modified: head/lang/clojure/distinfo ============================================================================== --- head/lang/clojure/distinfo Wed Jul 1 19:08:59 2015 (r391115) +++ head/lang/clojure/distinfo Wed Jul 1 19:29:16 2015 (r391116) @@ -1,2 +1,2 @@ -SHA256 (clojure-1.6.0.jar) = 1bfad2104f34e44bfe7998000cc7654b86f9dec345944a7d96d702192593ab07 -SIZE (clojure-1.6.0.jar) = 3664472 +SHA256 (clojure-1.7.0.jar) = 4e89ec0c9170942a594a1e3dd37836fd38e6017cbef5b625b30cb9c92f8e5bce +SIZE (clojure-1.7.0.jar) = 3837631 From owner-svn-ports-all@freebsd.org Wed Jul 1 19:36:55 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4D967991BB1; Wed, 1 Jul 2015 19:36:55 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3EDF42CAA; Wed, 1 Jul 2015 19:36:55 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t61Jatnk016430; Wed, 1 Jul 2015 19:36:55 GMT (envelope-from rpaulo@FreeBSD.org) Received: (from rpaulo@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t61JatXl016429; Wed, 1 Jul 2015 19:36:55 GMT (envelope-from rpaulo@FreeBSD.org) Message-Id: <201507011936.t61JatXl016429@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rpaulo set sender to rpaulo@FreeBSD.org using -f From: Rui Paulo Date: Wed, 1 Jul 2015 19:36:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391117 - head/lang/clojure X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 19:36:55 -0000 Author: rpaulo Date: Wed Jul 1 19:36:54 2015 New Revision: 391117 URL: https://svnweb.freebsd.org/changeset/ports/391117 Log: Update the maintainer address. The maintainer sent me a private email requesting this change. Approved by: swills Modified: head/lang/clojure/Makefile Modified: head/lang/clojure/Makefile ============================================================================== --- head/lang/clojure/Makefile Wed Jul 1 19:29:16 2015 (r391116) +++ head/lang/clojure/Makefile Wed Jul 1 19:36:54 2015 (r391117) @@ -8,7 +8,7 @@ MASTER_SITES= http://repo1.maven.org/mav EXTRACT_SUFX= .jar EXTRACT_ONLY= # empty -MAINTAINER= jan0sch@gmx.net +MAINTAINER= jan0sch@mykolab.com COMMENT= Dynamic programming language for the JVM LICENSE= EPL From owner-svn-ports-all@freebsd.org Wed Jul 1 19:54:58 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1C9DB991FD0; Wed, 1 Jul 2015 19:54:58 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 011711641; Wed, 1 Jul 2015 19:54:58 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t61Jsvi5025976; Wed, 1 Jul 2015 19:54:57 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t61Jsv8l025974; Wed, 1 Jul 2015 19:54:57 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201507011954.t61Jsv8l025974@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Wed, 1 Jul 2015 19:54:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391118 - head/games/crafty X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 19:54:58 -0000 Author: johans Date: Wed Jul 1 19:54:56 2015 New Revision: 391118 URL: https://svnweb.freebsd.org/changeset/ports/391118 Log: - Fix build for several architectures. Set CPUS=1 on non-x86. This leads to disabling custom thread synchronization primitives coded in x86 assembly and thus allows build (confirmed successful builds on mips and armv6, however haven't tested whether it actually works). - Minor cleanups added to pet portlint PR: 201255 Submitted by: amdmi3 Modified: head/games/crafty/Makefile head/games/crafty/pkg-plist Modified: head/games/crafty/Makefile ============================================================================== --- head/games/crafty/Makefile Wed Jul 1 19:36:54 2015 (r391117) +++ head/games/crafty/Makefile Wed Jul 1 19:54:56 2015 (r391118) @@ -31,7 +31,7 @@ WITH_RCDIR?= ~/ WITH_TBDIR?= ${PREFIX}/lib/crafty/TB WITH_PERSDIR?= ${PREFIX}/lib/crafty/cpf -OPT= -DCPUS=4 -DHASHSTATS -DTRACE -DBOOKDIR=\\\"${WITH_BOOKDIR}\\\" \ +OPT= -DHASHSTATS -DTRACE -DBOOKDIR=\\\"${WITH_BOOKDIR}\\\" \ -DLOGDIR=\\\"${WITH_LOGDIR}\\\" \ -DRCDIR=\\\"${WITH_RCDIR}\\\" \ -DTBDIR=\\\"${WITH_TBDIR}\\\" \ @@ -42,22 +42,17 @@ OPTIONS_DEFAULT=DOCS OPTIONS_SUB= yes BOOK_DESC= Include (default) opening book -.include - -.if ${ARCH} == "i386" -# The i386 assembly is currently broken - disable for this version -#OPT+= -DINLINE32 -.elif ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" -BROKEN= Does not compile on ia64, powerpc, or sparc64 -.endif - -.include - -.if ${PORT_OPTIONS:MDOCS} DOCFILES= crafty.doc.ascii crafty.doc.ps DISTFILES+= ${DOCFILES:S/$/:doc/} UTILS= bitmaps.tgz sound.zip DISTFILES+= ${UTILS:S/$/:utils/} + +.include + +.if ${ARCH} == "i386" || ${ARCH} == "amd64" +OPT+= -DCPUS=4 +.else +OPT+= -DCPUS=1 # disables x86 assembler .endif .if ${PORT_OPTIONS:MBOOK} @@ -85,10 +80,8 @@ do-install: .endif ${INSTALL_DATA} ${WRKSRC}/books.bin ${WRKSRC}/crafty.hlp \ ${STAGEDIR}${PREFIX}/lib/crafty -.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${DISTDIR}/${DIST_SUBDIR} && ${INSTALL_DATA} ${DOCFILES} ${UTILS} \ ${STAGEDIR}${DOCSDIR} -.endif .include Modified: head/games/crafty/pkg-plist ============================================================================== --- head/games/crafty/pkg-plist Wed Jul 1 19:36:54 2015 (r391117) +++ head/games/crafty/pkg-plist Wed Jul 1 19:54:56 2015 (r391118) @@ -12,10 +12,9 @@ lib/crafty/crafty.hlp %%PORTDOCS%%%%DOCSDIR%%/crafty.doc.ps %%PORTDOCS%%%%DOCSDIR%%/bitmaps.tgz %%PORTDOCS%%%%DOCSDIR%%/sound.zip -%%PORTDOCS%%@dirrm %%DOCSDIR%% @mode 775 @group nogroup -@dirrm lib/crafty/cpf -@dirrm lib/crafty +@dir lib/crafty/cpf +@dir lib/crafty @mode @group wheel From owner-svn-ports-all@freebsd.org Wed Jul 1 20:08:27 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F30CF9921C2; Wed, 1 Jul 2015 20:08:27 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CA4D31CB5; Wed, 1 Jul 2015 20:08:27 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t61K8Ru4031573; Wed, 1 Jul 2015 20:08:27 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t61K8RrR031570; Wed, 1 Jul 2015 20:08:27 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201507012008.t61K8RrR031570@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 1 Jul 2015 20:08:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391119 - head/Mk/Scripts X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 20:08:28 -0000 Author: bapt Date: Wed Jul 1 20:08:26 2015 New Revision: 391119 URL: https://svnweb.freebsd.org/changeset/ports/391119 Log: Factorize the function to validate env Reviewed by: antoine Differential Revision: https://reviews.freebsd.org/D2966 Modified: head/Mk/Scripts/check-stagedir.sh head/Mk/Scripts/do-depends.sh head/Mk/Scripts/functions.sh Modified: head/Mk/Scripts/check-stagedir.sh ============================================================================== --- head/Mk/Scripts/check-stagedir.sh Wed Jul 1 19:54:56 2015 (r391118) +++ head/Mk/Scripts/check-stagedir.sh Wed Jul 1 20:08:26 2015 (r391119) @@ -224,20 +224,8 @@ case "$1" in esac # validate environment -envfault= -for i in STAGEDIR PREFIX LOCALBASE WRKDIR WRKSRC MTREE_FILE \ - TMPPLIST PLIST_SUB_SED SCRIPTSDIR \ - PORT_OPTIONS NO_PREFIX_RMDIR -do - if ! ( eval ": \${${i}?}" ) 2>/dev/null ; then - envfault="${envfault}${envfault:+" "}${i}" - fi -done -if [ -n "$envfault" ] ; then - echo "Environment variables $envfault undefined. Aborting." \ - | fmt >&2 - exit 1 -fi +validate_env STAGEDIR PREFIX LOCALBASE WRKDIR WRKSRC MTREE_FILE \ + TMPPLIST PLIST_SUB_SED SCRIPTSDIR PORT_OPTIONS NO_PREFIX_RMDIR set -u Modified: head/Mk/Scripts/do-depends.sh ============================================================================== --- head/Mk/Scripts/do-depends.sh Wed Jul 1 19:54:56 2015 (r391118) +++ head/Mk/Scripts/do-depends.sh Wed Jul 1 20:08:26 2015 (r391119) @@ -7,22 +7,11 @@ set -e . ${dp_SCRIPTSDIR}/functions.sh -envfault= -for i in dp_RAWDEPENDS dp_DEPTYPE dp_DEPENDS_TARGET dp_DEPENDS_PRECLEAN \ +validate_env dp_RAWDEPENDS dp_DEPTYPE dp_DEPENDS_TARGET dp_DEPENDS_PRECLEAN \ dp_DEPENDS_CLEAN dp_DEPENDS_ARGS dp_USE_PACKAGE_DEPENDS \ dp_USE_PACKAGE_DEPENDS_ONLY dp_PKG_ADD dp_PKG_INFO dp_WRKDIR \ dp_PKGNAME dp_STRICT_DEPENDS dp_LOCALBASE dp_LIB_DIRS dp_SH \ dp_SCRIPTSDIR dp_PORTSDIR dp_MAKE -do - if ! (eval ": \${${i}?}" ) >/dev/null; then - envfault="${envfault}${envfault:+" "}${i}" - fi -done -if [ -n "${envfault}" ]; then - echo "Environment variable ${envfault} undefined. Aborting." \ - | fmt >&2 - exit 1 -fi set -u Modified: head/Mk/Scripts/functions.sh ============================================================================== --- head/Mk/Scripts/functions.sh Wed Jul 1 19:54:56 2015 (r391118) +++ head/Mk/Scripts/functions.sh Wed Jul 1 20:08:26 2015 (r391119) @@ -139,3 +139,17 @@ parse_plist() { esac done } + +validate_env() { + local envfault + for i ; do + if ! (eval ": \${${i}?}" ) >/dev/null; then + envfault="${envfault}${envfault:+" "}${i}" + fi + done + if [ -n "${envfault}" ]; then + echo "Environment variable ${envfault} undefined. Aborting." \ + | fmt >&2 + exit 1 + fi +} From owner-svn-ports-all@freebsd.org Wed Jul 1 20:09:37 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EAF4F992237; Wed, 1 Jul 2015 20:09:37 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C2CB91DC1; Wed, 1 Jul 2015 20:09:37 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t61K9bnX031864; Wed, 1 Jul 2015 20:09:37 GMT (envelope-from martymac@FreeBSD.org) Received: (from martymac@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t61K9b8B031860; Wed, 1 Jul 2015 20:09:37 GMT (envelope-from martymac@FreeBSD.org) Message-Id: <201507012009.t61K9b8B031860@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: martymac set sender to martymac@FreeBSD.org using -f From: Ganael LAPLANCHE Date: Wed, 1 Jul 2015 20:09:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391120 - in head/multimedia/libdvdread: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 20:09:38 -0000 Author: martymac Date: Wed Jul 1 20:09:36 2015 New Revision: 391120 URL: https://svnweb.freebsd.org/changeset/ports/391120 Log: Update to 5.0.3 PR: 201151 Submitted by: kwm Added: head/multimedia/libdvdread/files/ head/multimedia/libdvdread/files/patch-src-dvdread-ifo_types.h (contents, props changed) Modified: head/multimedia/libdvdread/Makefile head/multimedia/libdvdread/distinfo Modified: head/multimedia/libdvdread/Makefile ============================================================================== --- head/multimedia/libdvdread/Makefile Wed Jul 1 20:08:26 2015 (r391119) +++ head/multimedia/libdvdread/Makefile Wed Jul 1 20:09:36 2015 (r391120) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libdvdread -PORTVERSION= 5.0.2 +PORTVERSION= 5.0.3 CATEGORIES= multimedia MASTER_SITES= http://download.videolan.org/pub/videolan/libdvdread/${PORTVERSION}/ \ http://dvdnav.mplayerhq.hu/releases/ \ Modified: head/multimedia/libdvdread/distinfo ============================================================================== --- head/multimedia/libdvdread/distinfo Wed Jul 1 20:08:26 2015 (r391119) +++ head/multimedia/libdvdread/distinfo Wed Jul 1 20:09:36 2015 (r391120) @@ -1,2 +1,2 @@ -SHA256 (libdvdread-5.0.2.tar.bz2) = 82cbe693f2a3971671e7428790b5498392db32185b8dc8622f7b9cd307d3cfbf -SIZE (libdvdread-5.0.2.tar.bz2) = 393479 +SHA256 (libdvdread-5.0.3.tar.bz2) = 321cdf2dbdc83c96572bc583cd27d8c660ddb540ff16672ecb28607d018ed82b +SIZE (libdvdread-5.0.3.tar.bz2) = 394885 Added: head/multimedia/libdvdread/files/patch-src-dvdread-ifo_types.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/libdvdread/files/patch-src-dvdread-ifo_types.h Wed Jul 1 20:09:36 2015 (r391120) @@ -0,0 +1,11 @@ +--- src/dvdread/ifo_types.h.orig 2015-06-27 19:35:59.043370000 +0200 ++++ src/dvdread/ifo_types.h 2015-06-27 19:37:10.885577000 +0200 +@@ -32,7 +32,7 @@ + + #if defined(__GNUC__) + #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) +-#if __GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) ++#if (__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 4)) && !defined(__clang__) + #define ATTRIBUTE_PACKED __attribute__ ((packed,gcc_struct)) + #else + #define ATTRIBUTE_PACKED __attribute__ ((packed)) From owner-svn-ports-all@freebsd.org Wed Jul 1 20:27:20 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 370E19924CD; Wed, 1 Jul 2015 20:27:20 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1BA2D25B3; Wed, 1 Jul 2015 20:27:20 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t61KRJYD041491; Wed, 1 Jul 2015 20:27:19 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t61KRJCY041487; Wed, 1 Jul 2015 20:27:19 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201507012027.t61KRJCY041487@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 1 Jul 2015 20:27:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391121 - in head/Mk: . Scripts X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 20:27:20 -0000 Author: bapt Date: Wed Jul 1 20:27:19 2015 New Revision: 391121 URL: https://svnweb.freebsd.org/changeset/ports/391121 Log: Move all-depends-list to a regular script The benefice beside being more readable is to allow support for dependency line without ${PORTSDIR} This is also necessary to be able to easily hack on it for FLAVORS/SUBPACKAGE support Added: head/Mk/Scripts/all-depends-list.sh (contents, props changed) Modified: head/Mk/bsd.port.mk Added: head/Mk/Scripts/all-depends-list.sh ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/Mk/Scripts/all-depends-list.sh Wed Jul 1 20:27:19 2015 (r391121) @@ -0,0 +1,39 @@ +#!/bin/sh +# MAINTAINER: portmgr@FreeBSD.org +# $FreeBSD$ + +set -e + +. ${dp_SCRIPTSDIR}/functions.sh + +validate_env dp_ALLDEPENDS dp_PORTSDIR dp_PKGNAME dp_MAKE + +set -u + +check_dep() { + for _dep ; do + myifs=${IFS} + IFS=: + set -- ${_dep} + IFS=${myifs} + + case "${2}" in + /*) d=${2} ;; + *) d=${dp_PORTSDIR}/${2} ;; + esac + + case " ${checked} " in + *\ ${d}\ *) continue ;; # Already checked + esac + checked="${checked} ${d}" + if [ ! -d ]; then + echo "${dp_PKGNAME}: \"${d}\" non-existent -- dependency list incomplete" >&2 + continue + fi + echo ${d} + check_dep $(${dp_MAKE} -C ${d} -V_UNIFIED_DEPENDS) + done +} + +checked= +check_dep ${dp_ALLDEPENDS} Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Wed Jul 1 20:09:36 2015 (r391120) +++ head/Mk/bsd.port.mk Wed Jul 1 20:27:19 2015 (r391121) @@ -4368,35 +4368,12 @@ all-depends-list: @${ALL-DEPENDS-LIST} ALL-DEPENDS-LIST= \ - L="${_DEPEND_DIRS}"; \ - checked=""; \ - while [ -n "$$L" ]; do \ - l=""; \ - for d in $$L; do \ - case $$checked in \ - $$d\ *|*\ $$d\ *|*\ $$d) \ - continue;; \ - esac; \ - checked="$$checked $$d"; \ - if [ ! -d $$d ]; then \ - ${ECHO_MSG} "${PKGNAME}: \"$$d\" non-existent -- dependency list incomplete" >&2; \ - continue; \ - fi; \ - ${ECHO_CMD} $$d; \ - if ! children=$$(cd $$d && ${MAKE} -V _DEPEND_DIRS); then\ - ${ECHO_MSG} "${PKGNAME}: \"$$d\" erroneous -- dependency list incomplete" >&2; \ - continue; \ - fi; \ - for child in $$children; do \ - case "$$checked $$l" in \ - $$child\ *|*\ $$child\ *|*\ $$child) \ - continue;; \ - esac; \ - l="$$l $$child"; \ - done; \ - done; \ - L=$$l; \ - done + @${SETENV} dp_ALLDEPENDS="${_UNIFIED_DEPENDS}" \ + dp_PORTSDIR="${PORTSDIR}" \ + dp_MAKE="${MAKE}" \ + dp_PKGNAME="${PKGNAME}" \ + dp_SCRIPTSDIR="${SCRIPTSDIR}" \ + ${SH} ${SCRIPTSDIR}/all-depends-list.sh CLEAN-DEPENDS-FULL= \ L="${_DEPEND_DIRS}"; \ From owner-svn-ports-all@freebsd.org Wed Jul 1 20:29:41 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 49363992538; Wed, 1 Jul 2015 20:29:41 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3788427A2; Wed, 1 Jul 2015 20:29:41 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t61KTfss041872; Wed, 1 Jul 2015 20:29:41 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t61KTfMJ041871; Wed, 1 Jul 2015 20:29:41 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201507012029.t61KTfMJ041871@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Wed, 1 Jul 2015 20:29:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391122 - head/x11/libXpm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 20:29:41 -0000 Author: johans Date: Wed Jul 1 20:29:40 2015 New Revision: 391122 URL: https://svnweb.freebsd.org/changeset/ports/391122 Log: - Make implicit dependency on gettext explicit (and enable by default) also disable autodetection when not desired - Strip installed library - Bump portrevision PR: 201256 Submitted by: Andriy Voskoboinyk Modified: head/x11/libXpm/Makefile Modified: head/x11/libXpm/Makefile ============================================================================== --- head/x11/libXpm/Makefile Wed Jul 1 20:27:19 2015 (r391121) +++ head/x11/libXpm/Makefile Wed Jul 1 20:29:40 2015 (r391122) @@ -3,7 +3,7 @@ PORTNAME= libXpm PORTVERSION= 3.5.11 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org @@ -13,5 +13,13 @@ LICENSE= MIT XORG_CAT= lib USE_XORG= xproto x11 xext xextproto xt +LDFLAGS+= -L${LOCALBASE}/lib + +OPTIONS_DEFINE= NLS +OPTIONS_DEFAULT= NLS +NLS_USES= gettext +NLS_CONFIGURE_ENV_OFF= ac_cv_search_gettext=no + +INSTALL_TARGET= install-strip .include From owner-svn-ports-all@freebsd.org Wed Jul 1 20:34:26 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 04CFB9926E5; Wed, 1 Jul 2015 20:34:26 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-wg0-x233.google.com (mail-wg0-x233.google.com [IPv6:2a00:1450:400c:c00::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A23792BC3; Wed, 1 Jul 2015 20:34:25 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: by wguu7 with SMTP id u7so46340841wgu.3; Wed, 01 Jul 2015 13:34:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=SWKkXGvFNRFNMDSUtvCfZInfQaEqzQ1dQ9UvsBf7hdI=; b=bRXz+Li2YyYDBMAMne78wQl4ZvHD2JiYALcQc87iNpftVc6HDKJ7loJSQA3si7g2ui qHFzwZilxPs03MImI7z9+tOAwJ6TJwl4WmZzFLSc3oXkOuGHRJRN7cp5ptMJpXno6m53 5a7qJ9i3bjptGBp5pY6htHlBYqC6jYj9MlC1fC1mM5ziQx9H2E/NVgS/rNFFUoGD3SE1 FebvYJFm9sobtN+TdIhJbVdpAfNzwT3DyI2z33k7eGyG7u776EImR6iQP5qwYFoYOwhD 45UGb3QxoIE4jok9aGNhTMFJZPCOCSvtyOSBcrf3HNzv6Iqdn7jqjizCMuo/poTosfH4 v8Fg== X-Received: by 10.194.100.104 with SMTP id ex8mr40412729wjb.69.1435782864108; Wed, 01 Jul 2015 13:34:24 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by mx.google.com with ESMTPSA id l6sm23663585wib.18.2015.07.01.13.34.22 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 01 Jul 2015 13:34:22 -0700 (PDT) Sender: Baptiste Daroussin Date: Wed, 1 Jul 2015 22:34:20 +0200 From: Baptiste Daroussin To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r391121 - in head/Mk: . Scripts Message-ID: <20150701203420.GF15161@ivaldir.etoilebsd.net> References: <201507012027.t61KRJCY041487@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="65ImJOski3p8EhYV" Content-Disposition: inline In-Reply-To: <201507012027.t61KRJCY041487@repo.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 20:34:26 -0000 --65ImJOski3p8EhYV Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jul 01, 2015 at 08:27:19PM +0000, Baptiste Daroussin wrote: > Author: bapt > Date: Wed Jul 1 20:27:19 2015 > New Revision: 391121 > URL: https://svnweb.freebsd.org/changeset/ports/391121 >=20 > Log: > Move all-depends-list to a regular script > =20 > The benefice beside being more readable is to allow support for depende= ncy line > without ${PORTSDIR} > =20 > This is also necessary to be able to easily hack on it for FLAVORS/SUBP= ACKAGE > support >=20 Forgot: Reviewed by: antoine Differential Revision: https://reviews.freebsd.org/D2965 --65ImJOski3p8EhYV Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlWUTswACgkQ8kTtMUmk6EycfgCgvhFTYuzNARC6BMdwVSj81lbv CHQAnRnakW5vbzGdmd3PkRSPatzypcLn =v5oc -----END PGP SIGNATURE----- --65ImJOski3p8EhYV-- From owner-svn-ports-all@freebsd.org Wed Jul 1 20:47:42 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5C3AD99283B; Wed, 1 Jul 2015 20:47:42 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4DA971027; Wed, 1 Jul 2015 20:47:42 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t61KlgKS051454; Wed, 1 Jul 2015 20:47:42 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t61Klg35051453; Wed, 1 Jul 2015 20:47:42 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201507012047.t61Klg35051453@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Wed, 1 Jul 2015 20:47:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391123 - head/net-p2p/btqueue X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 20:47:42 -0000 Author: rm Date: Wed Jul 1 20:47:41 2015 New Revision: 391123 URL: https://svnweb.freebsd.org/changeset/ports/391123 Log: net-p2p/btqueue: mark broken and deprecated This port is runtime broken. btqueue scheduler starts successfully, and it allows to add some torrents into the queue, but it just doesn't download anything. While the same torrents were successfully fetched with deluge. Tools like btshowmetainfo and btmakemetafile are working, but we have analogs in the ports tree. The port is unmaintained and latest release is from 2006, so mark it broken and deprecated, set expiration date to 2015-08-01. Modified: head/net-p2p/btqueue/Makefile Modified: head/net-p2p/btqueue/Makefile ============================================================================== --- head/net-p2p/btqueue/Makefile Wed Jul 1 20:29:40 2015 (r391122) +++ head/net-p2p/btqueue/Makefile Wed Jul 1 20:47:41 2015 (r391123) @@ -13,6 +13,10 @@ COMMENT= Alternative BitTorrent client w RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bsddb>0:${PORTSDIR}/databases/py-bsddb +BROKEN= Does not download anything +DEPRECATED= Runtime broken (does not download anything) +EXPIRATION_DATE= 2015-08-01 + CONFLICTS= py??-*[Bb]it[Tt]ornado* py??-*[Bb]it[Tt]orrent* USES= python USE_PYTHON= distutils From owner-svn-ports-all@freebsd.org Wed Jul 1 20:53:36 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 37C17992990; Wed, 1 Jul 2015 20:53:36 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0DD9414C9; Wed, 1 Jul 2015 20:53:36 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t61KrZJ2055889; Wed, 1 Jul 2015 20:53:35 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t61KrZoC055886; Wed, 1 Jul 2015 20:53:35 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201507012053.t61KrZoC055886@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Wed, 1 Jul 2015 20:53:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391124 - in head/net/openldap24-server: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 20:53:36 -0000 Author: delphij Date: Wed Jul 1 20:53:34 2015 New Revision: 391124 URL: https://svnweb.freebsd.org/changeset/ports/391124 Log: Update to 2.4.41. Deleted: head/net/openldap24-server/files/patch-ITS8027 head/net/openldap24-server/files/patch-ITS8046 Modified: head/net/openldap24-server/Makefile head/net/openldap24-server/distinfo Modified: head/net/openldap24-server/Makefile ============================================================================== --- head/net/openldap24-server/Makefile Wed Jul 1 20:47:41 2015 (r391123) +++ head/net/openldap24-server/Makefile Wed Jul 1 20:53:34 2015 (r391124) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openldap -DISTVERSION= 2.4.40 +DISTVERSION= 2.4.41 PORTREVISION= ${OPENLDAP_PORTREVISION} CATEGORIES= net databases MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/%SUBDIR%/ \ @@ -58,10 +58,10 @@ WANT_OPENLDAP_VER?= 24 BROKEN= incompatible OpenLDAP version: ${WANT_OPENLDAP_VER} .endif -PORTREVISION_CLIENT= 1 -PORTREVISION_SERVER= 4 +PORTREVISION_CLIENT= 0 +PORTREVISION_SERVER= 0 OPENLDAP_SHLIB_MAJOR= 2 -OPENLDAP_SHLIB_MINOR= 10.3 +OPENLDAP_SHLIB_MINOR= 10.4 OPENLDAP_MAJOR= ${DISTVERSION:R} OPTIONS_DEFINE= DEBUG FETCH GSSAPI @@ -560,6 +560,10 @@ post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR}/$${dir}; \ ${INSTALL_DATA} ${WRKSRC}/doc/$${dir}/* ${STAGEDIR}${DOCSDIR}/$${dir}; \ done + @for prog in ldapcompare ldapdelete ldapexop ldapmodify ldapmodrdn ldappasswd ldapsearch ldapurl ldapwhoami; do\ + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/$${prog}; \ + done + @for library in lber ldap ldap_r; do \ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib$${library}-${OPENLDAP_MAJOR}.so.${OPENLDAP_SHLIB_MAJOR}; \ done Modified: head/net/openldap24-server/distinfo ============================================================================== --- head/net/openldap24-server/distinfo Wed Jul 1 20:47:41 2015 (r391123) +++ head/net/openldap24-server/distinfo Wed Jul 1 20:53:34 2015 (r391124) @@ -1,2 +1,2 @@ -SHA256 (openldap-2.4.40.tgz) = d12611a5c25b6499293c2bb7b435dc2b174db73e83f5a8cb7e34f2ce5fa6dadb -SIZE (openldap-2.4.40.tgz) = 5641865 +SHA256 (openldap-2.4.41.tgz) = 27856bb4a8b44feca2b326c309000e16a9dadd52362c8ab6eec6c67a43737f6e +SIZE (openldap-2.4.41.tgz) = 5644124 From owner-svn-ports-all@freebsd.org Wed Jul 1 21:08:43 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2542E992C3F; Wed, 1 Jul 2015 21:08:43 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1611C1D00; Wed, 1 Jul 2015 21:08:43 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t61L8gXu061571; Wed, 1 Jul 2015 21:08:42 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t61L8g3O061570; Wed, 1 Jul 2015 21:08:42 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201507012108.t61L8g3O061570@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 1 Jul 2015 21:08:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391125 - head/Mk/Scripts X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 21:08:43 -0000 Author: bapt Date: Wed Jul 1 21:08:42 2015 New Revision: 391125 URL: https://svnweb.freebsd.org/changeset/ports/391125 Log: Fix missing variable that got accidentally removed before commit Modified: head/Mk/Scripts/all-depends-list.sh Modified: head/Mk/Scripts/all-depends-list.sh ============================================================================== --- head/Mk/Scripts/all-depends-list.sh Wed Jul 1 20:53:34 2015 (r391124) +++ head/Mk/Scripts/all-depends-list.sh Wed Jul 1 21:08:42 2015 (r391125) @@ -26,7 +26,7 @@ check_dep() { *\ ${d}\ *) continue ;; # Already checked esac checked="${checked} ${d}" - if [ ! -d ]; then + if [ ! -d ${d} ]; then echo "${dp_PKGNAME}: \"${d}\" non-existent -- dependency list incomplete" >&2 continue fi From owner-svn-ports-all@freebsd.org Wed Jul 1 22:17:29 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2B8D299282B; Wed, 1 Jul 2015 22:17:29 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0FF631F44; Wed, 1 Jul 2015 22:17:29 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t61MHSvV095823; Wed, 1 Jul 2015 22:17:28 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t61MHSoE095822; Wed, 1 Jul 2015 22:17:28 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201507012217.t61MHSoE095822@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 1 Jul 2015 22:17:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391126 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 22:17:29 -0000 Author: bapt Date: Wed Jul 1 22:17:28 2015 New Revision: 391126 URL: https://svnweb.freebsd.org/changeset/ports/391126 Log: Remove useless @ in ALL-DEPENDS-LIST Modified: head/Mk/bsd.port.mk Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Wed Jul 1 21:08:42 2015 (r391125) +++ head/Mk/bsd.port.mk Wed Jul 1 22:17:28 2015 (r391126) @@ -4368,7 +4368,7 @@ all-depends-list: @${ALL-DEPENDS-LIST} ALL-DEPENDS-LIST= \ - @${SETENV} dp_ALLDEPENDS="${_UNIFIED_DEPENDS}" \ + ${SETENV} dp_ALLDEPENDS="${_UNIFIED_DEPENDS}" \ dp_PORTSDIR="${PORTSDIR}" \ dp_MAKE="${MAKE}" \ dp_PKGNAME="${PKGNAME}" \ From owner-svn-ports-all@freebsd.org Thu Jul 2 03:26:12 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 09514992647; Thu, 2 Jul 2015 03:26:12 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CFAD8281C; Thu, 2 Jul 2015 03:26:11 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t623QBDq049150; Thu, 2 Jul 2015 03:26:11 GMT (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t623QBaq049147; Thu, 2 Jul 2015 03:26:11 GMT (envelope-from kevlo@FreeBSD.org) Message-Id: <201507020326.t623QBaq049147@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevlo set sender to kevlo@FreeBSD.org using -f From: Kevin Lo Date: Thu, 2 Jul 2015 03:26:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391127 - head/x11-fonts/noto X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 03:26:12 -0000 Author: kevlo Date: Thu Jul 2 03:26:10 2015 New Revision: 391127 URL: https://svnweb.freebsd.org/changeset/ports/391127 Log: Include Noto emoji. PR: 201251 Submitted by: Sascha Brawer Modified: head/x11-fonts/noto/Makefile head/x11-fonts/noto/distinfo head/x11-fonts/noto/pkg-plist Modified: head/x11-fonts/noto/Makefile ============================================================================== --- head/x11-fonts/noto/Makefile Wed Jul 1 22:17:28 2015 (r391126) +++ head/x11-fonts/noto/Makefile Thu Jul 2 03:26:10 2015 (r391127) @@ -2,12 +2,15 @@ PORTNAME= noto PORTVERSION= 1.0.4 +PORTREVISION= 1 CATEGORIES= x11-fonts -MASTER_SITES= https://noto-website.storage.googleapis.com/pkgs/ - +MASTER_SITES= https://noto-website.storage.googleapis.com/pkgs/ \ + https://github.com/googlei18n/noto-emoji/raw/master/:emoji DISTNAME= ${PORTNAME:S|n|N|}-hinted +DISTFILES= ${DISTNAME}.zip NotoEmoji-Regular.ttf:emoji +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER= kevlo@FreeBSD.org +MAINTAINE= kevlo@FreeBSD.org COMMENT= Google font family LICENSE= APACHE20 OFL11 @@ -17,6 +20,9 @@ USES= fonts zip NO_BUILD= yes NO_WRKSUBDIR= yes +post-extract: + ${CP} ${DISTDIR}/NotoEmoji-Regular.ttf ${WRKDIR} + do-install: ${MKDIR} ${STAGEDIR}${FONTSDIR} cd ${WRKSRC} && ${INSTALL_DATA} *.otf ${STAGEDIR}${FONTSDIR} Modified: head/x11-fonts/noto/distinfo ============================================================================== --- head/x11-fonts/noto/distinfo Wed Jul 1 22:17:28 2015 (r391126) +++ head/x11-fonts/noto/distinfo Thu Jul 2 03:26:10 2015 (r391127) @@ -1,2 +1,4 @@ SHA256 (Noto-hinted.zip) = 718d87249d90a5c1db9fcaef635bc4e98fbd112519703dece3c09ebb6c88624e SIZE (Noto-hinted.zip) = 380364279 +SHA256 (NotoEmoji-Regular.ttf) = a24fc856d48a3a1054ec0ed4511a4026f0381e8727fc4caa59fb8d3938a46637 +SIZE (NotoEmoji-Regular.ttf) = 441468 Modified: head/x11-fonts/noto/pkg-plist ============================================================================== --- head/x11-fonts/noto/pkg-plist Wed Jul 1 22:17:28 2015 (r391126) +++ head/x11-fonts/noto/pkg-plist Thu Jul 2 03:26:10 2015 (r391127) @@ -1,3 +1,4 @@ +%%FONTSDIR%%/NotoEmoji-Regular.ttf %%FONTSDIR%%/NotoKufiArabic-Bold.ttf %%FONTSDIR%%/NotoKufiArabic-Regular.ttf %%FONTSDIR%%/NotoNaskhArabic-Bold.ttf From owner-svn-ports-all@freebsd.org Thu Jul 2 05:50:13 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2EDC4992CC9; Thu, 2 Jul 2015 05:50:13 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 060172DD6; Thu, 2 Jul 2015 05:50:13 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t625oCtk020510; Thu, 2 Jul 2015 05:50:12 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t625oC7d020508; Thu, 2 Jul 2015 05:50:12 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201507020550.t625oC7d020508@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Thu, 2 Jul 2015 05:50:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391128 - head/devel/jenkins X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 05:50:13 -0000 Author: lwhsu Date: Thu Jul 2 05:50:11 2015 New Revision: 391128 URL: https://svnweb.freebsd.org/changeset/ports/391128 Log: - Update to 1.618 > Description of fields to fill in above: 76 columns --| > PR: If a GNATS PR is affected by the change. > Differential Revision: https://reviews.freebsd.org/D### (*full* phabric URL needed). > Submitted by: If someone else sent in the change. > Reviewed by: If someone else reviewed your modification. > Approved by: If you needed approval for this commit. > Obtained from: If the change is from a third party. > MFC after: N [day[s]|week[s]|month[s]]. Request a reminder email. > MFH: Ports tree branch name. Request approval for merge. > Relnotes: Set to 'yes' for mention in release notes. > Security: Vulnerability reference (one per line) or description. > Sponsored by: If the change was sponsored by an organization. > Empty fields above will be automatically removed. M jenkins/Makefile M jenkins/distinfo Modified: head/devel/jenkins/Makefile head/devel/jenkins/distinfo Modified: head/devel/jenkins/Makefile ============================================================================== --- head/devel/jenkins/Makefile Thu Jul 2 03:26:10 2015 (r391127) +++ head/devel/jenkins/Makefile Thu Jul 2 05:50:11 2015 (r391128) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jenkins -PORTVERSION= 1.617 +PORTVERSION= 1.618 CATEGORIES= devel java MASTER_SITES= http://mirrors.jenkins-ci.org/war/${PORTVERSION}/ DISTNAME= jenkins Modified: head/devel/jenkins/distinfo ============================================================================== --- head/devel/jenkins/distinfo Thu Jul 2 03:26:10 2015 (r391127) +++ head/devel/jenkins/distinfo Thu Jul 2 05:50:11 2015 (r391128) @@ -1,2 +1,2 @@ -SHA256 (jenkins/1.617/jenkins.war) = 8d6e30c338a54d3eeb6deea6614dae8fba9e1a2a2d9bc7ce3c61604140f3aa3e -SIZE (jenkins/1.617/jenkins.war) = 63124132 +SHA256 (jenkins/1.618/jenkins.war) = 86cb65bb3c8980d61336bdf1b10af1fefd2e1d9fca678ff4efc054c1b498a7ee +SIZE (jenkins/1.618/jenkins.war) = 63261204 From owner-svn-ports-all@freebsd.org Thu Jul 2 07:27:29 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6422C992EA8; Thu, 2 Jul 2015 07:27:29 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 558E811A5; Thu, 2 Jul 2015 07:27:29 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t627RTNF069497; Thu, 2 Jul 2015 07:27:29 GMT (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t627RTGS069496; Thu, 2 Jul 2015 07:27:29 GMT (envelope-from kevlo@FreeBSD.org) Message-Id: <201507020727.t627RTGS069496@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevlo set sender to kevlo@FreeBSD.org using -f From: Kevin Lo Date: Thu, 2 Jul 2015 07:27:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391129 - head/x11-fonts/noto X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 07:27:29 -0000 Author: kevlo Date: Thu Jul 2 07:27:28 2015 New Revision: 391129 URL: https://svnweb.freebsd.org/changeset/ports/391129 Log: Fix typo. Noticed by: lwhsu Modified: head/x11-fonts/noto/Makefile Modified: head/x11-fonts/noto/Makefile ============================================================================== --- head/x11-fonts/noto/Makefile Thu Jul 2 05:50:11 2015 (r391128) +++ head/x11-fonts/noto/Makefile Thu Jul 2 07:27:28 2015 (r391129) @@ -10,7 +10,7 @@ DISTNAME= ${PORTNAME:S|n|N|}-hinted DISTFILES= ${DISTNAME}.zip NotoEmoji-Regular.ttf:emoji EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINE= kevlo@FreeBSD.org +MAINTAINER= kevlo@FreeBSD.org COMMENT= Google font family LICENSE= APACHE20 OFL11 From owner-svn-ports-all@freebsd.org Thu Jul 2 07:49:58 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C3FAF9931F8; Thu, 2 Jul 2015 07:49:58 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B56801BFD; Thu, 2 Jul 2015 07:49:58 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t627nwdW079558; Thu, 2 Jul 2015 07:49:58 GMT (envelope-from erwin@FreeBSD.org) Received: (from erwin@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t627nwPB079555; Thu, 2 Jul 2015 07:49:58 GMT (envelope-from erwin@FreeBSD.org) Message-Id: <201507020749.t627nwPB079555@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: erwin set sender to erwin@FreeBSD.org using -f From: Erwin Lansing Date: Thu, 2 Jul 2015 07:49:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391130 - head/dns/nsd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 07:49:58 -0000 Author: erwin Date: Thu Jul 2 07:49:57 2015 New Revision: 391130 URL: https://svnweb.freebsd.org/changeset/ports/391130 Log: Update to 4.1.3 PR: 201261 Submitted by: Jaap Akkerhuis (maintainer) Sponsored by: DK Hostmaster A/S Modified: head/dns/nsd/Makefile head/dns/nsd/distinfo Modified: head/dns/nsd/Makefile ============================================================================== --- head/dns/nsd/Makefile Thu Jul 2 07:27:28 2015 (r391129) +++ head/dns/nsd/Makefile Thu Jul 2 07:49:57 2015 (r391130) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nsd -PORTVERSION= 4.1.2 +PORTVERSION= 4.1.3 CATEGORIES= dns ipv6 MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ \ ftp://ftp.rhnet.is/pub/nsd/ Modified: head/dns/nsd/distinfo ============================================================================== --- head/dns/nsd/distinfo Thu Jul 2 07:27:28 2015 (r391129) +++ head/dns/nsd/distinfo Thu Jul 2 07:49:57 2015 (r391130) @@ -1,2 +1,2 @@ -SHA256 (nsd-4.1.2.tar.gz) = 8514b75bb8884526a637e1666911f429e0f52c5a3b0186104bb111371993644d -SIZE (nsd-4.1.2.tar.gz) = 1066957 +SHA256 (nsd-4.1.3.tar.gz) = 097cb295cdd3e8a73a8afac343caf0fca11b72b2214b022689ddc423312d17e5 +SIZE (nsd-4.1.3.tar.gz) = 1068672 From owner-svn-ports-all@freebsd.org Thu Jul 2 09:23:27 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 48659991813; Thu, 2 Jul 2015 09:23:27 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 39FEE1E49; Thu, 2 Jul 2015 09:23:27 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t629NRLb027417; Thu, 2 Jul 2015 09:23:27 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t629NRML027416; Thu, 2 Jul 2015 09:23:27 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201507020923.t629NRML027416@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 2 Jul 2015 09:23:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391131 - head/x11/xfce4-taskmanager X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 09:23:27 -0000 Author: amdmi3 Date: Thu Jul 2 09:23:26 2015 New Revision: 391131 URL: https://svnweb.freebsd.org/changeset/ports/391131 Log: - Fix build with GTK3 PR: 200280 Reported by: fidaj@ukr.net Submitted by: amdmi3 Approved by: olivierd (xfce) MFH: 2015Q3 Modified: head/x11/xfce4-taskmanager/Makefile Modified: head/x11/xfce4-taskmanager/Makefile ============================================================================== --- head/x11/xfce4-taskmanager/Makefile Thu Jul 2 07:49:57 2015 (r391130) +++ head/x11/xfce4-taskmanager/Makefile Thu Jul 2 09:23:26 2015 (r391131) @@ -26,7 +26,7 @@ OPTIONS_DEFAULT= GTK2 GTK2_USE= GNOME=gtk20,libwnck GTK2_CONFIGURE_ON= --enable-wnck --disable-wnck3 -GTK3_USE= GNOME=gtk30,libwnck3 +GTK3_USE= GNOME=gtk20,gtk30,libwnck3 GTK3_CONFIGURE_ON= --enable-gtk3 --enable-wnck3 --disable-wnck CONFIGURE_ARGS= --disable-gksu From owner-svn-ports-all@freebsd.org Thu Jul 2 09:45:21 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7D863991D5D; Thu, 2 Jul 2015 09:45:21 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6E8711A3F; Thu, 2 Jul 2015 09:45:21 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t629jLO9037500; Thu, 2 Jul 2015 09:45:21 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t629jLTM037499; Thu, 2 Jul 2015 09:45:21 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201507020945.t629jLTM037499@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 2 Jul 2015 09:45:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391132 - head/devel/pwlib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 09:45:21 -0000 Author: amdmi3 Date: Thu Jul 2 09:45:20 2015 New Revision: 391132 URL: https://svnweb.freebsd.org/changeset/ports/391132 Log: - This installs fine on armv6 MFH: 2015Q3 Modified: head/devel/pwlib/Makefile Modified: head/devel/pwlib/Makefile ============================================================================== --- head/devel/pwlib/Makefile Thu Jul 2 09:23:26 2015 (r391131) +++ head/devel/pwlib/Makefile Thu Jul 2 09:45:20 2015 (r391132) @@ -33,8 +33,6 @@ OPTIONS_DEFAULT= PLUGINS LDAP OPTIONS_SUB= yes LDAP_DESC= OpenLDAP support -BROKEN_armv6= Does not install on arm: mtree - CFLAGS+= -O1 MAKE_ENV= STDCCFLAGS+="-I${LOCALBASE}" CPPFLAGS+= -O1 -I${WRKSRC}/include -I${LOCALBASE}/include From owner-svn-ports-all@freebsd.org Thu Jul 2 10:36:16 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 02FDB9926EB; Thu, 2 Jul 2015 10:36:16 +0000 (UTC) (envelope-from des@des.no) Received: from smtp.des.no (smtp.des.no [194.63.250.102]) by mx1.freebsd.org (Postfix) with ESMTP id BCFBB2EA2; Thu, 2 Jul 2015 10:36:15 +0000 (UTC) (envelope-from des@des.no) Received: from nine.des.no (smtp.des.no [194.63.250.102]) by smtp-int.des.no (Postfix) with ESMTP id B6C3B4856; Thu, 2 Jul 2015 10:36:14 +0000 (UTC) Received: by nine.des.no (Postfix, from userid 1001) id 716FF1D23; Thu, 2 Jul 2015 12:36:14 +0200 (CEST) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: Cy Schubert Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r391023 - in head/sysutils/screen: . files References: <201507010151.t611pHOH075333@svn.freebsd.org> Date: Thu, 02 Jul 2015 12:36:14 +0200 In-Reply-To: <201507010151.t611pHOH075333@svn.freebsd.org> (Cy Schubert's message of "Wed, 1 Jul 2015 01:51:17 +0000 (UTC)") Message-ID: <86fv56u9r5.fsf@nine.des.no> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 10:36:16 -0000 Cy Schubert writes: > Log: > Update 4.2.1 --> 4.3.1 Broken (at least on 8, which is still supported for another month) due to assuming that utmp is available. DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no From owner-svn-ports-all@freebsd.org Thu Jul 2 11:19:26 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C836992F4A; Thu, 2 Jul 2015 11:19:26 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1DC431516; Thu, 2 Jul 2015 11:19:26 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62BJPra082074; Thu, 2 Jul 2015 11:19:25 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62BJP1P082072; Thu, 2 Jul 2015 11:19:25 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201507021119.t62BJP1P082072@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Thu, 2 Jul 2015 11:19:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391133 - head/textproc/R-cran-stringi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 11:19:26 -0000 Author: tota Date: Thu Jul 2 11:19:25 2015 New Revision: 391133 URL: https://svnweb.freebsd.org/changeset/ports/391133 Log: - Update to 0.5-5 Modified: head/textproc/R-cran-stringi/Makefile head/textproc/R-cran-stringi/distinfo Modified: head/textproc/R-cran-stringi/Makefile ============================================================================== --- head/textproc/R-cran-stringi/Makefile Thu Jul 2 09:45:20 2015 (r391132) +++ head/textproc/R-cran-stringi/Makefile Thu Jul 2 11:19:25 2015 (r391133) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= stringi -DISTVERSION= 0.5-2 -PORTREVISION= 1 +DISTVERSION= 0.5-5 CATEGORIES= textproc DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/textproc/R-cran-stringi/distinfo ============================================================================== --- head/textproc/R-cran-stringi/distinfo Thu Jul 2 09:45:20 2015 (r391132) +++ head/textproc/R-cran-stringi/distinfo Thu Jul 2 11:19:25 2015 (r391133) @@ -1,2 +1,2 @@ -SHA256 (stringi_0.5-2.tar.gz) = 5faf22153e1df1381eb4a4f94a2ec03dd35e9edd45c66503034d2aa0e407768e -SIZE (stringi_0.5-2.tar.gz) = 3641292 +SHA256 (stringi_0.5-5.tar.gz) = 1cd67b64f287aac9e8fd95dd4a0cab829e0fb7870fd264ede281be0b65ce7ca0 +SIZE (stringi_0.5-5.tar.gz) = 3639183 From owner-svn-ports-all@freebsd.org Thu Jul 2 11:53:02 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 57207992726; Thu, 2 Jul 2015 11:53:02 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 48618271E; Thu, 2 Jul 2015 11:53:02 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62Br2ks000954; Thu, 2 Jul 2015 11:53:02 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62Br1xc000951; Thu, 2 Jul 2015 11:53:01 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201507021153.t62Br1xc000951@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Thu, 2 Jul 2015 11:53:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391134 - head/ftp/R-cran-RCurl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 11:53:02 -0000 Author: tota Date: Thu Jul 2 11:53:01 2015 New Revision: 391134 URL: https://svnweb.freebsd.org/changeset/ports/391134 Log: - Update to 1.95-4.7 Modified: head/ftp/R-cran-RCurl/Makefile head/ftp/R-cran-RCurl/distinfo Modified: head/ftp/R-cran-RCurl/Makefile ============================================================================== --- head/ftp/R-cran-RCurl/Makefile Thu Jul 2 11:19:25 2015 (r391133) +++ head/ftp/R-cran-RCurl/Makefile Thu Jul 2 11:53:01 2015 (r391134) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= RCurl -DISTVERSION= 1.95-4.6 +DISTVERSION= 1.95-4.7 CATEGORIES= ftp DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/ftp/R-cran-RCurl/distinfo ============================================================================== --- head/ftp/R-cran-RCurl/distinfo Thu Jul 2 11:19:25 2015 (r391133) +++ head/ftp/R-cran-RCurl/distinfo Thu Jul 2 11:53:01 2015 (r391134) @@ -1,2 +1,2 @@ -SHA256 (RCurl_1.95-4.6.tar.gz) = 9a442f09db797973b2e2725e0641fe234f699a52bfacbf063f40e1191088b490 -SIZE (RCurl_1.95-4.6.tar.gz) = 878616 +SHA256 (RCurl_1.95-4.7.tar.gz) = 8874d73d89e051627bb54b78d1c8a45f8b52173a345083e71f8f8ec5b0735de3 +SIZE (RCurl_1.95-4.7.tar.gz) = 916897 From owner-svn-ports-all@freebsd.org Thu Jul 2 11:53:58 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E2594992746; Thu, 2 Jul 2015 11:53:58 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B973E27FF; Thu, 2 Jul 2015 11:53:58 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62Brw18001180; Thu, 2 Jul 2015 11:53:58 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62BrwIr001178; Thu, 2 Jul 2015 11:53:58 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201507021153.t62BrwIr001178@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Thu, 2 Jul 2015 11:53:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391135 - head/www/entrans X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 11:53:59 -0000 Author: robak Date: Thu Jul 2 11:53:57 2015 New Revision: 391135 URL: https://svnweb.freebsd.org/changeset/ports/391135 Log: www/entrans: various fixes and cleanup - Don't needlessly set WRKSRC to its default value - Add NO_ARCH - Fix WWW - Modernize plist: switch to @dir - Remove useless chown - Pet portlint PR: 200706 Submitted by: amdmi3 Approved by: maintainer timeout (25 days) Modified: head/www/entrans/Makefile head/www/entrans/pkg-descr Modified: head/www/entrans/Makefile ============================================================================== --- head/www/entrans/Makefile Thu Jul 2 11:53:01 2015 (r391134) +++ head/www/entrans/Makefile Thu Jul 2 11:53:57 2015 (r391135) @@ -9,11 +9,10 @@ MASTER_SITES= SF MAINTAINER= prudhvi-krishna-bsd@surapaneni.in COMMENT= Entrans is an online, collaborative translation tool -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - USE_PHP= mysql -NO_BUILD= YES -WANT_PHP_WEB= YES +NO_BUILD= yes +NO_ARCH= yes +WANT_PHP_WEB= yes ENTRANS?= www/entrans PLIST_SUB+= ENTRANS=${ENTRANS} PLIST= ${WRKDIR}/pkg-plist @@ -25,16 +24,13 @@ OPTIONS_DEFINE= DOCS pre-install: cd ${WRKSRC} && ${FIND} -s * -type f | \ ${SED} -e 's|^|${ENTRANS}/|' > ${PLIST} \ - && ${FIND} -d * -type d | \ - ${SED} -e 's|^|@dirrm ${ENTRANS}/|' >> ${PLIST} \ - && ${ECHO_CMD} @dirrm ${ENTRANS} >> ${PLIST} + && ${FIND} -d * -type d -empty | \ + ${SED} -e 's|^|@dir ${ENTRANS}/|' >> ${PLIST} if [ ! -f ${WRKSRC}/conf/database.conf.php.sample ]; then ${CP} \ ${WRKSRC}/conf/database.conf.php.sample ${WRKSRC}/conf/database.conf.php; fi do-install: - -@${MKDIR} ${STAGEDIR}${PREFIX}/${ENTRANS} - @${CHOWN} ${WWWOWN}:${WWWGRP} ${STAGEDIR}${PREFIX}/${ENTRANS} - @${CHMOD} 755 ${STAGEDIR}${PREFIX}/${ENTRANS} + @${MKDIR} ${STAGEDIR}${PREFIX}/${ENTRANS} ${CP} -R ${WRKSRC}/ ${STAGEDIR}${PREFIX}/${ENTRANS} @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in ${PORTDOCS} Modified: head/www/entrans/pkg-descr ============================================================================== --- head/www/entrans/pkg-descr Thu Jul 2 11:53:01 2015 (r391134) +++ head/www/entrans/pkg-descr Thu Jul 2 11:53:57 2015 (r391135) @@ -18,4 +18,4 @@ Some of the other useful features includ * Upload files as compressed archives of PO files * Upload files through URLs -WWW: http://entrans.sourceforge.net +WWW: http://entrans.sourceforge.net/ From owner-svn-ports-all@freebsd.org Thu Jul 2 12:34:54 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 72C389915A4; Thu, 2 Jul 2015 12:34:54 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5B6481EE3; Thu, 2 Jul 2015 12:34:54 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62CYs8u020996; Thu, 2 Jul 2015 12:34:54 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62CYs4F020995; Thu, 2 Jul 2015 12:34:54 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507021234.t62CYs4F020995@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 2 Jul 2015 12:34:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391136 - head/lang/elixir X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 12:34:54 -0000 Author: olgeni Date: Thu Jul 2 12:34:53 2015 New Revision: 391136 URL: https://svnweb.freebsd.org/changeset/ports/391136 Log: Add helper makefile for Elixir applications. Added: head/lang/elixir/bsd.elixir.mk (contents, props changed) Added: head/lang/elixir/bsd.elixir.mk ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/elixir/bsd.elixir.mk Thu Jul 2 12:34:53 2015 (r391136) @@ -0,0 +1,95 @@ +# $FreeBSD$ +# +# bsd.elixir.mk - Helper for Elixir applications +# +# ELIXIR_APP_NAME - Elixir app name as installed in Elixir's lib directory +# ELIXIR_APP_ROOT - Root directory for this Elixir app +# ELIXIR_HIDDEN - Applications to be hidden from the code path; usually ${PORTNAME} +# ELIXIR_LOCALE - An UTF-8 locale to be used by Elixir during builds (any UTF-8 locale is good) +# MIX_CMD - The "mix" command +# MIX_COMPILE - The "mix" command used to compile an Elixir app +# MIX_BUILD_DEPS - List of BUILD_DEPENDS in category/portname format +# (commonly referenced to as "deps" in Erlang and Elixir) +# MIX_RUN_DEPS - List of RUN_DEPENDS in category/portname format +# MIX_DOC_DIRS - Extra doc directories to be installed in DOCSDIR +# MIX_DOC_FILES - Extra doc files to be installed in DOCSDIR (usually README.md) +# MIX_ENV_NAME - Name of the Mix build environment, usually "prod" +# MIX_BUILD_NAME - Name of the build output in _build/, usually ${MIX_ENV_NAME} +# MIX_EXTRA_APPS - List of sub-applications to be built, if any +# MIX_EXTRA_DIRS - List of extra directories to be installed in ELIXIR_APP_ROOT +# MIX_EXTRA_FILES - List of extra files to be installed in ELIXIR_APP_ROOT + +ELIXIR_APP_NAME?= ${PORTNAME} +ELIXIR_APP_ROOT?= ${PREFIX}/lib/elixir/lib/${ELIXIR_APP_NAME} +ELIXIR_HIDDEN?= ${PORTNAME} +ELIXIR_LOCALE?= en_US.UTF-8 +MIX_CMD?= ${LOCALBASE}/bin/mix +MIX_COMPILE?= LANG=${ELIXIR_LOCALE} MIX_ENV=${MIX_ENV_NAME} ELIXIR_HIDDEN=${ELIXIR_HIDDEN} ${MIX_CMD} compile +MIX_BUILD_DEPS?= +MIX_RUN_DEPS?= +MIX_DOC_DIRS?= +MIX_DOC_FILES?= README.md +MIX_ENV_NAME?= prod +MIX_BUILD_NAME?= prod +MIX_EXTRA_APPS?= +MIX_EXTRA_DIRS?= +MIX_EXTRA_FILES?= + +BUILD_DEPENDS+= elixir:${PORTSDIR}/lang/elixir +RUN_DEPENDS+= elixir:${PORTSDIR}/lang/elixir + +.for depend in ${MIX_BUILD_DEPS} +BUILD_DEPENDS+= ${depend:T}>=0:${PORTSDIR}/${depend} +.endfor + +.for depend in ${MIX_RUN_DEPS} +RUN_DEPENDS+= ${depend:T}>=0:${PORTSDIR}/${depend} +.endfor + +.if !target(do-build) +do-build: do-build-elixir +.endif + +.if !target(do-install) +do-install: do-install-elixir +.endif + +do-build-elixir: + @${RM} -f ${WRKSRC}/mix.lock + @cd ${WRKSRC} && ${MIX_COMPILE} +.for app in ${MIX_EXTRA_APPS} + @${RM} -f ${WRKSRC}/${app}/mix.lock + @cd ${WRKSRC}/${app} && ${MIX_COMPILE} +.endfor + +do-install-elixir: + @${MKDIR} ${STAGEDIR}${ELIXIR_APP_ROOT} + @${MKDIR} ${STAGEDIR}${ELIXIR_APP_ROOT}/lib + cd ${WRKSRC}/lib && ${COPYTREE_SHARE} \* ${STAGEDIR}${ELIXIR_APP_ROOT}/lib + @${MKDIR} ${STAGEDIR}${ELIXIR_APP_ROOT}/ebin + ${INSTALL_DATA} ${WRKSRC}/_build/${MIX_BUILD_NAME}/lib/${PORTNAME}/ebin/* \ + ${STAGEDIR}${ELIXIR_APP_ROOT}/ebin + if [ -d ${WRKSRC}/priv ]; then \ + ${MKDIR} ${STAGEDIR}${ELIXIR_APP_ROOT}/priv; \ + cd ${WRKSRC}/priv && ${COPYTREE_SHARE} \* ${STAGEDIR}${ELIXIR_APP_ROOT}/priv; \ + fi +.if MIX_DOC_FILES != "" || MIX_DOC_DIRS != "" + @${MKDIR} ${STAGEDIR}${DOCSDIR} +.endif +.for file in ${MIX_DOC_FILES} + ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR} +.endfor +.for dir in ${MIX_DOC_DIRS} + cd ${WRKSRC} && ${COPYTREE_SHARE} ${dir} ${STAGEDIR}${DOCSDIR} +.endfor +.for file in ${MIX_EXTRA_FILES} + ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${ELIXIR_APP_ROOT} +.endfor +.for dir in ${MIX_EXTRA_DIRS} + @${MKDIR} ${STAGEDIR}${ELIXIR_APP_ROOT}/${dir} + cd ${WRKSRC}/${dir} && ${COPYTREE_SHARE} . ${STAGEDIR}${ELIXIR_APP_ROOT}/${dir} +.endfor +.for app in ${MIX_EXTRA_APPS} + ${INSTALL_DATA} ${WRKSRC}/${app}/_build/${MIX_BUILD_NAME}/lib/*/ebin/* \ + ${STAGEDIR}${ELIXIR_APP_ROOT}/ebin +.endfor From owner-svn-ports-all@freebsd.org Thu Jul 2 12:35:43 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C3B549915CB; Thu, 2 Jul 2015 12:35:43 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A08C41FD1; Thu, 2 Jul 2015 12:35:41 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: by shepard.synsport.net (Postfix, from userid 80) id 82F9543BEF; Thu, 2 Jul 2015 07:35:33 -0500 (CDT) To: =?UTF-8?Q?Dag-Erling_Sm=C3=B8rgrav?= Subject: Re: svn commit: r391023 - in head/sysutils/screen: . files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Thu, 02 Jul 2015 14:35:33 +0200 From: "John Marino (FreeBSD)" Cc: Cy Schubert , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, owner-ports-committers@freebsd.org Reply-To: marino@freebsd.org Mail-Reply-To: marino@freebsd.org In-Reply-To: <86fv56u9r5.fsf@nine.des.no> References: <201507010151.t611pHOH075333@svn.freebsd.org> <86fv56u9r5.fsf@nine.des.no> Message-ID: <7203f68e4a773ccf2fb2a24db9bc457b@secure.marino.st> X-Sender: freebsd.contact@marino.st User-Agent: Roundcube Webmail/0.9.1 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 12:35:43 -0000 On 2015-07-02 12:36, Dag-Erling Smørgrav wrote: > Cy Schubert writes: >> Log: >> Update 4.2.1 --> 4.3.1 > > Broken (at least on 8, which is still supported for another month) due > to assuming that utmp is available. > I was perplexed by this, 8.4 expires on 30 June 2015. At least, that's what this page *USED* to say: http://www.freebsd.org/security/security.html Now it says August 1, 2015 Did somebody recently change this date and not tell us all? Or did I miss the (unilateral) announcement? John From owner-svn-ports-all@freebsd.org Thu Jul 2 12:37:08 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F1FD899173E; Thu, 2 Jul 2015 12:37:07 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E156E117B; Thu, 2 Jul 2015 12:37:07 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62Cb7JO021548; Thu, 2 Jul 2015 12:37:07 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62Cb5TN021539; Thu, 2 Jul 2015 12:37:05 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507021237.t62Cb5TN021539@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 2 Jul 2015 12:37:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391137 - in head: devel/elixir-conform devel/elixir-decimal devel/elixir-exrm devel/elixir-plug devel/elixir-poison devel/erlang-bbmustache www/elixir-phoenix X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 12:37:08 -0000 Author: olgeni Date: Thu Jul 2 12:37:05 2015 New Revision: 391137 URL: https://svnweb.freebsd.org/changeset/ports/391137 Log: Simplify Elixir ports using bsd.elixir.mk. Modified: head/devel/elixir-conform/Makefile head/devel/elixir-decimal/Makefile head/devel/elixir-exrm/Makefile head/devel/elixir-plug/Makefile head/devel/elixir-poison/Makefile head/devel/erlang-bbmustache/Makefile head/www/elixir-phoenix/Makefile Modified: head/devel/elixir-conform/Makefile ============================================================================== --- head/devel/elixir-conform/Makefile Thu Jul 2 12:34:53 2015 (r391136) +++ head/devel/elixir-conform/Makefile Thu Jul 2 12:37:05 2015 (r391137) @@ -12,26 +12,11 @@ COMMENT= Easy release configuration for LICENSE= APACHE20 MIT LICENSE_COMB= multi -BUILD_DEPENDS= elixir:${PORTSDIR}/lang/elixir \ - erlang-neotoma>=0:${PORTSDIR}/devel/erlang-neotoma -RUN_DEPENDS:= ${BUILD_DEPENDS} - USE_GITHUB= yes GH_ACCOUNT= bitwalker -do-build: - @cd ${WRKSRC} && MIX_ENV=prod mix compile - -post-build: - @${LN} -s ${WRKSRC}/_build/prod/lib/${PORTNAME}/ebin ${WRKSRC}/ebin - -do-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME}/ebin - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME}/lib - ${INSTALL_DATA} ${WRKSRC}/ebin/* ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME}/ebin - cd ${WRKSRC}/lib && ${COPYTREE_SHARE} \* ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME}/lib +MIX_BUILD_DEPS= devel/erlang-neotoma +MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} +.include "${PORTSDIR}/lang/elixir/bsd.elixir.mk" .include Modified: head/devel/elixir-decimal/Makefile ============================================================================== --- head/devel/elixir-decimal/Makefile Thu Jul 2 12:34:53 2015 (r391136) +++ head/devel/elixir-decimal/Makefile Thu Jul 2 12:37:05 2015 (r391137) @@ -11,25 +11,8 @@ COMMENT= Arbitrary precision decimal ari LICENSE= APACHE20 -BUILD_DEPENDS= elixir:${PORTSDIR}/lang/elixir -RUN_DEPENDS:= ${BUILD_DEPENDS} - USE_GITHUB= yes GH_ACCOUNT= ericmj -do-build: - @cd ${WRKSRC} && MIX_ENV=prod mix compile - -post-build: - @${LN} -s ${WRKSRC}/_build/prod/lib/${PORTNAME}/ebin ${WRKSRC}/ebin - -do-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME}/ebin - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME}/lib - ${INSTALL_DATA} ${WRKSRC}/ebin/* ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME}/ebin - cd ${WRKSRC}/lib && ${COPYTREE_SHARE} \* ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME}/lib - +.include "${PORTSDIR}/lang/elixir/bsd.elixir.mk" .include Modified: head/devel/elixir-exrm/Makefile ============================================================================== --- head/devel/elixir-exrm/Makefile Thu Jul 2 12:34:53 2015 (r391136) +++ head/devel/elixir-exrm/Makefile Thu Jul 2 12:37:05 2015 (r391137) @@ -10,27 +10,12 @@ COMMENT= Automatically generate releases LICENSE= MIT -BUILD_DEPENDS= elixir:${PORTSDIR}/lang/elixir \ - relx>=3.1.0:${PORTSDIR}/devel/relx \ - elixir-conform>=0:${PORTSDIR}/devel/elixir-conform -RUN_DEPENDS:= ${BUILD_DEPENDS} - USE_GITHUB= yes GH_ACCOUNT= bitwalker -do-build: - @${LN} -s ${WRKSRC}/_build/prod/lib/${PORTNAME}/ebin ${WRKSRC}/ebin - @cd ${WRKSRC} && MIX_ENV=prod mix compile - -do-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME}/ebin - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME}/lib - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME}/priv - ${INSTALL_DATA} ${WRKSRC}/ebin/* ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME}/ebin - cd ${WRKSRC}/lib && ${COPYTREE_SHARE} \* ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME}/lib - cd ${WRKSRC}/priv && ${COPYTREE_SHARE} \* ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME}/priv +MIX_BUILD_DEPS= devel/relx \ + devel/elixir-conform +MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} +.include "${PORTSDIR}/lang/elixir/bsd.elixir.mk" .include Modified: head/devel/elixir-plug/Makefile ============================================================================== --- head/devel/elixir-plug/Makefile Thu Jul 2 12:34:53 2015 (r391136) +++ head/devel/elixir-plug/Makefile Thu Jul 2 12:37:05 2015 (r391137) @@ -11,25 +11,8 @@ COMMENT= Composable modules for Elixir w LICENSE= APACHE20 -BUILD_DEPENDS= elixir:${PORTSDIR}/lang/elixir -RUN_DEPENDS:= ${BUILD_DEPENDS} - USE_GITHUB= yes GH_ACCOUNT= elixir-lang -do-build: - @cd ${WRKSRC} && MIX_ENV=prod mix compile - -post-build: - @${LN} -s ${WRKSRC}/_build/prod/lib/${PORTNAME}/ebin ${WRKSRC}/ebin - -do-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME}/ebin - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME}/lib - ${INSTALL_DATA} ${WRKSRC}/ebin/* ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME}/ebin - cd ${WRKSRC}/lib && ${COPYTREE_SHARE} \* ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME}/lib - +.include "${PORTSDIR}/lang/elixir/bsd.elixir.mk" .include Modified: head/devel/elixir-poison/Makefile ============================================================================== --- head/devel/elixir-poison/Makefile Thu Jul 2 12:34:53 2015 (r391136) +++ head/devel/elixir-poison/Makefile Thu Jul 2 12:37:05 2015 (r391137) @@ -10,25 +10,8 @@ COMMENT= Pure Elixir JSON library LICENSE= ISCL -BUILD_DEPENDS= elixir:${PORTSDIR}/lang/elixir -RUN_DEPENDS:= ${BUILD_DEPENDS} - USE_GITHUB= yes GH_ACCOUNT= devinus -do-build: - @cd ${WRKSRC} && MIX_ENV=prod mix compile - -post-build: - @${LN} -s ${WRKSRC}/_build/prod/lib/${PORTNAME}/ebin ${WRKSRC}/ebin - -do-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME}/ebin - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME}/lib - ${INSTALL_DATA} ${WRKSRC}/ebin/* ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME}/ebin - cd ${WRKSRC}/lib && ${COPYTREE_SHARE} \* ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME}/lib - +.include "${PORTSDIR}/lang/elixir/bsd.elixir.mk" .include Modified: head/devel/erlang-bbmustache/Makefile ============================================================================== --- head/devel/erlang-bbmustache/Makefile Thu Jul 2 12:34:53 2015 (r391136) +++ head/devel/erlang-bbmustache/Makefile Thu Jul 2 12:37:05 2015 (r391137) @@ -21,14 +21,14 @@ GH_ACCOUNT= soranoba ALL_TARGET= compile -post-extract: - @${RM} ${WRKSRC}/rebar.lock - post-patch: @${REINPLACE_CMD} -e 's/{vsn, git}/{vsn,"${PORTVERSION}"}/' ${WRKSRC}/src/*.app.src +pre-build: + @${RM} ${WRKSRC}/rebar.lock + post-build: - ${LN} -s ${WRKSRC}/_build/dev/lib/bbmustache/ebin ${WRKSRC} + @${LN} -s ${WRKSRC}/_build/dev/lib/${PORTNAME}/ebin ${WRKSRC} do-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/www/elixir-phoenix/Makefile ============================================================================== --- head/www/elixir-phoenix/Makefile Thu Jul 2 12:34:53 2015 (r391136) +++ head/www/elixir-phoenix/Makefile Thu Jul 2 12:37:05 2015 (r391137) @@ -12,11 +12,6 @@ COMMENT= Web framework for Elixir LICENSE= MIT -BUILD_DEPENDS= elixir:${PORTSDIR}/lang/elixir \ - elixir-plug>=0:${PORTSDIR}/devel/elixir-plug \ - elixir-poison>=0:${PORTSDIR}/devel/elixir-poison -RUN_DEPENDS:= ${BUILD_DEPENDS} - USE_GITHUB= yes GH_ACCOUNT= phoenixframework @@ -28,28 +23,11 @@ COWBOY_RUN_DEPENDS= erlang-cowboy>=0:${P .include -do-build: - @cd ${WRKSRC} && LANG=en_US.UTF-8 MIX_ENV=prod mix compile - @cd ${WRKSRC}/installer && LANG=en_US.UTF-8 MIX_ENV=prod mix compile - -post-build: - @${LN} -s ${WRKSRC}/_build/prod/lib/${PORTNAME}/ebin ${WRKSRC}/ebin - -do-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME}/ebin - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME}/installer - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME}/lib - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME}/priv - ${INSTALL_DATA} ${WRKSRC}/ebin/* ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME}/ebin - cd ${WRKSRC}/lib && ${COPYTREE_SHARE} \* ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME}/lib - cd ${WRKSRC}/priv && ${COPYTREE_SHARE} \* ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME}/priv -.for dir in lib templates - cd ${WRKSRC}/installer && ${COPYTREE_SHARE} ${dir} ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME}/installer -.endfor - ${INSTALL_DATA} ${WRKSRC}/installer/_build/prod/lib/phoenix_new/ebin/* \ - ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME}/ebin +MIX_BUILD_DEPS= devel/elixir-plug \ + devel/elixir-poison +MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} +MIX_EXTRA_APPS= installer +MIX_EXTRA_DIRS= installer/lib installer/templates +.include "${PORTSDIR}/lang/elixir/bsd.elixir.mk" .include From owner-svn-ports-all@freebsd.org Thu Jul 2 12:40:28 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 679549917C4; Thu, 2 Jul 2015 12:40:28 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5886E12EC; Thu, 2 Jul 2015 12:40:28 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62CeSSS024966; Thu, 2 Jul 2015 12:40:28 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62CeSiM024965; Thu, 2 Jul 2015 12:40:28 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507021240.t62CeSiM024965@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 2 Jul 2015 12:40:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391138 - head/lang/elixir X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 12:40:28 -0000 Author: olgeni Date: Thu Jul 2 12:40:27 2015 New Revision: 391138 URL: https://svnweb.freebsd.org/changeset/ports/391138 Log: Fix syntax error in condition. Modified: head/lang/elixir/bsd.elixir.mk Modified: head/lang/elixir/bsd.elixir.mk ============================================================================== --- head/lang/elixir/bsd.elixir.mk Thu Jul 2 12:37:05 2015 (r391137) +++ head/lang/elixir/bsd.elixir.mk Thu Jul 2 12:40:27 2015 (r391138) @@ -73,7 +73,7 @@ do-install-elixir: ${MKDIR} ${STAGEDIR}${ELIXIR_APP_ROOT}/priv; \ cd ${WRKSRC}/priv && ${COPYTREE_SHARE} \* ${STAGEDIR}${ELIXIR_APP_ROOT}/priv; \ fi -.if MIX_DOC_FILES != "" || MIX_DOC_DIRS != "" +.if ${MIX_DOC_FILES} != "" || ${MIX_DOC_DIRS} != "" @${MKDIR} ${STAGEDIR}${DOCSDIR} .endif .for file in ${MIX_DOC_FILES} From owner-svn-ports-all@freebsd.org Thu Jul 2 12:54:16 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9F242991C43; Thu, 2 Jul 2015 12:54:16 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8E8C01F96; Thu, 2 Jul 2015 12:54:16 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62CsGjw031181; Thu, 2 Jul 2015 12:54:16 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62CsELi031175; Thu, 2 Jul 2015 12:54:14 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507021254.t62CsELi031175@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 2 Jul 2015 12:54:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391139 - in head/www: . elixir-maru elixir-maru/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 12:54:16 -0000 Author: olgeni Date: Thu Jul 2 12:54:14 2015 New Revision: 391139 URL: https://svnweb.freebsd.org/changeset/ports/391139 Log: Add www/elixir-maru, an Elixir RESTful framework. Added: head/www/elixir-maru/ head/www/elixir-maru/Makefile (contents, props changed) head/www/elixir-maru/distinfo (contents, props changed) head/www/elixir-maru/files/ head/www/elixir-maru/files/patch-mix.exs (contents, props changed) head/www/elixir-maru/pkg-descr (contents, props changed) head/www/elixir-maru/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Thu Jul 2 12:40:27 2015 (r391138) +++ head/www/Makefile Thu Jul 2 12:54:14 2015 (r391139) @@ -161,6 +161,7 @@ SUBDIR += elgg SUBDIR += elinks SUBDIR += eliom + SUBDIR += elixir-maru SUBDIR += elixir-phoenix SUBDIR += emacs-w3m SUBDIR += encode-explorer Added: head/www/elixir-maru/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/elixir-maru/Makefile Thu Jul 2 12:54:14 2015 (r391139) @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= maru +PORTVERSION= 0.3.1 +DISTVERSIONPREFIX= v +CATEGORIES= www +PKGNAMEPREFIX= elixir- + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= Elixir RESTful framework + +LICENSE= BSD3CLAUSE + +USE_GITHUB= yes +GH_ACCOUNT= falood + +MIX_BUILD_DEPS= devel/elixir-plug \ + devel/elixir-poison \ + www/erlang-cowboy +MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} +MIX_DOC_DIRS= guide + +.include "${PORTSDIR}/lang/elixir/bsd.elixir.mk" +.include Added: head/www/elixir-maru/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/elixir-maru/distinfo Thu Jul 2 12:54:14 2015 (r391139) @@ -0,0 +1,2 @@ +SHA256 (falood-maru-v0.3.1_GH0.tar.gz) = 6624a26fbc144400a5e9599c777c6aa3cca1e9aea65502463807dd42703f675e +SIZE (falood-maru-v0.3.1_GH0.tar.gz) = 17263 Added: head/www/elixir-maru/files/patch-mix.exs ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/elixir-maru/files/patch-mix.exs Thu Jul 2 12:54:14 2015 (r391139) @@ -0,0 +1,14 @@ +--- mix.exs.orig 2015-07-02 12:23:34 UTC ++++ mix.exs +@@ -19,10 +19,7 @@ defmodule Maru.Mixfile do + end + + defp deps do +- [ { :cowboy, "~> 1.0.0" }, +- { :plug, "~> 0.12.2" }, +- { :poison, "~> 1.4.0" }, +- ] ++ [] + end + + defp package do Added: head/www/elixir-maru/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/elixir-maru/pkg-descr Thu Jul 2 12:54:14 2015 (r391139) @@ -0,0 +1,3 @@ +Elixir copy of Grape for creating REST-like APIs. + +WWW: https://github.com/falood/maru Added: head/www/elixir-maru/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/elixir-maru/pkg-plist Thu Jul 2 12:54:14 2015 (r391139) @@ -0,0 +1,77 @@ +lib/elixir/lib/maru/ebin/Elixir.Maru.Builder.Namespaces.beam +lib/elixir/lib/maru/ebin/Elixir.Maru.Builder.Params.beam +lib/elixir/lib/maru/ebin/Elixir.Maru.Builder.beam +lib/elixir/lib/maru/ebin/Elixir.Maru.Config.beam +lib/elixir/lib/maru/ebin/Elixir.Maru.Exceptions.InvalidFormatter.beam +lib/elixir/lib/maru/ebin/Elixir.Maru.Exceptions.NotFound.beam +lib/elixir/lib/maru/ebin/Elixir.Maru.Exceptions.UndefinedValidator.beam +lib/elixir/lib/maru/ebin/Elixir.Maru.Exceptions.Validation.beam +lib/elixir/lib/maru/ebin/Elixir.Maru.Exceptions.beam +lib/elixir/lib/maru/ebin/Elixir.Maru.Helper.beam +lib/elixir/lib/maru/ebin/Elixir.Maru.Helpers.Params.beam +lib/elixir/lib/maru/ebin/Elixir.Maru.Helpers.Response.beam +lib/elixir/lib/maru/ebin/Elixir.Maru.Middleware.beam +lib/elixir/lib/maru/ebin/Elixir.Maru.ParamType.Atom.beam +lib/elixir/lib/maru/ebin/Elixir.Maru.ParamType.Boolean.beam +lib/elixir/lib/maru/ebin/Elixir.Maru.ParamType.CharList.beam +lib/elixir/lib/maru/ebin/Elixir.Maru.ParamType.File.beam +lib/elixir/lib/maru/ebin/Elixir.Maru.ParamType.Float.beam +lib/elixir/lib/maru/ebin/Elixir.Maru.ParamType.Integer.beam +lib/elixir/lib/maru/ebin/Elixir.Maru.ParamType.List.beam +lib/elixir/lib/maru/ebin/Elixir.Maru.ParamType.Map.beam +lib/elixir/lib/maru/ebin/Elixir.Maru.ParamType.String.beam +lib/elixir/lib/maru/ebin/Elixir.Maru.ParamType.Term.beam +lib/elixir/lib/maru/ebin/Elixir.Maru.ParamType.beam +lib/elixir/lib/maru/ebin/Elixir.Maru.Plugs.Forword.beam +lib/elixir/lib/maru/ebin/Elixir.Maru.Plugs.NotFound.beam +lib/elixir/lib/maru/ebin/Elixir.Maru.Plugs.Prepare.beam +lib/elixir/lib/maru/ebin/Elixir.Maru.Plugs.Router.beam +lib/elixir/lib/maru/ebin/Elixir.Maru.Plugs.Version.beam +lib/elixir/lib/maru/ebin/Elixir.Maru.Response.Any.beam +lib/elixir/lib/maru/ebin/Elixir.Maru.Response.BitString.beam +lib/elixir/lib/maru/ebin/Elixir.Maru.Response.beam +lib/elixir/lib/maru/ebin/Elixir.Maru.Router.Endpoint.beam +lib/elixir/lib/maru/ebin/Elixir.Maru.Router.Param.beam +lib/elixir/lib/maru/ebin/Elixir.Maru.Router.Path.beam +lib/elixir/lib/maru/ebin/Elixir.Maru.Router.Resource.beam +lib/elixir/lib/maru/ebin/Elixir.Maru.Router.Validator.beam +lib/elixir/lib/maru/ebin/Elixir.Maru.Router.beam +lib/elixir/lib/maru/ebin/Elixir.Maru.Supervisor.beam +lib/elixir/lib/maru/ebin/Elixir.Maru.Utils.beam +lib/elixir/lib/maru/ebin/Elixir.Maru.Validations.AllowBlank.beam +lib/elixir/lib/maru/ebin/Elixir.Maru.Validations.AtLeastOneOf.beam +lib/elixir/lib/maru/ebin/Elixir.Maru.Validations.ExactlyOneOf.beam +lib/elixir/lib/maru/ebin/Elixir.Maru.Validations.MutuallyExclusive.beam +lib/elixir/lib/maru/ebin/Elixir.Maru.Validations.Regexp.beam +lib/elixir/lib/maru/ebin/Elixir.Maru.Validations.Values.beam +lib/elixir/lib/maru/ebin/Elixir.Maru.Validations.beam +lib/elixir/lib/maru/ebin/Elixir.Maru.beam +lib/elixir/lib/maru/ebin/Elixir.Mix.Tasks.Maru.Routers.beam +lib/elixir/lib/maru/ebin/maru.app +lib/elixir/lib/maru/lib/maru.ex +lib/elixir/lib/maru/lib/maru/builder.ex +lib/elixir/lib/maru/lib/maru/builder/namespaces.ex +lib/elixir/lib/maru/lib/maru/builder/params.ex +lib/elixir/lib/maru/lib/maru/config.ex +lib/elixir/lib/maru/lib/maru/exceptions.ex +lib/elixir/lib/maru/lib/maru/helper.ex +lib/elixir/lib/maru/lib/maru/helpers/params.ex +lib/elixir/lib/maru/lib/maru/helpers/response.ex +lib/elixir/lib/maru/lib/maru/middleware.ex +lib/elixir/lib/maru/lib/maru/paramtype.ex +lib/elixir/lib/maru/lib/maru/plugs/forword.ex +lib/elixir/lib/maru/lib/maru/plugs/notfound.ex +lib/elixir/lib/maru/lib/maru/plugs/prepare.ex +lib/elixir/lib/maru/lib/maru/plugs/router.ex +lib/elixir/lib/maru/lib/maru/plugs/version.ex +lib/elixir/lib/maru/lib/maru/response.ex +lib/elixir/lib/maru/lib/maru/router.ex +lib/elixir/lib/maru/lib/maru/router/endpoint.ex +lib/elixir/lib/maru/lib/maru/router/path.ex +lib/elixir/lib/maru/lib/maru/supervisor.ex +lib/elixir/lib/maru/lib/maru/utils.ex +lib/elixir/lib/maru/lib/maru/validations.ex +lib/elixir/lib/maru/lib/mix/tasks/routers.ex +%%PORTDOCS%%%%DOCSDIR%%/README.md +%%PORTDOCS%%%%DOCSDIR%%/guide/getting_started.md +%%PORTDOCS%%%%DOCSDIR%%/guide/router.md From owner-svn-ports-all@freebsd.org Thu Jul 2 13:01:05 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1C827991DE5; Thu, 2 Jul 2015 13:01:05 +0000 (UTC) (envelope-from des@des.no) Received: from smtp.des.no (smtp.des.no [194.63.250.102]) by mx1.freebsd.org (Postfix) with ESMTP id D58652258; Thu, 2 Jul 2015 13:01:04 +0000 (UTC) (envelope-from des@des.no) Received: from nine.des.no (smtp.des.no [194.63.250.102]) by smtp-int.des.no (Postfix) with ESMTP id 4DBE94AFE; Thu, 2 Jul 2015 13:00:56 +0000 (UTC) Received: by nine.des.no (Postfix, from userid 1001) id CC84D1D4A; Thu, 2 Jul 2015 15:00:54 +0200 (CEST) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: "John Marino \(FreeBSD\)" Cc: marino@freebsd.org, Cy Schubert , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, owner-ports-committers@freebsd.org Subject: Re: svn commit: r391023 - in head/sysutils/screen: . files References: <201507010151.t611pHOH075333@svn.freebsd.org> <86fv56u9r5.fsf@nine.des.no> <7203f68e4a773ccf2fb2a24db9bc457b@secure.marino.st> Date: Thu, 02 Jul 2015 15:00:54 +0200 In-Reply-To: <7203f68e4a773ccf2fb2a24db9bc457b@secure.marino.st> (John Marino's message of "Thu, 02 Jul 2015 14:35:33 +0200") Message-ID: <86y4iysohl.fsf@nine.des.no> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 13:01:05 -0000 "John Marino (FreeBSD)" writes: > I was perplexed by this, 8.4 expires on 30 June 2015. [...] Now it > says August 1, 2015 [...] Did somebody recently change this date and > not tell us all? Or did I miss the (unilateral) announcement? It was extended at the last minute (and announced through the usual channels) because of reasons. DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no From owner-svn-ports-all@freebsd.org Thu Jul 2 13:05:11 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0255C991E3B; Thu, 2 Jul 2015 13:05:11 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E2A17251D; Thu, 2 Jul 2015 13:05:10 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62D5A0o036455; Thu, 2 Jul 2015 13:05:10 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62D59Fl036448; Thu, 2 Jul 2015 13:05:09 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507021305.t62D59Fl036448@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 2 Jul 2015 13:05:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391140 - in head/databases: . elixir-ecto elixir-ecto/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 13:05:11 -0000 Author: olgeni Date: Thu Jul 2 13:05:08 2015 New Revision: 391140 URL: https://svnweb.freebsd.org/changeset/ports/391140 Log: Add databases/elixir-ecto, a database wrapper for Elixir. Added: head/databases/elixir-ecto/ head/databases/elixir-ecto/Makefile (contents, props changed) head/databases/elixir-ecto/distinfo (contents, props changed) head/databases/elixir-ecto/files/ head/databases/elixir-ecto/files/patch-mix.exs (contents, props changed) head/databases/elixir-ecto/pkg-descr (contents, props changed) head/databases/elixir-ecto/pkg-plist (contents, props changed) Modified: head/databases/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Thu Jul 2 12:54:14 2015 (r391139) +++ head/databases/Makefile Thu Jul 2 13:05:08 2015 (r391140) @@ -52,6 +52,7 @@ SUBDIR += dbow SUBDIR += dbtool SUBDIR += dbview + SUBDIR += elixir-ecto SUBDIR += emma SUBDIR += erlang-epgsql SUBDIR += erlang-eredis Added: head/databases/elixir-ecto/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/elixir-ecto/Makefile Thu Jul 2 13:05:08 2015 (r391140) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= ecto +PORTVERSION= 0.13.1 +DISTVERSIONPREFIX= v +CATEGORIES= databases +PKGNAMEPREFIX= elixir- + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= Database wrapper and language integrated query for Elixir + +LICENSE= APACHE20 + +USE_GITHUB= yes +GH_ACCOUNT= elixir-lang + +MIX_BUILD_NAME= shared +MIX_BUILD_DEPS= devel/elixir-decimal \ + devel/erlang-poolboy +MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} + +.include "${PORTSDIR}/lang/elixir/bsd.elixir.mk" +.include Added: head/databases/elixir-ecto/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/elixir-ecto/distinfo Thu Jul 2 13:05:08 2015 (r391140) @@ -0,0 +1,2 @@ +SHA256 (elixir-lang-ecto-v0.13.1_GH0.tar.gz) = eb249bd014daaba554a51dd3b892c26c11ae478b59caf561245bf9786acfd98d +SIZE (elixir-lang-ecto-v0.13.1_GH0.tar.gz) = 167480 Added: head/databases/elixir-ecto/files/patch-mix.exs ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/elixir-ecto/files/patch-mix.exs Thu Jul 2 13:05:08 2015 (r391140) @@ -0,0 +1,18 @@ +--- mix.exs.orig 2015-07-02 10:32:17 UTC ++++ mix.exs +@@ -33,14 +33,7 @@ defmodule Ecto.Mixfile do + end + + defp deps do +- [{:poolboy, "~> 1.4"}, +- {:decimal, "~> 1.0"}, +- {:postgrex, "~> 0.8.3", optional: true}, +- {:mariaex, "~> 0.3.0", optional: true}, +- {:poison, "~> 1.0", optional: true}, +- {:ex_doc, "~> 0.7", only: :docs}, +- {:earmark, "~> 0.1", only: :docs}, +- {:inch_ex, only: :docs}] ++ [] + end + + defp test_paths(adapter) when adapter in @adapters, do: ["integration_test/#{adapter}"] Added: head/databases/elixir-ecto/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/elixir-ecto/pkg-descr Thu Jul 2 13:05:08 2015 (r391140) @@ -0,0 +1,4 @@ +Ecto is a domain specific language for writing queries and interacting +with databases in Elixir. + +WWW: https://github.com/elixir-lang/ecto Added: head/databases/elixir-ecto/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/elixir-ecto/pkg-plist Thu Jul 2 13:05:08 2015 (r391140) @@ -0,0 +1,161 @@ +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Adapter.Migration.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Adapter.Storage.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Adapter.Transaction.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Adapter.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Adapters.Connection.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Adapters.MySQL.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Adapters.Pool.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Adapters.Poolboy.Worker.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Adapters.Poolboy.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Adapters.Postgres.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Adapters.SQL.Query.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Adapters.SQL.Sandbox.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Adapters.SQL.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Association.BelongsTo.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Association.Has.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Association.HasThrough.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Association.NotLoaded.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Association.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.CastError.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.ChangeError.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Changeset.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Date.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.DateTime.Util.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.DateTime.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.InvalidURLError.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.LogEntry.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Migration.Index.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Migration.Reference.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Migration.Runner.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Migration.SchemaMigration.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Migration.Table.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Migration.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.MigrationError.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Migrator.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.MissingPrimaryKeyError.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Model.Callbacks.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Model.OptimisticLock.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Model.Timestamps.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Model.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.MultipleResultsError.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.NoPrimaryKeyError.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.NoResultsError.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Query.Builder.Distinct.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Query.Builder.Filter.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Query.Builder.From.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Query.Builder.GroupBy.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Query.Builder.Join.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Query.Builder.LimitOffset.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Query.Builder.Lock.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Query.Builder.OrderBy.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Query.Builder.Preload.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Query.Builder.Select.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Query.Builder.Update.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Query.Builder.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Query.CompileError.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Query.JoinExpr.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Query.Planner.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Query.QueryExpr.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Query.SelectExpr.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Query.Tagged.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Query.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.QueryError.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Queryable.Atom.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Queryable.BitString.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Queryable.Ecto.Query.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Queryable.Tuple.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Queryable.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Repo.Assoc.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Repo.Config.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Repo.Model.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Repo.Preloader.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Repo.Queryable.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Repo.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Schema.Metadata.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Schema.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.StaleModelError.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Storage.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Time.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Type.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.UUID.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.beam +lib/elixir/lib/ecto/ebin/Elixir.Inspect.Ecto.Association.NotLoaded.beam +lib/elixir/lib/ecto/ebin/Elixir.Inspect.Ecto.Date.beam +lib/elixir/lib/ecto/ebin/Elixir.Inspect.Ecto.DateTime.beam +lib/elixir/lib/ecto/ebin/Elixir.Inspect.Ecto.Query.beam +lib/elixir/lib/ecto/ebin/Elixir.Inspect.Ecto.Time.beam +lib/elixir/lib/ecto/ebin/Elixir.Mix.Ecto.beam +lib/elixir/lib/ecto/ebin/Elixir.Mix.Tasks.Ecto.Create.beam +lib/elixir/lib/ecto/ebin/Elixir.Mix.Tasks.Ecto.Drop.beam +lib/elixir/lib/ecto/ebin/Elixir.Mix.Tasks.Ecto.Gen.Migration.beam +lib/elixir/lib/ecto/ebin/Elixir.Mix.Tasks.Ecto.Gen.Repo.beam +lib/elixir/lib/ecto/ebin/Elixir.Mix.Tasks.Ecto.Migrate.beam +lib/elixir/lib/ecto/ebin/Elixir.Mix.Tasks.Ecto.Rollback.beam +lib/elixir/lib/ecto/ebin/Elixir.String.Chars.Ecto.Date.beam +lib/elixir/lib/ecto/ebin/Elixir.String.Chars.Ecto.DateTime.beam +lib/elixir/lib/ecto/ebin/Elixir.String.Chars.Ecto.Time.beam +lib/elixir/lib/ecto/ebin/ecto.app +lib/elixir/lib/ecto/lib/ecto.ex +lib/elixir/lib/ecto/lib/ecto/adapter.ex +lib/elixir/lib/ecto/lib/ecto/adapter/migration.ex +lib/elixir/lib/ecto/lib/ecto/adapter/storage.ex +lib/elixir/lib/ecto/lib/ecto/adapter/transaction.ex +lib/elixir/lib/ecto/lib/ecto/adapters/connection.ex +lib/elixir/lib/ecto/lib/ecto/adapters/mysql.ex +lib/elixir/lib/ecto/lib/ecto/adapters/mysql/connection.ex +lib/elixir/lib/ecto/lib/ecto/adapters/pool.ex +lib/elixir/lib/ecto/lib/ecto/adapters/poolboy.ex +lib/elixir/lib/ecto/lib/ecto/adapters/poolboy/worker.ex +lib/elixir/lib/ecto/lib/ecto/adapters/postgres.ex +lib/elixir/lib/ecto/lib/ecto/adapters/postgres/connection.ex +lib/elixir/lib/ecto/lib/ecto/adapters/postgres/datetime.ex +lib/elixir/lib/ecto/lib/ecto/adapters/sql.ex +lib/elixir/lib/ecto/lib/ecto/adapters/sql/query.ex +lib/elixir/lib/ecto/lib/ecto/adapters/sql/sandbox.ex +lib/elixir/lib/ecto/lib/ecto/association.ex +lib/elixir/lib/ecto/lib/ecto/changeset.ex +lib/elixir/lib/ecto/lib/ecto/datetime.ex +lib/elixir/lib/ecto/lib/ecto/exceptions.ex +lib/elixir/lib/ecto/lib/ecto/log_entry.ex +lib/elixir/lib/ecto/lib/ecto/migration.ex +lib/elixir/lib/ecto/lib/ecto/migration/runner.ex +lib/elixir/lib/ecto/lib/ecto/migration/schema_migration.ex +lib/elixir/lib/ecto/lib/ecto/migrator.ex +lib/elixir/lib/ecto/lib/ecto/model.ex +lib/elixir/lib/ecto/lib/ecto/model/callbacks.ex +lib/elixir/lib/ecto/lib/ecto/model/optimistic_lock.ex +lib/elixir/lib/ecto/lib/ecto/model/timestamps.ex +lib/elixir/lib/ecto/lib/ecto/query.ex +lib/elixir/lib/ecto/lib/ecto/query/builder.ex +lib/elixir/lib/ecto/lib/ecto/query/builder/distinct.ex +lib/elixir/lib/ecto/lib/ecto/query/builder/filter.ex +lib/elixir/lib/ecto/lib/ecto/query/builder/from.ex +lib/elixir/lib/ecto/lib/ecto/query/builder/group_by.ex +lib/elixir/lib/ecto/lib/ecto/query/builder/join.ex +lib/elixir/lib/ecto/lib/ecto/query/builder/limit_offset.ex +lib/elixir/lib/ecto/lib/ecto/query/builder/lock.ex +lib/elixir/lib/ecto/lib/ecto/query/builder/order_by.ex +lib/elixir/lib/ecto/lib/ecto/query/builder/preload.ex +lib/elixir/lib/ecto/lib/ecto/query/builder/select.ex +lib/elixir/lib/ecto/lib/ecto/query/builder/update.ex +lib/elixir/lib/ecto/lib/ecto/query/inspect.ex +lib/elixir/lib/ecto/lib/ecto/query/planner.ex +lib/elixir/lib/ecto/lib/ecto/queryable.ex +lib/elixir/lib/ecto/lib/ecto/repo.ex +lib/elixir/lib/ecto/lib/ecto/repo/assoc.ex +lib/elixir/lib/ecto/lib/ecto/repo/config.ex +lib/elixir/lib/ecto/lib/ecto/repo/model.ex +lib/elixir/lib/ecto/lib/ecto/repo/preloader.ex +lib/elixir/lib/ecto/lib/ecto/repo/queryable.ex +lib/elixir/lib/ecto/lib/ecto/schema.ex +lib/elixir/lib/ecto/lib/ecto/storage.ex +lib/elixir/lib/ecto/lib/ecto/type.ex +lib/elixir/lib/ecto/lib/ecto/uuid.ex +lib/elixir/lib/ecto/lib/mix/ecto.ex +lib/elixir/lib/ecto/lib/mix/tasks/ecto.create.ex +lib/elixir/lib/ecto/lib/mix/tasks/ecto.drop.ex +lib/elixir/lib/ecto/lib/mix/tasks/ecto.gen.migration.ex +lib/elixir/lib/ecto/lib/mix/tasks/ecto.gen.repo.ex +lib/elixir/lib/ecto/lib/mix/tasks/ecto.migrate.ex +lib/elixir/lib/ecto/lib/mix/tasks/ecto.rollback.ex +%%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-all@freebsd.org Thu Jul 2 13:08:28 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BFEF0991ED6; Thu, 2 Jul 2015 13:08:28 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A3F3226E5; Thu, 2 Jul 2015 13:08:28 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62D8SoL037046; Thu, 2 Jul 2015 13:08:28 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62D8RhJ037032; Thu, 2 Jul 2015 13:08:27 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507021308.t62D8RhJ037032@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 2 Jul 2015 13:08:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391141 - in head/databases: . elixir-postgrex elixir-postgrex/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 13:08:28 -0000 Author: olgeni Date: Thu Jul 2 13:08:26 2015 New Revision: 391141 URL: https://svnweb.freebsd.org/changeset/ports/391141 Log: Add databases/elixir-postgrex, a database driver for PostgreSQL written in pure Elixir. Added: head/databases/elixir-postgrex/ head/databases/elixir-postgrex/Makefile (contents, props changed) head/databases/elixir-postgrex/distinfo (contents, props changed) head/databases/elixir-postgrex/files/ head/databases/elixir-postgrex/files/patch-mix.exs (contents, props changed) head/databases/elixir-postgrex/pkg-descr (contents, props changed) head/databases/elixir-postgrex/pkg-plist (contents, props changed) Modified: head/databases/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Thu Jul 2 13:05:08 2015 (r391140) +++ head/databases/Makefile Thu Jul 2 13:08:26 2015 (r391141) @@ -53,6 +53,7 @@ SUBDIR += dbtool SUBDIR += dbview SUBDIR += elixir-ecto + SUBDIR += elixir-postgrex SUBDIR += emma SUBDIR += erlang-epgsql SUBDIR += erlang-eredis Added: head/databases/elixir-postgrex/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/elixir-postgrex/Makefile Thu Jul 2 13:08:26 2015 (r391141) @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= postgrex +PORTVERSION= 0.8.4 +DISTVERSIONPREFIX= v +CATEGORIES= databases +PKGNAMEPREFIX= elixir- + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= Database driver for PostgreSQL written in Elixir + +LICENSE= APACHE20 + +USE_GITHUB= yes +GH_ACCOUNT= ericmj + +MIX_BUILD_NAME= shared +MIX_BUILD_DEPS= devel/elixir-decimal +MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} + +.include "${PORTSDIR}/lang/elixir/bsd.elixir.mk" +.include Added: head/databases/elixir-postgrex/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/elixir-postgrex/distinfo Thu Jul 2 13:08:26 2015 (r391141) @@ -0,0 +1,2 @@ +SHA256 (ericmj-postgrex-v0.8.4_GH0.tar.gz) = fd7348323c303ddde8d047ecdf77615e3957ba269260434359499cf59dcf6561 +SIZE (ericmj-postgrex-v0.8.4_GH0.tar.gz) = 37961 Added: head/databases/elixir-postgrex/files/patch-mix.exs ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/elixir-postgrex/files/patch-mix.exs Thu Jul 2 13:08:26 2015 (r391141) @@ -0,0 +1,13 @@ +--- mix.exs.orig 2015-07-02 10:57:08 UTC ++++ mix.exs +@@ -23,9 +23,7 @@ defmodule Postgrex.Mixfile do + end + + defp deps do +- [{:ex_doc, only: :dev}, +- {:earmark, only: :dev}, +- {:decimal, "~> 1.0"}] ++ [] + end + + defp description do Added: head/databases/elixir-postgrex/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/elixir-postgrex/pkg-descr Thu Jul 2 13:08:26 2015 (r391141) @@ -0,0 +1,3 @@ +A database driver for PostgreSQL written in pure Elixir. + +WWW: https://github.com/ericmj/postgrex Added: head/databases/elixir-postgrex/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/elixir-postgrex/pkg-plist Thu Jul 2 13:08:26 2015 (r391141) @@ -0,0 +1,37 @@ +lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.BinaryUtils.beam +lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Connection.beam +lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Date.beam +lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Error.beam +lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.ErrorCode.beam +lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Extension.beam +lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Extensions.Binary.beam +lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Extensions.JSON.beam +lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Extensions.Text.beam +lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Interval.beam +lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Messages.beam +lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Protocol.beam +lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Range.beam +lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Result.beam +lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Time.beam +lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Timestamp.beam +lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.TypeInfo.beam +lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Types.beam +lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Utils.beam +lib/elixir/lib/postgrex/ebin/postgrex.app +lib/elixir/lib/postgrex/lib/postgrex/binary_utils.ex +lib/elixir/lib/postgrex/lib/postgrex/builtins.ex +lib/elixir/lib/postgrex/lib/postgrex/connection.ex +lib/elixir/lib/postgrex/lib/postgrex/errcodes.txt +lib/elixir/lib/postgrex/lib/postgrex/error.ex +lib/elixir/lib/postgrex/lib/postgrex/error_code.ex +lib/elixir/lib/postgrex/lib/postgrex/extension.ex +lib/elixir/lib/postgrex/lib/postgrex/extensions/binary.ex +lib/elixir/lib/postgrex/lib/postgrex/extensions/json.ex +lib/elixir/lib/postgrex/lib/postgrex/extensions/text.ex +lib/elixir/lib/postgrex/lib/postgrex/messages.ex +lib/elixir/lib/postgrex/lib/postgrex/protocol.ex +lib/elixir/lib/postgrex/lib/postgrex/result.ex +lib/elixir/lib/postgrex/lib/postgrex/type_info.ex +lib/elixir/lib/postgrex/lib/postgrex/types.ex +lib/elixir/lib/postgrex/lib/postgrex/utils.ex +%%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-all@freebsd.org Thu Jul 2 13:11:56 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6A0E1991FD4; Thu, 2 Jul 2015 13:11:56 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5A02D29C1; Thu, 2 Jul 2015 13:11:56 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62DBuAs041267; Thu, 2 Jul 2015 13:11:56 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62DBsMA041250; Thu, 2 Jul 2015 13:11:54 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507021311.t62DBsMA041250@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 2 Jul 2015 13:11:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391142 - in head/databases: . elixir-mariaex elixir-mariaex/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 13:11:56 -0000 Author: olgeni Date: Thu Jul 2 13:11:54 2015 New Revision: 391142 URL: https://svnweb.freebsd.org/changeset/ports/391142 Log: Add databases/elixir-mariaex, a database driver for MariaDB and MySQL written in pure Elixir. Added: head/databases/elixir-mariaex/ head/databases/elixir-mariaex/Makefile (contents, props changed) head/databases/elixir-mariaex/distinfo (contents, props changed) head/databases/elixir-mariaex/files/ head/databases/elixir-mariaex/files/patch-mix.exs (contents, props changed) head/databases/elixir-mariaex/pkg-descr (contents, props changed) head/databases/elixir-mariaex/pkg-plist (contents, props changed) Modified: head/databases/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Thu Jul 2 13:08:26 2015 (r391141) +++ head/databases/Makefile Thu Jul 2 13:11:54 2015 (r391142) @@ -53,6 +53,7 @@ SUBDIR += dbtool SUBDIR += dbview SUBDIR += elixir-ecto + SUBDIR += elixir-mariaex SUBDIR += elixir-postgrex SUBDIR += emma SUBDIR += erlang-epgsql Added: head/databases/elixir-mariaex/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/elixir-mariaex/Makefile Thu Jul 2 13:11:54 2015 (r391142) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= mariaex +PORTVERSION= 0.3.2 +DISTVERSIONPREFIX= v +CATEGORIES= databases +PKGNAMEPREFIX= elixir- + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= Database driver for MariaDB and MySQL written in Elixir + +LICENSE= APACHE20 + +USE_GITHUB= yes +GH_ACCOUNT= xerions + +MIX_BUILD_DEPS= devel/elixir-decimal +MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} + +.include "${PORTSDIR}/lang/elixir/bsd.elixir.mk" +.include Added: head/databases/elixir-mariaex/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/elixir-mariaex/distinfo Thu Jul 2 13:11:54 2015 (r391142) @@ -0,0 +1,2 @@ +SHA256 (xerions-mariaex-v0.3.2_GH0.tar.gz) = a4614e830dd2cc966c76eb9ca33198a0a1d37b458c465ab58540ff2bd43b681c +SIZE (xerions-mariaex-v0.3.2_GH0.tar.gz) = 17138 Added: head/databases/elixir-mariaex/files/patch-mix.exs ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/elixir-mariaex/files/patch-mix.exs Thu Jul 2 13:11:54 2015 (r391142) @@ -0,0 +1,11 @@ +--- mix.exs.orig 2015-07-02 11:00:37 UTC ++++ mix.exs +@@ -18,7 +18,7 @@ defmodule Mariaex.Mixfile do + end + + defp deps do +- [{:decimal, "~> 1.0"}] ++ [] + end + + defp description do Added: head/databases/elixir-mariaex/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/elixir-mariaex/pkg-descr Thu Jul 2 13:11:54 2015 (r391142) @@ -0,0 +1,3 @@ +A database driver for MariaDB and MySQL written in pure Elixir. + +WWW: https://github.com/xerions/mariaex Added: head/databases/elixir-mariaex/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/elixir-mariaex/pkg-plist Thu Jul 2 13:11:54 2015 (r391142) @@ -0,0 +1,18 @@ +lib/elixir/lib/mariaex/ebin/Elixir.Mariaex.Cache.beam +lib/elixir/lib/mariaex/ebin/Elixir.Mariaex.Coder.Utils.beam +lib/elixir/lib/mariaex/ebin/Elixir.Mariaex.Coder.beam +lib/elixir/lib/mariaex/ebin/Elixir.Mariaex.Connection.Tcp.beam +lib/elixir/lib/mariaex/ebin/Elixir.Mariaex.Connection.beam +lib/elixir/lib/mariaex/ebin/Elixir.Mariaex.Error.beam +lib/elixir/lib/mariaex/ebin/Elixir.Mariaex.Messages.beam +lib/elixir/lib/mariaex/ebin/Elixir.Mariaex.Protocol.beam +lib/elixir/lib/mariaex/ebin/Elixir.Mariaex.Result.beam +lib/elixir/lib/mariaex/ebin/mariaex.app +lib/elixir/lib/mariaex/lib/mariaex/cache.ex +lib/elixir/lib/mariaex/lib/mariaex/coder.ex +lib/elixir/lib/mariaex/lib/mariaex/connection.ex +lib/elixir/lib/mariaex/lib/mariaex/connection/tcp.ex +lib/elixir/lib/mariaex/lib/mariaex/messages.ex +lib/elixir/lib/mariaex/lib/mariaex/protocol.ex +lib/elixir/lib/mariaex/lib/mariaex/structs.ex +%%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-all@freebsd.org Thu Jul 2 13:28:18 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B4769993245; Thu, 2 Jul 2015 13:28:18 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A4CF0185E; Thu, 2 Jul 2015 13:28:18 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62DSIo5047533; Thu, 2 Jul 2015 13:28:18 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62DSHhO047523; Thu, 2 Jul 2015 13:28:17 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507021328.t62DSHhO047523@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 2 Jul 2015 13:28:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391143 - in head/devel: . elixir-lager_logger elixir-lager_logger/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 13:28:18 -0000 Author: olgeni Date: Thu Jul 2 13:28:16 2015 New Revision: 391143 URL: https://svnweb.freebsd.org/changeset/ports/391143 Log: Add devel/elixir-lager_logger, a Lager backend for Elixir's Logger. Added: head/devel/elixir-lager_logger/ head/devel/elixir-lager_logger/Makefile (contents, props changed) head/devel/elixir-lager_logger/distinfo (contents, props changed) head/devel/elixir-lager_logger/files/ head/devel/elixir-lager_logger/files/patch-mix.exs (contents, props changed) head/devel/elixir-lager_logger/pkg-descr (contents, props changed) head/devel/elixir-lager_logger/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Jul 2 13:11:54 2015 (r391142) +++ head/devel/Makefile Thu Jul 2 13:28:16 2015 (r391143) @@ -412,6 +412,7 @@ SUBDIR += elixir-conform SUBDIR += elixir-decimal SUBDIR += elixir-exrm + SUBDIR += elixir-lager_logger SUBDIR += elixir-plug SUBDIR += elixir-poison SUBDIR += embb Added: head/devel/elixir-lager_logger/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-lager_logger/Makefile Thu Jul 2 13:28:16 2015 (r391143) @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= lager_logger +PORTVERSION= 1.0.0 +DISTVERSIONPREFIX= v +CATEGORIES= devel +PKGNAMEPREFIX= elixir- + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= Lager backend for Elixir's Logger + +LICENSE= APACHE20 + +USE_GITHUB= yes +GH_ACCOUNT= PSPDFKit-labs + +.include "${PORTSDIR}/lang/elixir/bsd.elixir.mk" +.include Added: head/devel/elixir-lager_logger/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-lager_logger/distinfo Thu Jul 2 13:28:16 2015 (r391143) @@ -0,0 +1,2 @@ +SHA256 (PSPDFKit-labs-lager_logger-v1.0.0_GH0.tar.gz) = f85d263afa5c90663c8e0ba65a99a67e0ec667bfddfde161e9309928f58cb5b2 +SIZE (PSPDFKit-labs-lager_logger-v1.0.0_GH0.tar.gz) = 4123 Added: head/devel/elixir-lager_logger/files/patch-mix.exs ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-lager_logger/files/patch-mix.exs Thu Jul 2 13:28:16 2015 (r391143) @@ -0,0 +1,10 @@ +--- mix.exs.orig 2015-07-02 13:24:56 UTC ++++ mix.exs +@@ -30,7 +30,6 @@ defmodule LagerLogger.Mixfile do + + defp deps do + [ +- {:lager, ">= 2.1.0"}, + ] + end + end Added: head/devel/elixir-lager_logger/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-lager_logger/pkg-descr Thu Jul 2 13:28:16 2015 (r391143) @@ -0,0 +1,3 @@ +A lager backend that forwards all log messages to Elixir's Logger. + +WWW: https://github.com/PSPDFKit-labs/lager_logger Added: head/devel/elixir-lager_logger/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-lager_logger/pkg-plist Thu Jul 2 13:28:16 2015 (r391143) @@ -0,0 +1,4 @@ +lib/elixir/lib/lager_logger/ebin/Elixir.LagerLogger.beam +lib/elixir/lib/lager_logger/ebin/lager_logger.app +lib/elixir/lib/lager_logger/lib/lager_logger.ex +%%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-all@freebsd.org Thu Jul 2 13:30:53 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EA568993326; Thu, 2 Jul 2015 13:30:53 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DB47B1AC1; Thu, 2 Jul 2015 13:30:53 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62DUr1K050393; Thu, 2 Jul 2015 13:30:53 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62DUrSd050392; Thu, 2 Jul 2015 13:30:53 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201507021330.t62DUrSd050392@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 2 Jul 2015 13:30:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r391144 - branches/2015Q3/x11/xfce4-taskmanager X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 13:30:54 -0000 Author: amdmi3 Date: Thu Jul 2 13:30:53 2015 New Revision: 391144 URL: https://svnweb.freebsd.org/changeset/ports/391144 Log: MFH: r391131 - Fix build with GTK3 PR: 200280 Reported by: fidaj@ukr.net Submitted by: amdmi3 Approved by: olivierd (xfce) Approved by: ports-secteam (feld) Modified: branches/2015Q3/x11/xfce4-taskmanager/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/x11/xfce4-taskmanager/Makefile ============================================================================== --- branches/2015Q3/x11/xfce4-taskmanager/Makefile Thu Jul 2 13:28:16 2015 (r391143) +++ branches/2015Q3/x11/xfce4-taskmanager/Makefile Thu Jul 2 13:30:53 2015 (r391144) @@ -26,7 +26,7 @@ OPTIONS_DEFAULT= GTK2 GTK2_USE= GNOME=gtk20,libwnck GTK2_CONFIGURE_ON= --enable-wnck --disable-wnck3 -GTK3_USE= GNOME=gtk30,libwnck3 +GTK3_USE= GNOME=gtk20,gtk30,libwnck3 GTK3_CONFIGURE_ON= --enable-gtk3 --enable-wnck3 --disable-wnck CONFIGURE_ARGS= --disable-gksu From owner-svn-ports-all@freebsd.org Thu Jul 2 13:31:50 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 84B189933BC; Thu, 2 Jul 2015 13:31:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7599E1CA4; Thu, 2 Jul 2015 13:31:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62DVoSs051812; Thu, 2 Jul 2015 13:31:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62DVoSM051811; Thu, 2 Jul 2015 13:31:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507021331.t62DVoSM051811@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 2 Jul 2015 13:31:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391145 - head/devel/rubygem-git-version-bump X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 13:31:50 -0000 Author: sunpoet Date: Thu Jul 2 13:31:49 2015 New Revision: 391145 URL: https://svnweb.freebsd.org/changeset/ports/391145 Log: - Add NO_ARCH Modified: head/devel/rubygem-git-version-bump/Makefile Modified: head/devel/rubygem-git-version-bump/Makefile ============================================================================== --- head/devel/rubygem-git-version-bump/Makefile Thu Jul 2 13:30:53 2015 (r391144) +++ head/devel/rubygem-git-version-bump/Makefile Thu Jul 2 13:31:49 2015 (r391145) @@ -11,6 +11,7 @@ COMMENT= Manage your app version entirel LICENSE= GPLv3 +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-all@freebsd.org Thu Jul 2 13:37:37 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EFC789934A3; Thu, 2 Jul 2015 13:37:37 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E043F1EE3; Thu, 2 Jul 2015 13:37:37 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62Dbb0r052695; Thu, 2 Jul 2015 13:37:37 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62DbbpB052694; Thu, 2 Jul 2015 13:37:37 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201507021337.t62DbbpB052694@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 2 Jul 2015 13:37:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r391146 - branches/2015Q3/devel/pwlib X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 13:37:38 -0000 Author: amdmi3 Date: Thu Jul 2 13:37:37 2015 New Revision: 391146 URL: https://svnweb.freebsd.org/changeset/ports/391146 Log: MFH: r391132 - This installs fine on armv6 Approved by: ports-secteam (feld) Modified: branches/2015Q3/devel/pwlib/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/devel/pwlib/Makefile ============================================================================== --- branches/2015Q3/devel/pwlib/Makefile Thu Jul 2 13:31:49 2015 (r391145) +++ branches/2015Q3/devel/pwlib/Makefile Thu Jul 2 13:37:37 2015 (r391146) @@ -33,8 +33,6 @@ OPTIONS_DEFAULT= PLUGINS LDAP OPTIONS_SUB= yes LDAP_DESC= OpenLDAP support -BROKEN_armv6= Does not install on arm: mtree - CFLAGS+= -O1 MAKE_ENV= STDCCFLAGS+="-I${LOCALBASE}" CPPFLAGS+= -O1 -I${WRKSRC}/include -I${LOCALBASE}/include From owner-svn-ports-all@freebsd.org Thu Jul 2 14:10:32 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 987F6993ABF; Thu, 2 Jul 2015 14:10:32 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 88F5711B9; Thu, 2 Jul 2015 14:10:32 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62EAWfL068585; Thu, 2 Jul 2015 14:10:32 GMT (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62EAWhf068583; Thu, 2 Jul 2015 14:10:32 GMT (envelope-from kuriyama@FreeBSD.org) Message-Id: <201507021410.t62EAWhf068583@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kuriyama set sender to kuriyama@FreeBSD.org using -f From: Jun Kuriyama Date: Thu, 2 Jul 2015 14:10:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391147 - head/security/gnupg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 14:10:32 -0000 Author: kuriyama Date: Thu Jul 2 14:10:31 2015 New Revision: 391147 URL: https://svnweb.freebsd.org/changeset/ports/391147 Log: - Upgrade to 2.1.6 (minor bugfixes). Announce: https://lists.gnupg.org/pipermail/gnupg-announce/2015q3/000370.html Modified: head/security/gnupg/Makefile head/security/gnupg/distinfo Modified: head/security/gnupg/Makefile ============================================================================== --- head/security/gnupg/Makefile Thu Jul 2 13:37:37 2015 (r391146) +++ head/security/gnupg/Makefile Thu Jul 2 14:10:31 2015 (r391147) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gnupg -PORTVERSION= 2.1.5 +PORTVERSION= 2.1.6 #PORTREVISION= 0 CATEGORIES= security MASTER_SITES= GNUPG Modified: head/security/gnupg/distinfo ============================================================================== --- head/security/gnupg/distinfo Thu Jul 2 13:37:37 2015 (r391146) +++ head/security/gnupg/distinfo Thu Jul 2 14:10:31 2015 (r391147) @@ -1,4 +1,4 @@ -SHA256 (gnupg-2.1.5.tar.bz2) = b5105a7160c39ba6e3aa53789b09f1bfac6e3422d15cc9f3a2f71f82320aa84c -SIZE (gnupg-2.1.5.tar.bz2) = 4906435 -SHA256 (gnupg-2.1.5.tar.bz2.sig) = 0717591f1a548cdb871f9e0dd41415999a7859147dd96e96a711e00d5c43700e -SIZE (gnupg-2.1.5.tar.bz2.sig) = 287 +SHA256 (gnupg-2.1.6.tar.bz2) = 5e599ad542199f3bd733eed2b88a539d1b4c3beda2dbab0ff69f1896f52e92fd +SIZE (gnupg-2.1.6.tar.bz2) = 4917722 +SHA256 (gnupg-2.1.6.tar.bz2.sig) = 44ca68757e7ae6dc8d5c2c1122015b195b366c32e06537b4d29ccdc3e5139c7b +SIZE (gnupg-2.1.6.tar.bz2.sig) = 287 From owner-svn-ports-all@freebsd.org Thu Jul 2 14:34:48 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CAA59993E2D; Thu, 2 Jul 2015 14:34:48 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BB9DE21EA; Thu, 2 Jul 2015 14:34:48 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62EYmw7081807; Thu, 2 Jul 2015 14:34:48 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62EYmui081805; Thu, 2 Jul 2015 14:34:48 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201507021434.t62EYmui081805@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Thu, 2 Jul 2015 14:34:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391148 - head/misc/iso-codes X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 14:34:48 -0000 Author: kwm Date: Thu Jul 2 14:34:47 2015 New Revision: 391148 URL: https://svnweb.freebsd.org/changeset/ports/391148 Log: Update iso-codes to 3.59. Sort USES. Modified: head/misc/iso-codes/Makefile head/misc/iso-codes/distinfo Modified: head/misc/iso-codes/Makefile ============================================================================== --- head/misc/iso-codes/Makefile Thu Jul 2 14:10:31 2015 (r391147) +++ head/misc/iso-codes/Makefile Thu Jul 2 14:34:47 2015 (r391148) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= iso-codes -PORTVERSION= 3.57 +PORTVERSION= 3.59 CATEGORIES= misc MASTER_SITES= http://pkg-isocodes.alioth.debian.org/downloads/ @@ -11,7 +11,7 @@ COMMENT= Lists of the country, language, LICENSE= LGPL21 -USES= pathfix gettext gmake tar:xz +USES= gettext gmake pathfix tar:xz GNU_CONFIGURE= yes NO_ARCH= yes Modified: head/misc/iso-codes/distinfo ============================================================================== --- head/misc/iso-codes/distinfo Thu Jul 2 14:10:31 2015 (r391147) +++ head/misc/iso-codes/distinfo Thu Jul 2 14:34:47 2015 (r391148) @@ -1,2 +1,2 @@ -SHA256 (iso-codes-3.57.tar.xz) = dd6acd92843b69530fce535d3d6fd947ddb3802f0d5fc1bd214d1cb7d2bf5c47 -SIZE (iso-codes-3.57.tar.xz) = 3773756 +SHA256 (iso-codes-3.59.tar.xz) = 63d5ef035a96223f1fc8f36b711082f806e1666852dfc4149eeca8fd435d76ed +SIZE (iso-codes-3.59.tar.xz) = 3771916 From owner-svn-ports-all@freebsd.org Thu Jul 2 14:37:29 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 18F42993F0D; Thu, 2 Jul 2015 14:37:29 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0A4652625; Thu, 2 Jul 2015 14:37:29 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62EbSYK082424; Thu, 2 Jul 2015 14:37:28 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62EbSCd082418; Thu, 2 Jul 2015 14:37:28 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201507021437.t62EbSCd082418@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Thu, 2 Jul 2015 14:37:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391149 - head/misc/libisocodes X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 14:37:29 -0000 Author: kwm Date: Thu Jul 2 14:37:27 2015 New Revision: 391149 URL: https://svnweb.freebsd.org/changeset/ports/391149 Log: Update libisocodes to 1.2.2. Modified: head/misc/libisocodes/Makefile head/misc/libisocodes/distinfo head/misc/libisocodes/pkg-plist Modified: head/misc/libisocodes/Makefile ============================================================================== --- head/misc/libisocodes/Makefile Thu Jul 2 14:34:47 2015 (r391148) +++ head/misc/libisocodes/Makefile Thu Jul 2 14:37:27 2015 (r391149) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libisocodes -PORTVERSION= 1.2.1 -PORTREVISION= 1 +PORTVERSION= 1.2.2 CATEGORIES= misc MASTER_SITES= http://pkg-isocodes.alioth.debian.org/downloads/ Modified: head/misc/libisocodes/distinfo ============================================================================== --- head/misc/libisocodes/distinfo Thu Jul 2 14:34:47 2015 (r391148) +++ head/misc/libisocodes/distinfo Thu Jul 2 14:37:27 2015 (r391149) @@ -1,2 +1,2 @@ -SHA256 (libisocodes-1.2.1.tar.xz) = 593dce4606d863c3ea3a5fada24fda1784bb397ee3c473cdb634b59145a52ef0 -SIZE (libisocodes-1.2.1.tar.xz) = 291528 +SHA256 (libisocodes-1.2.2.tar.xz) = 4cdf2c02486bb44902d95e2b86356ef348c65b5edff75925d6878fe5e5f038de +SIZE (libisocodes-1.2.2.tar.xz) = 291844 Modified: head/misc/libisocodes/pkg-plist ============================================================================== --- head/misc/libisocodes/pkg-plist Thu Jul 2 14:34:47 2015 (r391148) +++ head/misc/libisocodes/pkg-plist Thu Jul 2 14:37:27 2015 (r391149) @@ -3,7 +3,7 @@ lib/girepository-1.0/libisocodes-%%VERSI lib/libisocodes.a lib/libisocodes.so lib/libisocodes.so.1 -lib/libisocodes.so.1.1.0 +lib/libisocodes.so.1.1.1 libdata/pkgconfig/libisocodes.pc share/gir-1.0/libisocodes-%%VERSION%%.gir share/locale/cs/LC_MESSAGES/libisocodes.mo From owner-svn-ports-all@freebsd.org Thu Jul 2 14:40:46 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1ABA4993F9F for ; Thu, 2 Jul 2015 14:40:46 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-ob0-f170.google.com (mail-ob0-f170.google.com [209.85.214.170]) (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 DD55E2927 for ; Thu, 2 Jul 2015 14:40:45 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: by obbkm3 with SMTP id km3so50841880obb.1 for ; Thu, 02 Jul 2015 07:40:39 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=T23sjJNpBXIC2n1M82HRBxXDCyXw7auWlpNcyzUV+eQ=; b=EbuPCs//d/erVG98pzTsUBsC8slAvBPa6oPmicfX4HolLwZuWKYTXFTL2G6BFA1w7z ThrTk69hlTBlwg3OsMl5ALrigID2o+LBx8hI14Ss5hxCLkeYT7IZNbhJBkd0DQmlh9BU x20jVq65/49IQnEKL4T2aQ1vQtCgYQ0M93sfoRDxA7grFH+jk3YOegQ+vM+MSJIvzlHW A0+OFeVAxIeoNE0mk4oawQ/2wFQ732Zi1n0dGEmKymN7E3lmwvePc/j81GlJgsszzM1H D13ETxt5pbFrbGAfcD52311kWv1EFrs+ujffj8LSfMmQUS319u2UcMioJ5tI7Xnr85ip i9OQ== X-Gm-Message-State: ALoCoQnkQVJKwelOhP/VLBcvIeuN8MwVc9ZtNegxWSSthBG0kP1bUjeDDuZG9f4DDTIINZgDFZLc X-Received: by 10.182.200.131 with SMTP id js3mr29382127obc.58.1435848039651; Thu, 02 Jul 2015 07:40:39 -0700 (PDT) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.202.73.70 with HTTP; Thu, 2 Jul 2015 07:40:00 -0700 (PDT) In-Reply-To: <201507021410.t62EAWhf068583@repo.freebsd.org> References: <201507021410.t62EAWhf068583@repo.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Thu, 2 Jul 2015 22:40:00 +0800 X-Google-Sender-Auth: xl5QLavTIsqMXMbmzy6SYZMQusg Message-ID: Subject: Re: svn commit: r391147 - head/security/gnupg To: Jun Kuriyama Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 14:40:46 -0000 On Thu, Jul 2, 2015 at 10:10 PM, Jun Kuriyama wrote: > Author: kuriyama > Date: Thu Jul 2 14:10:31 2015 > New Revision: 391147 > URL: https://svnweb.freebsd.org/changeset/ports/391147 > > Log: > - Upgrade to 2.1.6 (minor bugfixes). > > Announce: > https://lists.gnupg.org/pipermail/gnupg-announce/2015q3/000370.html > > Modified: > head/security/gnupg/Makefile > head/security/gnupg/distinfo > > Modified: head/security/gnupg/Makefile > > ============================================================================== > --- head/security/gnupg/Makefile Thu Jul 2 13:37:37 2015 > (r391146) > +++ head/security/gnupg/Makefile Thu Jul 2 14:10:31 2015 > (r391147) > @@ -1,7 +1,7 @@ > # $FreeBSD$ > > PORTNAME= gnupg > -PORTVERSION= 2.1.5 > +PORTVERSION= 2.1.6 > #PORTREVISION= 0 > CATEGORIES= security > MASTER_SITES= GNUPG > > Modified: head/security/gnupg/distinfo > > ============================================================================== > --- head/security/gnupg/distinfo Thu Jul 2 13:37:37 2015 > (r391146) > +++ head/security/gnupg/distinfo Thu Jul 2 14:10:31 2015 > (r391147) > @@ -1,4 +1,4 @@ > -SHA256 (gnupg-2.1.5.tar.bz2) = > b5105a7160c39ba6e3aa53789b09f1bfac6e3422d15cc9f3a2f71f82320aa84c > -SIZE (gnupg-2.1.5.tar.bz2) = 4906435 > -SHA256 (gnupg-2.1.5.tar.bz2.sig) = > 0717591f1a548cdb871f9e0dd41415999a7859147dd96e96a711e00d5c43700e > -SIZE (gnupg-2.1.5.tar.bz2.sig) = 287 > +SHA256 (gnupg-2.1.6.tar.bz2) = > 5e599ad542199f3bd733eed2b88a539d1b4c3beda2dbab0ff69f1896f52e92fd > +SIZE (gnupg-2.1.6.tar.bz2) = 4917722 > +SHA256 (gnupg-2.1.6.tar.bz2.sig) = > 44ca68757e7ae6dc8d5c2c1122015b195b366c32e06537b4d29ccdc3e5139c7b > +SIZE (gnupg-2.1.6.tar.bz2.sig) = 287 > _______________________________________________ > svn-ports-all@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/svn-ports-all > To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" > Hi, I got NLS-related build failure as follows: % make showconfig DOCS=off: Build and/or install documentation GNUTLS=on: SSL/TLS support via GnuTLS KDNS=off: Use DNS CERT helper LDAP=off: LDAP keyserver interface NLS=off: Native Language Support SCDAEMON=off: Enable Smartcard daemon (with libusb) SUID_GPG=on: Install GPG with suid % make ... clang -I/usr/local/include -I/usr/local/include -O2 -pipe -march=core2 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -fstack-protector -L/usr/lib -o gpg-preset-passphrase preset-passphrase.o ../common/libsimple-pwquery.a ../common/libcommon.a -L/usr/local/lib -lgcrypt -lgpg-error -L/usr/local/lib -lgpg-error gpg_agent-command-ssh.o: In function `ssh_handler_add_identity': command-ssh.c:(.text+0x1f83): undefined reference to `gettext' command-ssh.c:(.text+0x211f): undefined reference to `gettext' command-ssh.c:(.text+0x2245): undefined reference to `gettext' gpg_agent-command-ssh.o: In function `data_sign': command-ssh.c:(.text+0x4058): undefined reference to `gettext' command-ssh.c:(.text+0x40c1): undefined reference to `gettext' gpg_agent-command-ssh.o:command-ssh.c:(.text+0x40d0): more undefined references to `gettext' follow clang: error: linker command failed with exit code 1 (use -v to see invocation) Makefile:666: recipe for target 'gpg-agent' failed gmake[3]: *** [gpg-agent] Error 1 gmake[3]: *** Waiting for unfinished jobs.... From owner-svn-ports-all@freebsd.org Thu Jul 2 14:42:36 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6F2E9992078; Thu, 2 Jul 2015 14:42:36 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5FBAC2AF0; Thu, 2 Jul 2015 14:42:36 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62EgadV086700; Thu, 2 Jul 2015 14:42:36 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62Ega2V086699; Thu, 2 Jul 2015 14:42:36 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507021442.t62Ega2V086699@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 2 Jul 2015 14:42:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391150 - head/lang/erlang X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 14:42:36 -0000 Author: olgeni Date: Thu Jul 2 14:42:35 2015 New Revision: 391150 URL: https://svnweb.freebsd.org/changeset/ports/391150 Log: Add HIPE to OPTIONS_EXCLUDE_DragonFly. Submitted by: marino Modified: head/lang/erlang/Makefile Modified: head/lang/erlang/Makefile ============================================================================== --- head/lang/erlang/Makefile Thu Jul 2 14:37:27 2015 (r391149) +++ head/lang/erlang/Makefile Thu Jul 2 14:42:35 2015 (r391150) @@ -50,7 +50,7 @@ SMP_DESC= Enable SMP support WX_DESC= Enable WX application OPTIONS_DEFAULT=HIPE KQUEUE OPENSSL SCTP SMP THREADS -OPTIONS_EXCLUDE_DragonFly= SCTP +OPTIONS_EXCLUDE_DragonFly= HIPE SCTP ERL_RELEASE= 18.0 From owner-svn-ports-all@freebsd.org Thu Jul 2 14:42:57 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3D77699209F; Thu, 2 Jul 2015 14:42:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2E2CC2BCD; Thu, 2 Jul 2015 14:42:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62Egv4A086860; Thu, 2 Jul 2015 14:42:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62Egu4O086856; Thu, 2 Jul 2015 14:42:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507021442.t62Egu4O086856@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 2 Jul 2015 14:42:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391151 - head/devel/p5-Inline-C X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 14:42:57 -0000 Author: sunpoet Date: Thu Jul 2 14:42:56 2015 New Revision: 391151 URL: https://svnweb.freebsd.org/changeset/ports/391151 Log: - Update to 0.76 Changes: http://search.cpan.org/dist/Inline-C/Changes Modified: head/devel/p5-Inline-C/Makefile head/devel/p5-Inline-C/distinfo Modified: head/devel/p5-Inline-C/Makefile ============================================================================== --- head/devel/p5-Inline-C/Makefile Thu Jul 2 14:42:35 2015 (r391150) +++ head/devel/p5-Inline-C/Makefile Thu Jul 2 14:42:56 2015 (r391151) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Inline-C -PORTVERSION= 0.75 +PORTVERSION= 0.76 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Inline-C/distinfo ============================================================================== --- head/devel/p5-Inline-C/distinfo Thu Jul 2 14:42:35 2015 (r391150) +++ head/devel/p5-Inline-C/distinfo Thu Jul 2 14:42:56 2015 (r391151) @@ -1,2 +1,2 @@ -SHA256 (Inline-C-0.75.tar.gz) = df351a930897f2bea942b2affc6dabf4f731a1899fcfc36d9d48a4b340cdb21e -SIZE (Inline-C-0.75.tar.gz) = 72949 +SHA256 (Inline-C-0.76.tar.gz) = 22e9713b4d331d3c49e4a9a9f012dbf84cec25a01e5da4f57091be287f1a9a35 +SIZE (Inline-C-0.76.tar.gz) = 73384 From owner-svn-ports-all@freebsd.org Thu Jul 2 14:43:02 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C38249920C3; Thu, 2 Jul 2015 14:43:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B0B252C00; Thu, 2 Jul 2015 14:43:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62Eh2Qu086997; Thu, 2 Jul 2015 14:43:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62Eh2wB086995; Thu, 2 Jul 2015 14:43:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507021443.t62Eh2wB086995@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 2 Jul 2015 14:43:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391152 - head/devel/p5-DateTime X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 14:43:02 -0000 Author: sunpoet Date: Thu Jul 2 14:43:01 2015 New Revision: 391152 URL: https://svnweb.freebsd.org/changeset/ports/391152 Log: - Update to 1.20 Changes: http://search.cpan.org/dist/DateTime/Changes Modified: head/devel/p5-DateTime/Makefile head/devel/p5-DateTime/distinfo Modified: head/devel/p5-DateTime/Makefile ============================================================================== --- head/devel/p5-DateTime/Makefile Thu Jul 2 14:42:56 2015 (r391151) +++ head/devel/p5-DateTime/Makefile Thu Jul 2 14:43:01 2015 (r391152) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= DateTime -PORTVERSION= 1.19 +PORTVERSION= 1.20 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DROLSKY @@ -16,7 +16,7 @@ LICENSE= ART20 # Do not add p5-DateTime-Format-Strptime>=1.20.00 to TEST_DEPENDS to avoid cyclic dependency in tinderbox BUILD_DEPENDS= p5-DateTime-Locale>=0.41:${PORTSDIR}/devel/p5-DateTime-Locale \ p5-DateTime-TimeZone>=1.74:${PORTSDIR}/devel/p5-DateTime-TimeZone \ - p5-Params-Validate>=0.76:${PORTSDIR}/devel/p5-Params-Validate \ + p5-Params-Validate>=1.03:${PORTSDIR}/devel/p5-Params-Validate \ p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \ Modified: head/devel/p5-DateTime/distinfo ============================================================================== --- head/devel/p5-DateTime/distinfo Thu Jul 2 14:42:56 2015 (r391151) +++ head/devel/p5-DateTime/distinfo Thu Jul 2 14:43:01 2015 (r391152) @@ -1,2 +1,2 @@ -SHA256 (DateTime-1.19.tar.gz) = 07c8624a7827277e8eda35c77cfc6fd056bf2782238597f424ef6a6e33ed6009 -SIZE (DateTime-1.19.tar.gz) = 215029 +SHA256 (DateTime-1.20.tar.gz) = ac909ca4e26f2713940302ad1fd8068de0a6970416a5a88a812cceb155becb0d +SIZE (DateTime-1.20.tar.gz) = 220697 From owner-svn-ports-all@freebsd.org Thu Jul 2 14:43:10 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D128599211A; Thu, 2 Jul 2015 14:43:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 694AA2D07; Thu, 2 Jul 2015 14:43:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62Eh8db087142; Thu, 2 Jul 2015 14:43:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62Eh7WC087139; Thu, 2 Jul 2015 14:43:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507021443.t62Eh7WC087139@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 2 Jul 2015 14:43:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391153 - head/devel/p5-Inline-Filters X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 14:43:10 -0000 Author: sunpoet Date: Thu Jul 2 14:43:06 2015 New Revision: 391153 URL: https://svnweb.freebsd.org/changeset/ports/391153 Log: - Update to 0.17 - Sort PLIST Changes: http://search.cpan.org/dist/Inline-Filters/Changes Modified: head/devel/p5-Inline-Filters/Makefile head/devel/p5-Inline-Filters/distinfo head/devel/p5-Inline-Filters/pkg-plist Modified: head/devel/p5-Inline-Filters/Makefile ============================================================================== --- head/devel/p5-Inline-Filters/Makefile Thu Jul 2 14:43:01 2015 (r391152) +++ head/devel/p5-Inline-Filters/Makefile Thu Jul 2 14:43:06 2015 (r391153) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Inline-Filters -PORTVERSION= 0.16 -PORTREVISION= 2 +PORTVERSION= 0.17 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,7 +14,7 @@ LICENSE= ART10 GPLv1 GPLv2 GPLv3 LICENSE_COMB= dual BUILD_DEPENDS= p5-Inline>=0.42:${PORTSDIR}/devel/p5-Inline \ - p5-Inline-C>=0.42:${PORTSDIR}/devel/p5-Inline-C + p5-Inline-C>=0.76:${PORTSDIR}/devel/p5-Inline-C RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 Modified: head/devel/p5-Inline-Filters/distinfo ============================================================================== --- head/devel/p5-Inline-Filters/distinfo Thu Jul 2 14:43:01 2015 (r391152) +++ head/devel/p5-Inline-Filters/distinfo Thu Jul 2 14:43:06 2015 (r391153) @@ -1,2 +1,2 @@ -SHA256 (Inline-Filters-0.16.tar.gz) = 98d71973b19c517402ba5d6351f7197c26b37807c4accf529b6645348040550b -SIZE (Inline-Filters-0.16.tar.gz) = 14725 +SHA256 (Inline-Filters-0.17.tar.gz) = 084f9b4189771f72f81c6bc92aa8ad5fbe8c2283e683f5f7e78db7a4e4bd4fb2 +SIZE (Inline-Filters-0.17.tar.gz) = 14934 Modified: head/devel/p5-Inline-Filters/pkg-plist ============================================================================== --- head/devel/p5-Inline-Filters/pkg-plist Thu Jul 2 14:43:01 2015 (r391152) +++ head/devel/p5-Inline-Filters/pkg-plist Thu Jul 2 14:43:06 2015 (r391153) @@ -1,3 +1,3 @@ -%%PERL5_MAN3%%/Inline::Filters.3.gz %%SITE_PERL%%/Inline/Filters.pm %%SITE_PERL%%/Inline/Filters.pod +%%PERL5_MAN3%%/Inline::Filters.3.gz From owner-svn-ports-all@freebsd.org Thu Jul 2 14:43:18 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E733699214F; Thu, 2 Jul 2015 14:43:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 425F82E4A; Thu, 2 Jul 2015 14:43:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62EhHHo087399; Thu, 2 Jul 2015 14:43:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62EhH3C087396; Thu, 2 Jul 2015 14:43:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507021443.t62EhH3C087396@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 2 Jul 2015 14:43:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391155 - head/security/p5-Unix-Passwd-File X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 14:43:19 -0000 Author: sunpoet Date: Thu Jul 2 14:43:17 2015 New Revision: 391155 URL: https://svnweb.freebsd.org/changeset/ports/391155 Log: - Update to 0.20 Changes: http://search.cpan.org/dist/Unix-Passwd-File/Changes Modified: head/security/p5-Unix-Passwd-File/Makefile head/security/p5-Unix-Passwd-File/distinfo Modified: head/security/p5-Unix-Passwd-File/Makefile ============================================================================== --- head/security/p5-Unix-Passwd-File/Makefile Thu Jul 2 14:43:12 2015 (r391154) +++ head/security/p5-Unix-Passwd-File/Makefile Thu Jul 2 14:43:17 2015 (r391155) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Unix-Passwd-File -PORTVERSION= 0.18 +PORTVERSION= 0.20 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,9 +17,8 @@ BUILD_DEPENDS= p5-Crypt-Password-Util>=0 p5-File-Flock>=0:${PORTSDIR}/devel/p5-File-Flock \ p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \ p5-Log-Any-IfLOG>=0:${PORTSDIR}/devel/p5-Log-Any-IfLOG \ - p5-Rinci>=1.1.73:${PORTSDIR}/devel/p5-Rinci + p5-Rinci>=1.1.76:${PORTSDIR}/devel/p5-Rinci RUN_DEPENDS:= ${BUILD_DEPENDS} -BUILD_DEPENDS+= p5-Perl-osnames>=0.09:${PORTSDIR}/devel/p5-Perl-osnames TEST_DEPENDS= p5-Class-Load>=0:${PORTSDIR}/devel/p5-Class-Load \ p5-File-Copy-Recursive>=0:${PORTSDIR}/devel/p5-File-Copy-Recursive \ p5-File-Slurp-Tiny>=0:${PORTSDIR}/devel/p5-File-Slurp-Tiny \ Modified: head/security/p5-Unix-Passwd-File/distinfo ============================================================================== --- head/security/p5-Unix-Passwd-File/distinfo Thu Jul 2 14:43:12 2015 (r391154) +++ head/security/p5-Unix-Passwd-File/distinfo Thu Jul 2 14:43:17 2015 (r391155) @@ -1,2 +1,2 @@ -SHA256 (Unix-Passwd-File-0.18.tar.gz) = af4898ef0f5ecab2edade6a948ef4a00568c4e231bcf8876cdda3a8b18f69677 -SIZE (Unix-Passwd-File-0.18.tar.gz) = 35654 +SHA256 (Unix-Passwd-File-0.20.tar.gz) = 3d155e490908816e9a329bee47ad36e39b183a8147a34fe17f76c562a62e8a5f +SIZE (Unix-Passwd-File-0.20.tar.gz) = 35843 From owner-svn-ports-all@freebsd.org Thu Jul 2 14:43:14 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7AF64992137; Thu, 2 Jul 2015 14:43:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B7E0F2DAC; Thu, 2 Jul 2015 14:43:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62EhDfl087272; Thu, 2 Jul 2015 14:43:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62EhDB0087266; Thu, 2 Jul 2015 14:43:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507021443.t62EhDB0087266@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 2 Jul 2015 14:43:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391154 - head/devel/p5-Throwable X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 14:43:14 -0000 Author: sunpoet Date: Thu Jul 2 14:43:12 2015 New Revision: 391154 URL: https://svnweb.freebsd.org/changeset/ports/391154 Log: - Update to 0.200013 Changes: http://search.cpan.org/dist/Throwable/Changes Modified: head/devel/p5-Throwable/Makefile head/devel/p5-Throwable/distinfo Modified: head/devel/p5-Throwable/Makefile ============================================================================== --- head/devel/p5-Throwable/Makefile Thu Jul 2 14:43:06 2015 (r391153) +++ head/devel/p5-Throwable/Makefile Thu Jul 2 14:43:12 2015 (r391154) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= Throwable -PORTVERSION= 0.200012 -PORTREVISION= 1 +PORTVERSION= 0.200013 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:RJBS Modified: head/devel/p5-Throwable/distinfo ============================================================================== --- head/devel/p5-Throwable/distinfo Thu Jul 2 14:43:06 2015 (r391153) +++ head/devel/p5-Throwable/distinfo Thu Jul 2 14:43:12 2015 (r391154) @@ -1,2 +1,2 @@ -SHA256 (Throwable-0.200012.tar.gz) = 4794cc7bae429a0f4255a0628bdb26a5e24e9c56058d324f2d3eb59bd49fc833 -SIZE (Throwable-0.200012.tar.gz) = 18205 +SHA256 (Throwable-0.200013.tar.gz) = 9987d0deb5bddd352a6330cefbe932f882e36dd8c8a4564bcfd372dc396b8fa0 +SIZE (Throwable-0.200013.tar.gz) = 20254 From owner-svn-ports-all@freebsd.org Thu Jul 2 14:43:23 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CCA54992174; Thu, 2 Jul 2015 14:43:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 994162F4B; Thu, 2 Jul 2015 14:43:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62EhN8B087532; Thu, 2 Jul 2015 14:43:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62EhMGm087529; Thu, 2 Jul 2015 14:43:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507021443.t62EhMGm087529@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 2 Jul 2015 14:43:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391156 - head/devel/rubygem-cf-uaa-lib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 14:43:23 -0000 Author: sunpoet Date: Thu Jul 2 14:43:22 2015 New Revision: 391156 URL: https://svnweb.freebsd.org/changeset/ports/391156 Log: - Update to 3.2.2 Changes: https://github.com/cloudfoundry/cf-uaa-lib/commits/master Modified: head/devel/rubygem-cf-uaa-lib/Makefile head/devel/rubygem-cf-uaa-lib/distinfo Modified: head/devel/rubygem-cf-uaa-lib/Makefile ============================================================================== --- head/devel/rubygem-cf-uaa-lib/Makefile Thu Jul 2 14:43:17 2015 (r391155) +++ head/devel/rubygem-cf-uaa-lib/Makefile Thu Jul 2 14:43:22 2015 (r391156) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cf-uaa-lib -PORTVERSION= 3.2.1 +PORTVERSION= 3.2.2 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-cf-uaa-lib/distinfo ============================================================================== --- head/devel/rubygem-cf-uaa-lib/distinfo Thu Jul 2 14:43:17 2015 (r391155) +++ head/devel/rubygem-cf-uaa-lib/distinfo Thu Jul 2 14:43:22 2015 (r391156) @@ -1,2 +1,2 @@ -SHA256 (rubygem/cf-uaa-lib-3.2.1.gem) = 1a5630b7e08d6654a48f0166e4db8f4564316561f234341c021e9c8db4ad8cc2 -SIZE (rubygem/cf-uaa-lib-3.2.1.gem) = 118272 +SHA256 (rubygem/cf-uaa-lib-3.2.2.gem) = 171f0587367705be01ee81e2b09acf8bfb9fb2a056ae9ab884b5b3a323b12789 +SIZE (rubygem/cf-uaa-lib-3.2.2.gem) = 118272 From owner-svn-ports-all@freebsd.org Thu Jul 2 14:43:28 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CC8D09921B0; Thu, 2 Jul 2015 14:43:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A1C8A103D; Thu, 2 Jul 2015 14:43:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62EhSHj087658; Thu, 2 Jul 2015 14:43:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62EhS2B087654; Thu, 2 Jul 2015 14:43:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507021443.t62EhS2B087654@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 2 Jul 2015 14:43:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391157 - head/devel/rubygem-sequel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 14:43:28 -0000 Author: sunpoet Date: Thu Jul 2 14:43:27 2015 New Revision: 391157 URL: https://svnweb.freebsd.org/changeset/ports/391157 Log: - Update to 4.24.0 Changes: https://github.com/jeremyevans/sequel/blob/master/CHANGELOG Modified: head/devel/rubygem-sequel/Makefile head/devel/rubygem-sequel/distinfo Modified: head/devel/rubygem-sequel/Makefile ============================================================================== --- head/devel/rubygem-sequel/Makefile Thu Jul 2 14:43:22 2015 (r391156) +++ head/devel/rubygem-sequel/Makefile Thu Jul 2 14:43:27 2015 (r391157) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sequel -PORTVERSION= 4.23.0 +PORTVERSION= 4.24.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-sequel/distinfo ============================================================================== --- head/devel/rubygem-sequel/distinfo Thu Jul 2 14:43:22 2015 (r391156) +++ head/devel/rubygem-sequel/distinfo Thu Jul 2 14:43:27 2015 (r391157) @@ -1,2 +1,2 @@ -SHA256 (rubygem/sequel-4.23.0.gem) = 539cd9fd34619c64bb42cfa4427f64c850b6ac2dbb3a52bc3ccdbf06df3b3566 -SIZE (rubygem/sequel-4.23.0.gem) = 1305088 +SHA256 (rubygem/sequel-4.24.0.gem) = b2d091c22d2728ec71504eb9e0ebfe79e9b6de17857491604200349dcfcc0918 +SIZE (rubygem/sequel-4.24.0.gem) = 1309696 From owner-svn-ports-all@freebsd.org Thu Jul 2 14:43:33 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B43189921DA; Thu, 2 Jul 2015 14:43:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5EDA81127; Thu, 2 Jul 2015 14:43:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62EhXdq087807; Thu, 2 Jul 2015 14:43:33 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62EhWgt087805; Thu, 2 Jul 2015 14:43:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507021443.t62EhWgt087805@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 2 Jul 2015 14:43:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391158 - in head/net/rubygem-twitter-stream: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 14:43:33 -0000 Author: sunpoet Date: Thu Jul 2 14:43:32 2015 New Revision: 391158 URL: https://svnweb.freebsd.org/changeset/ports/391158 Log: - Fix gemspec - Bump PORTREVISION for package change PR: 201271 Submitted by: Torsten Zuhlsdorff Modified: head/net/rubygem-twitter-stream/Makefile head/net/rubygem-twitter-stream/files/patch-gemspec Modified: head/net/rubygem-twitter-stream/Makefile ============================================================================== --- head/net/rubygem-twitter-stream/Makefile Thu Jul 2 14:43:27 2015 (r391157) +++ head/net/rubygem-twitter-stream/Makefile Thu Jul 2 14:43:32 2015 (r391158) @@ -3,7 +3,7 @@ PORTNAME= twitter-stream PORTVERSION= 0.1.16 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net rubygems MASTER_SITES= RG Modified: head/net/rubygem-twitter-stream/files/patch-gemspec ============================================================================== --- head/net/rubygem-twitter-stream/files/patch-gemspec Thu Jul 2 14:43:27 2015 (r391157) +++ head/net/rubygem-twitter-stream/files/patch-gemspec Thu Jul 2 14:43:32 2015 (r391158) @@ -1,11 +1,13 @@ ---- twitter-stream.gemspec.orig 2014-12-01 16:17:01.000000000 +0000 -+++ twitter-stream.gemspec 2014-12-01 16:17:31.000000000 +0000 -@@ -24,7 +24,7 @@ +--- twitter-stream.gemspec.orig 2015-07-02 12:55:18 UTC ++++ twitter-stream.gemspec +@@ -25,8 +25,8 @@ Gem::Specification.new do |s| if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q, [">= 0.12.8"]) - s.add_runtime_dependency(%q, ["~> 0.1.4"]) -+ s.add_runtime_dependency(%q, ["~> 0.2.0"]) - s.add_runtime_dependency(%q, ["~> 0.5.1"]) +- s.add_runtime_dependency(%q, ["~> 0.5.1"]) ++ s.add_runtime_dependency(%q, [">= 0.1.4"]) ++ s.add_runtime_dependency(%q, [">= 0.5.1"]) s.add_development_dependency(%q, ["~> 2.5.0"]) else + s.add_dependency(%q, [">= 0.12.8"]) From owner-svn-ports-all@freebsd.org Thu Jul 2 14:43:38 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E0ECE992211; Thu, 2 Jul 2015 14:43:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 82AEB1203; Thu, 2 Jul 2015 14:43:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62Ehcso087944; Thu, 2 Jul 2015 14:43:38 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62EhcF6087942; Thu, 2 Jul 2015 14:43:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507021443.t62EhcF6087942@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 2 Jul 2015 14:43:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391159 - head/www/typo3-lts X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 14:43:39 -0000 Author: sunpoet Date: Thu Jul 2 14:43:37 2015 New Revision: 391159 URL: https://svnweb.freebsd.org/changeset/ports/391159 Log: - Update to 6.2.14 Changes: http://typo3.org/news/article/typo3-cms-6214-and-731-released/ PR: 201277 Submitted by: Helmut Ritter (maintainer) Modified: head/www/typo3-lts/Makefile head/www/typo3-lts/distinfo Modified: head/www/typo3-lts/Makefile ============================================================================== --- head/www/typo3-lts/Makefile Thu Jul 2 14:43:32 2015 (r391158) +++ head/www/typo3-lts/Makefile Thu Jul 2 14:43:37 2015 (r391159) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= typo3 -PORTVERSION= 6.2.13 +PORTVERSION= 6.2.14 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION} PKGNAMESUFFIX= -lts @@ -16,8 +16,7 @@ LICENSE_FILE= ${WRKDIR}/${TYPO3SRC}/LICE PORTSCOUT= limit:^6\.2\. USES= cpe shebangfix -SHEBANG_FILES= typo3/sysext/core/Build/Scripts/xlfcheck.sh \ - typo3/contrib/flowplayer/plugins/flowplayer.captions/example/flvtool2-cuepoints.sh +SHEBANG_FILES= typo3/sysext/core/Build/Scripts/xlfcheck.sh NO_BUILD= yes NO_ARCH= yes USE_PHP= ctype fileinfo filter hash json mysqli openssl pcre session soap xml Modified: head/www/typo3-lts/distinfo ============================================================================== --- head/www/typo3-lts/distinfo Thu Jul 2 14:43:32 2015 (r391158) +++ head/www/typo3-lts/distinfo Thu Jul 2 14:43:37 2015 (r391159) @@ -1,2 +1,2 @@ -SHA256 (typo3_src-6.2.13.tar.gz) = 72277d4ebfce81f14eb0ed3fc1bb89f4ef5991bed3d09063e0f618df84a55711 -SIZE (typo3_src-6.2.13.tar.gz) = 21760256 +SHA256 (typo3_src-6.2.14.tar.gz) = 8fdd8c325a653e9c308ffab2d538e1b032785d5d06c7de1ee4141c94406571e8 +SIZE (typo3_src-6.2.14.tar.gz) = 21142714 From owner-svn-ports-all@freebsd.org Thu Jul 2 14:43:44 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 38A1399223F; Thu, 2 Jul 2015 14:43:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 613A31293; Thu, 2 Jul 2015 14:43:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62Ehhg9088080; Thu, 2 Jul 2015 14:43:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62EhgYW088078; Thu, 2 Jul 2015 14:43:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507021443.t62EhgYW088078@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 2 Jul 2015 14:43:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391160 - head/www/typo3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 14:43:44 -0000 Author: sunpoet Date: Thu Jul 2 14:43:42 2015 New Revision: 391160 URL: https://svnweb.freebsd.org/changeset/ports/391160 Log: - Update to 7.3.1 Changes: http://typo3.org/news/article/typo3-cms-6214-and-731-released/ PR: 201278 Submitted by: Helmut Ritter (maintainer) Modified: head/www/typo3/Makefile head/www/typo3/distinfo Modified: head/www/typo3/Makefile ============================================================================== --- head/www/typo3/Makefile Thu Jul 2 14:43:37 2015 (r391159) +++ head/www/typo3/Makefile Thu Jul 2 14:43:42 2015 (r391160) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= typo3 -PORTVERSION= 7.2.0 -PORTREVISION= 1 +PORTVERSION= 7.3.1 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION} @@ -14,8 +13,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= cpe shebangfix -SHEBANG_FILES= typo3/sysext/core/Build/Scripts/xlfcheck.sh \ - typo3/sysext/mediace/Resources/Contrib/flowplayer/plugins/flowplayer.captions/example/flvtool2-cuepoints.sh +SHEBANG_FILES= typo3/sysext/core/Build/Scripts/xlfcheck.sh NO_BUILD= yes NO_ARCH= yes USE_PHP= ctype fileinfo filter hash json mysqli openssl pcre session soap xml Modified: head/www/typo3/distinfo ============================================================================== --- head/www/typo3/distinfo Thu Jul 2 14:43:37 2015 (r391159) +++ head/www/typo3/distinfo Thu Jul 2 14:43:42 2015 (r391160) @@ -1,2 +1,2 @@ -SHA256 (typo3_src-7.2.0.tar.gz) = 84205cec38d968830b2bc951842a6751be18b75ba519bb71bad20064d001ffbd -SIZE (typo3_src-7.2.0.tar.gz) = 17702749 +SHA256 (typo3_src-7.3.1.tar.gz) = 7e672f3515348e38ecfb0bc58c9d198e9ddcb61383d5feb098bac3ebefe3792b +SIZE (typo3_src-7.3.1.tar.gz) = 16475280 From owner-svn-ports-all@freebsd.org Thu Jul 2 14:46:42 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1145A9922FC; Thu, 2 Jul 2015 14:46:42 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DC6001929; Thu, 2 Jul 2015 14:46:41 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62Ekf98088734; Thu, 2 Jul 2015 14:46:41 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62EkfBg088730; Thu, 2 Jul 2015 14:46:41 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201507021446.t62EkfBg088730@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Thu, 2 Jul 2015 14:46:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391161 - head/print/harfbuzz X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 14:46:42 -0000 Author: kwm Date: Thu Jul 2 14:46:40 2015 New Revision: 391161 URL: https://svnweb.freebsd.org/changeset/ports/391161 Log: Update harfbuzz to 0.9.41. Modified: head/print/harfbuzz/Makefile head/print/harfbuzz/distinfo head/print/harfbuzz/pkg-plist Modified: head/print/harfbuzz/Makefile ============================================================================== --- head/print/harfbuzz/Makefile Thu Jul 2 14:43:42 2015 (r391160) +++ head/print/harfbuzz/Makefile Thu Jul 2 14:46:40 2015 (r391161) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= harfbuzz -PORTVERSION= 0.9.40 -PORTREVISION= 1 +PORTVERSION= 0.9.41 CATEGORIES= print MASTER_SITES= http://www.freedesktop.org/software/harfbuzz/release/ @@ -21,7 +20,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-graphite2 INSTALL_TARGET= install-strip -PLIST_SUB+= LIBVER=0.940.0 +PLIST_SUB+= LIBVER=0.941.0 .include Modified: head/print/harfbuzz/distinfo ============================================================================== --- head/print/harfbuzz/distinfo Thu Jul 2 14:43:42 2015 (r391160) +++ head/print/harfbuzz/distinfo Thu Jul 2 14:46:40 2015 (r391161) @@ -1,2 +1,2 @@ -SHA256 (harfbuzz-0.9.40.tar.bz2) = 1771d53583be6d91ca961854b2a24fb239ef0545eed221ae3349abae0ab8321f -SIZE (harfbuzz-0.9.40.tar.bz2) = 1182989 +SHA256 (harfbuzz-0.9.41.tar.bz2) = d81aa53d0c02b437beeaac159d7fc16394d676bbce0860fb6f6a10b587dc057c +SIZE (harfbuzz-0.9.41.tar.bz2) = 1188176 Modified: head/print/harfbuzz/pkg-plist ============================================================================== --- head/print/harfbuzz/pkg-plist Thu Jul 2 14:43:42 2015 (r391160) +++ head/print/harfbuzz/pkg-plist Thu Jul 2 14:46:40 2015 (r391161) @@ -34,6 +34,7 @@ share/gtk-doc/html/harfbuzz/annotation-g share/gtk-doc/html/harfbuzz/api-index-full.html share/gtk-doc/html/harfbuzz/ch01.html share/gtk-doc/html/harfbuzz/deprecated-api-index.html +share/gtk-doc/html/harfbuzz/harfbuzz-Shaping.html share/gtk-doc/html/harfbuzz/harfbuzz-hb-blob.html share/gtk-doc/html/harfbuzz/harfbuzz-hb-buffer.html share/gtk-doc/html/harfbuzz/harfbuzz-hb-common.html @@ -51,7 +52,6 @@ share/gtk-doc/html/harfbuzz/harfbuzz-hb- share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot.html share/gtk-doc/html/harfbuzz/harfbuzz-hb-set.html share/gtk-doc/html/harfbuzz/harfbuzz-hb-shape-plan.html -share/gtk-doc/html/harfbuzz/harfbuzz-hb-shape.html share/gtk-doc/html/harfbuzz/harfbuzz-hb-unicode.html share/gtk-doc/html/harfbuzz/harfbuzz-hb-uniscribe.html share/gtk-doc/html/harfbuzz/harfbuzz-hb-version.html From owner-svn-ports-all@freebsd.org Thu Jul 2 14:57:13 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BF993992543; Thu, 2 Jul 2015 14:57:13 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B012320A0; Thu, 2 Jul 2015 14:57:13 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62EvDV5093801; Thu, 2 Jul 2015 14:57:13 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62EvC8w093796; Thu, 2 Jul 2015 14:57:12 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201507021457.t62EvC8w093796@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Thu, 2 Jul 2015 14:57:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391162 - in head/textproc/highlight: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 14:57:13 -0000 Author: kwm Date: Thu Jul 2 14:57:12 2015 New Revision: 391162 URL: https://svnweb.freebsd.org/changeset/ports/391162 Log: Update highlight to 3.22. Add dos2unix USES for ^M fun. Modified: head/textproc/highlight/Makefile head/textproc/highlight/distinfo head/textproc/highlight/files/patch-src_makefile head/textproc/highlight/pkg-plist Modified: head/textproc/highlight/Makefile ============================================================================== --- head/textproc/highlight/Makefile Thu Jul 2 14:46:40 2015 (r391161) +++ head/textproc/highlight/Makefile Thu Jul 2 14:57:12 2015 (r391162) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= highlight -PORTVERSION= 3.18 +PORTVERSION= 3.22 PORTEPOCH= 2 CATEGORIES= textproc MASTER_SITES= http://www.andre-simon.de/zip/ @@ -12,7 +12,7 @@ COMMENT= Customizable syntax highlighter BUILD_DEPENDS= boost-libs>0:${PORTSDIR}/devel/boost-libs -USES= gmake lua:52 pkgconfig tar:bzip2 +USES= dos2unix gmake lua:52 pkgconfig tar:bzip2 MAKEFILE= makefile MAKE_ARGS= CXX="${CXX}" \ CFLAGS="${CXXFLAGS} ${CPPFLAGS} -DHAVE_DECL_GETOPT" \ Modified: head/textproc/highlight/distinfo ============================================================================== --- head/textproc/highlight/distinfo Thu Jul 2 14:46:40 2015 (r391161) +++ head/textproc/highlight/distinfo Thu Jul 2 14:57:12 2015 (r391162) @@ -1,2 +1,2 @@ -SHA256 (highlight-3.18.tar.bz2) = 55c6f7a5aeaac2c811078a0215b27c1c80d971bba5dff51ee74a97b3303a584b -SIZE (highlight-3.18.tar.bz2) = 619669 +SHA256 (highlight-3.22.tar.bz2) = 4776ce4305e6f92d8a9faf5d0aeffd56f413ad57e55303e7a2a6357387ec056f +SIZE (highlight-3.22.tar.bz2) = 624023 Modified: head/textproc/highlight/files/patch-src_makefile ============================================================================== --- head/textproc/highlight/files/patch-src_makefile Thu Jul 2 14:46:40 2015 (r391161) +++ head/textproc/highlight/files/patch-src_makefile Thu Jul 2 14:57:12 2015 (r391162) @@ -1,5 +1,5 @@ ---- src/makefile.orig 2014-04-04 19:26:25.000000000 +0200 -+++ src/makefile 2014-04-29 16:12:06.000000000 +0200 +--- src/makefile.orig 2015-07-02 16:51:26.582456000 +0200 ++++ src/makefile 2015-07-02 16:51:53.706070000 +0200 @@ -12,7 +12,7 @@ # See src/gui-qt/highlight.pro for the Qt GUI compilation options @@ -9,17 +9,12 @@ # Added -qt4 because of Arch Linux Qt5 migration QMAKE=qmake-qt4 -@@ -33,15 +33,14 @@ - # Include path - INCLUDE_DIR=./include/ - -- - # If Lua 5.2 is not default on your system yet you have to: - # - remove -DUSE_LUA52 - # - use lua5.1 in the pkg-config calls +@@ -37,10 +37,10 @@ + # If Lua 5.2 is not default on your system yet you have to + # use lua5.1 in the pkg-config calls --LUA_CFLAGS=$(shell pkg-config --cflags lua) -DUSE_LUA52 -+LUA_CFLAGS=$(shell pkg-config --cflags lua-5.2) -DUSE_LUA52 +-LUA_CFLAGS=$(shell pkg-config --cflags lua) ++LUA_CFLAGS=$(shell pkg-config --cflags lua-5.2) # default lua lib -LUA_LIBS=$(shell pkg-config --libs lua) @@ -27,7 +22,7 @@ # luajit lib # LUA_LIBS=$(shell pkg-config --libs luajit) -@@ -68,7 +67,7 @@ +@@ -67,7 +67,7 @@ #LDFLAGS = ${LDFLAGS} -s #LDFLAGS= -Wl,--as-needed Modified: head/textproc/highlight/pkg-plist ============================================================================== --- head/textproc/highlight/pkg-plist Thu Jul 2 14:46:40 2015 (r391161) +++ head/textproc/highlight/pkg-plist Thu Jul 2 14:57:12 2015 (r391162) @@ -86,6 +86,7 @@ man/man1/highlight.1.gz %%DATADIR%%/langDefs/js.lang %%DATADIR%%/langDefs/jsp.lang %%DATADIR%%/langDefs/ldif.lang +%%DATADIR%%/langDefs/less.lang %%DATADIR%%/langDefs/lhs.lang %%DATADIR%%/langDefs/lilypond.lang %%DATADIR%%/langDefs/limbo.lang @@ -145,6 +146,7 @@ man/man1/highlight.1.gz %%DATADIR%%/langDefs/python.lang %%DATADIR%%/langDefs/q.lang %%DATADIR%%/langDefs/qmake.lang +%%DATADIR%%/langDefs/qml.lang %%DATADIR%%/langDefs/qu.lang %%DATADIR%%/langDefs/r.lang %%DATADIR%%/langDefs/rebol.lang @@ -157,6 +159,7 @@ man/man1/highlight.1.gz %%DATADIR%%/langDefs/sas.lang %%DATADIR%%/langDefs/scala.lang %%DATADIR%%/langDefs/scilab.lang +%%DATADIR%%/langDefs/scss.lang %%DATADIR%%/langDefs/sh.lang %%DATADIR%%/langDefs/small.lang %%DATADIR%%/langDefs/smalltalk.lang @@ -167,6 +170,8 @@ man/man1/highlight.1.gz %%DATADIR%%/langDefs/spn.lang %%DATADIR%%/langDefs/sql.lang %%DATADIR%%/langDefs/squirrel.lang +%%DATADIR%%/langDefs/styl.lang +%%DATADIR%%/langDefs/swift.lang %%DATADIR%%/langDefs/sybase.lang %%DATADIR%%/langDefs/tcl.lang %%DATADIR%%/langDefs/tcsh.lang From owner-svn-ports-all@freebsd.org Thu Jul 2 15:31:20 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 886A1992D69; Thu, 2 Jul 2015 15:31:20 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5F7261945; Thu, 2 Jul 2015 15:31:20 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62FVKos009966; Thu, 2 Jul 2015 15:31:20 GMT (envelope-from marcus@FreeBSD.org) Received: (from marcus@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62FVJ22009883; Thu, 2 Jul 2015 15:31:19 GMT (envelope-from marcus@FreeBSD.org) Message-Id: <201507021531.t62FVJ22009883@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marcus set sender to marcus@FreeBSD.org using -f From: Joe Marcus Clarke Date: Thu, 2 Jul 2015 15:31:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391163 - head/net/wireshark X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 15:31:20 -0000 Author: marcus Date: Thu Jul 2 15:31:19 2015 New Revision: 391163 URL: https://svnweb.freebsd.org/changeset/ports/391163 Log: Update to 1.12.6. See https://www.wireshark.org/docs/relnotes/wireshark-1.12.6.html for a list of changes in this release. Modified: head/net/wireshark/Makefile head/net/wireshark/distinfo head/net/wireshark/pkg-plist Modified: head/net/wireshark/Makefile ============================================================================== --- head/net/wireshark/Makefile Thu Jul 2 14:57:12 2015 (r391162) +++ head/net/wireshark/Makefile Thu Jul 2 15:31:19 2015 (r391163) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME?= wireshark -PORTVERSION= 1.12.5 -PORTREVISION= 1 +PORTVERSION= 1.12.6 CATEGORIES= net ipv6 MASTER_SITES= http://www.wireshark.org/download/src/ \ http://ftp.uni-kl.de/pub/wireshark/src/ \ Modified: head/net/wireshark/distinfo ============================================================================== --- head/net/wireshark/distinfo Thu Jul 2 14:57:12 2015 (r391162) +++ head/net/wireshark/distinfo Thu Jul 2 15:31:19 2015 (r391163) @@ -1,2 +1,2 @@ -SHA256 (wireshark-1.12.5.tar.bz2) = d0f177b2ef49e4deae4ff7d3299bdd295ba558a3934ce8ae489b2f13927cbd82 -SIZE (wireshark-1.12.5.tar.bz2) = 29208507 +SHA256 (wireshark-1.12.6.tar.bz2) = 22ac0cc872f12cef9bb2cacfe0720eed8533dc5cea102d21de511620606cb3b6 +SIZE (wireshark-1.12.6.tar.bz2) = 29166493 Modified: head/net/wireshark/pkg-plist ============================================================================== --- head/net/wireshark/pkg-plist Thu Jul 2 14:57:12 2015 (r391162) +++ head/net/wireshark/pkg-plist Thu Jul 2 15:31:19 2015 (r391163) @@ -16,13 +16,13 @@ bin/tshark %%TEXT2PCAP%% lib/libfiletap.so lib/libfiletap.so.0 -lib/libfiletap.so.0.0.5 +lib/libfiletap.so.0.0.6 lib/libwireshark.so lib/libwireshark.so.5 -lib/libwireshark.so.5.0.5 +lib/libwireshark.so.5.0.6 lib/libwiretap.so lib/libwiretap.so.4 -lib/libwiretap.so.4.0.5 +lib/libwiretap.so.4.0.6 lib/libwsutil.so lib/libwsutil.so.4 lib/libwsutil.so.4.1.0 From owner-svn-ports-all@freebsd.org Thu Jul 2 15:32:18 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1ABED992DA5; Thu, 2 Jul 2015 15:32:18 +0000 (UTC) (envelope-from skreuzer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E59791AC1; Thu, 2 Jul 2015 15:32:17 +0000 (UTC) (envelope-from skreuzer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62FWHB6013175; Thu, 2 Jul 2015 15:32:17 GMT (envelope-from skreuzer@FreeBSD.org) Received: (from skreuzer@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62FWH2w013172; Thu, 2 Jul 2015 15:32:17 GMT (envelope-from skreuzer@FreeBSD.org) Message-Id: <201507021532.t62FWH2w013172@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: skreuzer set sender to skreuzer@FreeBSD.org using -f From: Steven Kreuzer Date: Thu, 2 Jul 2015 15:32:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391164 - head/benchmarks/netpipe X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 15:32:18 -0000 Author: skreuzer Date: Thu Jul 2 15:32:16 2015 New Revision: 391164 URL: https://svnweb.freebsd.org/changeset/ports/391164 Log: Update to version 3.7.2 Modified: head/benchmarks/netpipe/Makefile head/benchmarks/netpipe/distinfo head/benchmarks/netpipe/pkg-descr Modified: head/benchmarks/netpipe/Makefile ============================================================================== --- head/benchmarks/netpipe/Makefile Thu Jul 2 15:31:19 2015 (r391163) +++ head/benchmarks/netpipe/Makefile Thu Jul 2 15:32:16 2015 (r391164) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= NetPIPE -PORTVERSION= 3.7.1 +PORTVERSION= 3.7.2 CATEGORIES= benchmarks net -MASTER_SITES= http://www.scl.ameslab.gov/Projects/Netpipe/code/ +MASTER_SITES= http://bitspjoule.org/netpipe/code/ MAINTAINER= skreuzer@FreeBSD.org COMMENT= Self-scaling network benchmark @@ -12,7 +12,6 @@ COMMENT= Self-scaling network benchmark # The default port builds and installs only the TCP version of # netpipe(1). The sources support many other variants. -BROKEN= Unfetchable PORTDOCS= README netpipe_paper.ps PLIST_FILES= bin/NPtcp bin/NPtcp6 man/man1/netpipe.1.gz Modified: head/benchmarks/netpipe/distinfo ============================================================================== --- head/benchmarks/netpipe/distinfo Thu Jul 2 15:31:19 2015 (r391163) +++ head/benchmarks/netpipe/distinfo Thu Jul 2 15:32:16 2015 (r391164) @@ -1,2 +1,2 @@ -SHA256 (NetPIPE-3.7.1.tar.gz) = b088cd917746e37bbaf86cc34fcc84cd2cbaf8060e90c2f3deeddd47f96b1a1a -SIZE (NetPIPE-3.7.1.tar.gz) = 385521 +SHA256 (NetPIPE-3.7.2.tar.gz) = 13dac884ff52951636f651c421f5ff4a853218a95aa28a4a852402ee385a2ab8 +SIZE (NetPIPE-3.7.2.tar.gz) = 400248 Modified: head/benchmarks/netpipe/pkg-descr ============================================================================== --- head/benchmarks/netpipe/pkg-descr Thu Jul 2 15:31:19 2015 (r391163) +++ head/benchmarks/netpipe/pkg-descr Thu Jul 2 15:32:16 2015 (r391164) @@ -15,4 +15,4 @@ for this purpose? For a paper fully describing NetPIPE and sample investigation of network performance issues using NetPIPE, see the homepage. -WWW: http://www.scl.ameslab.gov/netpipe/paper/full.html +WWW: http://bitspjoule.org/netpipe/ From owner-svn-ports-all@freebsd.org Thu Jul 2 15:41:53 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 339AC992FB8; Thu, 2 Jul 2015 15:41:53 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0612D1FC3; Thu, 2 Jul 2015 15:41:53 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62FfqpT017525; Thu, 2 Jul 2015 15:41:52 GMT (envelope-from nox@FreeBSD.org) Received: (from nox@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62FfqM9017523; Thu, 2 Jul 2015 15:41:52 GMT (envelope-from nox@FreeBSD.org) Message-Id: <201507021541.t62FfqM9017523@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nox set sender to nox@FreeBSD.org using -f From: Juergen Lock Date: Thu, 2 Jul 2015 15:41:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391165 - head/emulators/qemu-sbruno X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 15:41:53 -0000 Author: nox Date: Thu Jul 2 15:41:51 2015 New Revision: 391165 URL: https://svnweb.freebsd.org/changeset/ports/391165 Log: Catch up with github tree - changelog: https://github.com/seanbruno/qemu-bsd-user/commits/bsd-user PR: 201168 Modified: head/emulators/qemu-sbruno/Makefile head/emulators/qemu-sbruno/distinfo Modified: head/emulators/qemu-sbruno/Makefile ============================================================================== --- head/emulators/qemu-sbruno/Makefile Thu Jul 2 15:32:16 2015 (r391164) +++ head/emulators/qemu-sbruno/Makefile Thu Jul 2 15:41:51 2015 (r391165) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= qemu -PORTVERSION= 2.3.50.g20150628 +PORTVERSION= 2.3.50.g20150629 CATEGORIES= emulators MASTER_SITES= GH \ LOCAL/nox \ @@ -20,7 +20,7 @@ COMMENT?= QEMU CPU Emulator - github bsd USE_GITHUB= yes GH_ACCOUNT= seanbruno GH_PROJECT= ${PORTNAME}-bsd-user -GH_TAGNAME= f51f4da +GH_TAGNAME= 70c092f HAS_CONFIGURE= yes USES= gmake pkgconfig bison perl5 python:2,build USE_PERL5= build Modified: head/emulators/qemu-sbruno/distinfo ============================================================================== --- head/emulators/qemu-sbruno/distinfo Thu Jul 2 15:32:16 2015 (r391164) +++ head/emulators/qemu-sbruno/distinfo Thu Jul 2 15:41:51 2015 (r391165) @@ -1,4 +1,4 @@ -SHA256 (qemu/2.3.50.g20150628/seanbruno-qemu-bsd-user-2.3.50.g20150628-f51f4da_GH0.tar.gz) = f528de84970a72256fc087308b2aee2cb15e09090117c797d3548e76953515ea -SIZE (qemu/2.3.50.g20150628/seanbruno-qemu-bsd-user-2.3.50.g20150628-f51f4da_GH0.tar.gz) = 10991530 -SHA256 (qemu/2.3.50.g20150628/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3 -SIZE (qemu/2.3.50.g20150628/dtc-v1.4.0.tar.gz) = 131893 +SHA256 (qemu/2.3.50.g20150629/seanbruno-qemu-bsd-user-2.3.50.g20150629-70c092f_GH0.tar.gz) = e298491325347dd14bf665b49fa31043695c92af76cc593780db24e5f4e9f99c +SIZE (qemu/2.3.50.g20150629/seanbruno-qemu-bsd-user-2.3.50.g20150629-70c092f_GH0.tar.gz) = 10995004 +SHA256 (qemu/2.3.50.g20150629/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3 +SIZE (qemu/2.3.50.g20150629/dtc-v1.4.0.tar.gz) = 131893 From owner-svn-ports-all@freebsd.org Thu Jul 2 15:44:58 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 66DFF992FF7; Thu, 2 Jul 2015 15:44:58 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 56F312106; Thu, 2 Jul 2015 15:44:58 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62FiwTP018616; Thu, 2 Jul 2015 15:44:58 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62FiuIp018610; Thu, 2 Jul 2015 15:44:56 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507021544.t62FiuIp018610@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 2 Jul 2015 15:44:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391166 - in head/www: . elixir-phoenix_ecto elixir-phoenix_ecto/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 15:44:58 -0000 Author: olgeni Date: Thu Jul 2 15:44:56 2015 New Revision: 391166 URL: https://svnweb.freebsd.org/changeset/ports/391166 Log: Add www/phoenix_ecto, Ecto (database) integration for the Phoenix framework. Added: head/www/elixir-phoenix_ecto/ head/www/elixir-phoenix_ecto/Makefile (contents, props changed) head/www/elixir-phoenix_ecto/distinfo (contents, props changed) head/www/elixir-phoenix_ecto/files/ head/www/elixir-phoenix_ecto/files/patch-mix.exs (contents, props changed) head/www/elixir-phoenix_ecto/pkg-descr (contents, props changed) head/www/elixir-phoenix_ecto/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Thu Jul 2 15:41:51 2015 (r391165) +++ head/www/Makefile Thu Jul 2 15:44:56 2015 (r391166) @@ -163,6 +163,7 @@ SUBDIR += eliom SUBDIR += elixir-maru SUBDIR += elixir-phoenix + SUBDIR += elixir-phoenix_ecto SUBDIR += emacs-w3m SUBDIR += encode-explorer SUBDIR += entrans Added: head/www/elixir-phoenix_ecto/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/elixir-phoenix_ecto/Makefile Thu Jul 2 15:44:56 2015 (r391166) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= phoenix_ecto +PORTVERSION= 0.5.0 +DISTVERSIONPREFIX= v +CATEGORIES= www +PKGNAMEPREFIX= elixir- + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= Ecto integration for the Phoenix framework + +LICENSE= MIT + +USE_GITHUB= yes +GH_ACCOUNT= phoenixframework + +MIX_BUILD_DEPS= databases/elixir-ecto \ + devel/elixir-plug \ + devel/elixir-poison +MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} + +.include "${PORTSDIR}/lang/elixir/bsd.elixir.mk" +.include Added: head/www/elixir-phoenix_ecto/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/elixir-phoenix_ecto/distinfo Thu Jul 2 15:44:56 2015 (r391166) @@ -0,0 +1,2 @@ +SHA256 (phoenixframework-phoenix_ecto-v0.5.0_GH0.tar.gz) = d8e019895035ea04dc6bda50f771cf75a6410710d460746f39966d22e504e0f2 +SIZE (phoenixframework-phoenix_ecto-v0.5.0_GH0.tar.gz) = 4369 Added: head/www/elixir-phoenix_ecto/files/patch-mix.exs ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/elixir-phoenix_ecto/files/patch-mix.exs Thu Jul 2 15:44:56 2015 (r391166) @@ -0,0 +1,12 @@ +--- mix.exs.orig 2015-07-02 15:23:09 UTC ++++ mix.exs +@@ -30,8 +30,6 @@ defmodule PhoenixEcto.Mixfile do + end + + defp deps do +- [{:phoenix_html, "~> 1.0", optional: true}, +- {:poison, "~> 1.3", optional: true}, +- {:ecto, "~> 0.12"}] ++ [] + end + end Added: head/www/elixir-phoenix_ecto/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/elixir-phoenix_ecto/pkg-descr Thu Jul 2 15:44:56 2015 (r391166) @@ -0,0 +1,4 @@ +A project that integrates Phoenix with Ecto, implementing all +relevant protocols. + +WWW: https://github.com/phoenixframework/phoenix_ecto Added: head/www/elixir-phoenix_ecto/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/elixir-phoenix_ecto/pkg-plist Thu Jul 2 15:44:56 2015 (r391166) @@ -0,0 +1,14 @@ +lib/elixir/lib/phoenix_ecto/ebin/Elixir.Phoenix.Ecto.beam +lib/elixir/lib/phoenix_ecto/ebin/Elixir.Plug.Exception.Ecto.CastError.beam +lib/elixir/lib/phoenix_ecto/ebin/Elixir.Plug.Exception.Ecto.NoResultsError.beam +lib/elixir/lib/phoenix_ecto/ebin/Elixir.Poison.Encoder.Decimal.beam +lib/elixir/lib/phoenix_ecto/ebin/Elixir.Poison.Encoder.Ecto.Changeset.beam +lib/elixir/lib/phoenix_ecto/ebin/Elixir.Poison.Encoder.Ecto.Date.beam +lib/elixir/lib/phoenix_ecto/ebin/Elixir.Poison.Encoder.Ecto.DateTime.beam +lib/elixir/lib/phoenix_ecto/ebin/Elixir.Poison.Encoder.Ecto.Time.beam +lib/elixir/lib/phoenix_ecto/ebin/phoenix_ecto.app +lib/elixir/lib/phoenix_ecto/lib/phoenix_ecto.ex +lib/elixir/lib/phoenix_ecto/lib/phoenix_ecto/html.ex +lib/elixir/lib/phoenix_ecto/lib/phoenix_ecto/json.ex +lib/elixir/lib/phoenix_ecto/lib/phoenix_ecto/plug.ex +%%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-all@freebsd.org Thu Jul 2 15:47:32 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 85C48993023; Thu, 2 Jul 2015 15:47:32 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 619DC221C; Thu, 2 Jul 2015 15:47:32 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62FlWIQ019206; Thu, 2 Jul 2015 15:47:32 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62FlUve019197; Thu, 2 Jul 2015 15:47:30 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507021547.t62FlUve019197@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 2 Jul 2015 15:47:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391167 - in head/www: . elixir-phoenix_html elixir-phoenix_html/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 15:47:32 -0000 Author: olgeni Date: Thu Jul 2 15:47:30 2015 New Revision: 391167 URL: https://svnweb.freebsd.org/changeset/ports/391167 Log: Add www/phoenix_html, functions for working with HTML from Phoenix. Added: head/www/elixir-phoenix_html/ head/www/elixir-phoenix_html/Makefile (contents, props changed) head/www/elixir-phoenix_html/distinfo (contents, props changed) head/www/elixir-phoenix_html/files/ head/www/elixir-phoenix_html/files/patch-mix.exs (contents, props changed) head/www/elixir-phoenix_html/pkg-descr (contents, props changed) head/www/elixir-phoenix_html/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Thu Jul 2 15:44:56 2015 (r391166) +++ head/www/Makefile Thu Jul 2 15:47:30 2015 (r391167) @@ -164,6 +164,7 @@ SUBDIR += elixir-maru SUBDIR += elixir-phoenix SUBDIR += elixir-phoenix_ecto + SUBDIR += elixir-phoenix_html SUBDIR += emacs-w3m SUBDIR += encode-explorer SUBDIR += entrans Added: head/www/elixir-phoenix_html/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/elixir-phoenix_html/Makefile Thu Jul 2 15:47:30 2015 (r391167) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= phoenix_html +PORTVERSION= 1.2.1 +DISTVERSIONPREFIX= v +CATEGORIES= www +PKGNAMEPREFIX= elixir- + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= Functions for working with HTML from Phoenix + +LICENSE= MIT + +USE_GITHUB= yes +GH_ACCOUNT= phoenixframework + +MIX_BUILD_DEPS= devel/elixir-plug +MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} + +.include "${PORTSDIR}/lang/elixir/bsd.elixir.mk" +.include Added: head/www/elixir-phoenix_html/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/elixir-phoenix_html/distinfo Thu Jul 2 15:47:30 2015 (r391167) @@ -0,0 +1,2 @@ +SHA256 (phoenixframework-phoenix_html-v1.2.1_GH0.tar.gz) = f9c09bbaa62de5439b013f399036403742523f6fc0ff38c0f2d865c4c370f0be +SIZE (phoenixframework-phoenix_html-v1.2.1_GH0.tar.gz) = 19417 Added: head/www/elixir-phoenix_html/files/patch-mix.exs ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/elixir-phoenix_html/files/patch-mix.exs Thu Jul 2 15:47:30 2015 (r391167) @@ -0,0 +1,14 @@ +--- mix.exs.orig 2015-07-02 15:30:23 UTC ++++ mix.exs +@@ -20,10 +20,6 @@ defmodule PhoenixHtml.Mixfile do + end + + defp deps do +- [{:plug, ">= 0.12.2 and < 2.0.0"}, +- +- # Docs dependencies +- {:earmark, "~> 0.1", only: :docs}, +- {:ex_doc, "~> 0.7.1", only: :docs}] ++ [] + end + end Added: head/www/elixir-phoenix_html/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/elixir-phoenix_html/pkg-descr Thu Jul 2 15:47:30 2015 (r391167) @@ -0,0 +1,3 @@ +Phoenix.HTML functions for working with HTML strings and templates + +WWW: https://github.com/phoenixframework/phoenix_html Added: head/www/elixir-phoenix_html/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/elixir-phoenix_html/pkg-plist Thu Jul 2 15:47:30 2015 (r391167) @@ -0,0 +1,23 @@ +lib/elixir/lib/phoenix_html/ebin/Elixir.Phoenix.HTML.Engine.beam +lib/elixir/lib/phoenix_html/ebin/Elixir.Phoenix.HTML.Form.beam +lib/elixir/lib/phoenix_html/ebin/Elixir.Phoenix.HTML.FormData.Plug.Conn.beam +lib/elixir/lib/phoenix_html/ebin/Elixir.Phoenix.HTML.FormData.beam +lib/elixir/lib/phoenix_html/ebin/Elixir.Phoenix.HTML.Link.beam +lib/elixir/lib/phoenix_html/ebin/Elixir.Phoenix.HTML.Safe.Atom.beam +lib/elixir/lib/phoenix_html/ebin/Elixir.Phoenix.HTML.Safe.BitString.beam +lib/elixir/lib/phoenix_html/ebin/Elixir.Phoenix.HTML.Safe.Float.beam +lib/elixir/lib/phoenix_html/ebin/Elixir.Phoenix.HTML.Safe.Integer.beam +lib/elixir/lib/phoenix_html/ebin/Elixir.Phoenix.HTML.Safe.List.beam +lib/elixir/lib/phoenix_html/ebin/Elixir.Phoenix.HTML.Safe.Tuple.beam +lib/elixir/lib/phoenix_html/ebin/Elixir.Phoenix.HTML.Safe.beam +lib/elixir/lib/phoenix_html/ebin/Elixir.Phoenix.HTML.Tag.beam +lib/elixir/lib/phoenix_html/ebin/Elixir.Phoenix.HTML.beam +lib/elixir/lib/phoenix_html/ebin/phoenix_html.app +lib/elixir/lib/phoenix_html/lib/phoenix_html.ex +lib/elixir/lib/phoenix_html/lib/phoenix_html/engine.ex +lib/elixir/lib/phoenix_html/lib/phoenix_html/form.ex +lib/elixir/lib/phoenix_html/lib/phoenix_html/form_data.ex +lib/elixir/lib/phoenix_html/lib/phoenix_html/link.ex +lib/elixir/lib/phoenix_html/lib/phoenix_html/safe.ex +lib/elixir/lib/phoenix_html/lib/phoenix_html/tag.ex +%%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-all@freebsd.org Thu Jul 2 15:48:12 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A723299304D; Thu, 2 Jul 2015 15:48:12 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 97FE22406; Thu, 2 Jul 2015 15:48:12 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62FmCUE019389; Thu, 2 Jul 2015 15:48:12 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62FmCQT019388; Thu, 2 Jul 2015 15:48:12 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507021548.t62FmCQT019388@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 2 Jul 2015 15:48:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391168 - head/www/elixir-phoenix_html X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 15:48:12 -0000 Author: olgeni Date: Thu Jul 2 15:48:11 2015 New Revision: 391168 URL: https://svnweb.freebsd.org/changeset/ports/391168 Log: Add missing period. Modified: head/www/elixir-phoenix_html/pkg-descr Modified: head/www/elixir-phoenix_html/pkg-descr ============================================================================== --- head/www/elixir-phoenix_html/pkg-descr Thu Jul 2 15:47:30 2015 (r391167) +++ head/www/elixir-phoenix_html/pkg-descr Thu Jul 2 15:48:11 2015 (r391168) @@ -1,3 +1,3 @@ -Phoenix.HTML functions for working with HTML strings and templates +Phoenix.HTML functions for working with HTML strings and templates. WWW: https://github.com/phoenixframework/phoenix_html From owner-svn-ports-all@freebsd.org Thu Jul 2 16:01:35 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 422E39931A2; Thu, 2 Jul 2015 16:01:35 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 261FA2A04; Thu, 2 Jul 2015 16:01:35 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62G1ZOI041081; Thu, 2 Jul 2015 16:01:35 GMT (envelope-from pgollucci@FreeBSD.org) Received: (from pgollucci@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62G18aZ040050; Thu, 2 Jul 2015 16:01:08 GMT (envelope-from pgollucci@FreeBSD.org) Message-Id: <201507021601.t62G18aZ040050@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pgollucci set sender to pgollucci@FreeBSD.org using -f From: "Philip M. Gollucci" Date: Thu, 2 Jul 2015 16:01:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391169 - in head: archivers/rubygem-archive-tar-minitar archivers/rubygem-minitar archivers/rubygem-rubyzip archivers/rubygem-rubyzip2 audio/rubygem-librmpd audio/rubygem-ruby-mp3info ... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 16:01:35 -0000 Author: pgollucci Date: Thu Jul 2 16:01:06 2015 New Revision: 391169 URL: https://svnweb.freebsd.org/changeset/ports/391169 Log: Set NO_ARCH for remaining rubygem-* ports with no arch dependent files Obtained from: DEVELOPER_MODE With Hat: ruby@ Sponsored by: RideCharge Inc / Curb Modified: head/archivers/rubygem-archive-tar-minitar/Makefile head/archivers/rubygem-minitar/Makefile head/archivers/rubygem-rubyzip/Makefile head/archivers/rubygem-rubyzip2/Makefile head/audio/rubygem-librmpd/Makefile head/audio/rubygem-ruby-mp3info/Makefile head/benchmarks/rubygem-benchmark-ips/Makefile head/benchmarks/rubygem-railsbench/Makefile head/databases/rubygem-activemodel/Makefile head/databases/rubygem-activerecord-jdbcmysql-adapter/Makefile head/databases/rubygem-activerecord/Makefile head/databases/rubygem-arel-helpers/Makefile head/databases/rubygem-arel/Makefile head/databases/rubygem-arel3/Makefile head/databases/rubygem-arel6/Makefile head/databases/rubygem-bigrecord/Makefile head/databases/rubygem-data_objects/Makefile head/databases/rubygem-datamapper/Makefile head/databases/rubygem-dbd-odbc/Makefile head/databases/rubygem-dbd-pg/Makefile head/databases/rubygem-dbd-sqlite3/Makefile head/databases/rubygem-dbi/Makefile head/databases/rubygem-dm-active_model/Makefile head/databases/rubygem-dm-aggregates/Makefile head/databases/rubygem-dm-chunked_query/Makefile head/databases/rubygem-dm-constraints/Makefile head/databases/rubygem-dm-core/Makefile head/databases/rubygem-dm-devise/Makefile head/databases/rubygem-dm-do-adapter/Makefile head/databases/rubygem-dm-migrations/Makefile head/databases/rubygem-dm-mysql-adapter/Makefile head/databases/rubygem-dm-observer/Makefile head/databases/rubygem-dm-pager/Makefile head/databases/rubygem-dm-paperclip/Makefile head/databases/rubygem-dm-postgres-adapter/Makefile head/databases/rubygem-dm-rails/Makefile head/databases/rubygem-dm-timestamps/Makefile head/databases/rubygem-dm-transactions/Makefile head/databases/rubygem-dm-validations/Makefile head/databases/rubygem-jdbc-mysql/Makefile head/databases/rubygem-leo_manager_client/Makefile head/databases/rubygem-memcache-client/Makefile head/databases/rubygem-openid-redis-store/Makefile head/databases/rubygem-rbase/Makefile head/databases/rubygem-redis-namespace/Makefile head/databases/rubygem-redis/Makefile head/databases/rubygem-rubyrep/Makefile head/databases/rubygem-tarantool/Makefile head/devel/rubygem-CFPropertyList/Makefile head/devel/rubygem-abstract/Makefile head/devel/rubygem-active_scaffold/Makefile head/devel/rubygem-activemessaging/Makefile head/devel/rubygem-activesupport4/Makefile head/devel/rubygem-allison/Makefile head/devel/rubygem-analogger/Makefile head/devel/rubygem-annoy/Makefile head/devel/rubygem-ansi/Makefile head/devel/rubygem-apipie-bindings/Makefile head/devel/rubygem-app_config/Makefile head/devel/rubygem-arrayfields/Makefile head/devel/rubygem-ascii85/Makefile head/devel/rubygem-aspectr/Makefile head/devel/rubygem-atoulme-antwrap/Makefile head/devel/rubygem-attic/Makefile head/devel/rubygem-attr_required/Makefile head/devel/rubygem-awesome_print/Makefile head/devel/rubygem-axiom-types/Makefile head/devel/rubygem-backports/Makefile head/devel/rubygem-bacon/Makefile head/devel/rubygem-benelux/Makefile head/devel/rubygem-bindata/Makefile head/devel/rubygem-bio/Makefile head/devel/rubygem-blankslate/Makefile head/devel/rubygem-bones/Makefile head/devel/rubygem-bosh-template/Makefile head/devel/rubygem-bosh_common/Makefile head/devel/rubygem-bson1/Makefile head/devel/rubygem-buftok/Makefile head/devel/rubygem-builder/Makefile head/devel/rubygem-builder31/Makefile head/devel/rubygem-builder32/Makefile head/devel/rubygem-caesars/Makefile head/devel/rubygem-celluloid-io/Makefile head/devel/rubygem-chronic/Makefile head/devel/rubygem-classifier-reborn/Makefile head/devel/rubygem-classifier/Makefile head/devel/rubygem-climate_control/Makefile head/devel/rubygem-clio/Makefile head/devel/rubygem-cloudfiles/Makefile head/devel/rubygem-cocaine/Makefile head/devel/rubygem-coercible/Makefile head/devel/rubygem-coffee-rails/Makefile head/devel/rubygem-coffee-script-source/Makefile head/devel/rubygem-coffee-script/Makefile head/devel/rubygem-colorize/Makefile head/devel/rubygem-columnize/Makefile head/devel/rubygem-commander/Makefile head/devel/rubygem-configatron/Makefile head/devel/rubygem-configuration/Makefile head/devel/rubygem-crack/Makefile head/devel/rubygem-cri/Makefile head/devel/rubygem-cucumber-core/Makefile head/devel/rubygem-daemon_controller/Makefile head/devel/rubygem-debugger-linecache/Makefile head/devel/rubygem-deep_merge/Makefile head/devel/rubygem-deep_test/Makefile head/devel/rubygem-delayer/Makefile head/devel/rubygem-deprecated/Makefile head/devel/rubygem-deprecated2/Makefile head/devel/rubygem-descendants_tracker/Makefile head/devel/rubygem-devise-async/Makefile head/devel/rubygem-devise/Makefile head/devel/rubygem-directory_watcher/Makefile head/devel/rubygem-ditz/Makefile head/devel/rubygem-docile/Makefile head/devel/rubygem-dotenv-deployment/Makefile head/devel/rubygem-drydock/Makefile head/devel/rubygem-edavis10-object_daddy/Makefile head/devel/rubygem-elif/Makefile head/devel/rubygem-equalizer/Makefile head/devel/rubygem-errand/Makefile head/devel/rubygem-excon/Makefile head/devel/rubygem-execjs/Makefile head/devel/rubygem-extlib/Makefile head/devel/rubygem-facets/Makefile head/devel/rubygem-fast_gettext/Makefile head/devel/rubygem-fastercsv/Makefile head/devel/rubygem-fastri/Makefile head/devel/rubygem-fattr/Makefile head/devel/rubygem-file-tail/Makefile head/devel/rubygem-flexmock/Makefile head/devel/rubygem-foreman/Makefile head/devel/rubygem-formatador/Makefile head/devel/rubygem-gdata/Makefile head/devel/rubygem-gem_plugin/Makefile head/devel/rubygem-gemcutter/Makefile head/devel/rubygem-gems/Makefile head/devel/rubygem-generator_spec/Makefile head/devel/rubygem-georuby/Makefile head/devel/rubygem-get_process_mem/Makefile head/devel/rubygem-getopt/Makefile head/devel/rubygem-gettext/Makefile head/devel/rubygem-gibbler/Makefile head/devel/rubygem-git/Makefile head/devel/rubygem-gitlab-pygments.rb/Makefile head/devel/rubygem-gitlab_meta/Makefile head/devel/rubygem-graf/Makefile head/devel/rubygem-grit/Makefile head/devel/rubygem-guess_html_encoding/Makefile head/devel/rubygem-gyoku/Makefile head/devel/rubygem-hashery/Makefile head/devel/rubygem-hashie2/Makefile head/devel/rubygem-highline/Makefile head/devel/rubygem-hike/Makefile head/devel/rubygem-hoe/Makefile head/devel/rubygem-i18n/Makefile head/devel/rubygem-icalendar/Makefile head/devel/rubygem-ice_nine/Makefile head/devel/rubygem-inflecto/Makefile head/devel/rubygem-interact/Makefile head/devel/rubygem-jammit/Makefile head/devel/rubygem-jekyll-coffeescript/Makefile head/devel/rubygem-jquery-ui-themes/Makefile head/devel/rubygem-jruby-jars/Makefile head/devel/rubygem-kafo/Makefile head/devel/rubygem-kafo_parsers/Makefile head/devel/rubygem-launchy/Makefile head/devel/rubygem-launchy22/Makefile head/devel/rubygem-librarian/Makefile head/devel/rubygem-little-plugger/Makefile head/devel/rubygem-logster/Makefile head/devel/rubygem-loquacious/Makefile head/devel/rubygem-lru_redux/Makefile head/devel/rubygem-lumberjack/Makefile head/devel/rubygem-main/Makefile head/devel/rubygem-map/Makefile head/devel/rubygem-memoizable/Makefile head/devel/rubygem-mercenary/Makefile head/devel/rubygem-metaclass/Makefile head/devel/rubygem-method_source/Makefile head/devel/rubygem-minitest/Makefile head/devel/rubygem-minitest4/Makefile head/devel/rubygem-mixlib-authentication/Makefile head/devel/rubygem-mixlib-cli/Makefile head/devel/rubygem-mixlib-config/Makefile head/devel/rubygem-mixlib-log/Makefile head/devel/rubygem-mixlib-shellout/Makefile head/devel/rubygem-mocha/Makefile head/devel/rubygem-moneta/Makefile head/devel/rubygem-moneta06/Makefile head/devel/rubygem-mongo/Makefile head/devel/rubygem-mspec/Makefile head/devel/rubygem-multi_test/Makefile head/devel/rubygem-mutter/Makefile head/devel/rubygem-naught/Makefile head/devel/rubygem-needle/Makefile head/devel/rubygem-nenv/Makefile head/devel/rubygem-nesty/Makefile head/devel/rubygem-newrelic_rpm/Makefile head/devel/rubygem-nori/Makefile head/devel/rubygem-notiffany/Makefile head/devel/rubygem-notify/Makefile head/devel/rubygem-nprogress-rails/Makefile head/devel/rubygem-open3_backport/Makefile head/devel/rubygem-open4/Makefile head/devel/rubygem-orm_adapter/Makefile head/devel/rubygem-paint/Makefile head/devel/rubygem-piston/Makefile head/devel/rubygem-pkg-config/Makefile head/devel/rubygem-platform/Makefile head/devel/rubygem-plist/Makefile head/devel/rubygem-polyglot/Makefile head/devel/rubygem-popen4/Makefile head/devel/rubygem-power_assert/Makefile head/devel/rubygem-prototype-rails/Makefile head/devel/rubygem-pry-rails/Makefile head/devel/rubygem-pry-remote-em/Makefile head/devel/rubygem-pry/Makefile head/devel/rubygem-ptreloaded/Makefile head/devel/rubygem-pygments.rb/Makefile head/devel/rubygem-r18n-core/Makefile head/devel/rubygem-rainbow/Makefile head/devel/rubygem-rake-compiler/Makefile head/devel/rubygem-rake/Makefile head/devel/rubygem-rapt/Makefile head/devel/rubygem-rdoc/Makefile head/devel/rubygem-rdoc3/Makefile head/devel/rubygem-recaptcha/Makefile head/devel/rubygem-redmine_plugin_support/Makefile head/devel/rubygem-ref/Makefile head/devel/rubygem-request_store/Makefile head/devel/rubygem-require_all/Makefile head/devel/rubygem-retryable/Makefile head/devel/rubygem-rgl/Makefile head/devel/rubygem-rodzilla/Makefile head/devel/rubygem-rr/Makefile head/devel/rubygem-rrd-ffi/Makefile head/devel/rubygem-rscm/Makefile head/devel/rubygem-rubigen/Makefile head/devel/rubygem-ruby-ole/Makefile head/devel/rubygem-ruby-sdl-ffi/Makefile head/devel/rubygem-ruby2ruby/Makefile head/devel/rubygem-rubygame/Makefile head/devel/rubygem-rubygems-mirror/Makefile head/devel/rubygem-rubygems-tasks/Makefile head/devel/rubygem-rubygems-test/Makefile head/devel/rubygem-rubyinline/Makefile head/devel/rubygem-rubyinlineaccel/Makefile head/devel/rubygem-rubytree/Makefile head/devel/rubygem-rufus-scheduler/Makefile head/devel/rubygem-runt/Makefile head/devel/rubygem-ruport/Makefile head/devel/rubygem-safe_yaml/Makefile head/devel/rubygem-sdoc/Makefile head/devel/rubygem-sequel/Makefile head/devel/rubygem-sequel3/Makefile head/devel/rubygem-settingslogic/Makefile head/devel/rubygem-sexp_processor/Makefile head/devel/rubygem-shoulda-context/Makefile head/devel/rubygem-shoulda-matchers/Makefile head/devel/rubygem-shoulda/Makefile head/devel/rubygem-sigdump/Makefile head/devel/rubygem-slack-notifier/Makefile head/devel/rubygem-slop/Makefile head/devel/rubygem-soap4r/Makefile head/devel/rubygem-spring/Makefile head/devel/rubygem-spruz/Makefile head/devel/rubygem-state_machine/Makefile head/devel/rubygem-statsd/Makefile head/devel/rubygem-stemmer/Makefile head/devel/rubygem-stomp/Makefile head/devel/rubygem-storable/Makefile head/devel/rubygem-stream/Makefile head/devel/rubygem-streetaddress/Makefile head/devel/rubygem-stringex/Makefile head/devel/rubygem-structured_warnings/Makefile head/devel/rubygem-subexec/Makefile head/devel/rubygem-sugar-high/Makefile head/devel/rubygem-sundawg_country_codes/Makefile head/devel/rubygem-sysinfo/Makefile head/devel/rubygem-systemu/Makefile head/devel/rubygem-table_print/Makefile head/devel/rubygem-tdiff/Makefile head/devel/rubygem-templater/Makefile head/devel/rubygem-thor/Makefile head/devel/rubygem-thread_safe/Makefile head/devel/rubygem-tilt/Makefile head/devel/rubygem-tilt1/Makefile head/devel/rubygem-timers/Makefile head/devel/rubygem-timers1/Makefile head/devel/rubygem-tins0/Makefile head/devel/rubygem-toml/Makefile head/devel/rubygem-transaction-simple/Makefile head/devel/rubygem-treetop/Makefile head/devel/rubygem-turn/Makefile head/devel/rubygem-typed-array/Makefile head/devel/rubygem-tzinfo/Makefile head/devel/rubygem-tzinfo03/Makefile head/devel/rubygem-uuidtools/Makefile head/devel/rubygem-versionomy/Makefile head/devel/rubygem-virtus/Makefile head/devel/rubygem-warbler/Makefile head/devel/rubygem-webby/Makefile head/devel/rubygem-wmi-lite/Makefile head/devel/rubygem-yui-compressor/Makefile head/devel/rubygem-zentest/Makefile head/dns/rubygem-dnsruby/Makefile head/dns/rubygem-net-dns/Makefile head/dns/rubygem-public_suffix/Makefile head/dns/rubygem-public_suffix_service/Makefile head/emulators/rubygem-fission/Makefile head/finance/rubygem-money/Makefile head/games/lolcat/Makefile head/graphics/rubygem-chunky_png/Makefile head/graphics/rubygem-clutter-gtk/Makefile head/graphics/rubygem-clutter/Makefile head/graphics/rubygem-emoji/Makefile head/graphics/rubygem-ezprint/Makefile head/graphics/rubygem-fastimage/Makefile head/graphics/rubygem-flamegraph/Makefile head/graphics/rubygem-gd2/Makefile head/graphics/rubygem-gemojione/Makefile head/graphics/rubygem-gitlab_emoji/Makefile head/graphics/rubygem-image_science/Makefile head/graphics/rubygem-imagesize/Makefile head/graphics/rubygem-pdfkit/Makefile head/graphics/rubygem-png/Makefile head/graphics/rubygem-railroad/Makefile head/graphics/rubygem-ruby-graphviz/Makefile head/graphics/rubygem-scruffy/Makefile head/irc/rubygem-cinch/Makefile head/irc/rubygem-net-irc/Makefile head/japanese/rubygem-jpmobile-ipaddresses/Makefile head/japanese/rubygem-jpmobile-terminfo/Makefile head/japanese/rubygem-jpmobile/Makefile head/japanese/rubygem-mail-iso-2022-jp/Makefile head/japanese/rubygem-myrurema/Makefile head/mail/rubygem-actionmailer/Makefile head/mail/rubygem-email_reply_parser-discourse/Makefile head/mail/rubygem-larch/Makefile head/mail/rubygem-mail/Makefile head/mail/rubygem-mail25/Makefile head/mail/rubygem-mailfactory/Makefile head/mail/rubygem-pony/Makefile head/mail/rubygem-rmail/Makefile head/mail/rubygem-vmail/Makefile head/math/rubygem-expression_parser/Makefile head/math/rubygem-numru-units/Makefile head/misc/rubygem-iesd/Makefile head/misc/rubygem-mime-types1/Makefile head/misc/rubygem-mimemagic/Makefile head/misc/rubygem-vpim/Makefile head/multimedia/rubygem-clutter-gstreamer/Makefile head/multimedia/rubygem-flvtool2/Makefile head/net-im/rubygem-earthquake/Makefile head/net-im/rubygem-hipchat/Makefile head/net-mgmt/rubygem-snmp/Makefile head/net-mgmt/rubygem-visage-app/Makefile head/net/rubygem-amazon-ec2/Makefile head/net/rubygem-amq-client/Makefile head/net/rubygem-amq-protocol/Makefile head/net/rubygem-amqp/Makefile head/net/rubygem-amqp067/Makefile head/net/rubygem-aws-s3/Makefile head/net/rubygem-aws-ses/Makefile head/net/rubygem-bunny/Makefile head/net/rubygem-connection_pool/Makefile head/net/rubygem-domain_name/Makefile head/net/rubygem-dropbox-sdk/Makefile head/net/rubygem-geoip/Makefile head/net/rubygem-gitlab_omniauth-ldap/Makefile head/net/rubygem-httpauth/Makefile head/net/rubygem-ipaddress/Makefile head/net/rubygem-iproto/Makefile head/net/rubygem-macaddr/Makefile head/net/rubygem-net-ldap/Makefile head/net/rubygem-net-netrc/Makefile head/net/rubygem-netrc/Makefile head/net/rubygem-oauth/Makefile head/net/rubygem-omniauth-oauth/Makefile head/net/rubygem-omniauth-openid/Makefile head/net/rubygem-open-uri-cached/Makefile head/net/rubygem-packetfu/Makefile head/net/rubygem-right_aws/Makefile head/net/rubygem-right_flexiscale/Makefile head/net/rubygem-right_gogrid/Makefile head/net/rubygem-right_http_connection/Makefile head/net/rubygem-right_slicehost/Makefile head/net/rubygem-ruby-growl/Makefile head/net/rubygem-ruby-openid/Makefile head/net/rubygem-ruby-yadis/Makefile head/net/rubygem-rubyntlm/Makefile head/net/rubygem-rubyntlm01/Makefile head/net/rubygem-rubytter/Makefile head/net/rubygem-simple_oauth/Makefile head/net/rubygem-t/Makefile head/net/rubygem-twitter-stream/Makefile head/net/rubygem-twitter/Makefile head/net/rubygem-twitter4r/Makefile head/net/rubygem-uri-redis/Makefile head/net/rubygem-whois/Makefile head/print/rubygem-afm/Makefile head/print/rubygem-color-tools/Makefile head/print/rubygem-color/Makefile head/print/rubygem-pdf-core/Makefile head/print/rubygem-pdf-reader/Makefile head/print/rubygem-pdf-writer/Makefile head/print/rubygem-prawn-core/Makefile head/print/rubygem-prawn-flexible-table/Makefile head/print/rubygem-prawn-format/Makefile head/print/rubygem-prawn-graph/Makefile head/print/rubygem-prawn-js/Makefile head/print/rubygem-prawn-layout/Makefile head/print/rubygem-prawn-security/Makefile head/print/rubygem-prawn/Makefile head/print/rubygem-ttfunk/Makefile head/science/rubygem-ai4r/Makefile head/security/rubygem-bcrypt-ruby/Makefile head/security/rubygem-ezcrypto/Makefile head/security/rubygem-gpgr/Makefile head/security/rubygem-gssapi/Makefile head/security/rubygem-jugyo-twitter_oauth/Makefile head/security/rubygem-metasploit-concern/Makefile head/security/rubygem-metasploit-model/Makefile head/security/rubygem-nmap-parser/Makefile head/security/rubygem-omniauth-multipassword/Makefile head/security/rubygem-origami/Makefile head/security/rubygem-pyu-ruby-sasl/Makefile head/security/rubygem-razorback-scriptNugget/Makefile head/security/rubygem-roauth/Makefile head/security/rubygem-ruby-hmac/Makefile head/security/rubygem-ruby-rc4/Makefile head/security/rubygem-six/Makefile head/security/rubygem-twitter_oauth/Makefile head/sysutils/rubygem-SyslogLogger/Makefile head/sysutils/rubygem-bundler17/Makefile head/sysutils/rubygem-chef-api/Makefile head/sysutils/rubygem-chef-zero/Makefile head/sysutils/rubygem-fssm/Makefile head/sysutils/rubygem-guard-compat/Makefile head/sysutils/rubygem-hammer_cli/Makefile head/sysutils/rubygem-hammer_cli_foreman/Makefile head/sysutils/rubygem-hammer_cli_foreman_bootdisk/Makefile head/sysutils/rubygem-hammer_cli_foreman_salt/Makefile head/sysutils/rubygem-hiera-file/Makefile head/sysutils/rubygem-hiera/Makefile head/sysutils/rubygem-log4r/Makefile head/sysutils/rubygem-logify/Makefile head/sysutils/rubygem-mogilefs-client/Makefile head/sysutils/rubygem-mothra/Makefile head/sysutils/rubygem-murder/Makefile head/sysutils/rubygem-parallel/Makefile head/sysutils/rubygem-rubyipmi/Makefile head/sysutils/rubygem-shellany/Makefile head/sysutils/rubygem-smart_proxy_chef/Makefile head/sysutils/rubygem-smart_proxy_salt/Makefile head/sysutils/rubygem-yell/Makefile head/textproc/rubygem-albino/Makefile head/textproc/rubygem-asciidoctor/Makefile head/textproc/rubygem-coderay/Makefile head/textproc/rubygem-colorator/Makefile head/textproc/rubygem-colored/Makefile head/textproc/rubygem-creole/Makefile head/textproc/rubygem-css_parser/Makefile head/textproc/rubygem-cssmin/Makefile head/textproc/rubygem-diff-lcs/Makefile head/textproc/rubygem-gemoji/Makefile head/textproc/rubygem-github-markup/Makefile head/textproc/rubygem-gitlab-grit/Makefile head/textproc/rubygem-gitlab-linguist/Makefile head/textproc/rubygem-heredoc_unindent/Makefile head/textproc/rubygem-hikidoc/Makefile head/textproc/rubygem-htmlentities/Makefile head/textproc/rubygem-ini/Makefile head/textproc/rubygem-jekyll-assets/Makefile head/textproc/rubygem-jekyll-gist/Makefile head/textproc/rubygem-jekyll-paginate/Makefile head/textproc/rubygem-jsmin/Makefile head/textproc/rubygem-kramdown/Makefile head/textproc/rubygem-kwalify/Makefile head/textproc/rubygem-linguistics/Makefile head/textproc/rubygem-liquid/Makefile head/textproc/rubygem-loggability/Makefile head/textproc/rubygem-ltsv/Makefile head/textproc/rubygem-multi_xml/Makefile head/textproc/rubygem-opml/Makefile head/textproc/rubygem-org-ruby/Makefile head/textproc/rubygem-parslet/Makefile head/textproc/rubygem-phone/Makefile head/textproc/rubygem-rak/Makefile head/textproc/rubygem-rdtool/Makefile head/textproc/rubygem-ri_cal/Makefile head/textproc/rubygem-rouge/Makefile head/textproc/rubygem-rttool/Makefile head/textproc/rubygem-rubypants/Makefile head/textproc/rubygem-rugments/Makefile head/textproc/rubygem-sass32/Makefile head/textproc/rubygem-sax-machine/Makefile head/textproc/rubygem-spreadsheet/Makefile head/textproc/rubygem-stamp/Makefile head/textproc/rubygem-syntax/Makefile head/textproc/rubygem-text/Makefile head/textproc/rubygem-tidy/Makefile head/textproc/rubygem-twitter-text/Makefile head/textproc/rubygem-unf/Makefile head/textproc/rubygem-xml-simple/Makefile head/textproc/rubygem-ya2yaml/Makefile head/textproc/rubygem-yard-chef/Makefile head/textproc/rubygem-yard/Makefile head/www/rubygem-actionpack/Makefile head/www/rubygem-activeresource/Makefile head/www/rubygem-acts-as-taggable-on/Makefile head/www/rubygem-acts_as_taggable/Makefile head/www/rubygem-addressable/Makefile head/www/rubygem-akami/Makefile head/www/rubygem-asana/Makefile head/www/rubygem-browser/Makefile head/www/rubygem-cal-heatmap-rails/Makefile head/www/rubygem-carrierwave/Makefile head/www/rubygem-cgi_multipart_eof_fix/Makefile head/www/rubygem-chosen-rails/Makefile head/www/rubygem-cookiejar/Makefile head/www/rubygem-crass/Makefile head/www/rubygem-d3_rails/Makefile head/www/rubygem-dashing/Makefile head/www/rubygem-davclient/Makefile head/www/rubygem-domainatrix/Makefile head/www/rubygem-em-http-request/Makefile head/www/rubygem-em-socksify/Makefile head/www/rubygem-em-twitter/Makefile head/www/rubygem-em-websocket/Makefile head/www/rubygem-emk-sinatra-url-for/Makefile head/www/rubygem-erubis/Makefile head/www/rubygem-faraday/Makefile head/www/rubygem-faraday_middleware/Makefile head/www/rubygem-feed-normalizer/Makefile head/www/rubygem-geminabox/Makefile head/www/rubygem-gitlab-grack/Makefile head/www/rubygem-gollum-grit_adapter/Makefile head/www/rubygem-haml-coderay/Makefile head/www/rubygem-haml-contrib/Makefile head/www/rubygem-haml-rails/Makefile head/www/rubygem-haml/Makefile head/www/rubygem-hashicorp-checkpoint/Makefile head/www/rubygem-heroku-api/Makefile head/www/rubygem-heroku-nav/Makefile head/www/rubygem-heroku/Makefile head/www/rubygem-http-cookie/Makefile head/www/rubygem-http-form_data/Makefile head/www/rubygem-http/Makefile head/www/rubygem-httparty/Makefile head/www/rubygem-httpclient/Makefile head/www/rubygem-httpi/Makefile head/www/rubygem-innate/Makefile head/www/rubygem-jekyll-watch/Makefile head/www/rubygem-journey/Makefile head/www/rubygem-jquery-atwho-rails-rails4/Makefile head/www/rubygem-jquery-atwho-rails/Makefile head/www/rubygem-jquery-rails/Makefile head/www/rubygem-jquery-ui-rails/Makefile head/www/rubygem-jruby-rack/Makefile head/www/rubygem-jsobfu/Makefile head/www/rubygem-kaminari/Makefile head/www/rubygem-layout_yullio_generator/Makefile head/www/rubygem-less/Makefile head/www/rubygem-lighthouse-api/Makefile head/www/rubygem-maruku/Makefile head/www/rubygem-merb-assets/Makefile head/www/rubygem-merb-haml/Makefile head/www/rubygem-merb-helpers/Makefile head/www/rubygem-merb-param-protection/Makefile head/www/rubygem-modernizr/Makefile head/www/rubygem-mousetrap-rails/Makefile head/www/rubygem-multipart-post/Makefile head/www/rubygem-nanoc/Makefile head/www/rubygem-net-http-digest_auth/Makefile head/www/rubygem-net-http-digest_auth11/Makefile head/www/rubygem-net-http-persistent/Makefile head/www/rubygem-net-http-persistent25/Makefile head/www/rubygem-net-http-pipeline/Makefile head/www/rubygem-ntlm-http/Makefile head/www/rubygem-pagerduty/Makefile head/www/rubygem-pusher-client/Makefile head/www/rubygem-rack-cors/Makefile head/www/rubygem-rails/Makefile head/www/rubygem-ramaze/Makefile head/www/rubygem-raphael-rails/Makefile head/www/rubygem-rest-client/Makefile head/www/rubygem-rfacebook/Makefile head/www/rubygem-rfeedfinder/Makefile head/www/rubygem-rkelly-remix/Makefile head/www/rubygem-robotex/Makefile head/www/rubygem-robots/Makefile head/www/rubygem-rqrcode/Makefile head/www/rubygem-rtlit/Makefile head/www/rubygem-sawyer/Makefile head/www/rubygem-scrapi/Makefile head/www/rubygem-select2-rails/Makefile head/www/rubygem-simple-rss/Makefile head/www/rubygem-sinatra-contrib/Makefile head/www/rubygem-sinatra-r18n/Makefile head/www/rubygem-sinatra-respond_to/Makefile head/www/rubygem-tinyatom/Makefile head/www/rubygem-tinymce-rails/Makefile head/www/rubygem-tumblr_client/Makefile head/www/rubygem-uglifier/Makefile head/www/rubygem-unicorn-worker-killer/Makefile head/www/rubygem-url-mount/Makefile head/www/rubygem-webkit-gtk/Makefile head/www/rubygem-webkit-gtk2/Makefile head/www/rubygem-webmock/Makefile head/www/rubygem-webrobots/Makefile head/www/rubygem-websocket/Makefile head/x11-toolkits/rubygem-gdk3/Makefile Modified: head/archivers/rubygem-archive-tar-minitar/Makefile ============================================================================== --- head/archivers/rubygem-archive-tar-minitar/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/archivers/rubygem-archive-tar-minitar/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -11,6 +11,8 @@ COMMENT= Library and command-line utilit LICENSE= GPLv2 GPLv3 RUBY LICENSE_COMB= dual +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/archivers/rubygem-minitar/Makefile ============================================================================== --- head/archivers/rubygem-minitar/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/archivers/rubygem-minitar/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -12,6 +12,8 @@ COMMENT= Library and command-line utilit LICENSE= GPLv2 GPLv3 RUBY LICENSE_COMB= dual +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/archivers/rubygem-rubyzip/Makefile ============================================================================== --- head/archivers/rubygem-rubyzip/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/archivers/rubygem-rubyzip/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -12,6 +12,8 @@ COMMENT= Ruby module for reading and wri LICENSE= BSD2CLAUSE RUBY LICENSE_COMB= dual +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/archivers/rubygem-rubyzip2/Makefile ============================================================================== --- head/archivers/rubygem-rubyzip2/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/archivers/rubygem-rubyzip2/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -9,6 +9,8 @@ MASTER_SITES= RG MAINTAINER= hhyou@cs.nctu.edu.tw COMMENT= Ruby compatible Zip library +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/audio/rubygem-librmpd/Makefile ============================================================================== --- head/audio/rubygem-librmpd/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/audio/rubygem-librmpd/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -9,6 +9,8 @@ MASTER_SITES= RG MAINTAINER= vg@FreeBSD.org COMMENT= Is a simple yet powerful Music Player Daemon library +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/audio/rubygem-ruby-mp3info/Makefile ============================================================================== --- head/audio/rubygem-ruby-mp3info/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/audio/rubygem-ruby-mp3info/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -9,6 +9,8 @@ MASTER_SITES= RG MAINTAINER= tha_walka@hotmail.com COMMENT= Ruby library to access information on mp3 files +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/benchmarks/rubygem-benchmark-ips/Makefile ============================================================================== --- head/benchmarks/rubygem-benchmark-ips/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/benchmarks/rubygem-benchmark-ips/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -11,6 +11,8 @@ COMMENT= Iterations per second enhanceme LICENSE= MIT +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/benchmarks/rubygem-railsbench/Makefile ============================================================================== --- head/benchmarks/rubygem-railsbench/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/benchmarks/rubygem-railsbench/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -13,6 +13,8 @@ LICENSE= GPLv2 RUN_DEPENDS= rubygem-hoe>=2.4.0:${PORTSDIR}/devel/rubygem-hoe +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/databases/rubygem-activemodel/Makefile ============================================================================== --- head/databases/rubygem-activemodel/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/databases/rubygem-activemodel/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -13,6 +13,8 @@ LICENSE= MIT RUN_DEPENDS= rubygem-activesupport>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activesupport \ rubygem-builder>=3.0.0:${PORTSDIR}/devel/rubygem-builder +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/databases/rubygem-activerecord-jdbcmysql-adapter/Makefile ============================================================================== --- head/databases/rubygem-activerecord-jdbcmysql-adapter/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/databases/rubygem-activerecord-jdbcmysql-adapter/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -16,6 +16,7 @@ RUN_DEPENDS= jruby:${PORTSDIR}/lang/jrub rubygem-jdbc-mysql>=5.1.22:${PORTSDIR}/databases/rubygem-jdbc-mysql NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/databases/rubygem-activerecord/Makefile ============================================================================== --- head/databases/rubygem-activerecord/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/databases/rubygem-activerecord/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -16,6 +16,8 @@ RUN_DEPENDS= rubygem-activemodel>=${PORT rubygem-arel3>=3.0.3:${PORTSDIR}/databases/rubygem-arel3 \ rubygem-tzinfo03>=0.3.29:${PORTSDIR}/devel/rubygem-tzinfo03 +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/databases/rubygem-arel-helpers/Makefile ============================================================================== --- head/databases/rubygem-arel-helpers/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/databases/rubygem-arel-helpers/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -12,6 +12,8 @@ LICENSE= MIT RUN_DEPENDS= rubygem-activerecord>=3.1.0:${PORTSDIR}/databases/rubygem-activerecord +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/databases/rubygem-arel/Makefile ============================================================================== --- head/databases/rubygem-arel/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/databases/rubygem-arel/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -11,6 +11,8 @@ COMMENT= Relational Algebra for Ruby LICENSE= MIT +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/databases/rubygem-arel3/Makefile ============================================================================== --- head/databases/rubygem-arel3/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/databases/rubygem-arel3/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -12,6 +12,8 @@ COMMENT= Relational Algebra for Ruby LICENSE= MIT +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/databases/rubygem-arel6/Makefile ============================================================================== --- head/databases/rubygem-arel6/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/databases/rubygem-arel6/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -11,6 +11,8 @@ COMMENT= Relational Algebra for Ruby LICENSE= MIT +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/databases/rubygem-bigrecord/Makefile ============================================================================== --- head/databases/rubygem-bigrecord/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/databases/rubygem-bigrecord/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -15,6 +15,8 @@ RUN_DEPENDS= rubygem-activerecord>=0:${P rubygem-activesupport>=0:${PORTSDIR}/devel/rubygem-activesupport \ rubygem-uuidtools>=2.0.0:${PORTSDIR}/devel/rubygem-uuidtools +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes USE_RAKE= yes Modified: head/databases/rubygem-data_objects/Makefile ============================================================================== --- head/databases/rubygem-data_objects/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/databases/rubygem-data_objects/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -11,6 +11,8 @@ COMMENT= Unified Ruby API for popular da RUN_DEPENDS= rubygem-addressable>=2.1:${PORTSDIR}/www/rubygem-addressable +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/databases/rubygem-datamapper/Makefile ============================================================================== --- head/databases/rubygem-datamapper/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/databases/rubygem-datamapper/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -22,6 +22,8 @@ RUN_DEPENDS= rubygem-dm-aggregates>=${PO rubygem-dm-types>=${PORTVERSION}:${PORTSDIR}/databases/rubygem-dm-types \ rubygem-dm-validations>=${PORTVERSION}:${PORTSDIR}/databases/rubygem-dm-validations +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/databases/rubygem-dbd-odbc/Makefile ============================================================================== --- head/databases/rubygem-dbd-odbc/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/databases/rubygem-dbd-odbc/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -13,6 +13,8 @@ LICENSE= BSD3CLAUSE RUN_DEPENDS= rubygem-dbi>=0:${PORTSDIR}/databases/rubygem-dbi \ ${RUBY_SITEARCHLIBDIR}/odbc.so:${PORTSDIR}/databases/ruby-odbc +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/databases/rubygem-dbd-pg/Makefile ============================================================================== --- head/databases/rubygem-dbd-pg/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/databases/rubygem-dbd-pg/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -13,6 +13,8 @@ LICENSE= BSD3CLAUSE RUN_DEPENDS= rubygem-dbi>=0.4.0:${PORTSDIR}/databases/rubygem-dbi \ rubygem-pg>=0:${PORTSDIR}/databases/rubygem-pg +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/databases/rubygem-dbd-sqlite3/Makefile ============================================================================== --- head/databases/rubygem-dbd-sqlite3/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/databases/rubygem-dbd-sqlite3/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -14,6 +14,8 @@ LICENSE= BSD3CLAUSE RUN_DEPENDS= rubygem-dbi>=0.4.0:${PORTSDIR}/databases/rubygem-dbi \ rubygem-sqlite3-ruby>=0:${PORTSDIR}/databases/rubygem-sqlite3-ruby +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/databases/rubygem-dbi/Makefile ============================================================================== --- head/databases/rubygem-dbi/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/databases/rubygem-dbi/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -15,6 +15,8 @@ LICENSE= BSD3CLAUSE RUN_DEPENDS= rubygem-deprecated2>=2.0.1:${PORTSDIR}/devel/rubygem-deprecated2 \ rubygem-aspectr>=0:${PORTSDIR}/devel/rubygem-aspectr +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/databases/rubygem-dm-active_model/Makefile ============================================================================== --- head/databases/rubygem-dm-active_model/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/databases/rubygem-dm-active_model/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -14,6 +14,8 @@ LICENSE= MIT RUN_DEPENDS= rubygem-activemodel>=3.0:${PORTSDIR}/databases/rubygem-activemodel \ rubygem-dm-core>=1.2.0:${PORTSDIR}/databases/rubygem-dm-core +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/databases/rubygem-dm-aggregates/Makefile ============================================================================== --- head/databases/rubygem-dm-aggregates/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/databases/rubygem-dm-aggregates/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -13,6 +13,8 @@ LICENSE= MIT RUN_DEPENDS= rubygem-dm-core>=${PORTVERSION}:${PORTSDIR}/databases/rubygem-dm-core +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/databases/rubygem-dm-chunked_query/Makefile ============================================================================== --- head/databases/rubygem-dm-chunked_query/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/databases/rubygem-dm-chunked_query/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -14,6 +14,8 @@ LICENSE= MIT RUN_DEPENDS= rubygem-dm-aggregates>=1.0:${PORTSDIR}/databases/rubygem-dm-aggregates \ rubygem-dm-core>=1.0:${PORTSDIR}/databases/rubygem-dm-core +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/databases/rubygem-dm-constraints/Makefile ============================================================================== --- head/databases/rubygem-dm-constraints/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/databases/rubygem-dm-constraints/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -13,6 +13,8 @@ LICENSE= MIT RUN_DEPENDS= rubygem-dm-core>=${PORTVERSION}:${PORTSDIR}/databases/rubygem-dm-core +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/databases/rubygem-dm-core/Makefile ============================================================================== --- head/databases/rubygem-dm-core/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/databases/rubygem-dm-core/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -14,6 +14,8 @@ LICENSE= MIT RUN_DEPENDS= rubygem-addressable>=2.3:${PORTSDIR}/www/rubygem-addressable +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/databases/rubygem-dm-devise/Makefile ============================================================================== --- head/databases/rubygem-dm-devise/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/databases/rubygem-dm-devise/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -18,6 +18,8 @@ RUN_DEPENDS= rubygem-devise>=1.3:${PORTS rubygem-dm-serializer>=1.0.2:${PORTSDIR}/databases/rubygem-dm-serializer \ rubygem-dm-timestamps>=1.0.2:${PORTSDIR}/databases/rubygem-dm-timestamps +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/databases/rubygem-dm-do-adapter/Makefile ============================================================================== --- head/databases/rubygem-dm-do-adapter/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/databases/rubygem-dm-do-adapter/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -14,6 +14,8 @@ LICENSE= MIT RUN_DEPENDS= rubygem-data_objects>=0.10.6:${PORTSDIR}/databases/rubygem-data_objects \ rubygem-dm-core>=${PORTVERSION}:${PORTSDIR}/databases/rubygem-dm-core +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/databases/rubygem-dm-migrations/Makefile ============================================================================== --- head/databases/rubygem-dm-migrations/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/databases/rubygem-dm-migrations/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -12,6 +12,8 @@ LICENSE= MIT RUN_DEPENDS= rubygem-dm-core>=${PORTVERSION}:${PORTSDIR}/databases/rubygem-dm-core +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/databases/rubygem-dm-mysql-adapter/Makefile ============================================================================== --- head/databases/rubygem-dm-mysql-adapter/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/databases/rubygem-dm-mysql-adapter/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -14,6 +14,8 @@ LICENSE= MIT RUN_DEPENDS= rubygem-dm-do-adapter>=${PORTVERSION}:${PORTSDIR}/databases/rubygem-dm-do-adapter \ rubygem-do_mysql>=0.10.6:${PORTSDIR}/databases/rubygem-do_mysql +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/databases/rubygem-dm-observer/Makefile ============================================================================== --- head/databases/rubygem-dm-observer/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/databases/rubygem-dm-observer/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -13,6 +13,8 @@ LICENSE= MIT RUN_DEPENDS= rubygem-dm-core>=${PORTVERSION}:${PORTSDIR}/databases/rubygem-dm-core +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/databases/rubygem-dm-pager/Makefile ============================================================================== --- head/databases/rubygem-dm-pager/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/databases/rubygem-dm-pager/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -14,6 +14,8 @@ LICENSE= MIT RUN_DEPENDS= rubygem-dm-aggregates>=0.10.1:${PORTSDIR}/databases/rubygem-dm-aggregates \ rubygem-dm-core>=0.10.1:${PORTSDIR}/databases/rubygem-dm-core +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/databases/rubygem-dm-paperclip/Makefile ============================================================================== --- head/databases/rubygem-dm-paperclip/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/databases/rubygem-dm-paperclip/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -16,6 +16,8 @@ RUN_DEPENDS= rubygem-dm-core>=1.2.0:${PO rubygem-dm-validations>=1.2.0:${PORTSDIR}/databases/rubygem-dm-validations \ rubygem-extlib>=0:${PORTSDIR}/devel/rubygem-extlib +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/databases/rubygem-dm-postgres-adapter/Makefile ============================================================================== --- head/databases/rubygem-dm-postgres-adapter/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/databases/rubygem-dm-postgres-adapter/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -14,6 +14,8 @@ LICENSE= MIT RUN_DEPENDS= rubygem-dm-do-adapter>=${PORTVERSION}:${PORTSDIR}/databases/rubygem-dm-do-adapter \ rubygem-do_postgres>=0.10.6:${PORTSDIR}/databases/rubygem-do_postgres +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/databases/rubygem-dm-rails/Makefile ============================================================================== --- head/databases/rubygem-dm-rails/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/databases/rubygem-dm-rails/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -17,6 +17,8 @@ RUN_DEPENDS= rubygem-actionpack>=3.0:${P rubygem-dm-core>=1.2.0:${PORTSDIR}/databases/rubygem-dm-core \ rubygem-railties>=3.0:${PORTSDIR}/www/rubygem-railties +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/databases/rubygem-dm-timestamps/Makefile ============================================================================== --- head/databases/rubygem-dm-timestamps/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/databases/rubygem-dm-timestamps/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -13,6 +13,8 @@ LICENSE= MIT RUN_DEPENDS= rubygem-dm-core>=${PORTVERSION}:${PORTSDIR}/databases/rubygem-dm-core +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/databases/rubygem-dm-transactions/Makefile ============================================================================== --- head/databases/rubygem-dm-transactions/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/databases/rubygem-dm-transactions/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -12,6 +12,8 @@ LICENSE= MIT RUN_DEPENDS= rubygem-dm-core>=${PORTVERSION}:${PORTSDIR}/databases/rubygem-dm-core +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/databases/rubygem-dm-validations/Makefile ============================================================================== --- head/databases/rubygem-dm-validations/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/databases/rubygem-dm-validations/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -12,6 +12,8 @@ LICENSE= MIT RUN_DEPENDS= rubygem-dm-core>=${PORTVERSION}:${PORTSDIR}/databases/rubygem-dm-core +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/databases/rubygem-jdbc-mysql/Makefile ============================================================================== --- head/databases/rubygem-jdbc-mysql/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/databases/rubygem-jdbc-mysql/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -13,6 +13,8 @@ LICENSE= GPLv2 RUN_DEPENDS= jruby:${PORTSDIR}/lang/jruby +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/databases/rubygem-leo_manager_client/Makefile ============================================================================== --- head/databases/rubygem-leo_manager_client/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/databases/rubygem-leo_manager_client/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -11,6 +11,8 @@ COMMENT= LeoFS-Manager client library fo LICENSE= APACHE20 +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/databases/rubygem-memcache-client/Makefile ============================================================================== --- head/databases/rubygem-memcache-client/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/databases/rubygem-memcache-client/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -11,6 +11,8 @@ COMMENT= Ruby bindings for MemCached LICENSE= BSD3CLAUSE +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/databases/rubygem-openid-redis-store/Makefile ============================================================================== --- head/databases/rubygem-openid-redis-store/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/databases/rubygem-openid-redis-store/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -13,6 +13,8 @@ COMMENT= Redis store for OpenID RUN_DEPENDS= rubygem-redis>=0:${PORTSDIR}/databases/rubygem-redis \ rubygem-ruby-openid>=0:${PORTSDIR}/net/rubygem-ruby-openid +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/databases/rubygem-rbase/Makefile ============================================================================== --- head/databases/rubygem-rbase/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/databases/rubygem-rbase/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -9,6 +9,8 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Library to create/read/write to XBase databases (*.DBF files) +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/databases/rubygem-redis-namespace/Makefile ============================================================================== --- head/databases/rubygem-redis-namespace/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/databases/rubygem-redis-namespace/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -13,6 +13,8 @@ LICENSE= MIT RUN_DEPENDS= rubygem-redis>=3.0.4:${PORTSDIR}/databases/rubygem-redis +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/databases/rubygem-redis/Makefile ============================================================================== --- head/databases/rubygem-redis/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/databases/rubygem-redis/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -11,6 +11,8 @@ COMMENT= Ruby client library for Redis, LICENSE= MIT +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/databases/rubygem-rubyrep/Makefile ============================================================================== --- head/databases/rubygem-rubyrep/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/databases/rubygem-rubyrep/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -17,6 +17,8 @@ RUN_DEPENDS= flog>=0:${PORTSDIR}/sysutil rubygem-activesupport>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activesupport \ rubygem-activerecord>=${PORTVERSION}:${PORTSDIR}/databases/rubygem-activerecord +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/databases/rubygem-tarantool/Makefile ============================================================================== --- head/databases/rubygem-tarantool/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/databases/rubygem-tarantool/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -14,6 +14,8 @@ RUN_DEPENDS= rubygem-bin_utils>=0.0.3:${ rubygem-murmurhash3>=0.1.1:${PORTSDIR}/devel/rubygem-murmurhash3 \ rubygem-sumbur>=0.0.2:${PORTSDIR}/devel/rubygem-sumbur +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-CFPropertyList/Makefile ============================================================================== --- head/devel/rubygem-CFPropertyList/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/devel/rubygem-CFPropertyList/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -11,6 +11,8 @@ COMMENT= Read, write and manipulate both LICENSE= MIT +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-abstract/Makefile ============================================================================== --- head/devel/rubygem-abstract/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/devel/rubygem-abstract/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -12,6 +12,8 @@ COMMENT= Define abstract method in Ruby LICENSE= RUBY +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-active_scaffold/Makefile ============================================================================== --- head/devel/rubygem-active_scaffold/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/devel/rubygem-active_scaffold/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -13,6 +13,8 @@ LICENSE= MIT RUN_DEPENDS= rubygem-rails>=3.2.18:${PORTSDIR}/www/rubygem-rails +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-activemessaging/Makefile ============================================================================== --- head/devel/rubygem-activemessaging/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/devel/rubygem-activemessaging/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -11,6 +11,8 @@ COMMENT= Event-driven architecture for r RUN_DEPENDS= rubygem-activesupport>=2.3.11:${PORTSDIR}/devel/rubygem-activesupport +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-activesupport4/Makefile ============================================================================== --- head/devel/rubygem-activesupport4/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/devel/rubygem-activesupport4/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -18,6 +18,8 @@ RUN_DEPENDS= rubygem-i18n>=0.6.9:${PORTS rubygem-thread_safe>=0.3:${PORTSDIR}/devel/rubygem-thread_safe \ rubygem-tzinfo>=1.1:${PORTSDIR}/devel/rubygem-tzinfo +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-allison/Makefile ============================================================================== --- head/devel/rubygem-allison/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/devel/rubygem-allison/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -9,6 +9,8 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Modern, pretty RDoc template +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-analogger/Makefile ============================================================================== --- head/devel/rubygem-analogger/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/devel/rubygem-analogger/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -14,6 +14,8 @@ LICENSE= RUBY RUN_DEPENDS= rubygem-eventmachine>=0.0.0:${PORTSDIR}/devel/rubygem-eventmachine +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-annoy/Makefile ============================================================================== --- head/devel/rubygem-annoy/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/devel/rubygem-annoy/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -13,6 +13,8 @@ LICENSE= MIT RUN_DEPENDS= rubygem-highline>=1.5.0:${PORTSDIR}/devel/rubygem-highline +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-ansi/Makefile ============================================================================== --- head/devel/rubygem-ansi/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/devel/rubygem-ansi/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -11,6 +11,8 @@ COMMENT= Gem enabling ANSI code based co LICENSE= BSD2CLAUSE +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-apipie-bindings/Makefile ============================================================================== --- head/devel/rubygem-apipie-bindings/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/devel/rubygem-apipie-bindings/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -17,6 +17,8 @@ RUN_DEPENDS= rubygem-awesome_print>=1.1. rubygem-oauth>=0.4.7:${PORTSDIR}/net/rubygem-oauth \ rubygem-rest-client>=1.6.7:${PORTSDIR}/www/rubygem-rest-client +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-app_config/Makefile ============================================================================== --- head/devel/rubygem-app_config/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/devel/rubygem-app_config/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -27,6 +27,8 @@ RUN_DEPENDS+= rubygem-sqlite3>=0:${PORTS RUN_DEPENDS+= rubygem-mongo>=0:${PORTSDIR}/devel/rubygem-mongo .endif +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-arrayfields/Makefile ============================================================================== --- head/devel/rubygem-arrayfields/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/devel/rubygem-arrayfields/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -12,6 +12,8 @@ COMMENT= Allow Keyword Access to Array I LICENSE= BSD2CLAUSE RUBY LICENSE_COMB= dual +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-ascii85/Makefile ============================================================================== --- head/devel/rubygem-ascii85/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/devel/rubygem-ascii85/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -13,6 +13,8 @@ COMMENT= Encode/decode Adobe's binary-to LICENSE= MIT GEM_NAME= ${DISTNAME} +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-aspectr/Makefile ============================================================================== --- head/devel/rubygem-aspectr/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/devel/rubygem-aspectr/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -11,6 +11,8 @@ COMMENT= Ruby libraries for Aspect progr LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-atoulme-antwrap/Makefile ============================================================================== --- head/devel/rubygem-atoulme-antwrap/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/devel/rubygem-atoulme-antwrap/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -14,6 +14,8 @@ LICENSE= MIT RUN_DEPENDS= ant:${PORTSDIR}/devel/apache-ant \ rubygem-rjb>=1.0.3:${PORTSDIR}/java/rubygem-rjb +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST=yes Modified: head/devel/rubygem-attic/Makefile ============================================================================== --- head/devel/rubygem-attic/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/devel/rubygem-attic/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -11,6 +11,8 @@ COMMENT= Place to hide private instance LICENSE= MIT +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-attr_required/Makefile ============================================================================== --- head/devel/rubygem-attr_required/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/devel/rubygem-attr_required/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -11,6 +11,8 @@ COMMENT= Ruby implementations of attr_re LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-awesome_print/Makefile ============================================================================== --- head/devel/rubygem-awesome_print/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/devel/rubygem-awesome_print/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -12,6 +12,8 @@ COMMENT= Pretty print Ruby objects to vi LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-axiom-types/Makefile ============================================================================== --- head/devel/rubygem-axiom-types/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/devel/rubygem-axiom-types/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -15,6 +15,8 @@ RUN_DEPENDS= rubygem-descendants_tracker rubygem-ice_nine>=0.11.0:${PORTSDIR}/devel/rubygem-ice_nine \ rubygem-thread_safe>=0.3.1:${PORTSDIR}/devel/rubygem-thread_safe +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-backports/Makefile ============================================================================== --- head/devel/rubygem-backports/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/devel/rubygem-backports/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -11,6 +11,8 @@ COMMENT= Ruby 1.9 backports for 1.8 LICENSE= MIT +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-bacon/Makefile ============================================================================== --- head/devel/rubygem-bacon/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/devel/rubygem-bacon/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -11,6 +11,8 @@ COMMENT= Bacon is a small RSpec clone LICENSE= MIT +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-benelux/Makefile ============================================================================== --- head/devel/rubygem-benelux/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/devel/rubygem-benelux/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -14,6 +14,8 @@ LICENSE= MIT RUN_DEPENDS= rubygem-attic>=0.5.3:${PORTSDIR}/devel/rubygem-attic \ rubygem-storable>=0.8.6:${PORTSDIR}/devel/rubygem-storable +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-bindata/Makefile ============================================================================== --- head/devel/rubygem-bindata/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/devel/rubygem-bindata/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -11,6 +11,8 @@ COMMENT= Ruby library to read and write LICENSE= BSD2CLAUSE +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-bio/Makefile ============================================================================== --- head/devel/rubygem-bio/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/devel/rubygem-bio/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -12,6 +12,8 @@ COMMENT= Integrated environment for Bioi LICENSE= GPLv2 RUBY LICENSE_COMB= dual +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-blankslate/Makefile ============================================================================== --- head/devel/rubygem-blankslate/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/devel/rubygem-blankslate/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -11,6 +11,8 @@ COMMENT= Abstract base class with no pre LICENSE= MIT +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-bones/Makefile ============================================================================== --- head/devel/rubygem-bones/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/devel/rubygem-bones/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -15,6 +15,8 @@ RUN_DEPENDS= rubygem-little-plugger>=1.1 rubygem-loquacious>=1.9:${PORTSDIR}/devel/rubygem-loquacious \ rubygem-rake>=10.0:${PORTSDIR}/devel/rubygem-rake +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-bosh-template/Makefile ============================================================================== --- head/devel/rubygem-bosh-template/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/devel/rubygem-bosh-template/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -12,6 +12,8 @@ LICENSE= APACHE20 RUN_DEPENDS= rubygem-semi_semantic>=1.1.0:${PORTSDIR}/devel/rubygem-semi_semantic +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-bosh_common/Makefile ============================================================================== --- head/devel/rubygem-bosh_common/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/devel/rubygem-bosh_common/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -13,6 +13,8 @@ LICENSE= APACHE20 RUN_DEPENDS= rubygem-logging>=1.8.2:${PORTSDIR}/devel/rubygem-logging \ rubygem-semi_semantic>=1.1.0:${PORTSDIR}/devel/rubygem-semi_semantic +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-bson1/Makefile ============================================================================== --- head/devel/rubygem-bson1/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/devel/rubygem-bson1/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -12,6 +12,8 @@ COMMENT= Full featured BSON specificatio LICENSE= APACHE20 +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-buftok/Makefile ============================================================================== --- head/devel/rubygem-buftok/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/devel/rubygem-buftok/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -11,6 +11,8 @@ COMMENT= Extracts token delimited entiti LICENSE= MIT +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-builder/Makefile ============================================================================== --- head/devel/rubygem-builder/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/devel/rubygem-builder/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -13,6 +13,8 @@ LICENSE= MIT PORTSCOUT= limit:^3.0 +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-builder31/Makefile ============================================================================== --- head/devel/rubygem-builder31/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/devel/rubygem-builder31/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -14,6 +14,8 @@ LICENSE= MIT PORTSCOUT= limit:^3.1 +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-builder32/Makefile ============================================================================== --- head/devel/rubygem-builder32/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/devel/rubygem-builder32/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -12,6 +12,8 @@ COMMENT= Facilitate programmatic generat LICENSE= MIT +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-caesars/Makefile ============================================================================== --- head/devel/rubygem-caesars/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/devel/rubygem-caesars/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -9,6 +9,8 @@ MASTER_SITES= RG MAINTAINER= swills@FreeBSD.org COMMENT= Rapid DSL prototyping in Ruby +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-celluloid-io/Makefile ============================================================================== --- head/devel/rubygem-celluloid-io/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/devel/rubygem-celluloid-io/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -14,6 +14,8 @@ LICENSE= MIT RUN_DEPENDS= rubygem-celluloid>=0.16.0:${PORTSDIR}/devel/rubygem-celluloid \ rubygem-nio4r>=1.1.0:${PORTSDIR}/devel/rubygem-nio4r +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-chronic/Makefile ============================================================================== --- head/devel/rubygem-chronic/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/devel/rubygem-chronic/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -10,6 +10,8 @@ COMMENT= Natural language date/time pars LICENSE= MIT +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-classifier-reborn/Makefile ============================================================================== --- head/devel/rubygem-classifier-reborn/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/devel/rubygem-classifier-reborn/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -15,6 +15,8 @@ RUN_DEPENDS= rubygem-fast-stemmer>=1.0.0 PLIST_FILES= bin/bayes.rb bin/summarize.rb +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-classifier/Makefile ============================================================================== --- head/devel/rubygem-classifier/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/devel/rubygem-classifier/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -13,6 +13,8 @@ LICENSE= LGPL21 RUN_DEPENDS= rubygem-fast-stemmer>=1.0.0:${PORTSDIR}/devel/rubygem-fast-stemmer +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-climate_control/Makefile ============================================================================== --- head/devel/rubygem-climate_control/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/devel/rubygem-climate_control/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -13,6 +13,8 @@ LICENSE= MIT RUN_DEPENDS= rubygem-activesupport>=3.0:${PORTSDIR}/devel/rubygem-activesupport +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-clio/Makefile ============================================================================== --- head/devel/rubygem-clio/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/devel/rubygem-clio/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -11,6 +11,8 @@ COMMENT= Make easier commandline parsing LICENSE= GPLv3 +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-cloudfiles/Makefile ============================================================================== --- head/devel/rubygem-cloudfiles/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/devel/rubygem-cloudfiles/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -13,6 +13,8 @@ LICENSE= MIT RUN_DEPENDS= rubygem-json>=0:${PORTSDIR}/devel/rubygem-json +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-cocaine/Makefile ============================================================================== --- head/devel/rubygem-cocaine/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/devel/rubygem-cocaine/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -13,6 +13,8 @@ LICENSE= MIT RUN_DEPENDS= rubygem-climate_control>=0.0.3:${PORTSDIR}/devel/rubygem-climate_control +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-coercible/Makefile ============================================================================== --- head/devel/rubygem-coercible/Makefile Thu Jul 2 15:48:11 2015 (r391168) +++ head/devel/rubygem-coercible/Makefile Thu Jul 2 16:01:06 2015 (r391169) @@ -13,6 +13,8 @@ LICENSE= MIT RUN_DEPENDS= rubygem-descendants_tracker>=0.0.1:${PORTSDIR}/devel/rubygem-descendants_tracker +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Thu Jul 2 16:20:21 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2A53C9935D9; Thu, 2 Jul 2015 16:20:21 +0000 (UTC) (envelope-from skreuzer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F2948185C; Thu, 2 Jul 2015 16:20:20 +0000 (UTC) (envelope-from skreuzer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62GKKtW048250; Thu, 2 Jul 2015 16:20:20 GMT (envelope-from skreuzer@FreeBSD.org) Received: (from skreuzer@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62GKJnO048241; Thu, 2 Jul 2015 16:20:19 GMT (envelope-from skreuzer@FreeBSD.org) Message-Id: <201507021620.t62GKJnO048241@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: skreuzer set sender to skreuzer@FreeBSD.org using -f From: Steven Kreuzer Date: Thu, 2 Jul 2015 16:20:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391170 - in head/sysutils: . py-crontab X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 16:20:21 -0000 Author: skreuzer Date: Thu Jul 2 16:20:19 2015 New Revision: 391170 URL: https://svnweb.freebsd.org/changeset/ports/391170 Log: Module for reading and writing crontab files and accessing the system cron automatically and simply using a direct API. WWW: http://pypi.python.org/pypi/crontab/ Added: head/sysutils/py-crontab/ head/sysutils/py-crontab/Makefile (contents, props changed) head/sysutils/py-crontab/distinfo (contents, props changed) head/sysutils/py-crontab/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Thu Jul 2 16:01:06 2015 (r391169) +++ head/sysutils/Makefile Thu Jul 2 16:20:19 2015 (r391170) @@ -743,6 +743,7 @@ SUBDIR += py-analyzemft SUBDIR += py-bcfg2 SUBDIR += py-croniter + SUBDIR += py-crontab SUBDIR += py-danzfs SUBDIR += py-drmaa SUBDIR += py-execnet Added: head/sysutils/py-crontab/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/py-crontab/Makefile Thu Jul 2 16:20:19 2015 (r391170) @@ -0,0 +1,22 @@ +# Created by: Steven Kreuzer +# $FreeBSD$ + +PORTNAME= crontab +PORTVERSION= 1.9.3 +CATEGORIES= sysutils python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= python-${PORTNAME}-${PORTVERSION} + +MAINTAINER= skreuzer@FreeBSD.org +COMMENT= Read and write crontab files using a direct API + +LICENSE= GPLv3 + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:${PORTSDIR}/devel/py-dateutil \ + ${PYTHON_PKGNAMEPREFIX}croniter>0:${PORTSDIR}/sysutils/py-croniter + +USES= python +USE_PYTHON= distutils autoplist + +.include Added: head/sysutils/py-crontab/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/py-crontab/distinfo Thu Jul 2 16:20:19 2015 (r391170) @@ -0,0 +1,2 @@ +SHA256 (python-crontab-1.9.3.tar.gz) = d639116beccef488fee9778bb095096b5a4020fea2f3a82a1405535a625374f7 +SIZE (python-crontab-1.9.3.tar.gz) = 40479 Added: head/sysutils/py-crontab/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/py-crontab/pkg-descr Thu Jul 2 16:20:19 2015 (r391170) @@ -0,0 +1,4 @@ +Module for reading and writing crontab files and accessing the system cron +automatically and simply using a direct API. + +WWW: http://pypi.python.org/pypi/crontab/ From owner-svn-ports-all@freebsd.org Thu Jul 2 17:38:53 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F1F05993116; Thu, 2 Jul 2015 17:38:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E2F202C4D; Thu, 2 Jul 2015 17:38:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62HcrOe086765; Thu, 2 Jul 2015 17:38:53 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62HcrKl086763; Thu, 2 Jul 2015 17:38:53 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507021738.t62HcrKl086763@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 2 Jul 2015 17:38:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391171 - head/devel/p5-Regexp-Compare X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 17:38:54 -0000 Author: sunpoet Date: Thu Jul 2 17:38:52 2015 New Revision: 391171 URL: https://svnweb.freebsd.org/changeset/ports/391171 Log: - Update to 0.24 - Strip shared library Changes: http://search.cpan.org/dist/Regexp-Compare/Changes Modified: head/devel/p5-Regexp-Compare/Makefile head/devel/p5-Regexp-Compare/distinfo Modified: head/devel/p5-Regexp-Compare/Makefile ============================================================================== --- head/devel/p5-Regexp-Compare/Makefile Thu Jul 2 16:20:19 2015 (r391170) +++ head/devel/p5-Regexp-Compare/Makefile Thu Jul 2 17:38:52 2015 (r391171) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Regexp-Compare -PORTVERSION= 0.23 -PORTREVISION= 1 +PORTVERSION= 0.24 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,13 +13,10 @@ COMMENT= Partial ordering for regular ex LICENSE= ART10 GPLv1 LICENSE_COMB= dual -USE_PERL5= 5.16+ configure +USE_PERL5= 5.18+ configure USES= perl5 -.include +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Regexp/Compare/Compare.so -.if ${PERL_LEVEL} >= 502200 -BROKEN= Fails to build with Perl >= 5.22 -.endif - -.include +.include Modified: head/devel/p5-Regexp-Compare/distinfo ============================================================================== --- head/devel/p5-Regexp-Compare/distinfo Thu Jul 2 16:20:19 2015 (r391170) +++ head/devel/p5-Regexp-Compare/distinfo Thu Jul 2 17:38:52 2015 (r391171) @@ -1,2 +1,2 @@ -SHA256 (Regexp-Compare-0.23.tar.gz) = 1d242081768ed3c94232058e4a9f2e2e71b59e2ea0c0ec6add0f181452307dd3 -SIZE (Regexp-Compare-0.23.tar.gz) = 70631 +SHA256 (Regexp-Compare-0.24.tar.gz) = 884d61aac839cffbf7080cfebd41af8b0870907193eab4c29340ac1ec9e9af81 +SIZE (Regexp-Compare-0.24.tar.gz) = 74318 From owner-svn-ports-all@freebsd.org Thu Jul 2 17:38:59 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0F7EB993137; Thu, 2 Jul 2015 17:38:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 009372C66; Thu, 2 Jul 2015 17:38:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62HcwQF086888; Thu, 2 Jul 2015 17:38:58 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62Hcwc7086886; Thu, 2 Jul 2015 17:38:58 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507021738.t62Hcwc7086886@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 2 Jul 2015 17:38:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391172 - head/databases/p5-DBIx-Class-Candy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 17:38:59 -0000 Author: sunpoet Date: Thu Jul 2 17:38:57 2015 New Revision: 391172 URL: https://svnweb.freebsd.org/changeset/ports/391172 Log: - Update to 0.004001 Changes: http://search.cpan.org/dist/DBIx-Class-Candy/Changes Modified: head/databases/p5-DBIx-Class-Candy/Makefile head/databases/p5-DBIx-Class-Candy/distinfo Modified: head/databases/p5-DBIx-Class-Candy/Makefile ============================================================================== --- head/databases/p5-DBIx-Class-Candy/Makefile Thu Jul 2 17:38:52 2015 (r391171) +++ head/databases/p5-DBIx-Class-Candy/Makefile Thu Jul 2 17:38:57 2015 (r391172) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= DBIx-Class-Candy -PORTVERSION= 0.004000 +PORTVERSION= 0.004001 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/databases/p5-DBIx-Class-Candy/distinfo ============================================================================== --- head/databases/p5-DBIx-Class-Candy/distinfo Thu Jul 2 17:38:52 2015 (r391171) +++ head/databases/p5-DBIx-Class-Candy/distinfo Thu Jul 2 17:38:57 2015 (r391172) @@ -1,2 +1,2 @@ -SHA256 (DBIx-Class-Candy-0.004000.tar.gz) = 01e5a23f4f757aa53361cc7108ae90896ae690b6096b642ce99cbc25d50b2ff9 -SIZE (DBIx-Class-Candy-0.004000.tar.gz) = 20657 +SHA256 (DBIx-Class-Candy-0.004001.tar.gz) = ebcefa5a16ca2111c7d2c59d3f0dc97464f4b66583ae18a81b25ea531580a605 +SIZE (DBIx-Class-Candy-0.004001.tar.gz) = 23036 From owner-svn-ports-all@freebsd.org Thu Jul 2 17:49:13 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3B93299325A; Thu, 2 Jul 2015 17:49:13 +0000 (UTC) (envelope-from skreuzer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 249A410C3; Thu, 2 Jul 2015 17:49:13 +0000 (UTC) (envelope-from skreuzer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62HnDVZ091853; Thu, 2 Jul 2015 17:49:13 GMT (envelope-from skreuzer@FreeBSD.org) Received: (from skreuzer@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62HnCjX091852; Thu, 2 Jul 2015 17:49:13 GMT (envelope-from skreuzer@FreeBSD.org) Message-Id: <201507021749.t62HnCjX091852@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: skreuzer set sender to skreuzer@FreeBSD.org using -f From: Steven Kreuzer Date: Thu, 2 Jul 2015 17:49:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391173 - head/sysutils/py-crontab X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 17:49:13 -0000 Author: skreuzer Date: Thu Jul 2 17:49:12 2015 New Revision: 391173 URL: https://svnweb.freebsd.org/changeset/ports/391173 Log: Sort USE_PYTHON Modified: head/sysutils/py-crontab/Makefile Modified: head/sysutils/py-crontab/Makefile ============================================================================== --- head/sysutils/py-crontab/Makefile Thu Jul 2 17:38:57 2015 (r391172) +++ head/sysutils/py-crontab/Makefile Thu Jul 2 17:49:12 2015 (r391173) @@ -17,6 +17,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}date ${PYTHON_PKGNAMEPREFIX}croniter>0:${PORTSDIR}/sysutils/py-croniter USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils .include From owner-svn-ports-all@freebsd.org Thu Jul 2 17:51:13 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8D2FF9932CB; Thu, 2 Jul 2015 17:51:13 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7E84D1454; Thu, 2 Jul 2015 17:51:13 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62HpD1Q095310; Thu, 2 Jul 2015 17:51:13 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62HpDGN095308; Thu, 2 Jul 2015 17:51:13 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201507021751.t62HpDGN095308@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Thu, 2 Jul 2015 17:51:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391174 - in head: graphics/swfdec www/swfdec-plugin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 17:51:13 -0000 Author: kwm Date: Thu Jul 2 17:51:12 2015 New Revision: 391174 URL: https://svnweb.freebsd.org/changeset/ports/391174 Log: Release swfdec ports. Modified: head/graphics/swfdec/Makefile head/www/swfdec-plugin/Makefile Modified: head/graphics/swfdec/Makefile ============================================================================== --- head/graphics/swfdec/Makefile Thu Jul 2 17:49:12 2015 (r391173) +++ head/graphics/swfdec/Makefile Thu Jul 2 17:51:12 2015 (r391174) @@ -8,7 +8,7 @@ PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= http://swfdec.freedesktop.org/download/swfdec/0.8/ -MAINTAINER= kwm@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Flash Rendering Library LIB_DEPENDS= liboil-0.3.so:${PORTSDIR}/devel/liboil \ Modified: head/www/swfdec-plugin/Makefile ============================================================================== --- head/www/swfdec-plugin/Makefile Thu Jul 2 17:49:12 2015 (r391173) +++ head/www/swfdec-plugin/Makefile Thu Jul 2 17:51:12 2015 (r391174) @@ -8,7 +8,7 @@ CATEGORIES= www MASTER_SITES= http://swfdec.freedesktop.org/download/swfdec-mozilla/0.8/ DISTNAME= swfdec-mozilla-${PORTVERSION} -MAINTAINER= kwm@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Flash rendering plugin LIB_DEPENDS= libswfdec-0.8.so:${PORTSDIR}/graphics/swfdec From owner-svn-ports-all@freebsd.org Thu Jul 2 17:57:46 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C89FE9933DB; Thu, 2 Jul 2015 17:57:46 +0000 (UTC) (envelope-from skreuzer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 99575166F; Thu, 2 Jul 2015 17:57:46 +0000 (UTC) (envelope-from skreuzer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62HvkMU096738; Thu, 2 Jul 2015 17:57:46 GMT (envelope-from skreuzer@FreeBSD.org) Received: (from skreuzer@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62HvjHf096735; Thu, 2 Jul 2015 17:57:45 GMT (envelope-from skreuzer@FreeBSD.org) Message-Id: <201507021757.t62HvjHf096735@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: skreuzer set sender to skreuzer@FreeBSD.org using -f From: Steven Kreuzer Date: Thu, 2 Jul 2015 17:57:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391175 - in head: . net net/ptpd2-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 17:57:46 -0000 Author: skreuzer Date: Thu Jul 2 17:57:45 2015 New Revision: 391175 URL: https://svnweb.freebsd.org/changeset/ports/391175 Log: Remove net/ptpd2-devel since net/ptpd2 has been upgraded to 2.3.1 Approved by: gnn@ (maintainer) Deleted: head/net/ptpd2-devel/ Modified: head/MOVED head/UPDATING head/net/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Thu Jul 2 17:51:12 2015 (r391174) +++ head/MOVED Thu Jul 2 17:57:45 2015 (r391175) @@ -7675,3 +7675,4 @@ net/rubygem-bunny060|net/rubygem-bunny|2 security/rubygem-hmac|security/rubygem-ruby-hmac|2015-06-30|Has expired: Duplicate of security/rubygem-ruby-hmac www/ruby-amazon|www/ruby-aws|2015-06-30|Has expired: Rendered obsolete by upstream since Amazon shut down access to AWS API v3 (2008-03-31). Use www/ruby-aws instead net/ntp-rc||2015-06-30|Has gone GA +net/ptpd2-devel|net/ptpd2|2015-07-02|Development version no longer necessary Modified: head/UPDATING ============================================================================== --- head/UPDATING Thu Jul 2 17:51:12 2015 (r391174) +++ head/UPDATING Thu Jul 2 17:57:45 2015 (r391175) @@ -5,6 +5,19 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20150702: + AFFECTS: users of net/ptpd2-devel + AUTHOR: skreuzer@FreeBSD.org + + net/ptpd2 has been upgraded to version 2.3.1 + net/ptpd2-devel is now deprecated and has been removed + + If using portupgrade: + # portupgrade -o net/ptpd2 net/ptpd2-devel + + If using portmaster: + # portmaster -o net/ptpd2 net/ptpd2-devel + 20150628: AFFECTS: users of www/varnish, www/pecl-varnish, www/varnish-libvmod-header, www/varnish-nagios Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Thu Jul 2 17:51:12 2015 (r391174) +++ head/net/Makefile Thu Jul 2 17:57:45 2015 (r391175) @@ -890,7 +890,6 @@ SUBDIR += proxychains-ng SUBDIR += prtunnel SUBDIR += ptpd2 - SUBDIR += ptpd2-devel SUBDIR += ptunnel SUBDIR += pure-sockets SUBDIR += pvm From owner-svn-ports-all@freebsd.org Thu Jul 2 18:05:03 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 35C6699354F; Thu, 2 Jul 2015 18:05:03 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [66.135.54.68]) by mx1.freebsd.org (Postfix) with ESMTP id 151141D13; Thu, 2 Jul 2015 18:05:02 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id 0DCEE56085; Thu, 2 Jul 2015 13:04:55 -0500 (CDT) Date: Thu, 2 Jul 2015 13:04:55 -0500 From: Mark Linimon To: Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?= Cc: "John Marino (FreeBSD)" , marino@freebsd.org, Cy Schubert , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, owner-ports-committers@freebsd.org Subject: Re: svn commit: r391023 - in head/sysutils/screen: . files Message-ID: <20150702180455.GA23799@lonesome.com> References: <201507010151.t611pHOH075333@svn.freebsd.org> <86fv56u9r5.fsf@nine.des.no> <7203f68e4a773ccf2fb2a24db9bc457b@secure.marino.st> <86y4iysohl.fsf@nine.des.no> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <86y4iysohl.fsf@nine.des.no> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 18:05:03 -0000 On Thu, Jul 02, 2015 at 03:00:54PM +0200, Dag-Erling Smørgrav wrote: > It was extended at the last minute (and announced through the usual > channels) because of reasons. Specifically, that people felt that not everyone had absorbed the impact of the openssl stuff on 8.4 yet. IIRC. mcl From owner-svn-ports-all@freebsd.org Thu Jul 2 18:13:50 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 19D859937A2; Thu, 2 Jul 2015 18:13:50 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E58DF1561; Thu, 2 Jul 2015 18:13:49 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62IDnu5006319; Thu, 2 Jul 2015 18:13:49 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62IDnLX006317; Thu, 2 Jul 2015 18:13:49 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201507021813.t62IDnLX006317@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Thu, 2 Jul 2015 18:13:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391176 - head/databases/lmdb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 18:13:50 -0000 Author: delphij Date: Thu Jul 2 18:13:48 2015 New Revision: 391176 URL: https://svnweb.freebsd.org/changeset/ports/391176 Log: Update to 0.9.15, move to Github and add LICENSE. Modified: head/databases/lmdb/Makefile head/databases/lmdb/distinfo Modified: head/databases/lmdb/Makefile ============================================================================== --- head/databases/lmdb/Makefile Thu Jul 2 17:57:45 2015 (r391175) +++ head/databases/lmdb/Makefile Thu Jul 2 18:13:48 2015 (r391176) @@ -2,28 +2,29 @@ # $FreeBSD$ PORTNAME= lmdb -PORTVERSION= 0.9.14 -PORTREVISION= 1 +PORTVERSION= 0.9.15 CATEGORIES= databases -MASTER_SITES= LOCAL/delphij -# https://gitorious.org/${GO_ACCOUNT}/${GO_PROJECT}/archive/${GO_TAGNAME}.tar.gz?dummy= MAINTAINER= delphij@FreeBSD.org COMMENT= OpenLDAP Lightning Memory-Mapped Database +LICENSE= OPENLDAP +LICENSE_NAME= OpenLDAP Public License +LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + # XXX FreeBSD does not implement O_DSYNC and fdatasync at this time. CFLAGS+= -DMDB_DSYNC=O_SYNC -Dfdatasync=fsync -WRKSRC= ${WRKDIR}/mdb-mdb/libraries/liblmdb +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME:tu}_${PORTVERSION}/libraries/liblmdb MAKE_ENV+= CC="${CC}" MAKE_ENV+= XCFLAGS="${CFLAGS} -pthread" prefix="${PREFIX}" INSTALL_PROGRAM="${INSTALL_PROGRAM}" MAKE_ENV+= INSTALL_LIB="${INSTALL_LIB}" INSTALL_DATA="${INSTALL_DATA}" INSTALL_MAN="${INSTALL_MAN}" USE_LDCONFIG= yes -GO_ACCOUNT= mdb -GO_PROJECT= mdb -GO_TAGNAME= ${PORTNAME:tu}_${PORTVERSION} -FETCH_ARGS?= -o ${DISTDIR}/${DISTFILES} +USE_GITHUB= yes +GH_ACCOUNT= ${PORTNAME:tu} +GH_TAGNAME= ${PORTNAME:tu}_${PORTVERSION} MDB_APPS= copy dump load stat Modified: head/databases/lmdb/distinfo ============================================================================== --- head/databases/lmdb/distinfo Thu Jul 2 17:57:45 2015 (r391175) +++ head/databases/lmdb/distinfo Thu Jul 2 18:13:48 2015 (r391176) @@ -1,2 +1,2 @@ -SHA256 (lmdb-0.9.14.tar.gz) = 31a4d80f351c7940c7ffa73e753366e937c0c8ae1320ec5492fe74a4fee66121 -SIZE (lmdb-0.9.14.tar.gz) = 128170 +SHA256 (LMDB-lmdb-0.9.15-LMDB_0.9.15_GH0.tar.gz) = a72b13db91e7c445e47194178915556b4ebcd6f9f64d48f60b1f830b0cfbd75a +SIZE (LMDB-lmdb-0.9.15-LMDB_0.9.15_GH0.tar.gz) = 130113 From owner-svn-ports-all@freebsd.org Thu Jul 2 18:17:14 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F384A993848; Thu, 2 Jul 2015 18:17:13 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E3D861943; Thu, 2 Jul 2015 18:17:13 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62IHDYr006953; Thu, 2 Jul 2015 18:17:13 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62IHCIM006948; Thu, 2 Jul 2015 18:17:12 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201507021817.t62IHCIM006948@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Thu, 2 Jul 2015 18:17:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391177 - in head/java/openjdk8: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 18:17:14 -0000 Author: jkim Date: Thu Jul 2 18:17:12 2015 New Revision: 391177 URL: https://svnweb.freebsd.org/changeset/ports/391177 Log: - Fix broken preprocessor directives. - Use sysctl(3) instead of procfs(5) when we need executable path from PID. MFH: 2015Q3 Added: head/java/openjdk8/files/patch-hotspot-src-os-bsd-vm-os_bsd.cpp (contents, props changed) head/java/openjdk8/files/patch-hotspot-src-os-bsd-vm-vmError_bsd.cpp (contents, props changed) head/java/openjdk8/files/patch-jdk-src-solaris-bin-java_md_solinux.c (contents, props changed) Modified: head/java/openjdk8/Makefile Modified: head/java/openjdk8/Makefile ============================================================================== --- head/java/openjdk8/Makefile Thu Jul 2 18:13:48 2015 (r391176) +++ head/java/openjdk8/Makefile Thu Jul 2 18:17:12 2015 (r391177) @@ -2,7 +2,7 @@ PORTNAME= openjdk PORTVERSION= ${JDK_MAJOR_VERSION}.${JDK_UPDATE_VERSION}.${JDK_BUILD_NUMBER:S/^0//} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= java devel MASTER_SITES= http://download.java.net/openjdk/jdk${JDK_MAJOR_VERSION}/promoted/b${DIST_BUILD_NUMBER}/:jdk \ https://adopt-openjdk.ci.cloudbees.com/job/jtreg/${JTREG_JENKINS_BUILD}/artifact/:jtreg \ Added: head/java/openjdk8/files/patch-hotspot-src-os-bsd-vm-os_bsd.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/openjdk8/files/patch-hotspot-src-os-bsd-vm-os_bsd.cpp Thu Jul 2 18:17:12 2015 (r391177) @@ -0,0 +1,31 @@ +--- hotspot/src/os/bsd/vm/os_bsd.cpp.orig ++++ hotspot/src/os/bsd/vm/os_bsd.cpp +@@ -1234,14 +1234,14 @@ + pid_t os::Bsd::gettid() { + int retval = -1; + +-#ifdef __APPLE__ //XNU kernel ++#if defined(__APPLE__) //XNU kernel + // despite the fact mach port is actually not a thread id use it + // instead of syscall(SYS_thread_selfid) as it certainly fits to u4 + retval = ::pthread_mach_thread_np(::pthread_self()); + guarantee(retval != 0, "just checking"); + return retval; + +-#elifdef __FreeBSD__ ++#elif defined(__FreeBSD__) + #if __FreeBSD_version > 900030 + return ::pthread_getthreadid_np(); + #else +@@ -1249,9 +1249,9 @@ + thr_self(&tid); + return (pid_t)tid; + #endif +-#elifdef __OpenBSD__ ++#elif defined(__OpenBSD__) + retval = syscall(SYS_getthrid); +-#elifdef __NetBSD__ ++#elif defined(__NetBSD__) + retval = (pid_t) _lwp_self(); + #endif + Added: head/java/openjdk8/files/patch-hotspot-src-os-bsd-vm-vmError_bsd.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/openjdk8/files/patch-hotspot-src-os-bsd-vm-vmError_bsd.cpp Thu Jul 2 18:17:12 2015 (r391177) @@ -0,0 +1,63 @@ +--- hotspot/src/os/bsd/vm/vmError_bsd.cpp.orig ++++ hotspot/src/os/bsd/vm/vmError_bsd.cpp +@@ -33,30 +33,50 @@ + #include + #include + #include ++#ifdef __FreeBSD__ ++#include ++#include ++#endif ++ ++#define GDB_CMD "gdb" ++ ++static void set_debugger(char *buf, int buflen) { ++ int pid = os::current_process_id(); ++#ifdef __FreeBSD__ ++ char cmd[PATH_MAX+1]; ++ int name[4] = { CTL_KERN, KERN_PROC, KERN_PROC_PATHNAME, pid }; ++ size_t len = sizeof(cmd); ++ if (sysctl(name, 4, cmd, &len, NULL, 0) == 0 && len > 0) { ++ cmd[len] = '\0'; ++ jio_snprintf(buf, buflen, "%s %s %d", GDB_CMD, cmd, pid); ++ } else ++#endif ++ jio_snprintf(buf, buflen, "%s /proc/%d/file %d", GDB_CMD, pid, pid); ++} + + void VMError::show_message_box(char *buf, int buflen) { + bool yes; + do { +- error_string(buf, buflen); +- int len = (int)strlen(buf); ++ intx tid = os::current_thread_id(); ++ set_debugger(buf, buflen); ++ int len = (int)strlen(buf) + 1; ++ char *msg = &buf[len]; ++ error_string(msg, buflen - len); ++ len += (int)strlen(msg); + char *p = &buf[len]; + + jio_snprintf(p, buflen - len, + "\n\n" + "Do you want to debug the problem?\n\n" +- "To debug, run 'gdb /proc/%d/file %d'; then switch to thread " INTX_FORMAT " (" INTPTR_FORMAT ")\n" +- "Enter 'yes' to launch gdb automatically (PATH must include gdb)\n" ++ "To debug, run '%s'; then switch to thread " INTX_FORMAT " (" INTPTR_FORMAT ")\n" ++ "Enter 'yes' to launch " GDB_CMD " automatically (PATH must include " GDB_CMD ")\n" + "Otherwise, press RETURN to abort...", +- os::current_process_id(), os::current_process_id(), +- os::current_thread_id(), os::current_thread_id()); ++ buf, tid, tid); + +- yes = os::message_box("Unexpected Error", buf); ++ yes = os::message_box("Unexpected Error", msg); + + if (yes) { + // yes, user asked VM to launch debugger +- jio_snprintf(buf, buflen, "gdb /proc/%d/file %d", +- os::current_process_id(), os::current_process_id()); +- + os::fork_and_exec(buf); + yes = false; + } Added: head/java/openjdk8/files/patch-jdk-src-solaris-bin-java_md_solinux.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/openjdk8/files/patch-jdk-src-solaris-bin-java_md_solinux.c Thu Jul 2 18:17:12 2015 (r391177) @@ -0,0 +1,53 @@ +--- jdk/src/solaris/bin/java_md_solinux.c.orig ++++ jdk/src/solaris/bin/java_md_solinux.c +@@ -35,6 +35,9 @@ + #include + #include + #include ++#ifdef __FreeBSD__ ++#include ++#endif + #include "manifest_info.h" + #include "version_comp.h" + +@@ -925,7 +928,7 @@ + * onwards the filename returned in DL_info structure from dladdr is + * an absolute pathname so technically realpath isn't required. + * On Linux we read the executable name from /proc/self/exe. +- * On FreeBSD we read the executable name from /proc/curproc/file. ++ * On FreeBSD, we get the executable name via sysctl(3). + * As a fallback, and for platforms other than Solaris, Linux, and + * FreeBSD, we use FindExecName to compute the executable name. + */ +@@ -954,13 +957,9 @@ + } + } + } +-#elif defined(__linux__) || defined(__FreeBSD__) ++#elif defined(__linux__) + { +-#if defined(__FreeBSD__) +- const char* self = "/proc/curproc/file"; +-#else + const char* self = "/proc/self/exe"; +-#endif + char buf[PATH_MAX+1]; + int len = readlink(self, buf, PATH_MAX); + if (len >= 0) { +@@ -968,6 +967,16 @@ + exec_path = JLI_StringDup(buf); + } + } ++#elif defined(__FreeBSD__) ++ { ++ char buf[PATH_MAX+1]; ++ int name[4] = { CTL_KERN, KERN_PROC, KERN_PROC_PATHNAME, -1 }; ++ size_t len = sizeof(buf); ++ if (sysctl(name, 4, buf, &len, NULL, 0) == 0 && len > 0) { ++ buf[len] = '\0'; ++ exec_path = JLI_StringDup(buf); ++ } ++ } + #else /* !__solaris__ && !__linux__ && !__FreeBSD__ */ + { + /* Not implemented */ From owner-svn-ports-all@freebsd.org Thu Jul 2 18:18:18 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B1AA3993887; Thu, 2 Jul 2015 18:18:18 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A22E51A98; Thu, 2 Jul 2015 18:18:18 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62III0N007280; Thu, 2 Jul 2015 18:18:18 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62IIHxR007274; Thu, 2 Jul 2015 18:18:17 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201507021818.t62IIHxR007274@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Thu, 2 Jul 2015 18:18:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391178 - in head/java: openjdk6 openjdk6/files openjdk7 openjdk7/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 18:18:18 -0000 Author: jkim Date: Thu Jul 2 18:18:16 2015 New Revision: 391178 URL: https://svnweb.freebsd.org/changeset/ports/391178 Log: Use sysctl(3) instead of procfs(5) when we need executable path from PID. MFH: 2015Q3 Added: head/java/openjdk7/files/patch-src-os-bsd-vm-vmError_bsd.cpp (contents, props changed) head/java/openjdk7/files/patch-src-solaris-bin-java_md_solinux.c (contents, props changed) Modified: head/java/openjdk6/Makefile head/java/openjdk6/files/patch-set head/java/openjdk7/Makefile Modified: head/java/openjdk6/Makefile ============================================================================== --- head/java/openjdk6/Makefile Thu Jul 2 18:17:12 2015 (r391177) +++ head/java/openjdk6/Makefile Thu Jul 2 18:18:16 2015 (r391178) @@ -3,6 +3,7 @@ PORTNAME= openjdk6 PORTVERSION= b35 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= java devel MASTER_SITES= APACHE/ant/binaries/:ant \ Modified: head/java/openjdk6/files/patch-set ============================================================================== --- head/java/openjdk6/files/patch-set Thu Jul 2 18:17:12 2015 (r391177) +++ head/java/openjdk6/files/patch-set Thu Jul 2 18:18:16 2015 (r391178) @@ -1936,44 +1936,74 @@ } --- hotspot/src/os/bsd/vm/vmError_bsd.cpp +++ hotspot/src/os/bsd/vm/vmError_bsd.cpp -@@ -34,6 +34,12 @@ +@@ -33,30 +33,50 @@ + #include #include #include - +#ifdef __FreeBSD__ -+#define GDB_LAUNCHER "gdb /proc/%d/file %d" -+#else -+#define GDB_LAUNCHER "gdb /proc/%d/exe %d" ++#include ++#include +#endif + ++#define GDB_CMD "gdb" ++ ++static void set_debugger(char *buf, int buflen) { ++ int pid = os::current_process_id(); ++#ifdef __FreeBSD__ ++ char cmd[PATH_MAX+1]; ++ int name[4] = { CTL_KERN, KERN_PROC, KERN_PROC_PATHNAME, pid }; ++ size_t len = sizeof(cmd); ++ if (sysctl(name, 4, cmd, &len, NULL, 0) == 0 && len > 0) { ++ cmd[len] = '\0'; ++ jio_snprintf(buf, buflen, "%s %s %d", GDB_CMD, cmd, pid); ++ } else ++#endif ++ jio_snprintf(buf, buflen, "%s /proc/%d/file %d", GDB_CMD, pid, pid); ++} + void VMError::show_message_box(char *buf, int buflen) { bool yes; do { -@@ -44,7 +50,7 @@ +- error_string(buf, buflen); +- int len = (int)strlen(buf); ++ intx tid = os::current_thread_id(); ++ set_debugger(buf, buflen); ++ int len = (int)strlen(buf) + 1; ++ char *msg = &buf[len]; ++ error_string(msg, buflen - len); ++ len += (int)strlen(msg); + char *p = &buf[len]; + jio_snprintf(p, buflen - len, "\n\n" "Do you want to debug the problem?\n\n" - "To debug, run 'gdb /proc/%d/exe %d'; then switch to thread " INTX_FORMAT " (" INTPTR_FORMAT ")\n" -+ "To debug, run '" GDB_LAUNCHER "'; then switch to thread " INTX_FORMAT " (" INTPTR_FORMAT ")\n" - "Enter 'yes' to launch gdb automatically (PATH must include gdb)\n" +- "Enter 'yes' to launch gdb automatically (PATH must include gdb)\n" ++ "To debug, run '%s'; then switch to thread " INTX_FORMAT " (" INTPTR_FORMAT ")\n" ++ "Enter 'yes' to launch " GDB_CMD " automatically (PATH must include " GDB_CMD ")\n" "Otherwise, press RETURN to abort...", - os::current_process_id(), os::current_process_id(), -@@ -54,7 +60,7 @@ +- os::current_process_id(), os::current_process_id(), +- os::current_thread_id(), os::current_thread_id()); ++ buf, tid, tid); + +- yes = os::message_box("Unexpected Error", buf); ++ yes = os::message_box("Unexpected Error", msg); if (yes) { // yes, user asked VM to launch debugger - jio_snprintf(buf, buflen, "gdb /proc/%d/exe %d", -+ jio_snprintf(buf, buflen, GDB_LAUNCHER, - os::current_process_id(), os::current_process_id()); - +- os::current_process_id(), os::current_process_id()); +- os::fork_and_exec(buf); + yes = false; + } --- hotspot/src/os/posix/launcher/java_md.c +++ hotspot/src/os/posix/launcher/java_md.c @@ -35,6 +35,9 @@ #include #include #include -+#ifndef _SC_PHYS_PAGES ++#ifdef __FreeBSD__ +#include +#endif @@ -1999,31 +2029,26 @@ strcat(new_runpath, ":"); strcat(new_runpath, runpath); } -@@ -992,9 +995,13 @@ - } - } - } --#elif defined(__linux__) -+#elif defined(__linux__) || defined(_ALLBSD_SOURCE) - { -+#ifdef __FreeBSD__ -+ const char* self = "/proc/curproc/file"; -+#else - const char* self = "/proc/self/exe"; -+#endif - char buf[PATH_MAX+1]; - int len = readlink(self, buf, PATH_MAX); - if (len >= 0) { -@@ -1002,7 +1009,7 @@ +@@ -1002,7 +1005,17 @@ exec_path = JLI_StringDup(buf); } } -#else /* !__sun && !__linux */ -+#else /* !__sun && !__linux && !_ALLBSD_SOURCE */ ++#elif defined(__FreeBSD__) ++ { ++ char buf[PATH_MAX+1]; ++ int name[4] = { CTL_KERN, KERN_PROC, KERN_PROC_PATHNAME, -1 }; ++ size_t len = sizeof(buf); ++ if (sysctl(name, 4, buf, &len, NULL, 0) == 0 && len > 0) { ++ buf[len] = '\0'; ++ exec_path = JLI_StringDup(buf); ++ } ++ } ++#else /* !__sun && !__linux && !__FreeBSD__ */ { /* Not implemented */ } -@@ -1100,6 +1107,7 @@ +@@ -1100,6 +1113,7 @@ /* Compute physical memory by asking the OS */ uint64_t physical_memory(void) { @@ -2031,7 +2056,7 @@ const uint64_t pages = (uint64_t) sysconf(_SC_PHYS_PAGES); const uint64_t page_size = (uint64_t) sysconf(_SC_PAGESIZE); const uint64_t result = pages * page_size; -@@ -1111,6 +1119,28 @@ +@@ -1111,6 +1125,28 @@ " physical memory: " UINT64_FORMAT " (%.3fGB)\n", pages, page_size, result, result / (double) GB); } @@ -2060,7 +2085,7 @@ return result; } -@@ -1271,7 +1301,7 @@ +@@ -1271,7 +1307,7 @@ #endif } @@ -2069,7 +2094,7 @@ #ifdef i586 /* -@@ -1450,7 +1480,7 @@ +@@ -1450,7 +1486,7 @@ #endif /* __sun && i586 */ @@ -2078,7 +2103,7 @@ /* The definition of a server-class machine for linux-i586 */ jboolean -@@ -1481,7 +1511,7 @@ +@@ -1481,7 +1517,7 @@ return result; } @@ -2087,7 +2112,7 @@ #if defined(_ALLBSD_SOURCE) && defined(i586) -@@ -1508,7 +1538,7 @@ +@@ -1508,7 +1544,7 @@ } } if (_launcher_debug) { @@ -2096,7 +2121,7 @@ (result == JNI_TRUE ? "true" : "false")); } return result; -@@ -1672,7 +1702,7 @@ +@@ -1672,7 +1708,7 @@ while (dp != NULL) { cp = strchr(dp, (int)':'); if (cp != NULL) @@ -2105,7 +2130,7 @@ if ((target = ProcessDir(info, dp)) != NULL) break; dp = cp; -@@ -1931,8 +1961,8 @@ +@@ -1931,8 +1967,8 @@ #define MAX_PID_STR_SZ 20 void SetJavaLauncherPlatformProps() { @@ -8559,15 +8584,13 @@ #include #include #include -@@ -34,17 +35,33 @@ +@@ -34,17 +35,31 @@ #include #include #include +#if defined(_ALLBSD_SOURCE) -+#include -+#endif -+#ifndef _SC_PHYS_PAGES +#include ++#include +#endif + #include "manifest_info.h" @@ -8592,9 +8615,9 @@ +#define LD_LIBRARY_PATH "LD_LIBRARY_PATH" +#endif - /* - * If a processor / os combination has the ability to run binaries of -@@ -75,14 +92,31 @@ + #define JRE_ERROR1 "Error: Could not find Java SE Runtime Environment." + #define JRE_ERROR11 "Error: Path length exceeds maximum length (PATH_MAX)" +@@ -79,14 +94,31 @@ #endif /* pointer to environment */ @@ -8628,7 +8651,7 @@ static const char *user_dir = "/java"; #else /* Solaris */ static const char *system_dir = "/usr/jdk"; -@@ -404,10 +438,10 @@ +@@ -408,10 +440,10 @@ * If not on Solaris, assume only a single LD_LIBRARY_PATH * variable. */ @@ -8641,7 +8664,7 @@ /* * On linux, if a binary is running as sgid or suid, glibc sets * LD_LIBRARY_PATH to the empty string for security purposes. (In -@@ -423,6 +457,22 @@ +@@ -427,6 +459,22 @@ if((getgid() != getegid()) || (getuid() != geteuid()) ) { return; } @@ -8664,7 +8687,7 @@ #endif /* runpath contains current effective LD_LIBRARY_PATH setting */ -@@ -431,7 +481,7 @@ +@@ -435,7 +483,7 @@ new_runpath = JLI_MemAlloc( ((runpath!=NULL)?strlen(runpath):0) + 2*strlen(jrepath) + 2*strlen(arch) + strlen(jvmpath) + 52); @@ -8673,7 +8696,7 @@ /* -@@ -446,7 +496,7 @@ +@@ -450,7 +498,7 @@ /* jvmpath, ((running != wanted)?((wanted==64)?"/"LIBARCH64NAME:"/.."):""), */ @@ -8682,7 +8705,7 @@ "%s:" "%s/lib/%s:" "%s/../lib/%s", -@@ -721,7 +771,7 @@ +@@ -725,7 +773,7 @@ jboolean GetApplicationHome(char *buf, jint bufsize) { @@ -8691,31 +8714,26 @@ char *execname = GetExecname(); if (execname) { strncpy(buf, execname, bufsize-1); -@@ -878,9 +928,13 @@ - } - } - } --#elif defined(__linux__) -+#elif defined(__linux__) || defined(_ALLBSD_SOURCE) - { -+#ifdef __FreeBSD__ -+ const char* self = "/proc/curproc/file"; -+#else - const char* self = "/proc/self/exe"; -+#endif - char buf[PATH_MAX+1]; - int len = readlink(self, buf, PATH_MAX); - if (len >= 0) { -@@ -888,7 +942,7 @@ +@@ -892,7 +940,17 @@ exec_path = JLI_StringDup(buf); } } -#else /* !__sun && !__linux */ -+#else /* !__sun && !__linux && !_ALLBSD_SOURCE */ ++#elif defined(__FreeBSD__) ++ { ++ char buf[PATH_MAX+1]; ++ int name[4] = { CTL_KERN, KERN_PROC, KERN_PROC_PATHNAME, -1 }; ++ size_t len = sizeof(buf); ++ if (sysctl(name, 4, buf, &len, NULL, 0) == 0 && len > 0) { ++ buf[len] = '\0'; ++ exec_path = JLI_StringDup(buf); ++ } ++ } ++#else /* !__sun && !__linux && !__FreeBSD__ */ { /* Not implemented */ } -@@ -977,6 +1031,7 @@ +@@ -981,6 +1039,7 @@ /* Compute physical memory by asking the OS */ uint64_t physical_memory(void) { @@ -8723,7 +8741,7 @@ const uint64_t pages = (uint64_t) sysconf(_SC_PHYS_PAGES); const uint64_t page_size = (uint64_t) sysconf(_SC_PAGESIZE); const uint64_t result = pages * page_size; -@@ -988,6 +1043,28 @@ +@@ -992,6 +1051,28 @@ " physical memory: " UINT64_FORMAT " (%.3fGB)\n", pages, page_size, result, result / (double) GB); } @@ -8752,7 +8770,7 @@ return result; } -@@ -1083,7 +1160,7 @@ +@@ -1087,7 +1168,7 @@ #endif /* __sun && i586 */ @@ -8761,7 +8779,7 @@ /* * A utility method for asking the CPU about itself. -@@ -1148,7 +1225,7 @@ +@@ -1152,7 +1233,7 @@ #endif } @@ -8770,7 +8788,7 @@ #ifdef i586 /* -@@ -1360,6 +1437,39 @@ +@@ -1364,6 +1445,39 @@ #endif /* __linux__ && i586 */ @@ -8810,7 +8828,7 @@ /* Dispatch to the platform-specific definition of "server-class" */ jboolean ServerClassMachine(void) { -@@ -1374,6 +1484,8 @@ +@@ -1378,6 +1492,8 @@ result = solaris_i586_ServerClassMachine(); #elif defined(__linux__) && defined(i586) result = linux_i586_ServerClassMachine(); @@ -8819,7 +8837,7 @@ #else if (_launcher_debug) { printf("ServerClassMachine: returns default value of %s\n", -@@ -1514,7 +1626,7 @@ +@@ -1518,7 +1634,7 @@ while (dp != NULL) { cp = strchr(dp, (int)':'); if (cp != NULL) @@ -8828,7 +8846,7 @@ if ((target = ProcessDir(info, dp)) != NULL) break; dp = cp; -@@ -1692,9 +1804,29 @@ +@@ -1696,9 +1812,29 @@ return(borrowed_unsetenv(name)); } @@ -8859,7 +8877,7 @@ static void* hSplashLib = NULL; -@@ -1722,13 +1854,15 @@ +@@ -1747,13 +1883,15 @@ return "%lld"; } @@ -8877,7 +8895,7 @@ pthread_t tid; pthread_attr_t attr; pthread_attr_init(&attr); -@@ -1741,7 +1875,7 @@ +@@ -1766,7 +1904,7 @@ if (pthread_create(&tid, &attr, (void *(*)(void*))continuation, (void*)args) == 0) { void * tmp; pthread_join(tid, &tmp); @@ -8886,7 +8904,7 @@ } else { /* * Continue execution in current thread if for some reason (e.g. out of -@@ -1759,25 +1893,23 @@ +@@ -1784,25 +1922,23 @@ if (thr_create(NULL, stack_size, (void *(*)(void *))continuation, args, flags, &tid) == 0) { void * tmp; thr_join(tid, NULL, &tmp); Modified: head/java/openjdk7/Makefile ============================================================================== --- head/java/openjdk7/Makefile Thu Jul 2 18:17:12 2015 (r391177) +++ head/java/openjdk7/Makefile Thu Jul 2 18:18:16 2015 (r391178) @@ -3,6 +3,7 @@ PORTNAME= openjdk PORTVERSION= ${JDK_MAJOR_VERSION}.${PORT_MINOR_VERSION}.${PORT_BUILD_NUMBER} +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= java devel MASTER_SITES= http://download.java.net/openjdk/jdk${JDK_MAJOR_VERSION}u${JDK_MINOR_VERSION}/promoted/b${JDK_BUILD_NUMBER}/ \ Added: head/java/openjdk7/files/patch-src-os-bsd-vm-vmError_bsd.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/openjdk7/files/patch-src-os-bsd-vm-vmError_bsd.cpp Thu Jul 2 18:18:16 2015 (r391178) @@ -0,0 +1,63 @@ +--- hotspot/src/os/bsd/vm/vmError_bsd.cpp.orig ++++ hotspot/src/os/bsd/vm/vmError_bsd.cpp +@@ -33,30 +33,50 @@ + #include + #include + #include ++#ifdef __FreeBSD__ ++#include ++#include ++#endif ++ ++#define GDB_CMD "gdb" ++ ++static void set_debugger(char *buf, int buflen) { ++ int pid = os::current_process_id(); ++#ifdef __FreeBSD__ ++ char cmd[PATH_MAX+1]; ++ int name[4] = { CTL_KERN, KERN_PROC, KERN_PROC_PATHNAME, pid }; ++ size_t len = sizeof(cmd); ++ if (sysctl(name, 4, cmd, &len, NULL, 0) == 0 && len > 0) { ++ cmd[len] = '\0'; ++ jio_snprintf(buf, buflen, "%s %s %d", GDB_CMD, cmd, pid); ++ } else ++#endif ++ jio_snprintf(buf, buflen, "%s /proc/%d/file %d", GDB_CMD, pid, pid); ++} + + void VMError::show_message_box(char *buf, int buflen) { + bool yes; + do { +- error_string(buf, buflen); +- int len = (int)strlen(buf); ++ intx tid = os::current_thread_id(); ++ set_debugger(buf, buflen); ++ int len = (int)strlen(buf) + 1; ++ char *msg = &buf[len]; ++ error_string(msg, buflen - len); ++ len += (int)strlen(msg); + char *p = &buf[len]; + + jio_snprintf(p, buflen - len, + "\n\n" + "Do you want to debug the problem?\n\n" +- "To debug, run 'gdb /proc/%d/exe %d'; then switch to thread " INTX_FORMAT " (" INTPTR_FORMAT ")\n" +- "Enter 'yes' to launch gdb automatically (PATH must include gdb)\n" ++ "To debug, run '%s'; then switch to thread " INTX_FORMAT " (" INTPTR_FORMAT ")\n" ++ "Enter 'yes' to launch " GDB_CMD " automatically (PATH must include " GDB_CMD ")\n" + "Otherwise, press RETURN to abort...", +- os::current_process_id(), os::current_process_id(), +- os::current_thread_id(), os::current_thread_id()); ++ buf, tid, tid); + +- yes = os::message_box("Unexpected Error", buf); ++ yes = os::message_box("Unexpected Error", msg); + + if (yes) { + // yes, user asked VM to launch debugger +- jio_snprintf(buf, buflen, "gdb /proc/%d/exe %d", +- os::current_process_id(), os::current_process_id()); +- + os::fork_and_exec(buf); + yes = false; + } Added: head/java/openjdk7/files/patch-src-solaris-bin-java_md_solinux.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/openjdk7/files/patch-src-solaris-bin-java_md_solinux.c Thu Jul 2 18:18:16 2015 (r391178) @@ -0,0 +1,58 @@ +--- jdk/src/solaris/bin/java_md_solinux.c.orig ++++ jdk/src/solaris/bin/java_md_solinux.c +@@ -35,6 +35,9 @@ + #include + #include + #include ++#ifdef __FreeBSD__ ++#include ++#endif + #include "manifest_info.h" + #include "version_comp.h" + +@@ -899,9 +902,9 @@ + * onwards the filename returned in DL_info structure from dladdr is + * an absolute pathname so technically realpath isn't required. + * On Linux we read the executable name from /proc/self/exe. +- * On *BSD we read the executable name from /proc/curproc/file. ++ * On FreeBSD, we get the executable name via sysctl(3). + * As a fallback, and for platforms other than Solaris, Linux, and +- * *BSD, we use FindExecName to compute the executable name. ++ * FreeBSD, we use FindExecName to compute the executable name. + */ + const char* + SetExecname(char **argv) +@@ -928,13 +931,9 @@ + } + } + } +-#elif defined(__linux__) || defined(_ALLBSD_SOURCE) ++#elif defined(__linux__) + { +-#if defined(_ALLBSD_SOURCE) +- const char* self = "/proc/curproc/file"; +-#else + const char* self = "/proc/self/exe"; +-#endif + char buf[PATH_MAX+1]; + int len = readlink(self, buf, PATH_MAX); + if (len >= 0) { +@@ -942,7 +941,17 @@ + exec_path = JLI_StringDup(buf); + } + } +-#else /* !__solaris__ && !__linux__ && !_ALLBSD_SOURCE */ ++#elif defined(__FreeBSD__) ++ { ++ char buf[PATH_MAX+1]; ++ int name[4] = { CTL_KERN, KERN_PROC, KERN_PROC_PATHNAME, -1 }; ++ size_t len = sizeof(buf); ++ if (sysctl(name, 4, buf, &len, NULL, 0) == 0 && len > 0) { ++ buf[len] = '\0'; ++ exec_path = JLI_StringDup(buf); ++ } ++ } ++#else /* !__sun && !__linux && !__FreeBSD__ */ + { + /* Not implemented */ + } From owner-svn-ports-all@freebsd.org Thu Jul 2 18:32:00 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6A62D993C77; Thu, 2 Jul 2015 18:32:00 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4DA8C1BEF; Thu, 2 Jul 2015 18:32:00 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62IW0S4016545; Thu, 2 Jul 2015 18:32:00 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62IVxw0016534; Thu, 2 Jul 2015 18:31:59 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201507021831.t62IVxw0016534@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Thu, 2 Jul 2015 18:31:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r391179 - in branches/2015Q3/java/openjdk8: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 18:32:00 -0000 Author: jkim Date: Thu Jul 2 18:31:58 2015 New Revision: 391179 URL: https://svnweb.freebsd.org/changeset/ports/391179 Log: MFH: r391177 - Fix broken preprocessor directives. - Use sysctl(3) instead of procfs(5) when we need executable path from PID. Approved by: ports-secteam (delphij) Added: branches/2015Q3/java/openjdk8/files/patch-hotspot-src-os-bsd-vm-os_bsd.cpp - copied unchanged from r391177, head/java/openjdk8/files/patch-hotspot-src-os-bsd-vm-os_bsd.cpp branches/2015Q3/java/openjdk8/files/patch-hotspot-src-os-bsd-vm-vmError_bsd.cpp - copied unchanged from r391177, head/java/openjdk8/files/patch-hotspot-src-os-bsd-vm-vmError_bsd.cpp branches/2015Q3/java/openjdk8/files/patch-jdk-src-solaris-bin-java_md_solinux.c - copied unchanged from r391177, head/java/openjdk8/files/patch-jdk-src-solaris-bin-java_md_solinux.c Modified: branches/2015Q3/java/openjdk8/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/java/openjdk8/Makefile ============================================================================== --- branches/2015Q3/java/openjdk8/Makefile Thu Jul 2 18:18:16 2015 (r391178) +++ branches/2015Q3/java/openjdk8/Makefile Thu Jul 2 18:31:58 2015 (r391179) @@ -2,7 +2,7 @@ PORTNAME= openjdk PORTVERSION= ${JDK_MAJOR_VERSION}.${JDK_UPDATE_VERSION}.${JDK_BUILD_NUMBER:S/^0//} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= java devel MASTER_SITES= http://download.java.net/openjdk/jdk${JDK_MAJOR_VERSION}/promoted/b${DIST_BUILD_NUMBER}/:jdk \ https://adopt-openjdk.ci.cloudbees.com/job/jtreg/${JTREG_JENKINS_BUILD}/artifact/:jtreg \ Copied: branches/2015Q3/java/openjdk8/files/patch-hotspot-src-os-bsd-vm-os_bsd.cpp (from r391177, head/java/openjdk8/files/patch-hotspot-src-os-bsd-vm-os_bsd.cpp) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2015Q3/java/openjdk8/files/patch-hotspot-src-os-bsd-vm-os_bsd.cpp Thu Jul 2 18:31:58 2015 (r391179, copy of r391177, head/java/openjdk8/files/patch-hotspot-src-os-bsd-vm-os_bsd.cpp) @@ -0,0 +1,31 @@ +--- hotspot/src/os/bsd/vm/os_bsd.cpp.orig ++++ hotspot/src/os/bsd/vm/os_bsd.cpp +@@ -1234,14 +1234,14 @@ + pid_t os::Bsd::gettid() { + int retval = -1; + +-#ifdef __APPLE__ //XNU kernel ++#if defined(__APPLE__) //XNU kernel + // despite the fact mach port is actually not a thread id use it + // instead of syscall(SYS_thread_selfid) as it certainly fits to u4 + retval = ::pthread_mach_thread_np(::pthread_self()); + guarantee(retval != 0, "just checking"); + return retval; + +-#elifdef __FreeBSD__ ++#elif defined(__FreeBSD__) + #if __FreeBSD_version > 900030 + return ::pthread_getthreadid_np(); + #else +@@ -1249,9 +1249,9 @@ + thr_self(&tid); + return (pid_t)tid; + #endif +-#elifdef __OpenBSD__ ++#elif defined(__OpenBSD__) + retval = syscall(SYS_getthrid); +-#elifdef __NetBSD__ ++#elif defined(__NetBSD__) + retval = (pid_t) _lwp_self(); + #endif + Copied: branches/2015Q3/java/openjdk8/files/patch-hotspot-src-os-bsd-vm-vmError_bsd.cpp (from r391177, head/java/openjdk8/files/patch-hotspot-src-os-bsd-vm-vmError_bsd.cpp) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2015Q3/java/openjdk8/files/patch-hotspot-src-os-bsd-vm-vmError_bsd.cpp Thu Jul 2 18:31:58 2015 (r391179, copy of r391177, head/java/openjdk8/files/patch-hotspot-src-os-bsd-vm-vmError_bsd.cpp) @@ -0,0 +1,63 @@ +--- hotspot/src/os/bsd/vm/vmError_bsd.cpp.orig ++++ hotspot/src/os/bsd/vm/vmError_bsd.cpp +@@ -33,30 +33,50 @@ + #include + #include + #include ++#ifdef __FreeBSD__ ++#include ++#include ++#endif ++ ++#define GDB_CMD "gdb" ++ ++static void set_debugger(char *buf, int buflen) { ++ int pid = os::current_process_id(); ++#ifdef __FreeBSD__ ++ char cmd[PATH_MAX+1]; ++ int name[4] = { CTL_KERN, KERN_PROC, KERN_PROC_PATHNAME, pid }; ++ size_t len = sizeof(cmd); ++ if (sysctl(name, 4, cmd, &len, NULL, 0) == 0 && len > 0) { ++ cmd[len] = '\0'; ++ jio_snprintf(buf, buflen, "%s %s %d", GDB_CMD, cmd, pid); ++ } else ++#endif ++ jio_snprintf(buf, buflen, "%s /proc/%d/file %d", GDB_CMD, pid, pid); ++} + + void VMError::show_message_box(char *buf, int buflen) { + bool yes; + do { +- error_string(buf, buflen); +- int len = (int)strlen(buf); ++ intx tid = os::current_thread_id(); ++ set_debugger(buf, buflen); ++ int len = (int)strlen(buf) + 1; ++ char *msg = &buf[len]; ++ error_string(msg, buflen - len); ++ len += (int)strlen(msg); + char *p = &buf[len]; + + jio_snprintf(p, buflen - len, + "\n\n" + "Do you want to debug the problem?\n\n" +- "To debug, run 'gdb /proc/%d/file %d'; then switch to thread " INTX_FORMAT " (" INTPTR_FORMAT ")\n" +- "Enter 'yes' to launch gdb automatically (PATH must include gdb)\n" ++ "To debug, run '%s'; then switch to thread " INTX_FORMAT " (" INTPTR_FORMAT ")\n" ++ "Enter 'yes' to launch " GDB_CMD " automatically (PATH must include " GDB_CMD ")\n" + "Otherwise, press RETURN to abort...", +- os::current_process_id(), os::current_process_id(), +- os::current_thread_id(), os::current_thread_id()); ++ buf, tid, tid); + +- yes = os::message_box("Unexpected Error", buf); ++ yes = os::message_box("Unexpected Error", msg); + + if (yes) { + // yes, user asked VM to launch debugger +- jio_snprintf(buf, buflen, "gdb /proc/%d/file %d", +- os::current_process_id(), os::current_process_id()); +- + os::fork_and_exec(buf); + yes = false; + } Copied: branches/2015Q3/java/openjdk8/files/patch-jdk-src-solaris-bin-java_md_solinux.c (from r391177, head/java/openjdk8/files/patch-jdk-src-solaris-bin-java_md_solinux.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2015Q3/java/openjdk8/files/patch-jdk-src-solaris-bin-java_md_solinux.c Thu Jul 2 18:31:58 2015 (r391179, copy of r391177, head/java/openjdk8/files/patch-jdk-src-solaris-bin-java_md_solinux.c) @@ -0,0 +1,53 @@ +--- jdk/src/solaris/bin/java_md_solinux.c.orig ++++ jdk/src/solaris/bin/java_md_solinux.c +@@ -35,6 +35,9 @@ + #include + #include + #include ++#ifdef __FreeBSD__ ++#include ++#endif + #include "manifest_info.h" + #include "version_comp.h" + +@@ -925,7 +928,7 @@ + * onwards the filename returned in DL_info structure from dladdr is + * an absolute pathname so technically realpath isn't required. + * On Linux we read the executable name from /proc/self/exe. +- * On FreeBSD we read the executable name from /proc/curproc/file. ++ * On FreeBSD, we get the executable name via sysctl(3). + * As a fallback, and for platforms other than Solaris, Linux, and + * FreeBSD, we use FindExecName to compute the executable name. + */ +@@ -954,13 +957,9 @@ + } + } + } +-#elif defined(__linux__) || defined(__FreeBSD__) ++#elif defined(__linux__) + { +-#if defined(__FreeBSD__) +- const char* self = "/proc/curproc/file"; +-#else + const char* self = "/proc/self/exe"; +-#endif + char buf[PATH_MAX+1]; + int len = readlink(self, buf, PATH_MAX); + if (len >= 0) { +@@ -968,6 +967,16 @@ + exec_path = JLI_StringDup(buf); + } + } ++#elif defined(__FreeBSD__) ++ { ++ char buf[PATH_MAX+1]; ++ int name[4] = { CTL_KERN, KERN_PROC, KERN_PROC_PATHNAME, -1 }; ++ size_t len = sizeof(buf); ++ if (sysctl(name, 4, buf, &len, NULL, 0) == 0 && len > 0) { ++ buf[len] = '\0'; ++ exec_path = JLI_StringDup(buf); ++ } ++ } + #else /* !__solaris__ && !__linux__ && !__FreeBSD__ */ + { + /* Not implemented */ From owner-svn-ports-all@freebsd.org Thu Jul 2 18:36:29 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EAB64993CA9; Thu, 2 Jul 2015 18:36:29 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CFC121D46; Thu, 2 Jul 2015 18:36:29 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62IaTOd017329; Thu, 2 Jul 2015 18:36:29 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62IaS86017321; Thu, 2 Jul 2015 18:36:28 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201507021836.t62IaS86017321@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Thu, 2 Jul 2015 18:36:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r391180 - in branches/2015Q3/java: openjdk6 openjdk6/files openjdk7 openjdk7/files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 18:36:30 -0000 Author: jkim Date: Thu Jul 2 18:36:27 2015 New Revision: 391180 URL: https://svnweb.freebsd.org/changeset/ports/391180 Log: MFH: r391178 Use sysctl(3) instead of procfs(5) when we need executable path from PID. Approved by: ports-secteam (delphij) Added: branches/2015Q3/java/openjdk7/files/patch-src-os-bsd-vm-vmError_bsd.cpp - copied unchanged from r391178, head/java/openjdk7/files/patch-src-os-bsd-vm-vmError_bsd.cpp branches/2015Q3/java/openjdk7/files/patch-src-solaris-bin-java_md_solinux.c - copied unchanged from r391178, head/java/openjdk7/files/patch-src-solaris-bin-java_md_solinux.c Modified: branches/2015Q3/java/openjdk6/Makefile branches/2015Q3/java/openjdk6/files/patch-set branches/2015Q3/java/openjdk7/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/java/openjdk6/Makefile ============================================================================== --- branches/2015Q3/java/openjdk6/Makefile Thu Jul 2 18:31:58 2015 (r391179) +++ branches/2015Q3/java/openjdk6/Makefile Thu Jul 2 18:36:27 2015 (r391180) @@ -3,6 +3,7 @@ PORTNAME= openjdk6 PORTVERSION= b35 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= java devel MASTER_SITES= APACHE/ant/binaries/:ant \ Modified: branches/2015Q3/java/openjdk6/files/patch-set ============================================================================== --- branches/2015Q3/java/openjdk6/files/patch-set Thu Jul 2 18:31:58 2015 (r391179) +++ branches/2015Q3/java/openjdk6/files/patch-set Thu Jul 2 18:36:27 2015 (r391180) @@ -1936,44 +1936,74 @@ } --- hotspot/src/os/bsd/vm/vmError_bsd.cpp +++ hotspot/src/os/bsd/vm/vmError_bsd.cpp -@@ -34,6 +34,12 @@ +@@ -33,30 +33,50 @@ + #include #include #include - +#ifdef __FreeBSD__ -+#define GDB_LAUNCHER "gdb /proc/%d/file %d" -+#else -+#define GDB_LAUNCHER "gdb /proc/%d/exe %d" ++#include ++#include +#endif + ++#define GDB_CMD "gdb" ++ ++static void set_debugger(char *buf, int buflen) { ++ int pid = os::current_process_id(); ++#ifdef __FreeBSD__ ++ char cmd[PATH_MAX+1]; ++ int name[4] = { CTL_KERN, KERN_PROC, KERN_PROC_PATHNAME, pid }; ++ size_t len = sizeof(cmd); ++ if (sysctl(name, 4, cmd, &len, NULL, 0) == 0 && len > 0) { ++ cmd[len] = '\0'; ++ jio_snprintf(buf, buflen, "%s %s %d", GDB_CMD, cmd, pid); ++ } else ++#endif ++ jio_snprintf(buf, buflen, "%s /proc/%d/file %d", GDB_CMD, pid, pid); ++} + void VMError::show_message_box(char *buf, int buflen) { bool yes; do { -@@ -44,7 +50,7 @@ +- error_string(buf, buflen); +- int len = (int)strlen(buf); ++ intx tid = os::current_thread_id(); ++ set_debugger(buf, buflen); ++ int len = (int)strlen(buf) + 1; ++ char *msg = &buf[len]; ++ error_string(msg, buflen - len); ++ len += (int)strlen(msg); + char *p = &buf[len]; + jio_snprintf(p, buflen - len, "\n\n" "Do you want to debug the problem?\n\n" - "To debug, run 'gdb /proc/%d/exe %d'; then switch to thread " INTX_FORMAT " (" INTPTR_FORMAT ")\n" -+ "To debug, run '" GDB_LAUNCHER "'; then switch to thread " INTX_FORMAT " (" INTPTR_FORMAT ")\n" - "Enter 'yes' to launch gdb automatically (PATH must include gdb)\n" +- "Enter 'yes' to launch gdb automatically (PATH must include gdb)\n" ++ "To debug, run '%s'; then switch to thread " INTX_FORMAT " (" INTPTR_FORMAT ")\n" ++ "Enter 'yes' to launch " GDB_CMD " automatically (PATH must include " GDB_CMD ")\n" "Otherwise, press RETURN to abort...", - os::current_process_id(), os::current_process_id(), -@@ -54,7 +60,7 @@ +- os::current_process_id(), os::current_process_id(), +- os::current_thread_id(), os::current_thread_id()); ++ buf, tid, tid); + +- yes = os::message_box("Unexpected Error", buf); ++ yes = os::message_box("Unexpected Error", msg); if (yes) { // yes, user asked VM to launch debugger - jio_snprintf(buf, buflen, "gdb /proc/%d/exe %d", -+ jio_snprintf(buf, buflen, GDB_LAUNCHER, - os::current_process_id(), os::current_process_id()); - +- os::current_process_id(), os::current_process_id()); +- os::fork_and_exec(buf); + yes = false; + } --- hotspot/src/os/posix/launcher/java_md.c +++ hotspot/src/os/posix/launcher/java_md.c @@ -35,6 +35,9 @@ #include #include #include -+#ifndef _SC_PHYS_PAGES ++#ifdef __FreeBSD__ +#include +#endif @@ -1999,31 +2029,26 @@ strcat(new_runpath, ":"); strcat(new_runpath, runpath); } -@@ -992,9 +995,13 @@ - } - } - } --#elif defined(__linux__) -+#elif defined(__linux__) || defined(_ALLBSD_SOURCE) - { -+#ifdef __FreeBSD__ -+ const char* self = "/proc/curproc/file"; -+#else - const char* self = "/proc/self/exe"; -+#endif - char buf[PATH_MAX+1]; - int len = readlink(self, buf, PATH_MAX); - if (len >= 0) { -@@ -1002,7 +1009,7 @@ +@@ -1002,7 +1005,17 @@ exec_path = JLI_StringDup(buf); } } -#else /* !__sun && !__linux */ -+#else /* !__sun && !__linux && !_ALLBSD_SOURCE */ ++#elif defined(__FreeBSD__) ++ { ++ char buf[PATH_MAX+1]; ++ int name[4] = { CTL_KERN, KERN_PROC, KERN_PROC_PATHNAME, -1 }; ++ size_t len = sizeof(buf); ++ if (sysctl(name, 4, buf, &len, NULL, 0) == 0 && len > 0) { ++ buf[len] = '\0'; ++ exec_path = JLI_StringDup(buf); ++ } ++ } ++#else /* !__sun && !__linux && !__FreeBSD__ */ { /* Not implemented */ } -@@ -1100,6 +1107,7 @@ +@@ -1100,6 +1113,7 @@ /* Compute physical memory by asking the OS */ uint64_t physical_memory(void) { @@ -2031,7 +2056,7 @@ const uint64_t pages = (uint64_t) sysconf(_SC_PHYS_PAGES); const uint64_t page_size = (uint64_t) sysconf(_SC_PAGESIZE); const uint64_t result = pages * page_size; -@@ -1111,6 +1119,28 @@ +@@ -1111,6 +1125,28 @@ " physical memory: " UINT64_FORMAT " (%.3fGB)\n", pages, page_size, result, result / (double) GB); } @@ -2060,7 +2085,7 @@ return result; } -@@ -1271,7 +1301,7 @@ +@@ -1271,7 +1307,7 @@ #endif } @@ -2069,7 +2094,7 @@ #ifdef i586 /* -@@ -1450,7 +1480,7 @@ +@@ -1450,7 +1486,7 @@ #endif /* __sun && i586 */ @@ -2078,7 +2103,7 @@ /* The definition of a server-class machine for linux-i586 */ jboolean -@@ -1481,7 +1511,7 @@ +@@ -1481,7 +1517,7 @@ return result; } @@ -2087,7 +2112,7 @@ #if defined(_ALLBSD_SOURCE) && defined(i586) -@@ -1508,7 +1538,7 @@ +@@ -1508,7 +1544,7 @@ } } if (_launcher_debug) { @@ -2096,7 +2121,7 @@ (result == JNI_TRUE ? "true" : "false")); } return result; -@@ -1672,7 +1702,7 @@ +@@ -1672,7 +1708,7 @@ while (dp != NULL) { cp = strchr(dp, (int)':'); if (cp != NULL) @@ -2105,7 +2130,7 @@ if ((target = ProcessDir(info, dp)) != NULL) break; dp = cp; -@@ -1931,8 +1961,8 @@ +@@ -1931,8 +1967,8 @@ #define MAX_PID_STR_SZ 20 void SetJavaLauncherPlatformProps() { @@ -8559,15 +8584,13 @@ #include #include #include -@@ -34,17 +35,33 @@ +@@ -34,17 +35,31 @@ #include #include #include +#if defined(_ALLBSD_SOURCE) -+#include -+#endif -+#ifndef _SC_PHYS_PAGES +#include ++#include +#endif + #include "manifest_info.h" @@ -8592,9 +8615,9 @@ +#define LD_LIBRARY_PATH "LD_LIBRARY_PATH" +#endif - /* - * If a processor / os combination has the ability to run binaries of -@@ -75,14 +92,31 @@ + #define JRE_ERROR1 "Error: Could not find Java SE Runtime Environment." + #define JRE_ERROR11 "Error: Path length exceeds maximum length (PATH_MAX)" +@@ -79,14 +94,31 @@ #endif /* pointer to environment */ @@ -8628,7 +8651,7 @@ static const char *user_dir = "/java"; #else /* Solaris */ static const char *system_dir = "/usr/jdk"; -@@ -404,10 +438,10 @@ +@@ -408,10 +440,10 @@ * If not on Solaris, assume only a single LD_LIBRARY_PATH * variable. */ @@ -8641,7 +8664,7 @@ /* * On linux, if a binary is running as sgid or suid, glibc sets * LD_LIBRARY_PATH to the empty string for security purposes. (In -@@ -423,6 +457,22 @@ +@@ -427,6 +459,22 @@ if((getgid() != getegid()) || (getuid() != geteuid()) ) { return; } @@ -8664,7 +8687,7 @@ #endif /* runpath contains current effective LD_LIBRARY_PATH setting */ -@@ -431,7 +481,7 @@ +@@ -435,7 +483,7 @@ new_runpath = JLI_MemAlloc( ((runpath!=NULL)?strlen(runpath):0) + 2*strlen(jrepath) + 2*strlen(arch) + strlen(jvmpath) + 52); @@ -8673,7 +8696,7 @@ /* -@@ -446,7 +496,7 @@ +@@ -450,7 +498,7 @@ /* jvmpath, ((running != wanted)?((wanted==64)?"/"LIBARCH64NAME:"/.."):""), */ @@ -8682,7 +8705,7 @@ "%s:" "%s/lib/%s:" "%s/../lib/%s", -@@ -721,7 +771,7 @@ +@@ -725,7 +773,7 @@ jboolean GetApplicationHome(char *buf, jint bufsize) { @@ -8691,31 +8714,26 @@ char *execname = GetExecname(); if (execname) { strncpy(buf, execname, bufsize-1); -@@ -878,9 +928,13 @@ - } - } - } --#elif defined(__linux__) -+#elif defined(__linux__) || defined(_ALLBSD_SOURCE) - { -+#ifdef __FreeBSD__ -+ const char* self = "/proc/curproc/file"; -+#else - const char* self = "/proc/self/exe"; -+#endif - char buf[PATH_MAX+1]; - int len = readlink(self, buf, PATH_MAX); - if (len >= 0) { -@@ -888,7 +942,7 @@ +@@ -892,7 +940,17 @@ exec_path = JLI_StringDup(buf); } } -#else /* !__sun && !__linux */ -+#else /* !__sun && !__linux && !_ALLBSD_SOURCE */ ++#elif defined(__FreeBSD__) ++ { ++ char buf[PATH_MAX+1]; ++ int name[4] = { CTL_KERN, KERN_PROC, KERN_PROC_PATHNAME, -1 }; ++ size_t len = sizeof(buf); ++ if (sysctl(name, 4, buf, &len, NULL, 0) == 0 && len > 0) { ++ buf[len] = '\0'; ++ exec_path = JLI_StringDup(buf); ++ } ++ } ++#else /* !__sun && !__linux && !__FreeBSD__ */ { /* Not implemented */ } -@@ -977,6 +1031,7 @@ +@@ -981,6 +1039,7 @@ /* Compute physical memory by asking the OS */ uint64_t physical_memory(void) { @@ -8723,7 +8741,7 @@ const uint64_t pages = (uint64_t) sysconf(_SC_PHYS_PAGES); const uint64_t page_size = (uint64_t) sysconf(_SC_PAGESIZE); const uint64_t result = pages * page_size; -@@ -988,6 +1043,28 @@ +@@ -992,6 +1051,28 @@ " physical memory: " UINT64_FORMAT " (%.3fGB)\n", pages, page_size, result, result / (double) GB); } @@ -8752,7 +8770,7 @@ return result; } -@@ -1083,7 +1160,7 @@ +@@ -1087,7 +1168,7 @@ #endif /* __sun && i586 */ @@ -8761,7 +8779,7 @@ /* * A utility method for asking the CPU about itself. -@@ -1148,7 +1225,7 @@ +@@ -1152,7 +1233,7 @@ #endif } @@ -8770,7 +8788,7 @@ #ifdef i586 /* -@@ -1360,6 +1437,39 @@ +@@ -1364,6 +1445,39 @@ #endif /* __linux__ && i586 */ @@ -8810,7 +8828,7 @@ /* Dispatch to the platform-specific definition of "server-class" */ jboolean ServerClassMachine(void) { -@@ -1374,6 +1484,8 @@ +@@ -1378,6 +1492,8 @@ result = solaris_i586_ServerClassMachine(); #elif defined(__linux__) && defined(i586) result = linux_i586_ServerClassMachine(); @@ -8819,7 +8837,7 @@ #else if (_launcher_debug) { printf("ServerClassMachine: returns default value of %s\n", -@@ -1514,7 +1626,7 @@ +@@ -1518,7 +1634,7 @@ while (dp != NULL) { cp = strchr(dp, (int)':'); if (cp != NULL) @@ -8828,7 +8846,7 @@ if ((target = ProcessDir(info, dp)) != NULL) break; dp = cp; -@@ -1692,9 +1804,29 @@ +@@ -1696,9 +1812,29 @@ return(borrowed_unsetenv(name)); } @@ -8859,7 +8877,7 @@ static void* hSplashLib = NULL; -@@ -1722,13 +1854,15 @@ +@@ -1747,13 +1883,15 @@ return "%lld"; } @@ -8877,7 +8895,7 @@ pthread_t tid; pthread_attr_t attr; pthread_attr_init(&attr); -@@ -1741,7 +1875,7 @@ +@@ -1766,7 +1904,7 @@ if (pthread_create(&tid, &attr, (void *(*)(void*))continuation, (void*)args) == 0) { void * tmp; pthread_join(tid, &tmp); @@ -8886,7 +8904,7 @@ } else { /* * Continue execution in current thread if for some reason (e.g. out of -@@ -1759,25 +1893,23 @@ +@@ -1784,25 +1922,23 @@ if (thr_create(NULL, stack_size, (void *(*)(void *))continuation, args, flags, &tid) == 0) { void * tmp; thr_join(tid, NULL, &tmp); Modified: branches/2015Q3/java/openjdk7/Makefile ============================================================================== --- branches/2015Q3/java/openjdk7/Makefile Thu Jul 2 18:31:58 2015 (r391179) +++ branches/2015Q3/java/openjdk7/Makefile Thu Jul 2 18:36:27 2015 (r391180) @@ -3,6 +3,7 @@ PORTNAME= openjdk PORTVERSION= ${JDK_MAJOR_VERSION}.${PORT_MINOR_VERSION}.${PORT_BUILD_NUMBER} +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= java devel MASTER_SITES= http://download.java.net/openjdk/jdk${JDK_MAJOR_VERSION}u${JDK_MINOR_VERSION}/promoted/b${JDK_BUILD_NUMBER}/ \ Copied: branches/2015Q3/java/openjdk7/files/patch-src-os-bsd-vm-vmError_bsd.cpp (from r391178, head/java/openjdk7/files/patch-src-os-bsd-vm-vmError_bsd.cpp) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2015Q3/java/openjdk7/files/patch-src-os-bsd-vm-vmError_bsd.cpp Thu Jul 2 18:36:27 2015 (r391180, copy of r391178, head/java/openjdk7/files/patch-src-os-bsd-vm-vmError_bsd.cpp) @@ -0,0 +1,63 @@ +--- hotspot/src/os/bsd/vm/vmError_bsd.cpp.orig ++++ hotspot/src/os/bsd/vm/vmError_bsd.cpp +@@ -33,30 +33,50 @@ + #include + #include + #include ++#ifdef __FreeBSD__ ++#include ++#include ++#endif ++ ++#define GDB_CMD "gdb" ++ ++static void set_debugger(char *buf, int buflen) { ++ int pid = os::current_process_id(); ++#ifdef __FreeBSD__ ++ char cmd[PATH_MAX+1]; ++ int name[4] = { CTL_KERN, KERN_PROC, KERN_PROC_PATHNAME, pid }; ++ size_t len = sizeof(cmd); ++ if (sysctl(name, 4, cmd, &len, NULL, 0) == 0 && len > 0) { ++ cmd[len] = '\0'; ++ jio_snprintf(buf, buflen, "%s %s %d", GDB_CMD, cmd, pid); ++ } else ++#endif ++ jio_snprintf(buf, buflen, "%s /proc/%d/file %d", GDB_CMD, pid, pid); ++} + + void VMError::show_message_box(char *buf, int buflen) { + bool yes; + do { +- error_string(buf, buflen); +- int len = (int)strlen(buf); ++ intx tid = os::current_thread_id(); ++ set_debugger(buf, buflen); ++ int len = (int)strlen(buf) + 1; ++ char *msg = &buf[len]; ++ error_string(msg, buflen - len); ++ len += (int)strlen(msg); + char *p = &buf[len]; + + jio_snprintf(p, buflen - len, + "\n\n" + "Do you want to debug the problem?\n\n" +- "To debug, run 'gdb /proc/%d/exe %d'; then switch to thread " INTX_FORMAT " (" INTPTR_FORMAT ")\n" +- "Enter 'yes' to launch gdb automatically (PATH must include gdb)\n" ++ "To debug, run '%s'; then switch to thread " INTX_FORMAT " (" INTPTR_FORMAT ")\n" ++ "Enter 'yes' to launch " GDB_CMD " automatically (PATH must include " GDB_CMD ")\n" + "Otherwise, press RETURN to abort...", +- os::current_process_id(), os::current_process_id(), +- os::current_thread_id(), os::current_thread_id()); ++ buf, tid, tid); + +- yes = os::message_box("Unexpected Error", buf); ++ yes = os::message_box("Unexpected Error", msg); + + if (yes) { + // yes, user asked VM to launch debugger +- jio_snprintf(buf, buflen, "gdb /proc/%d/exe %d", +- os::current_process_id(), os::current_process_id()); +- + os::fork_and_exec(buf); + yes = false; + } Copied: branches/2015Q3/java/openjdk7/files/patch-src-solaris-bin-java_md_solinux.c (from r391178, head/java/openjdk7/files/patch-src-solaris-bin-java_md_solinux.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2015Q3/java/openjdk7/files/patch-src-solaris-bin-java_md_solinux.c Thu Jul 2 18:36:27 2015 (r391180, copy of r391178, head/java/openjdk7/files/patch-src-solaris-bin-java_md_solinux.c) @@ -0,0 +1,58 @@ +--- jdk/src/solaris/bin/java_md_solinux.c.orig ++++ jdk/src/solaris/bin/java_md_solinux.c +@@ -35,6 +35,9 @@ + #include + #include + #include ++#ifdef __FreeBSD__ ++#include ++#endif + #include "manifest_info.h" + #include "version_comp.h" + +@@ -899,9 +902,9 @@ + * onwards the filename returned in DL_info structure from dladdr is + * an absolute pathname so technically realpath isn't required. + * On Linux we read the executable name from /proc/self/exe. +- * On *BSD we read the executable name from /proc/curproc/file. ++ * On FreeBSD, we get the executable name via sysctl(3). + * As a fallback, and for platforms other than Solaris, Linux, and +- * *BSD, we use FindExecName to compute the executable name. ++ * FreeBSD, we use FindExecName to compute the executable name. + */ + const char* + SetExecname(char **argv) +@@ -928,13 +931,9 @@ + } + } + } +-#elif defined(__linux__) || defined(_ALLBSD_SOURCE) ++#elif defined(__linux__) + { +-#if defined(_ALLBSD_SOURCE) +- const char* self = "/proc/curproc/file"; +-#else + const char* self = "/proc/self/exe"; +-#endif + char buf[PATH_MAX+1]; + int len = readlink(self, buf, PATH_MAX); + if (len >= 0) { +@@ -942,7 +941,17 @@ + exec_path = JLI_StringDup(buf); + } + } +-#else /* !__solaris__ && !__linux__ && !_ALLBSD_SOURCE */ ++#elif defined(__FreeBSD__) ++ { ++ char buf[PATH_MAX+1]; ++ int name[4] = { CTL_KERN, KERN_PROC, KERN_PROC_PATHNAME, -1 }; ++ size_t len = sizeof(buf); ++ if (sysctl(name, 4, buf, &len, NULL, 0) == 0 && len > 0) { ++ buf[len] = '\0'; ++ exec_path = JLI_StringDup(buf); ++ } ++ } ++#else /* !__sun && !__linux && !__FreeBSD__ */ + { + /* Not implemented */ + } From owner-svn-ports-all@freebsd.org Thu Jul 2 19:28:40 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4AA2A99368B; Thu, 2 Jul 2015 19:28:40 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 30BB02602; Thu, 2 Jul 2015 19:28:40 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62JSeoi042752; Thu, 2 Jul 2015 19:28:40 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62JSdYB042749; Thu, 2 Jul 2015 19:28:39 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201507021928.t62JSdYB042749@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Thu, 2 Jul 2015 19:28:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391181 - in head/java: . openjdk7 openjdk7-jre X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 19:28:40 -0000 Author: jkim Date: Thu Jul 2 19:28:38 2015 New Revision: 391181 URL: https://svnweb.freebsd.org/changeset/ports/391181 Log: Add a slave port to create JRE-only package for java/openjdk7. Added: head/java/openjdk7-jre/ head/java/openjdk7-jre/Makefile (contents, props changed) Modified: head/java/Makefile head/java/openjdk7/Makefile Modified: head/java/Makefile ============================================================================== --- head/java/Makefile Thu Jul 2 18:36:27 2015 (r391180) +++ head/java/Makefile Thu Jul 2 19:28:38 2015 (r391181) @@ -100,6 +100,7 @@ SUBDIR += openjdk6 SUBDIR += openjdk6-jre SUBDIR += openjdk7 + SUBDIR += openjdk7-jre SUBDIR += openjdk8 SUBDIR += openjdk8-jre SUBDIR += phpeclipse Added: head/java/openjdk7-jre/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/openjdk7-jre/Makefile Thu Jul 2 19:28:38 2015 (r391181) @@ -0,0 +1,11 @@ +# $FreeBSD$ + +PKGNAMESUFFIX= -jre + +MAINTAINER= java@FreeBSD.org +COMMENT= Java Runtime Environment ${JDK_MAJOR_VERSION} + +BUILD_JRE= yes +MASTERDIR= ${.CURDIR}/../openjdk7 + +.include "${MASTERDIR}/Makefile" Modified: head/java/openjdk7/Makefile ============================================================================== --- head/java/openjdk7/Makefile Thu Jul 2 18:36:27 2015 (r391180) +++ head/java/openjdk7/Makefile Thu Jul 2 19:28:38 2015 (r391181) @@ -19,8 +19,8 @@ DISTFILES= ${JDK_SRC_DISTFILE}${EXTRACT_ EXTRACT_ONLY= ${JDK_SRC_DISTFILE}${EXTRACT_SUFX} \ ${ANT_DISTFILE}${EXTRACT_SUFX} -MAINTAINER= glewis@FreeBSD.org -COMMENT= Java Development Kit 7 +MAINTAINER?= glewis@FreeBSD.org +COMMENT?= Java Development Kit 7 LICENSE= GPLv2 @@ -30,12 +30,22 @@ USES= compiler dos2unix iconv gmake zip USE_XORG+= x11 xext xi xrender xt xtst MAKE_ARGS= CC=${CC:Q} CXX=${CXX:Q} HOST_CC=${CC:Q} -OPTIONS_DEFINE= DEBUG POLICY TZUPDATE +OPTIONS_DEFINE= POLICY TZUPDATE OPTIONS_DEFAULT= POLICY TZUPDATE DEBUG_DESC= Enable extra debugging info POLICY_DESC= Install the Unlimited Strength Policy Files TZUPDATE_DESC= Update the time zone data +JAVAVMS_COMMENT= OpenJDK${JDK_MAJOR_VERSION} + +.if !defined(BUILD_JRE) +OPTIONS_DEFINE+= DEBUG +INSTALLDIR= ${PREFIX}/${PORTNAME}${JDK_MAJOR_VERSION} +.else +JAVAVMS_COMMENT+= JRE +INSTALLDIR= ${PREFIX}/${PORTNAME}${JDK_MAJOR_VERSION}-jre +.endif + PORT_MINOR_VERSION= 80 PORT_BUILD_NUMBER= 15 JDK_MAJOR_VERSION= 7 @@ -62,7 +72,6 @@ RUN_DEPENDS+= javavm:${PORTSDIR}/java/ja DOS2UNIX_FILES= jdk/src/share/classes/com/sun/org/apache/xml/internal/security/resource/xmlsecurity_en.properties OPENJDK_OSARCH= bsd-${ARCH:S/i386/i586/} -INSTALLDIR= ${PREFIX}/${PORTNAME}${JDK_MAJOR_VERSION} NOPRECIOUSMAKEVARS= yes @@ -149,22 +158,39 @@ post-patch: .if ${PORT_OPTIONS:MTZUPDATE} pre-install: @# Update time zones +.if !defined(BUILD_JRE) @${RM} -rf ${WRKSRC}/build/${OPENJDK_OSARCH}/j2sdk-image/jre/lib/zi @${LN} -s -f ${LOCALBASE}/share/java/zi \ - ${WRKSRC}/build/${OPENJDK_OSARCH}/j2sdk-image/jre/lib + ${WRKSRC}/build/${OPENJDK_OSARCH}/j2sdk-image/jre/lib +.else + @${RM} -rf ${WRKSRC}/build/${OPENJDK_OSARCH}/j2re-image/lib/zi + @${LN} -s -f ${LOCALBASE}/share/java/zi \ + ${WRKSRC}/build/${OPENJDK_OSARCH}/j2re-image/lib +.endif .endif do-install: @${MKDIR} ${STAGEDIR}${INSTALLDIR} - @cd ${WRKSRC}/build/${OPENJDK_OSARCH}/j2sdk-image && \ - ${PAX} -rw . ${STAGEDIR}${INSTALLDIR} - @${INSTALL_DATA} ${WRKSRC}/build/${OPENJDK_OSARCH}/btjars/compilefontconfig.jar ${WRKSRC}/build/${OPENJDK_OSARCH}/btjars/javazic.jar ${STAGEDIR}${INSTALLDIR}/jre/lib/ - @${INSTALL_DATA} ${FILESDIR}/cacerts ${STAGEDIR}${INSTALLDIR}/jre/lib/security/cacerts +.if !defined(BUILD_JRE) + cd ${WRKSRC}/build/${OPENJDK_OSARCH}/j2sdk-image && \ + ${PAX} -rw . ${STAGEDIR}${INSTALLDIR} + ${INSTALL_DATA} \ + ${WRKSRC}/build/${OPENJDK_OSARCH}/btjars/compilefontconfig.jar \ + ${WRKSRC}/build/${OPENJDK_OSARCH}/btjars/javazic.jar \ + ${STAGEDIR}${INSTALLDIR}/jre/lib/ + ${INSTALL_DATA} ${FILESDIR}/cacerts \ + ${STAGEDIR}${INSTALLDIR}/jre/lib/security/cacerts +.else + cd ${WRKSRC}/build/${OPENJDK_OSARCH}/j2re-image && \ + ${PAX} -rw . ${STAGEDIR}${INSTALLDIR} + ${INSTALL_DATA} ${FILESDIR}/cacerts \ + ${STAGEDIR}${INSTALLDIR}/lib/security/cacerts +.endif @${ECHO} "@unexec ${LOCALBASE}/bin/unregistervm ${INSTALLDIR}/bin/java" >> ${TMPPLIST} @${FIND} -s ${STAGEDIR}${INSTALLDIR} -not -type d | ${SORT} | \ ${SED} -e 's#^${STAGEDIR}${PREFIX}/##' >> ${TMPPLIST} @${FIND} ${STAGEDIR}${INSTALLDIR} -type d -empty | ${SORT} -r | \ ${SED} -e 's,^${STAGEDIR}${PREFIX}/,@dir ,' >> ${TMPPLIST} - @${ECHO} "@exec ${LOCALBASE}/bin/registervm '${INSTALLDIR}/bin/java # OpenJDK${JDK_MAJOR_VERSION}'" >> ${TMPPLIST} + @${ECHO} "@exec ${LOCALBASE}/bin/registervm '${INSTALLDIR}/bin/java # ${JAVAVMS_COMMENT}'" >> ${TMPPLIST} .include From owner-svn-ports-all@freebsd.org Thu Jul 2 19:35:30 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 960A799385A; Thu, 2 Jul 2015 19:35:30 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 877802BEF; Thu, 2 Jul 2015 19:35:30 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62JZUcF047408; Thu, 2 Jul 2015 19:35:30 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62JZUfX047404; Thu, 2 Jul 2015 19:35:30 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507021935.t62JZUfX047404@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 2 Jul 2015 19:35:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391182 - head/devel/elixir-exrm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 19:35:30 -0000 Author: olgeni Date: Thu Jul 2 19:35:29 2015 New Revision: 391182 URL: https://svnweb.freebsd.org/changeset/ports/391182 Log: Upgrade to version 0.18.0. Modified: head/devel/elixir-exrm/Makefile head/devel/elixir-exrm/distinfo Modified: head/devel/elixir-exrm/Makefile ============================================================================== --- head/devel/elixir-exrm/Makefile Thu Jul 2 19:28:38 2015 (r391181) +++ head/devel/elixir-exrm/Makefile Thu Jul 2 19:35:29 2015 (r391182) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= exrm -PORTVERSION= 0.17.3 +PORTVERSION= 0.18.0 CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-exrm/distinfo ============================================================================== --- head/devel/elixir-exrm/distinfo Thu Jul 2 19:28:38 2015 (r391181) +++ head/devel/elixir-exrm/distinfo Thu Jul 2 19:35:29 2015 (r391182) @@ -1,2 +1,2 @@ -SHA256 (bitwalker-exrm-0.17.3_GH0.tar.gz) = 03a35497de09775cb05287eaf618e940754674b185f9ebfdae7040ec0a7e166d -SIZE (bitwalker-exrm-0.17.3_GH0.tar.gz) = 44103 +SHA256 (bitwalker-exrm-0.18.0_GH0.tar.gz) = adf81fc970c333475ce4a2cc556021b52698ee0920ec3af4ff6c5c5cdb15e944 +SIZE (bitwalker-exrm-0.18.0_GH0.tar.gz) = 43997 From owner-svn-ports-all@freebsd.org Thu Jul 2 19:40:21 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BA5A799395A; Thu, 2 Jul 2015 19:40:21 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A91A32DDC; Thu, 2 Jul 2015 19:40:21 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62JeLZ0048509; Thu, 2 Jul 2015 19:40:21 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62JeFUP048466; Thu, 2 Jul 2015 19:40:15 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201507021940.t62JeFUP048466@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Thu, 2 Jul 2015 19:40:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391183 - in head: . devel/libdlna emulators/kcemu graphics/bugle multimedia/ffmpeg multimedia/ffmpeg/files sysutils/k3b-kde4 x11-toolkits/nucleo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 19:40:21 -0000 Author: riggs Date: Thu Jul 2 19:40:15 2015 New Revision: 391183 URL: https://svnweb.freebsd.org/changeset/ports/391183 Log: - Update multimdedia/ffmpeg to latest upstrem version 2.7.1 - Mark ports BROKEN that were discovered not to work with this update; discovered by exp-run in bug 201181 - Note the need for manual upgrade of dependent ports in UPDATING Added: head/multimedia/ffmpeg/files/patch-libavdevice-oss.c - copied, changed from r391180, head/multimedia/ffmpeg/files/patch-libavdevice-oss_audio.c Deleted: head/multimedia/ffmpeg/files/patch-libavdevice-oss_audio.c Modified: head/UPDATING head/devel/libdlna/Makefile head/emulators/kcemu/Makefile head/graphics/bugle/Makefile head/multimedia/ffmpeg/Makefile head/multimedia/ffmpeg/distinfo head/multimedia/ffmpeg/files/patch-Makefile head/multimedia/ffmpeg/files/patch-configure head/multimedia/ffmpeg/files/patch-doc-Makefile head/multimedia/ffmpeg/files/patch-libavcodec-Makefile head/multimedia/ffmpeg/files/patch-libavdevice-bktr.c head/multimedia/ffmpeg/files/patch-libavfilter-vf_libopencv.c head/multimedia/ffmpeg/files/patch-libavformat-udp.c head/multimedia/ffmpeg/files/patch-libavutil-common.h head/multimedia/ffmpeg/files/patch-libavutil-x86-asm.h head/multimedia/ffmpeg/pkg-descr head/multimedia/ffmpeg/pkg-plist head/sysutils/k3b-kde4/Makefile head/x11-toolkits/nucleo/Makefile Modified: head/UPDATING ============================================================================== --- head/UPDATING Thu Jul 2 19:35:29 2015 (r391182) +++ head/UPDATING Thu Jul 2 19:40:15 2015 (r391183) @@ -6,6 +6,20 @@ You should get into the habit of checkin you update your ports collection, before attempting any port upgrades. 20150702: + AFFECTS: users of multimedia/ffmpeg + AUTHOR: riggs@FreeBSD.org + + ffmpeg has been updated to the latest version from the 2.7 branch. + If you are using binary pkg, 'pkg upgrade' will do the right thing. + Users of portmaster/portupgrade must rebuild all ports that depend + on it. + + Portmaster users: + portmaster -w -r ffmpeg + Portupgrade users: + portupgrade -fr multimedia/ffmpeg + +20150702: AFFECTS: users of net/ptpd2-devel AUTHOR: skreuzer@FreeBSD.org Modified: head/devel/libdlna/Makefile ============================================================================== --- head/devel/libdlna/Makefile Thu Jul 2 19:35:29 2015 (r391182) +++ head/devel/libdlna/Makefile Thu Jul 2 19:40:15 2015 (r391183) @@ -25,6 +25,8 @@ CONFIGURE_ARGS+= --prefix="${PREFIX}" -- CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +BROKEN= Does not build with ffmpeg-2.7 + post-patch: @${REINPLACE_CMD} -e \ 's#\(PKGCONFIG_DIR = \).*#\1${STAGEDIR}${PREFIX}/libdata/pkgconfig#' \ Modified: head/emulators/kcemu/Makefile ============================================================================== --- head/emulators/kcemu/Makefile Thu Jul 2 19:35:29 2015 (r391182) +++ head/emulators/kcemu/Makefile Thu Jul 2 19:40:15 2015 (r391183) @@ -38,4 +38,6 @@ DESKTOP_ENTRIES="KCemu" "${COMMENT}" \ "${LOCALBASE}/share/KCemu/icons/kcemu-icon.png" "kcemu" \ "System;Emulator;" "true" +BROKEN= Does not build with ffmpeg-2.7 + .include Modified: head/graphics/bugle/Makefile ============================================================================== --- head/graphics/bugle/Makefile Thu Jul 2 19:35:29 2015 (r391182) +++ head/graphics/bugle/Makefile Thu Jul 2 19:40:15 2015 (r391183) @@ -40,6 +40,12 @@ READLINE_CONFIGURE_WITH= readline THREADS_CONFIGURE_ON= --with-threads=pthreads THREADS_CONFIGURE_OFF= --with-threads=single +.include + +.if ${PORT_OPTIONS:MFFMPEG} +BROKEN= Does not build with ffmpeg-2.7 +.endif + post-patch: @${REINPLACE_CMD} -e \ 's|=-lpthread|=-pthread|g' ${WRKSRC}/configure Modified: head/multimedia/ffmpeg/Makefile ============================================================================== --- head/multimedia/ffmpeg/Makefile Thu Jul 2 19:35:29 2015 (r391182) +++ head/multimedia/ffmpeg/Makefile Thu Jul 2 19:40:15 2015 (r391183) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ffmpeg -PORTVERSION= 2.3.6 -PORTREVISION= 6 +PORTVERSION= 2.7.1 PORTEPOCH= 1 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= http://ffmpeg.org/releases/ @@ -256,6 +255,7 @@ MAKE_ENV+= COMPILER_PATH=${LOCALBASE}/bi CONFIGURE_ARGS+=--prefix="${PREFIX}" \ --mandir="${PREFIX}/man" \ --datadir="${DATADIR}" \ + --pkgconfigdir="${PREFIX}/libdata/pkgconfig" \ --enable-shared \ --enable-gpl \ --enable-postproc \ @@ -353,8 +353,6 @@ LICENSE_FILE_LGPL3= ${WRKSRC}/COPYING.LG post-patch: # {C,LD}FLAGS safeness - @${REINPLACE_CMD} -e 's|$$(LIBDIR)/pkgconfig|$$(DESTDIR)$$(prefix)/libdata/pkgconfig|' \ - ${WRKSRC}/library.mak @${REINPLACE_CMD} -e 's|/etc/ffserver.conf|${PREFIX}/etc/ffserver.conf|' \ ${WRKSRC}/ffserver.c @${REINPLACE_CMD} -E \ Modified: head/multimedia/ffmpeg/distinfo ============================================================================== --- head/multimedia/ffmpeg/distinfo Thu Jul 2 19:35:29 2015 (r391182) +++ head/multimedia/ffmpeg/distinfo Thu Jul 2 19:40:15 2015 (r391183) @@ -1,2 +1,2 @@ -SHA256 (ffmpeg-2.3.6.tar.bz2) = cf1be1c5c3973b8db16b6b6e8e63a042d414fb5d47d3801a196cbba21a0a624a -SIZE (ffmpeg-2.3.6.tar.bz2) = 7440172 +SHA256 (ffmpeg-2.7.1.tar.bz2) = 7e07b97d2415feeae9c9b5595e35e7b7aab33207e81bf9f8c0d1eece43f7f720 +SIZE (ffmpeg-2.7.1.tar.bz2) = 8152634 Modified: head/multimedia/ffmpeg/files/patch-Makefile ============================================================================== --- head/multimedia/ffmpeg/files/patch-Makefile Thu Jul 2 19:35:29 2015 (r391182) +++ head/multimedia/ffmpeg/files/patch-Makefile Thu Jul 2 19:40:15 2015 (r391183) @@ -1,11 +1,11 @@ ---- Makefile.orig 2012-05-04 12:24:34.447846798 +0200 -+++ Makefile 2012-05-04 12:24:42.471850113 +0200 -@@ -79,7 +79,7 @@ +--- Makefile.orig 2015-06-19 20:44:35 UTC ++++ Makefile +@@ -92,7 +92,7 @@ define DOSUBDIR $(foreach V,$(SUBDIR_VARS),$(eval $(call RESET,$(V)))) SUBDIR := $(1)/ include $(SRC_PATH)/$(1)/Makefile --include $(SRC_PATH)/$(1)/$(ARCH)/Makefile +-include $(SRC_PATH)/$(1)/$(FFMPEG_ARCH)/Makefile + -include $(SRC_PATH)/$(1)/$(INTRINSICS)/Makefile include $(SRC_PATH)/library.mak endef - Modified: head/multimedia/ffmpeg/files/patch-configure ============================================================================== --- head/multimedia/ffmpeg/files/patch-configure Thu Jul 2 19:35:29 2015 (r391182) +++ head/multimedia/ffmpeg/files/patch-configure Thu Jul 2 19:40:15 2015 (r391183) @@ -1,6 +1,6 @@ ---- configure.orig 2014-08-17 15:33:04.000000000 +0200 -+++ configure 2014-09-12 15:07:50.647439045 +0200 -@@ -2649,12 +2649,7 @@ +--- configure.orig 2015-06-19 20:47:55 UTC ++++ configure +@@ -2814,12 +2814,7 @@ target_os_default=$(tolower $(uname -s)) host_os=$target_os_default # machine @@ -12,18 +12,18 @@ -fi +arch_default=$(uname -p) cpu="generic" + intrinsics="none" - # configurable options -@@ -5381,7 +5376,7 @@ +@@ -5823,7 +5818,7 @@ ifndef MAIN_MAKEFILE SRC_PATH:=\$(SRC_PATH:.%=..%) endif CC_IDENT=$cc_ident -ARCH=$arch +FFMPEG_ARCH=$arch + INTRINSICS=$intrinsics CC=$cc CXX=$cxx - AS=$as -@@ -5590,7 +5585,7 @@ +@@ -6035,7 +6030,7 @@ exec_prefix=\${prefix} libdir=$libdir includedir=$incdir @@ -32,7 +32,7 @@ Description: $comment Version: $version Requires: $(enabled shared || echo $requires) -@@ -5604,10 +5599,10 @@ +@@ -6049,10 +6044,10 @@ EOF mkdir -p doc/examples/pc-uninstalled includedir=${source_path} [ "$includedir" = . ] && includedir="\${pcfiledir}/../../.." Modified: head/multimedia/ffmpeg/files/patch-doc-Makefile ============================================================================== --- head/multimedia/ffmpeg/files/patch-doc-Makefile Thu Jul 2 19:35:29 2015 (r391182) +++ head/multimedia/ffmpeg/files/patch-doc-Makefile Thu Jul 2 19:40:15 2015 (r391183) @@ -1,7 +1,7 @@ ---- doc/Makefile.orig 2012-09-28 03:37:35.000000000 +0200 -+++ doc/Makefile 2012-10-12 21:36:56.461440175 +0200 -@@ -57,7 +57,7 @@ - install-man: +--- doc/Makefile.orig 2015-06-19 20:44:35 UTC ++++ doc/Makefile +@@ -145,7 +145,7 @@ install-html: $(HTMLPAGES) + endif ifdef CONFIG_MANPAGES -install-progs-$(CONFIG_DOC): install-man Modified: head/multimedia/ffmpeg/files/patch-libavcodec-Makefile ============================================================================== --- head/multimedia/ffmpeg/files/patch-libavcodec-Makefile Thu Jul 2 19:35:29 2015 (r391182) +++ head/multimedia/ffmpeg/files/patch-libavcodec-Makefile Thu Jul 2 19:40:15 2015 (r391183) @@ -1,11 +1,11 @@ ---- libavcodec/Makefile.orig 2012-08-06 10:06:26.000000000 +0200 -+++ libavcodec/Makefile 2012-08-06 10:36:33.478505808 +0200 -@@ -793,7 +793,7 @@ - codec_names.h \ - fft-internal.h \ +--- libavcodec/Makefile.orig 2015-06-19 20:44:36 UTC ++++ libavcodec/Makefile +@@ -877,7 +877,7 @@ SKIPHEADERS + + old_codec_ids.h \ tableprint.h \ + tableprint_vlc.h \ - $(ARCH)/vp56_arith.h \ -+ $(FFMPEG_ARCH)/vp56_arith.h \ ++ $(FFMPEG_ARCH)/vp56_arith.h \ + SKIPHEADERS-$(CONFIG_D3D11VA) += d3d11va.h dxva2_internal.h SKIPHEADERS-$(CONFIG_DXVA2) += dxva2.h dxva2_internal.h - SKIPHEADERS-$(CONFIG_LIBSCHROEDINGER) += libschroedinger.h Modified: head/multimedia/ffmpeg/files/patch-libavdevice-bktr.c ============================================================================== --- head/multimedia/ffmpeg/files/patch-libavdevice-bktr.c Thu Jul 2 19:35:29 2015 (r391182) +++ head/multimedia/ffmpeg/files/patch-libavdevice-bktr.c Thu Jul 2 19:40:15 2015 (r391183) @@ -1,5 +1,5 @@ ---- libavdevice/bktr.c.orig 2012-01-22 14:41:15.000000000 +0100 -+++ libavdevice/bktr.c 2012-01-22 16:07:07.873280412 +0100 +--- libavdevice/bktr.c.orig 2015-06-19 20:44:50 UTC ++++ libavdevice/bktr.c @@ -24,6 +24,11 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ @@ -10,5 +10,5 @@ +typedef unsigned long u_long; + #include "libavformat/internal.h" + #include "libavutil/internal.h" #include "libavutil/log.h" - #include "libavutil/opt.h" Copied and modified: head/multimedia/ffmpeg/files/patch-libavdevice-oss.c (from r391180, head/multimedia/ffmpeg/files/patch-libavdevice-oss_audio.c) ============================================================================== --- head/multimedia/ffmpeg/files/patch-libavdevice-oss_audio.c Thu Jul 2 18:36:27 2015 (r391180, copy source) +++ head/multimedia/ffmpeg/files/patch-libavdevice-oss.c Thu Jul 2 19:40:15 2015 (r391183) @@ -1,5 +1,5 @@ ---- libavdevice/oss_audio.c.orig 2009-05-15 17:38:35.000000000 +0200 -+++ libavdevice/oss_audio.c 2009-05-15 17:41:27.000000000 +0200 +--- libavdevice/oss.c.orig 2015-06-19 20:44:50 UTC ++++ libavdevice/oss.c @@ -19,6 +19,11 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ @@ -10,5 +10,5 @@ +typedef unsigned long u_long; + #include "config.h" - #include - #include + + #include Modified: head/multimedia/ffmpeg/files/patch-libavfilter-vf_libopencv.c ============================================================================== --- head/multimedia/ffmpeg/files/patch-libavfilter-vf_libopencv.c Thu Jul 2 19:35:29 2015 (r391182) +++ head/multimedia/ffmpeg/files/patch-libavfilter-vf_libopencv.c Thu Jul 2 19:40:15 2015 (r391183) @@ -1,12 +1,12 @@ ---- libavfilter/vf_libopencv.c.orig 2012-08-05 14:09:37.882506740 +0200 -+++ libavfilter/vf_libopencv.c 2012-08-05 14:10:24.508510133 +0200 -@@ -25,8 +25,7 @@ - - /* #define DEBUG */ +--- libavfilter/vf_libopencv.c.orig 2015-06-19 20:44:50 UTC ++++ libavfilter/vf_libopencv.c +@@ -23,8 +23,7 @@ + * libopencv wrapper functions + */ -#include -#include +#include #include "libavutil/avstring.h" + #include "libavutil/common.h" #include "libavutil/file.h" - #include "avfilter.h" Modified: head/multimedia/ffmpeg/files/patch-libavformat-udp.c ============================================================================== --- head/multimedia/ffmpeg/files/patch-libavformat-udp.c Thu Jul 2 19:35:29 2015 (r391182) +++ head/multimedia/ffmpeg/files/patch-libavformat-udp.c Thu Jul 2 19:40:15 2015 (r391183) @@ -1,11 +1,11 @@ ---- libavformat/udp.c.orig 2009-05-15 17:24:45.000000000 +0200 -+++ libavformat/udp.c 2009-05-15 17:27:17.000000000 +0200 -@@ -45,6 +45,8 @@ - #define IN6_IS_ADDR_MULTICAST(a) (((uint8_t *) (a))[0] == 0xff) - #endif +--- libavformat/udp.c.orig 2015-06-19 20:44:53 UTC ++++ libavformat/udp.c +@@ -71,6 +71,8 @@ + #define UDP_MAX_PKT_SIZE 65536 + #define UDP_HEADER_SIZE 8 +#define IPPROTO_IPV6 41 + - typedef struct { + typedef struct UDPContext { + const AVClass *class; int udp_fd; - int ttl; Modified: head/multimedia/ffmpeg/files/patch-libavutil-common.h ============================================================================== --- head/multimedia/ffmpeg/files/patch-libavutil-common.h Thu Jul 2 19:35:29 2015 (r391182) +++ head/multimedia/ffmpeg/files/patch-libavutil-common.h Thu Jul 2 19:40:15 2015 (r391183) @@ -1,8 +1,8 @@ ---- libavutil/common.h.orig 2010-07-07 19:27:45.000000000 +0200 -+++ libavutil/common.h 2010-08-01 22:27:42.964629491 +0200 -@@ -36,6 +36,10 @@ - #include - #include "attributes.h" +--- libavutil/common.h.orig 2015-06-19 20:44:53 UTC ++++ libavutil/common.h +@@ -49,6 +49,10 @@ + # define AV_NE(be, le) (le) + #endif +#ifndef UINT64_C +#define UINT64_C(c) (c ## UL) Modified: head/multimedia/ffmpeg/files/patch-libavutil-x86-asm.h ============================================================================== --- head/multimedia/ffmpeg/files/patch-libavutil-x86-asm.h Thu Jul 2 19:35:29 2015 (r391182) +++ head/multimedia/ffmpeg/files/patch-libavutil-x86-asm.h Thu Jul 2 19:40:15 2015 (r391183) @@ -1,6 +1,6 @@ ---- ./libavutil/x86/asm.h.orig 2013-11-01 13:02:26.000000000 -0400 -+++ ./libavutil/x86/asm.h 2013-11-01 13:03:00.000000000 -0400 -@@ -70,7 +70,7 @@ +--- libavutil/x86/asm.h.orig 2015-06-19 20:44:54 UTC ++++ libavutil/x86/asm.h +@@ -71,7 +71,7 @@ typedef int32_t x86_reg; typedef int x86_reg; #endif Modified: head/multimedia/ffmpeg/pkg-descr ============================================================================== --- head/multimedia/ffmpeg/pkg-descr Thu Jul 2 19:35:29 2015 (r391182) +++ head/multimedia/ffmpeg/pkg-descr Thu Jul 2 19:40:15 2015 (r391183) @@ -2,6 +2,4 @@ FFmpeg is a complete, cross-platform sol audio and video. It includes libavcodec - the leading audio/video codec library. -This version is from the 2.0 release branch. - WWW: http://ffmpeg.org/ Modified: head/multimedia/ffmpeg/pkg-plist ============================================================================== --- head/multimedia/ffmpeg/pkg-plist Thu Jul 2 19:35:29 2015 (r391182) +++ head/multimedia/ffmpeg/pkg-plist Thu Jul 2 19:40:15 2015 (r391183) @@ -5,13 +5,16 @@ bin/ffprobe %%FFSERVER%%@sample etc/ffserver.conf.sample include/libavcodec/avcodec.h include/libavcodec/avfft.h +include/libavcodec/d3d11va.h include/libavcodec/dv_profile.h include/libavcodec/dxva2.h include/libavcodec/old_codec_ids.h +include/libavcodec/qsv.h include/libavcodec/vaapi.h include/libavcodec/vda.h include/libavcodec/vdpau.h include/libavcodec/version.h +include/libavcodec/vorbis_parser.h include/libavcodec/xvmc.h include/libavdevice/avdevice.h include/libavdevice/version.h @@ -41,6 +44,8 @@ include/libavutil/blowfish.h include/libavutil/bprint.h include/libavutil/bswap.h include/libavutil/buffer.h +include/libavutil/camellia.h +include/libavutil/cast5.h include/libavutil/channel_layout.h include/libavutil/common.h include/libavutil/cpu.h @@ -58,7 +63,6 @@ include/libavutil/hash.h include/libavutil/hmac.h include/libavutil/imgutils.h include/libavutil/intfloat.h -include/libavutil/intfloat_readwrite.h include/libavutil/intreadwrite.h include/libavutil/lfg.h include/libavutil/log.h @@ -67,11 +71,13 @@ include/libavutil/macros.h include/libavutil/mathematics.h include/libavutil/md5.h include/libavutil/mem.h +include/libavutil/motion_vector.h include/libavutil/murmur3.h include/libavutil/old_pix_fmts.h include/libavutil/opt.h include/libavutil/parseutils.h include/libavutil/pixdesc.h +include/libavutil/pixelutils.h include/libavutil/pixfmt.h include/libavutil/random_seed.h include/libavutil/rational.h @@ -81,10 +87,11 @@ include/libavutil/samplefmt.h include/libavutil/sha.h include/libavutil/sha512.h include/libavutil/stereo3d.h +include/libavutil/threadmessage.h include/libavutil/time.h include/libavutil/timecode.h include/libavutil/timestamp.h -include/libavutil/threadmessage.h +include/libavutil/twofish.h include/libavutil/version.h include/libavutil/xtea.h include/libpostproc/postprocess.h @@ -95,40 +102,40 @@ include/libswscale/swscale.h include/libswscale/version.h lib/libavcodec.a lib/libavcodec.so -lib/libavcodec.so.55 -lib/libavcodec.so.55.69.100 +lib/libavcodec.so.56 +lib/libavcodec.so.56.41.100 lib/libavdevice.a lib/libavdevice.so -lib/libavdevice.so.55 -lib/libavdevice.so.55.13.102 +lib/libavdevice.so.56 +lib/libavdevice.so.56.4.100 lib/libavfilter.a lib/libavfilter.so -lib/libavfilter.so.4 -lib/libavfilter.so.4.11.100 +lib/libavfilter.so.5 +lib/libavfilter.so.5.16.101 lib/libavformat.a lib/libavformat.so -lib/libavformat.so.55 -lib/libavformat.so.55.48.100 +lib/libavformat.so.56 +lib/libavformat.so.56.36.100 lib/libavresample.a lib/libavresample.so -lib/libavresample.so.1 -lib/libavresample.so.1.3.0 +lib/libavresample.so.2 +lib/libavresample.so.2.1.0 lib/libavutil.a lib/libavutil.so -lib/libavutil.so.52 -lib/libavutil.so.52.92.100 +lib/libavutil.so.54 +lib/libavutil.so.54.27.100 lib/libpostproc.a lib/libpostproc.so -lib/libpostproc.so.52 -lib/libpostproc.so.52.3.100 +lib/libpostproc.so.53 +lib/libpostproc.so.53.3.100 lib/libswresample.a lib/libswresample.so -lib/libswresample.so.0 -lib/libswresample.so.0.19.100 +lib/libswresample.so.1 +lib/libswresample.so.1.2.100 lib/libswscale.a lib/libswscale.so -lib/libswscale.so.2 -lib/libswscale.so.2.6.100 +lib/libswscale.so.3 +lib/libswscale.so.3.1.101 libdata/pkgconfig/libavcodec.pc libdata/pkgconfig/libavdevice.pc libdata/pkgconfig/libavfilter.pc @@ -144,14 +151,17 @@ man/man1/ffprobe.1.gz %%FFSERVER%%man/man1/ffserver.1.gz %%DATADIR%%/examples/Makefile %%DATADIR%%/examples/README +%%DATADIR%%/examples/avio_list_dir.c %%DATADIR%%/examples/avio_reading.c %%DATADIR%%/examples/decoding_encoding.c %%DATADIR%%/examples/demuxing_decoding.c +%%DATADIR%%/examples/extract_mvs.c %%DATADIR%%/examples/filter_audio.c %%DATADIR%%/examples/filtering_audio.c %%DATADIR%%/examples/filtering_video.c %%DATADIR%%/examples/metadata.c %%DATADIR%%/examples/muxing.c +%%DATADIR%%/examples/qsvdec.c %%DATADIR%%/examples/remuxing.c %%DATADIR%%/examples/resampling_audio.c %%DATADIR%%/examples/scaling_video.c Modified: head/sysutils/k3b-kde4/Makefile ============================================================================== --- head/sysutils/k3b-kde4/Makefile Thu Jul 2 19:35:29 2015 (r391182) +++ head/sysutils/k3b-kde4/Makefile Thu Jul 2 19:40:15 2015 (r391183) @@ -94,4 +94,10 @@ TAGLIB_CMAKE_OFF= -DK3B_ENABLE_TAGLIB:BO TRANSCODE_DESC= Misc: Transcode (DVD ripping) TRANSCODE_RUN_DEPENDS= transcode:${PORTSDIR}/multimedia/transcode +.include + +.if ${PORT_OPTIONS:MFFMPEG} +BROKEN= Does not build with ffmpeg-2.7 +.endif + .include Modified: head/x11-toolkits/nucleo/Makefile ============================================================================== --- head/x11-toolkits/nucleo/Makefile Thu Jul 2 19:35:29 2015 (r391182) +++ head/x11-toolkits/nucleo/Makefile Thu Jul 2 19:40:15 2015 (r391183) @@ -57,6 +57,10 @@ QT4_MAKE_ARGS= QT4MOC="${MOC}" .include +.if ${PORT_OPTIONS:MFFMPEG} +BROKEN= Does not build with ffmpeg-2.7 +.endif + .if ! ${PORT_OPTIONS:MAVAHI} && ! ${PORT_OPTIONS:MMDNSRESPONDER} CONFIGURE_ARGS+= --without-dns-sd .endif From owner-svn-ports-all@freebsd.org Thu Jul 2 20:02:36 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7EA8D993D3D; Thu, 2 Jul 2015 20:02:36 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7010E1C7D; Thu, 2 Jul 2015 20:02:36 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62K2a6S062322; Thu, 2 Jul 2015 20:02:36 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62K2a95062321; Thu, 2 Jul 2015 20:02:36 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201507022002.t62K2a95062321@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Thu, 2 Jul 2015 20:02:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391184 - head/multimedia/ffmpeg26 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 20:02:36 -0000 Author: riggs Date: Thu Jul 2 20:02:35 2015 New Revision: 391184 URL: https://svnweb.freebsd.org/changeset/ports/391184 Log: Deprecate ffmpeg26 by 2015-07-31 since ffmpeg port has been updated to 2.7 branch Modified: head/multimedia/ffmpeg26/Makefile Modified: head/multimedia/ffmpeg26/Makefile ============================================================================== --- head/multimedia/ffmpeg26/Makefile Thu Jul 2 19:40:15 2015 (r391183) +++ head/multimedia/ffmpeg26/Makefile Thu Jul 2 20:02:35 2015 (r391184) @@ -19,6 +19,9 @@ BUILD_DEPENDS= yasm:${PORTSDIR}/devel/ya UNIQUENAME= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX} +DEPRECATED= 2.6 branch is outdated, use multimedia/ffmpeg instead +EXPIRATION_DATE= 2015-07-31 + HAS_CONFIGURE= yes CONFIGURE_LOG= config.err USES= cpe gmake pkgconfig perl5 tar:bzip2 From owner-svn-ports-all@freebsd.org Thu Jul 2 20:03:08 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C04E1993D5D; Thu, 2 Jul 2015 20:03:08 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B14C31D70; Thu, 2 Jul 2015 20:03:08 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62K380r062579; Thu, 2 Jul 2015 20:03:08 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62K37IG062572; Thu, 2 Jul 2015 20:03:07 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201507022003.t62K37IG062572@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Thu, 2 Jul 2015 20:03:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391185 - in head/audio: . gsound X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 20:03:09 -0000 Author: kwm Date: Thu Jul 2 20:03:06 2015 New Revision: 391185 URL: https://svnweb.freebsd.org/changeset/ports/391185 Log: Add gsound. GSound is based on libcanberra to play system sounds. Obtained from: GNOME dev repo. Added: head/audio/gsound/ head/audio/gsound/Makefile (contents, props changed) head/audio/gsound/distinfo (contents, props changed) head/audio/gsound/pkg-descr (contents, props changed) head/audio/gsound/pkg-plist (contents, props changed) Modified: head/audio/Makefile Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Thu Jul 2 20:02:35 2015 (r391184) +++ head/audio/Makefile Thu Jul 2 20:03:06 2015 (r391185) @@ -215,6 +215,7 @@ SUBDIR += gramofile SUBDIR += grip SUBDIR += gsm + SUBDIR += gsound SUBDIR += gspeakers SUBDIR += gstreamer-plugins-a52dec SUBDIR += gstreamer-plugins-amrnb Added: head/audio/gsound/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/gsound/Makefile Thu Jul 2 20:03:06 2015 (r391185) @@ -0,0 +1,20 @@ +# Created by: Koop Mast +# $FreeBSD$ + +PORTNAME= gsound +PORTVERSION= 1.0.1 +CATEGORIES= audio +MASTER_SITES= GNOME + +MAINTAINER= gnome@FreeBSD.org +COMMENT= GObject library for playing system sounds + +BUILD_DEPENDS= vala:${PORTSDIR}/lang/vala +LIB_DEPENDS= libcanberra.so:${PORTSDIR}/audio/libcanberra + +USES= gmake libtool pathfix pkgconfig tar:xz +USE_GNOME= glib20 introspection:build +GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip + +.include Added: head/audio/gsound/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/gsound/distinfo Thu Jul 2 20:03:06 2015 (r391185) @@ -0,0 +1,2 @@ +SHA256 (gsound-1.0.1.tar.xz) = ea0dd94429c0645f2f98824274ef04543fe459dd83a5449a68910acc3ba67f29 +SIZE (gsound-1.0.1.tar.xz) = 256804 Added: head/audio/gsound/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/gsound/pkg-descr Thu Jul 2 20:03:06 2015 (r391185) @@ -0,0 +1,3 @@ +GSound is based on libcanberra to play system sounds. + +WWW: https://wiki.gnome.org/Projects/GSound Added: head/audio/gsound/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/gsound/pkg-plist Thu Jul 2 20:03:06 2015 (r391185) @@ -0,0 +1,31 @@ +bin/gsound-play +include/gsound-attr.h +include/gsound-context.h +include/gsound.h +lib/girepository-1.0/GSound-1.0.typelib +lib/libgsound.a +lib/libgsound.so +lib/libgsound.so.0 +lib/libgsound.so.0.0.0 +libdata/pkgconfig/gsound.pc +share/gir-1.0/GSound-1.0.gir +share/gtk-doc/html/gsound/GSoundContext.html +share/gtk-doc/html/gsound/annotation-glossary.html +share/gtk-doc/html/gsound/api-index-full.html +share/gtk-doc/html/gsound/ch01.html +share/gtk-doc/html/gsound/deprecated-api-index.html +share/gtk-doc/html/gsound/gsound-GSound-Attributes.html +share/gtk-doc/html/gsound/gsound.devhelp2 +share/gtk-doc/html/gsound/home.png +share/gtk-doc/html/gsound/index.html +share/gtk-doc/html/gsound/index.sgml +share/gtk-doc/html/gsound/left-insensitive.png +share/gtk-doc/html/gsound/left.png +share/gtk-doc/html/gsound/object-tree.html +share/gtk-doc/html/gsound/right-insensitive.png +share/gtk-doc/html/gsound/right.png +share/gtk-doc/html/gsound/style.css +share/gtk-doc/html/gsound/up-insensitive.png +share/gtk-doc/html/gsound/up.png +share/vala/vapi/gsound.deps +share/vala/vapi/gsound.vapi From owner-svn-ports-all@freebsd.org Thu Jul 2 20:15:40 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B1F4993FB8; Thu, 2 Jul 2015 20:15:40 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7EA052443; Thu, 2 Jul 2015 20:15:40 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62KFeEq067976; Thu, 2 Jul 2015 20:15:40 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62KFdDt067967; Thu, 2 Jul 2015 20:15:39 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507022015.t62KFdDt067967@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 2 Jul 2015 20:15:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391186 - in head/textproc: . elixir-earmark X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 20:15:40 -0000 Author: olgeni Date: Thu Jul 2 20:15:38 2015 New Revision: 391186 URL: https://svnweb.freebsd.org/changeset/ports/391186 Log: Add textproc/elixir-earmark, a markdown parser for Elixir. Added: head/textproc/elixir-earmark/ head/textproc/elixir-earmark/Makefile (contents, props changed) head/textproc/elixir-earmark/distinfo (contents, props changed) head/textproc/elixir-earmark/pkg-descr (contents, props changed) head/textproc/elixir-earmark/pkg-plist (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Thu Jul 2 20:03:06 2015 (r391185) +++ head/textproc/Makefile Thu Jul 2 20:15:38 2015 (r391186) @@ -148,6 +148,7 @@ SUBDIR += elasticsearch-plugin-marvel SUBDIR += elasticsearch-plugin-sql SUBDIR += elasticsearch-river-rabbitmq + SUBDIR += elixir-earmark SUBDIR += emacs-wiki SUBDIR += en-aspell SUBDIR += en-hunspell Added: head/textproc/elixir-earmark/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/elixir-earmark/Makefile Thu Jul 2 20:15:38 2015 (r391186) @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= earmark +PORTVERSION= 0.1.8 +DISTVERSIONPREFIX= v +CATEGORIES= textproc +PKGNAMEPREFIX= elixir- + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= Markdown parser for Elixir + +LICENSE= APACHE20 + +USE_GITHUB= yes +GH_ACCOUNT= pragdave + +.include "${PORTSDIR}/lang/elixir/bsd.elixir.mk" +.include Added: head/textproc/elixir-earmark/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/elixir-earmark/distinfo Thu Jul 2 20:15:38 2015 (r391186) @@ -0,0 +1,2 @@ +SHA256 (pragdave-earmark-v0.1.8_GH0.tar.gz) = 7515ded92d70688d40280658d692952ea9ff7c997e8b6ac351ccf04f20e3e597 +SIZE (pragdave-earmark-v0.1.8_GH0.tar.gz) = 40630 Added: head/textproc/elixir-earmark/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/elixir-earmark/pkg-descr Thu Jul 2 20:15:38 2015 (r391186) @@ -0,0 +1,3 @@ +Markdown parser for Elixir. + +WWW: https://github.com/pragdave/earmark Added: head/textproc/elixir-earmark/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/elixir-earmark/pkg-plist Thu Jul 2 20:15:38 2015 (r391186) @@ -0,0 +1,49 @@ +lib/elixir/lib/earmark/ebin/Elixir.Earmark.Block.BlockQuote.beam +lib/elixir/lib/earmark/ebin/Elixir.Earmark.Block.Code.beam +lib/elixir/lib/earmark/ebin/Elixir.Earmark.Block.Heading.beam +lib/elixir/lib/earmark/ebin/Elixir.Earmark.Block.Html.beam +lib/elixir/lib/earmark/ebin/Elixir.Earmark.Block.HtmlOther.beam +lib/elixir/lib/earmark/ebin/Elixir.Earmark.Block.Ial.beam +lib/elixir/lib/earmark/ebin/Elixir.Earmark.Block.IdDef.beam +lib/elixir/lib/earmark/ebin/Elixir.Earmark.Block.List.beam +lib/elixir/lib/earmark/ebin/Elixir.Earmark.Block.ListItem.beam +lib/elixir/lib/earmark/ebin/Elixir.Earmark.Block.Para.beam +lib/elixir/lib/earmark/ebin/Elixir.Earmark.Block.Ruler.beam +lib/elixir/lib/earmark/ebin/Elixir.Earmark.Block.Table.beam +lib/elixir/lib/earmark/ebin/Elixir.Earmark.Block.beam +lib/elixir/lib/earmark/ebin/Elixir.Earmark.CLI.beam +lib/elixir/lib/earmark/ebin/Elixir.Earmark.Context.beam +lib/elixir/lib/earmark/ebin/Elixir.Earmark.Helpers.beam +lib/elixir/lib/earmark/ebin/Elixir.Earmark.HtmlRenderer.beam +lib/elixir/lib/earmark/ebin/Elixir.Earmark.Inline.beam +lib/elixir/lib/earmark/ebin/Elixir.Earmark.Line.Blank.beam +lib/elixir/lib/earmark/ebin/Elixir.Earmark.Line.BlockQuote.beam +lib/elixir/lib/earmark/ebin/Elixir.Earmark.Line.Fence.beam +lib/elixir/lib/earmark/ebin/Elixir.Earmark.Line.Heading.beam +lib/elixir/lib/earmark/ebin/Elixir.Earmark.Line.HtmlCloseTag.beam +lib/elixir/lib/earmark/ebin/Elixir.Earmark.Line.HtmlComment.beam +lib/elixir/lib/earmark/ebin/Elixir.Earmark.Line.HtmlOneLine.beam +lib/elixir/lib/earmark/ebin/Elixir.Earmark.Line.HtmlOpenTag.beam +lib/elixir/lib/earmark/ebin/Elixir.Earmark.Line.Ial.beam +lib/elixir/lib/earmark/ebin/Elixir.Earmark.Line.IdDef.beam +lib/elixir/lib/earmark/ebin/Elixir.Earmark.Line.Indent.beam +lib/elixir/lib/earmark/ebin/Elixir.Earmark.Line.ListItem.beam +lib/elixir/lib/earmark/ebin/Elixir.Earmark.Line.Ruler.beam +lib/elixir/lib/earmark/ebin/Elixir.Earmark.Line.SetextUnderlineHeading.beam +lib/elixir/lib/earmark/ebin/Elixir.Earmark.Line.TableLine.beam +lib/elixir/lib/earmark/ebin/Elixir.Earmark.Line.Text.beam +lib/elixir/lib/earmark/ebin/Elixir.Earmark.Line.beam +lib/elixir/lib/earmark/ebin/Elixir.Earmark.Options.beam +lib/elixir/lib/earmark/ebin/Elixir.Earmark.Parser.beam +lib/elixir/lib/earmark/ebin/Elixir.Earmark.beam +lib/elixir/lib/earmark/ebin/earmark.app +lib/elixir/lib/earmark/lib/earmark.ex +lib/elixir/lib/earmark/lib/earmark/block.ex +lib/elixir/lib/earmark/lib/earmark/cli.ex +lib/elixir/lib/earmark/lib/earmark/context.ex +lib/elixir/lib/earmark/lib/earmark/helpers.ex +lib/elixir/lib/earmark/lib/earmark/html_renderer.ex +lib/elixir/lib/earmark/lib/earmark/inline.ex +lib/elixir/lib/earmark/lib/earmark/line.ex +lib/elixir/lib/earmark/lib/earmark/parser.ex +%%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-all@freebsd.org Thu Jul 2 20:20:00 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1D96993060; Thu, 2 Jul 2015 20:20:00 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B365826B5; Thu, 2 Jul 2015 20:20:00 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62KK022068666; Thu, 2 Jul 2015 20:20:00 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62KK018068665; Thu, 2 Jul 2015 20:20:00 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201507022020.t62KK018068665@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 2 Jul 2015 20:20:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391187 - head/net-mgmt/unifi4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 20:20:00 -0000 Author: feld Date: Thu Jul 2 20:19:59 2015 New Revision: 391187 URL: https://svnweb.freebsd.org/changeset/ports/391187 Log: 4.6.6 is now a General Availability Release It appears Unifi kills the download URL when they promote a version to a General Availability Release. We will keep the Makefile aware of both URLs now so this is a transparent change to users in the future. Modified: head/net-mgmt/unifi4/Makefile Modified: head/net-mgmt/unifi4/Makefile ============================================================================== --- head/net-mgmt/unifi4/Makefile Thu Jul 2 20:15:38 2015 (r391186) +++ head/net-mgmt/unifi4/Makefile Thu Jul 2 20:19:59 2015 (r391187) @@ -5,7 +5,8 @@ PORTNAME= unifi4 PORTVERSION= 4.6.6 PORTREVISION= 0 CATEGORIES= net-mgmt java -MASTER_SITES= http://dl.ubnt.com/unifi/${PORTVERSION}-${UBNT_BUILD}/ +MASTER_SITES= http://dl.ubnt.com/unifi/${PORTVERSION}-${UBNT_BUILD}/ \ + https://www.ubnt.com/downloads/unifi/${PORTVERSION}/ DISTNAME= UniFi.unix DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} From owner-svn-ports-all@freebsd.org Thu Jul 2 20:21:28 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2E2EA9930A8; Thu, 2 Jul 2015 20:21:28 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 068202980; Thu, 2 Jul 2015 20:21:28 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62KLRB8071859; Thu, 2 Jul 2015 20:21:27 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62KLRhc071855; Thu, 2 Jul 2015 20:21:27 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507022021.t62KLRhc071855@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 2 Jul 2015 20:21:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391188 - head/devel/erlang-cowlib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 20:21:28 -0000 Author: olgeni Date: Thu Jul 2 20:21:26 2015 New Revision: 391188 URL: https://svnweb.freebsd.org/changeset/ports/391188 Log: Upgrade to version 1.3.0. Modified: head/devel/erlang-cowlib/Makefile head/devel/erlang-cowlib/distinfo (contents, props changed) head/devel/erlang-cowlib/pkg-plist (contents, props changed) Modified: head/devel/erlang-cowlib/Makefile ============================================================================== --- head/devel/erlang-cowlib/Makefile Thu Jul 2 20:19:59 2015 (r391187) +++ head/devel/erlang-cowlib/Makefile Thu Jul 2 20:21:26 2015 (r391188) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cowlib -PORTVERSION= 1.0.0 +PORTVERSION= 1.3.0 CATEGORIES= devel PKGNAMEPREFIX= erlang- Modified: head/devel/erlang-cowlib/distinfo ============================================================================== --- head/devel/erlang-cowlib/distinfo Thu Jul 2 20:19:59 2015 (r391187) +++ head/devel/erlang-cowlib/distinfo Thu Jul 2 20:21:26 2015 (r391188) @@ -1,2 +1,2 @@ -SHA256 (ninenines-cowlib-1.0.0_GH0.tar.gz) = 48a8784ae7d266724276f9842b3a06cfbbfe69469f58c27237c602232f7ebe5a -SIZE (ninenines-cowlib-1.0.0_GH0.tar.gz) = 41538 +SHA256 (ninenines-cowlib-1.3.0_GH0.tar.gz) = 5cedee79b553bbb63795a058952c9107d5b56e610a8c0967e79ec19152c66a55 +SIZE (ninenines-cowlib-1.3.0_GH0.tar.gz) = 73486 Modified: head/devel/erlang-cowlib/pkg-plist ============================================================================== --- head/devel/erlang-cowlib/pkg-plist Thu Jul 2 20:19:59 2015 (r391187) +++ head/devel/erlang-cowlib/pkg-plist Thu Jul 2 20:21:26 2015 (r391188) @@ -7,8 +7,10 @@ lib/erlang/lib/cowlib-%%VERSION%%/ebin/c lib/erlang/lib/cowlib-%%VERSION%%/ebin/cow_multipart.beam lib/erlang/lib/cowlib-%%VERSION%%/ebin/cow_qs.beam lib/erlang/lib/cowlib-%%VERSION%%/ebin/cow_spdy.beam +lib/erlang/lib/cowlib-%%VERSION%%/ebin/cow_ws.beam lib/erlang/lib/cowlib-%%VERSION%%/ebin/cowlib.app lib/erlang/lib/cowlib-%%VERSION%%/include/cow_inline.hrl +lib/erlang/lib/cowlib-%%VERSION%%/include/cow_parse.hrl lib/erlang/lib/cowlib-%%VERSION%%/src/cow_cookie.erl lib/erlang/lib/cowlib-%%VERSION%%/src/cow_date.erl lib/erlang/lib/cowlib-%%VERSION%%/src/cow_http.erl @@ -20,4 +22,5 @@ lib/erlang/lib/cowlib-%%VERSION%%/src/co lib/erlang/lib/cowlib-%%VERSION%%/src/cow_qs.erl lib/erlang/lib/cowlib-%%VERSION%%/src/cow_spdy.erl lib/erlang/lib/cowlib-%%VERSION%%/src/cow_spdy.hrl +lib/erlang/lib/cowlib-%%VERSION%%/src/cow_ws.erl lib/erlang/lib/cowlib-%%VERSION%%/src/cowlib.app.src From owner-svn-ports-all@freebsd.org Thu Jul 2 20:30:53 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F2BE59932A5; Thu, 2 Jul 2015 20:30:53 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E42902E08; Thu, 2 Jul 2015 20:30:53 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62KUrfG075628; Thu, 2 Jul 2015 20:30:53 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62KUrKV075626; Thu, 2 Jul 2015 20:30:53 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201507022030.t62KUrKV075626@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Thu, 2 Jul 2015 20:30:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391189 - head/devel/liborcus X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 20:30:54 -0000 Author: jkim Date: Thu Jul 2 20:30:52 2015 New Revision: 391189 URL: https://svnweb.freebsd.org/changeset/ports/391189 Log: Update to 0.9.2. Modified: head/devel/liborcus/Makefile head/devel/liborcus/distinfo Modified: head/devel/liborcus/Makefile ============================================================================== --- head/devel/liborcus/Makefile Thu Jul 2 20:21:26 2015 (r391188) +++ head/devel/liborcus/Makefile Thu Jul 2 20:30:52 2015 (r391189) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= liborcus -PORTVERSION= 0.9.0 +PORTVERSION= 0.9.2 CATEGORIES= devel misc MASTER_SITES= http://kohei.us/files/orcus/src/ Modified: head/devel/liborcus/distinfo ============================================================================== --- head/devel/liborcus/distinfo Thu Jul 2 20:21:26 2015 (r391188) +++ head/devel/liborcus/distinfo Thu Jul 2 20:30:52 2015 (r391189) @@ -1,2 +1,2 @@ -SHA256 (liborcus-0.9.0.tar.xz) = 6841f0725eac47645cf12393bad55e4c2fddd169a1b3b6341b519a0cb1a2b5c6 -SIZE (liborcus-0.9.0.tar.xz) = 1559100 +SHA256 (liborcus-0.9.2.tar.xz) = dd49f9f1b8ff8a648434dd5c8b4fe1081d1118d61d0a71d4effee8f32553199c +SIZE (liborcus-0.9.2.tar.xz) = 1558072 From owner-svn-ports-all@freebsd.org Thu Jul 2 20:35:33 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2DD869933EF; Thu, 2 Jul 2015 20:35:33 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1E808111C; Thu, 2 Jul 2015 20:35:33 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62KZWZm077453; Thu, 2 Jul 2015 20:35:32 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62KZWt0077452; Thu, 2 Jul 2015 20:35:32 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201507022035.t62KZWt0077452@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 2 Jul 2015 20:35:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r391190 - branches/2015Q3/net-mgmt/unifi4 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 20:35:33 -0000 Author: feld Date: Thu Jul 2 20:35:32 2015 New Revision: 391190 URL: https://svnweb.freebsd.org/changeset/ports/391190 Log: MFH: r391187 4.6.6 is now a General Availability Release It appears Unifi kills the download URL when they promote a version to a General Availability Release. We will keep the Makefile aware of both URLs now so this is a transparent change to users in the future. Approved by: ports-secteam (with hat) Modified: branches/2015Q3/net-mgmt/unifi4/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/net-mgmt/unifi4/Makefile ============================================================================== --- branches/2015Q3/net-mgmt/unifi4/Makefile Thu Jul 2 20:30:52 2015 (r391189) +++ branches/2015Q3/net-mgmt/unifi4/Makefile Thu Jul 2 20:35:32 2015 (r391190) @@ -5,7 +5,8 @@ PORTNAME= unifi4 PORTVERSION= 4.6.6 PORTREVISION= 0 CATEGORIES= net-mgmt java -MASTER_SITES= http://dl.ubnt.com/unifi/${PORTVERSION}-${UBNT_BUILD}/ +MASTER_SITES= http://dl.ubnt.com/unifi/${PORTVERSION}-${UBNT_BUILD}/ \ + https://www.ubnt.com/downloads/unifi/${PORTVERSION}/ DISTNAME= UniFi.unix DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} From owner-svn-ports-all@freebsd.org Thu Jul 2 20:37:02 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 67128993485; Thu, 2 Jul 2015 20:37:02 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3FAE7129C; Thu, 2 Jul 2015 20:37:02 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62Kb2n3077800; Thu, 2 Jul 2015 20:37:02 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62Kb1SZ077796; Thu, 2 Jul 2015 20:37:01 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507022037.t62Kb1SZ077796@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 2 Jul 2015 20:37:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391191 - head/devel/erlang-cowlib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 20:37:02 -0000 Author: olgeni Date: Thu Jul 2 20:37:00 2015 New Revision: 391191 URL: https://svnweb.freebsd.org/changeset/ports/391191 Log: Back to 1.0.0; unfortunately cowboy still needs it. Modified: head/devel/erlang-cowlib/Makefile head/devel/erlang-cowlib/distinfo head/devel/erlang-cowlib/pkg-plist Modified: head/devel/erlang-cowlib/Makefile ============================================================================== --- head/devel/erlang-cowlib/Makefile Thu Jul 2 20:35:32 2015 (r391190) +++ head/devel/erlang-cowlib/Makefile Thu Jul 2 20:37:00 2015 (r391191) @@ -1,7 +1,8 @@ # $FreeBSD$ PORTNAME= cowlib -PORTVERSION= 1.3.0 +PORTVERSION= 1.0.0 +PORTEPOCH= 1 CATEGORIES= devel PKGNAMEPREFIX= erlang- Modified: head/devel/erlang-cowlib/distinfo ============================================================================== --- head/devel/erlang-cowlib/distinfo Thu Jul 2 20:35:32 2015 (r391190) +++ head/devel/erlang-cowlib/distinfo Thu Jul 2 20:37:00 2015 (r391191) @@ -1,2 +1,2 @@ -SHA256 (ninenines-cowlib-1.3.0_GH0.tar.gz) = 5cedee79b553bbb63795a058952c9107d5b56e610a8c0967e79ec19152c66a55 -SIZE (ninenines-cowlib-1.3.0_GH0.tar.gz) = 73486 +SHA256 (ninenines-cowlib-1.0.0_GH0.tar.gz) = 48a8784ae7d266724276f9842b3a06cfbbfe69469f58c27237c602232f7ebe5a +SIZE (ninenines-cowlib-1.0.0_GH0.tar.gz) = 41538 Modified: head/devel/erlang-cowlib/pkg-plist ============================================================================== --- head/devel/erlang-cowlib/pkg-plist Thu Jul 2 20:35:32 2015 (r391190) +++ head/devel/erlang-cowlib/pkg-plist Thu Jul 2 20:37:00 2015 (r391191) @@ -7,10 +7,8 @@ lib/erlang/lib/cowlib-%%VERSION%%/ebin/c lib/erlang/lib/cowlib-%%VERSION%%/ebin/cow_multipart.beam lib/erlang/lib/cowlib-%%VERSION%%/ebin/cow_qs.beam lib/erlang/lib/cowlib-%%VERSION%%/ebin/cow_spdy.beam -lib/erlang/lib/cowlib-%%VERSION%%/ebin/cow_ws.beam lib/erlang/lib/cowlib-%%VERSION%%/ebin/cowlib.app lib/erlang/lib/cowlib-%%VERSION%%/include/cow_inline.hrl -lib/erlang/lib/cowlib-%%VERSION%%/include/cow_parse.hrl lib/erlang/lib/cowlib-%%VERSION%%/src/cow_cookie.erl lib/erlang/lib/cowlib-%%VERSION%%/src/cow_date.erl lib/erlang/lib/cowlib-%%VERSION%%/src/cow_http.erl @@ -22,5 +20,4 @@ lib/erlang/lib/cowlib-%%VERSION%%/src/co lib/erlang/lib/cowlib-%%VERSION%%/src/cow_qs.erl lib/erlang/lib/cowlib-%%VERSION%%/src/cow_spdy.erl lib/erlang/lib/cowlib-%%VERSION%%/src/cow_spdy.hrl -lib/erlang/lib/cowlib-%%VERSION%%/src/cow_ws.erl lib/erlang/lib/cowlib-%%VERSION%%/src/cowlib.app.src From owner-svn-ports-all@freebsd.org Thu Jul 2 20:37:21 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 642429934AF; Thu, 2 Jul 2015 20:37:21 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3B2C21497; Thu, 2 Jul 2015 20:37:21 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62KbLPo077977; Thu, 2 Jul 2015 20:37:21 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62KbKkN077972; Thu, 2 Jul 2015 20:37:20 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507022037.t62KbKkN077972@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 2 Jul 2015 20:37:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391192 - head/www/erlang-cowboy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 20:37:21 -0000 Author: olgeni Date: Thu Jul 2 20:37:19 2015 New Revision: 391192 URL: https://svnweb.freebsd.org/changeset/ports/391192 Log: Upgrade to version 1.0.2. Modified: head/www/erlang-cowboy/Makefile head/www/erlang-cowboy/distinfo (contents, props changed) head/www/erlang-cowboy/pkg-plist (contents, props changed) Modified: head/www/erlang-cowboy/Makefile ============================================================================== --- head/www/erlang-cowboy/Makefile Thu Jul 2 20:37:00 2015 (r391191) +++ head/www/erlang-cowboy/Makefile Thu Jul 2 20:37:19 2015 (r391192) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cowboy -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= www PKGNAMEPREFIX= erlang- Modified: head/www/erlang-cowboy/distinfo ============================================================================== --- head/www/erlang-cowboy/distinfo Thu Jul 2 20:37:00 2015 (r391191) +++ head/www/erlang-cowboy/distinfo Thu Jul 2 20:37:19 2015 (r391192) @@ -1,2 +1,2 @@ -SHA256 (ninenines-cowboy-1.0.1_GH0.tar.gz) = 23c7acbfbc2017c60f645ebd1fc0d000952cefedae47701a122ccd6c68b6437e -SIZE (ninenines-cowboy-1.0.1_GH0.tar.gz) = 4790457 +SHA256 (ninenines-cowboy-1.0.2_GH0.tar.gz) = b6f88bf8e0f01edd5d811b43b9e3066f6b9bc4732e6e6033d6771f3a9c2bf51d +SIZE (ninenines-cowboy-1.0.2_GH0.tar.gz) = 4826037 Modified: head/www/erlang-cowboy/pkg-plist ============================================================================== --- head/www/erlang-cowboy/pkg-plist Thu Jul 2 20:37:00 2015 (r391191) +++ head/www/erlang-cowboy/pkg-plist Thu Jul 2 20:37:19 2015 (r391192) @@ -149,6 +149,7 @@ lib/erlang/lib/cowboy-%%VERSION%%/src/co %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ssl_hello_world/src/toppage_handler.erl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/static_world/Makefile %%PORTEXAMPLES%%%%EXAMPLESDIR%%/static_world/README.md +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/static_world/priv/index.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/static_world/priv/small.mp4 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/static_world/priv/small.ogv %%PORTEXAMPLES%%%%EXAMPLESDIR%%/static_world/priv/test.txt From owner-svn-ports-all@freebsd.org Thu Jul 2 20:45:57 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C407699375B; Thu, 2 Jul 2015 20:45:57 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A98871F35; Thu, 2 Jul 2015 20:45:57 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62Kjv8D083142; Thu, 2 Jul 2015 20:45:57 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62Kjuxq083139; Thu, 2 Jul 2015 20:45:56 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507022045.t62Kjuxq083139@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 2 Jul 2015 20:45:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391193 - head/textproc/elixir-earmark X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 20:45:58 -0000 Author: olgeni Date: Thu Jul 2 20:45:56 2015 New Revision: 391193 URL: https://svnweb.freebsd.org/changeset/ports/391193 Log: This port does not use tags on the repository. It turns out that it's actually at 0.1.17. Modified: head/textproc/elixir-earmark/Makefile head/textproc/elixir-earmark/distinfo head/textproc/elixir-earmark/pkg-plist Modified: head/textproc/elixir-earmark/Makefile ============================================================================== --- head/textproc/elixir-earmark/Makefile Thu Jul 2 20:37:19 2015 (r391192) +++ head/textproc/elixir-earmark/Makefile Thu Jul 2 20:45:56 2015 (r391193) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= earmark -PORTVERSION= 0.1.8 +PORTVERSION= 0.1.17 DISTVERSIONPREFIX= v CATEGORIES= textproc PKGNAMEPREFIX= elixir- @@ -13,6 +13,7 @@ LICENSE= APACHE20 USE_GITHUB= yes GH_ACCOUNT= pragdave +GH_TAGNAME= 07914f5 .include "${PORTSDIR}/lang/elixir/bsd.elixir.mk" .include Modified: head/textproc/elixir-earmark/distinfo ============================================================================== --- head/textproc/elixir-earmark/distinfo Thu Jul 2 20:37:19 2015 (r391192) +++ head/textproc/elixir-earmark/distinfo Thu Jul 2 20:45:56 2015 (r391193) @@ -1,2 +1,2 @@ -SHA256 (pragdave-earmark-v0.1.8_GH0.tar.gz) = 7515ded92d70688d40280658d692952ea9ff7c997e8b6ac351ccf04f20e3e597 -SIZE (pragdave-earmark-v0.1.8_GH0.tar.gz) = 40630 +SHA256 (pragdave-earmark-v0.1.17-07914f5_GH0.tar.gz) = 14692f09e891f3d8739e8381a8ce3a37cf1187c593177c4da8a564251c278bfd +SIZE (pragdave-earmark-v0.1.17-07914f5_GH0.tar.gz) = 45594 Modified: head/textproc/elixir-earmark/pkg-plist ============================================================================== --- head/textproc/elixir-earmark/pkg-plist Thu Jul 2 20:37:19 2015 (r391192) +++ head/textproc/elixir-earmark/pkg-plist Thu Jul 2 20:45:56 2015 (r391193) @@ -1,5 +1,7 @@ lib/elixir/lib/earmark/ebin/Elixir.Earmark.Block.BlockQuote.beam lib/elixir/lib/earmark/ebin/Elixir.Earmark.Block.Code.beam +lib/elixir/lib/earmark/ebin/Elixir.Earmark.Block.FnDef.beam +lib/elixir/lib/earmark/ebin/Elixir.Earmark.Block.FnList.beam lib/elixir/lib/earmark/ebin/Elixir.Earmark.Block.Heading.beam lib/elixir/lib/earmark/ebin/Elixir.Earmark.Block.Html.beam lib/elixir/lib/earmark/ebin/Elixir.Earmark.Block.HtmlOther.beam @@ -14,11 +16,13 @@ lib/elixir/lib/earmark/ebin/Elixir.Earma lib/elixir/lib/earmark/ebin/Elixir.Earmark.CLI.beam lib/elixir/lib/earmark/ebin/Elixir.Earmark.Context.beam lib/elixir/lib/earmark/ebin/Elixir.Earmark.Helpers.beam +lib/elixir/lib/earmark/ebin/Elixir.Earmark.HtmlRenderer.EarmarkError.beam lib/elixir/lib/earmark/ebin/Elixir.Earmark.HtmlRenderer.beam lib/elixir/lib/earmark/ebin/Elixir.Earmark.Inline.beam lib/elixir/lib/earmark/ebin/Elixir.Earmark.Line.Blank.beam lib/elixir/lib/earmark/ebin/Elixir.Earmark.Line.BlockQuote.beam lib/elixir/lib/earmark/ebin/Elixir.Earmark.Line.Fence.beam +lib/elixir/lib/earmark/ebin/Elixir.Earmark.Line.FnDef.beam lib/elixir/lib/earmark/ebin/Elixir.Earmark.Line.Heading.beam lib/elixir/lib/earmark/ebin/Elixir.Earmark.Line.HtmlCloseTag.beam lib/elixir/lib/earmark/ebin/Elixir.Earmark.Line.HtmlComment.beam From owner-svn-ports-all@freebsd.org Thu Jul 2 20:59:23 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 654EC99392D; Thu, 2 Jul 2015 20:59:23 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 566162499; Thu, 2 Jul 2015 20:59:23 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62KxN62088548; Thu, 2 Jul 2015 20:59:23 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62KxMId088545; Thu, 2 Jul 2015 20:59:22 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201507022059.t62KxMId088545@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Thu, 2 Jul 2015 20:59:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391194 - head/textproc/libwps03 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 20:59:23 -0000 Author: jkim Date: Thu Jul 2 20:59:22 2015 New Revision: 391194 URL: https://svnweb.freebsd.org/changeset/ports/391194 Log: Do not install executables to not conflict with upcoming libwps 0.4.0. Modified: head/textproc/libwps03/Makefile head/textproc/libwps03/pkg-plist Modified: head/textproc/libwps03/Makefile ============================================================================== --- head/textproc/libwps03/Makefile Thu Jul 2 20:45:56 2015 (r391193) +++ head/textproc/libwps03/Makefile Thu Jul 2 20:59:22 2015 (r391194) @@ -3,6 +3,7 @@ PORTNAME= libwps PORTVERSION= 0.3.1 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} PKGNAMESUFFIX= 03 @@ -31,4 +32,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/include/boo CONFIGURE_ARGS+= --with-sharedptr=boost .endif +post-stage: + @${RM} -f ${STAGEDIR}${PREFIX}/bin/* + .include Modified: head/textproc/libwps03/pkg-plist ============================================================================== --- head/textproc/libwps03/pkg-plist Thu Jul 2 20:45:56 2015 (r391193) +++ head/textproc/libwps03/pkg-plist Thu Jul 2 20:59:22 2015 (r391194) @@ -1,9 +1,3 @@ -bin/wks2csv -bin/wks2raw -bin/wks2text -bin/wps2html -bin/wps2raw -bin/wps2text include/libwps-0.3/libwps/WPSDocument.h include/libwps-0.3/libwps/libwps.h lib/libwps-0.3.so From owner-svn-ports-all@freebsd.org Thu Jul 2 21:00:01 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 73BA799395F; Thu, 2 Jul 2015 21:00:01 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4ABF3256B; Thu, 2 Jul 2015 21:00:01 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62L01vW088873; Thu, 2 Jul 2015 21:00:01 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62L00Yb088844; Thu, 2 Jul 2015 21:00:00 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201507022100.t62L00Yb088844@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Thu, 2 Jul 2015 21:00:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391195 - head/textproc/libwps X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 21:00:01 -0000 Author: jkim Date: Thu Jul 2 21:00:00 2015 New Revision: 391195 URL: https://svnweb.freebsd.org/changeset/ports/391195 Log: Update to 0.4.0. Modified: head/textproc/libwps/Makefile head/textproc/libwps/distinfo head/textproc/libwps/pkg-plist Modified: head/textproc/libwps/Makefile ============================================================================== --- head/textproc/libwps/Makefile Thu Jul 2 20:59:22 2015 (r391194) +++ head/textproc/libwps/Makefile Thu Jul 2 21:00:00 2015 (r391195) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libwps -PORTVERSION= 0.2.9 -PORTREVISION= 3 +PORTVERSION= 0.4.0 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -13,12 +12,12 @@ COMMENT= Microsoft file word processor f LICENSE= LGPL21 MPL LICENSE_COMB= dual -LIB_DEPENDS= libwpd-0.9.so:${PORTSDIR}/textproc/libwpd +LIB_DEPENDS= librevenge-0.0.so:${PORTSDIR}/textproc/librevenge CONFIGURE_ARGS= --disable-werror --without-docs CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes -USES= compiler:features libtool:keepla pathfix pkgconfig +USES= compiler:features libtool pathfix pkgconfig USE_LDCONFIG= yes INSTALL_TARGET= install-strip @@ -31,7 +30,4 @@ BUILD_DEPENDS+= ${LOCALBASE}/include/boo CONFIGURE_ARGS+= --with-sharedptr=boost .endif -post-stage: - @${RM} -f ${STAGEDIR}${PREFIX}/bin/* - .include Modified: head/textproc/libwps/distinfo ============================================================================== --- head/textproc/libwps/distinfo Thu Jul 2 20:59:22 2015 (r391194) +++ head/textproc/libwps/distinfo Thu Jul 2 21:00:00 2015 (r391195) @@ -1,2 +1,2 @@ -SHA256 (libwps-0.2.9.tar.gz) = de57e3eb91eb1c6b9c6f1a765f943a3ac894e7575fad117a88ab7959fc29256d -SIZE (libwps-0.2.9.tar.gz) = 615767 +SHA256 (libwps-0.4.0.tar.gz) = d564ff43020bd1811ff8c251354702e25a2fa0d4e31c0ea74c64e049a543e04b +SIZE (libwps-0.4.0.tar.gz) = 738779 Modified: head/textproc/libwps/pkg-plist ============================================================================== --- head/textproc/libwps/pkg-plist Thu Jul 2 20:59:22 2015 (r391194) +++ head/textproc/libwps/pkg-plist Thu Jul 2 21:00:00 2015 (r391195) @@ -1,7 +1,12 @@ -include/libwps-0.2/libwps/WPSDocument.h -include/libwps-0.2/libwps/libwps.h -lib/libwps-0.2.la -lib/libwps-0.2.so -lib/libwps-0.2.so.2 -lib/libwps-0.2.so.2.0.9 -libdata/pkgconfig/libwps-0.2.pc +bin/wks2csv +bin/wks2raw +bin/wks2text +bin/wps2html +bin/wps2raw +bin/wps2text +include/libwps-0.4/libwps/WPSDocument.h +include/libwps-0.4/libwps/libwps.h +lib/libwps-0.4.so +lib/libwps-0.4.so.4 +lib/libwps-0.4.so.4.0.0 +libdata/pkgconfig/libwps-0.4.pc From owner-svn-ports-all@freebsd.org Thu Jul 2 21:01:45 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3FB4A993A60; Thu, 2 Jul 2015 21:01:45 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 247FF280E; Thu, 2 Jul 2015 21:01:45 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62L1jdf092622; Thu, 2 Jul 2015 21:01:45 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62L1fHr092581; Thu, 2 Jul 2015 21:01:41 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507022101.t62L1fHr092581@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 2 Jul 2015 21:01:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391196 - in head: databases/elixir-ecto databases/elixir-mariaex databases/elixir-postgrex devel/elixir-conform devel/elixir-decimal devel/elixir-exrm devel/elixir-lager_logger devel/e... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 21:01:45 -0000 Author: olgeni Date: Thu Jul 2 21:01:40 2015 New Revision: 391196 URL: https://svnweb.freebsd.org/changeset/ports/391196 Log: Fix include syntax to avoid using PORTSDIR (defined by bsd.port.mk). Submitted by: cperciva Modified: head/databases/elixir-ecto/Makefile head/databases/elixir-mariaex/Makefile head/databases/elixir-postgrex/Makefile head/devel/elixir-conform/Makefile head/devel/elixir-decimal/Makefile head/devel/elixir-exrm/Makefile head/devel/elixir-lager_logger/Makefile head/devel/elixir-plug/Makefile head/devel/elixir-poison/Makefile head/textproc/elixir-earmark/Makefile head/www/elixir-maru/Makefile head/www/elixir-phoenix/Makefile head/www/elixir-phoenix_ecto/Makefile head/www/elixir-phoenix_html/Makefile Modified: head/databases/elixir-ecto/Makefile ============================================================================== --- head/databases/elixir-ecto/Makefile Thu Jul 2 21:00:00 2015 (r391195) +++ head/databases/elixir-ecto/Makefile Thu Jul 2 21:01:40 2015 (r391196) @@ -19,5 +19,5 @@ MIX_BUILD_DEPS= devel/elixir-decimal \ devel/erlang-poolboy MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} -.include "${PORTSDIR}/lang/elixir/bsd.elixir.mk" +.include "${.CURDIR}/../../lang/elixir/bsd.elixir.mk" .include Modified: head/databases/elixir-mariaex/Makefile ============================================================================== --- head/databases/elixir-mariaex/Makefile Thu Jul 2 21:00:00 2015 (r391195) +++ head/databases/elixir-mariaex/Makefile Thu Jul 2 21:01:40 2015 (r391196) @@ -17,5 +17,5 @@ GH_ACCOUNT= xerions MIX_BUILD_DEPS= devel/elixir-decimal MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} -.include "${PORTSDIR}/lang/elixir/bsd.elixir.mk" +.include "${.CURDIR}/../../lang/elixir/bsd.elixir.mk" .include Modified: head/databases/elixir-postgrex/Makefile ============================================================================== --- head/databases/elixir-postgrex/Makefile Thu Jul 2 21:00:00 2015 (r391195) +++ head/databases/elixir-postgrex/Makefile Thu Jul 2 21:01:40 2015 (r391196) @@ -18,5 +18,5 @@ MIX_BUILD_NAME= shared MIX_BUILD_DEPS= devel/elixir-decimal MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} -.include "${PORTSDIR}/lang/elixir/bsd.elixir.mk" +.include "${.CURDIR}/../../lang/elixir/bsd.elixir.mk" .include Modified: head/devel/elixir-conform/Makefile ============================================================================== --- head/devel/elixir-conform/Makefile Thu Jul 2 21:00:00 2015 (r391195) +++ head/devel/elixir-conform/Makefile Thu Jul 2 21:01:40 2015 (r391196) @@ -18,5 +18,5 @@ GH_ACCOUNT= bitwalker MIX_BUILD_DEPS= devel/erlang-neotoma MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} -.include "${PORTSDIR}/lang/elixir/bsd.elixir.mk" +.include "${.CURDIR}/../../lang/elixir/bsd.elixir.mk" .include Modified: head/devel/elixir-decimal/Makefile ============================================================================== --- head/devel/elixir-decimal/Makefile Thu Jul 2 21:00:00 2015 (r391195) +++ head/devel/elixir-decimal/Makefile Thu Jul 2 21:01:40 2015 (r391196) @@ -14,5 +14,5 @@ LICENSE= APACHE20 USE_GITHUB= yes GH_ACCOUNT= ericmj -.include "${PORTSDIR}/lang/elixir/bsd.elixir.mk" +.include "${.CURDIR}/../../lang/elixir/bsd.elixir.mk" .include Modified: head/devel/elixir-exrm/Makefile ============================================================================== --- head/devel/elixir-exrm/Makefile Thu Jul 2 21:00:00 2015 (r391195) +++ head/devel/elixir-exrm/Makefile Thu Jul 2 21:01:40 2015 (r391196) @@ -17,5 +17,5 @@ MIX_BUILD_DEPS= devel/relx \ devel/elixir-conform MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} -.include "${PORTSDIR}/lang/elixir/bsd.elixir.mk" +.include "${.CURDIR}/../../lang/elixir/bsd.elixir.mk" .include Modified: head/devel/elixir-lager_logger/Makefile ============================================================================== --- head/devel/elixir-lager_logger/Makefile Thu Jul 2 21:00:00 2015 (r391195) +++ head/devel/elixir-lager_logger/Makefile Thu Jul 2 21:01:40 2015 (r391196) @@ -14,5 +14,5 @@ LICENSE= APACHE20 USE_GITHUB= yes GH_ACCOUNT= PSPDFKit-labs -.include "${PORTSDIR}/lang/elixir/bsd.elixir.mk" +.include "${.CURDIR}/../../lang/elixir/bsd.elixir.mk" .include Modified: head/devel/elixir-plug/Makefile ============================================================================== --- head/devel/elixir-plug/Makefile Thu Jul 2 21:00:00 2015 (r391195) +++ head/devel/elixir-plug/Makefile Thu Jul 2 21:01:40 2015 (r391196) @@ -14,5 +14,5 @@ LICENSE= APACHE20 USE_GITHUB= yes GH_ACCOUNT= elixir-lang -.include "${PORTSDIR}/lang/elixir/bsd.elixir.mk" +.include "${.CURDIR}/../../lang/elixir/bsd.elixir.mk" .include Modified: head/devel/elixir-poison/Makefile ============================================================================== --- head/devel/elixir-poison/Makefile Thu Jul 2 21:00:00 2015 (r391195) +++ head/devel/elixir-poison/Makefile Thu Jul 2 21:01:40 2015 (r391196) @@ -13,5 +13,5 @@ LICENSE= ISCL USE_GITHUB= yes GH_ACCOUNT= devinus -.include "${PORTSDIR}/lang/elixir/bsd.elixir.mk" +.include "${.CURDIR}/../../lang/elixir/bsd.elixir.mk" .include Modified: head/textproc/elixir-earmark/Makefile ============================================================================== --- head/textproc/elixir-earmark/Makefile Thu Jul 2 21:00:00 2015 (r391195) +++ head/textproc/elixir-earmark/Makefile Thu Jul 2 21:01:40 2015 (r391196) @@ -15,5 +15,5 @@ USE_GITHUB= yes GH_ACCOUNT= pragdave GH_TAGNAME= 07914f5 -.include "${PORTSDIR}/lang/elixir/bsd.elixir.mk" +.include "${.CURDIR}/../../lang/elixir/bsd.elixir.mk" .include Modified: head/www/elixir-maru/Makefile ============================================================================== --- head/www/elixir-maru/Makefile Thu Jul 2 21:00:00 2015 (r391195) +++ head/www/elixir-maru/Makefile Thu Jul 2 21:01:40 2015 (r391196) @@ -20,5 +20,5 @@ MIX_BUILD_DEPS= devel/elixir-plug \ MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} MIX_DOC_DIRS= guide -.include "${PORTSDIR}/lang/elixir/bsd.elixir.mk" +.include "${.CURDIR}/../../lang/elixir/bsd.elixir.mk" .include Modified: head/www/elixir-phoenix/Makefile ============================================================================== --- head/www/elixir-phoenix/Makefile Thu Jul 2 21:00:00 2015 (r391195) +++ head/www/elixir-phoenix/Makefile Thu Jul 2 21:01:40 2015 (r391196) @@ -29,5 +29,5 @@ MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} MIX_EXTRA_APPS= installer MIX_EXTRA_DIRS= installer/lib installer/templates -.include "${PORTSDIR}/lang/elixir/bsd.elixir.mk" +.include "${.CURDIR}/../../lang/elixir/bsd.elixir.mk" .include Modified: head/www/elixir-phoenix_ecto/Makefile ============================================================================== --- head/www/elixir-phoenix_ecto/Makefile Thu Jul 2 21:00:00 2015 (r391195) +++ head/www/elixir-phoenix_ecto/Makefile Thu Jul 2 21:01:40 2015 (r391196) @@ -19,5 +19,5 @@ MIX_BUILD_DEPS= databases/elixir-ecto \ devel/elixir-poison MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} -.include "${PORTSDIR}/lang/elixir/bsd.elixir.mk" +.include "${.CURDIR}/../../lang/elixir/bsd.elixir.mk" .include Modified: head/www/elixir-phoenix_html/Makefile ============================================================================== --- head/www/elixir-phoenix_html/Makefile Thu Jul 2 21:00:00 2015 (r391195) +++ head/www/elixir-phoenix_html/Makefile Thu Jul 2 21:01:40 2015 (r391196) @@ -17,5 +17,5 @@ GH_ACCOUNT= phoenixframework MIX_BUILD_DEPS= devel/elixir-plug MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} -.include "${PORTSDIR}/lang/elixir/bsd.elixir.mk" +.include "${.CURDIR}/../../lang/elixir/bsd.elixir.mk" .include From owner-svn-ports-all@freebsd.org Thu Jul 2 21:03:08 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D8485993A91; Thu, 2 Jul 2015 21:03:08 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C8EFA293A; Thu, 2 Jul 2015 21:03:08 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62L38Y8093418; Thu, 2 Jul 2015 21:03:08 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62L38k1093415; Thu, 2 Jul 2015 21:03:08 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201507022103.t62L38k1093415@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Thu, 2 Jul 2015 21:03:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391197 - head/graphics/libfreehand X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 21:03:08 -0000 Author: jkim Date: Thu Jul 2 21:03:07 2015 New Revision: 391197 URL: https://svnweb.freebsd.org/changeset/ports/391197 Log: Update to 0.1.1. Modified: head/graphics/libfreehand/Makefile head/graphics/libfreehand/distinfo head/graphics/libfreehand/pkg-plist Modified: head/graphics/libfreehand/Makefile ============================================================================== --- head/graphics/libfreehand/Makefile Thu Jul 2 21:01:40 2015 (r391196) +++ head/graphics/libfreehand/Makefile Thu Jul 2 21:03:07 2015 (r391197) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= libfreehand -PORTVERSION= 0.1.0 -PORTREVISION= 2 +PORTVERSION= 0.1.1 CATEGORIES= graphics MASTER_SITES= LODEV Modified: head/graphics/libfreehand/distinfo ============================================================================== --- head/graphics/libfreehand/distinfo Thu Jul 2 21:01:40 2015 (r391196) +++ head/graphics/libfreehand/distinfo Thu Jul 2 21:03:07 2015 (r391197) @@ -1,2 +1,2 @@ -SHA256 (libfreehand-0.1.0.tar.xz) = 5119aac8b0b28d749905f8094e526b9a018a2e4a208b5d0317c7554a62af4706 -SIZE (libfreehand-0.1.0.tar.xz) = 265592 +SHA256 (libfreehand-0.1.1.tar.xz) = ec6676d0c63f7feac7801a1fe18dd7abe9044b39c3882fc99b9afef39bdf1d30 +SIZE (libfreehand-0.1.1.tar.xz) = 492916 Modified: head/graphics/libfreehand/pkg-plist ============================================================================== --- head/graphics/libfreehand/pkg-plist Thu Jul 2 21:01:40 2015 (r391196) +++ head/graphics/libfreehand/pkg-plist Thu Jul 2 21:03:07 2015 (r391197) @@ -1,8 +1,9 @@ bin/fh2raw bin/fh2svg +bin/fh2text include/libfreehand-0.1/libfreehand/FreeHandDocument.h include/libfreehand-0.1/libfreehand/libfreehand.h lib/libfreehand-0.1.so lib/libfreehand-0.1.so.1 -lib/libfreehand-0.1.so.1.0.0 +lib/libfreehand-0.1.so.1.0.1 libdata/pkgconfig/libfreehand-0.1.pc From owner-svn-ports-all@freebsd.org Thu Jul 2 21:07:26 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8C21F993AF0; Thu, 2 Jul 2015 21:07:26 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 74F562A7A; Thu, 2 Jul 2015 21:07:26 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62L7QRq094127; Thu, 2 Jul 2015 21:07:26 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62L7P5u094124; Thu, 2 Jul 2015 21:07:25 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201507022107.t62L7P5u094124@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Thu, 2 Jul 2015 21:07:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391198 - head/devel/mdds X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 21:07:26 -0000 Author: jkim Date: Thu Jul 2 21:07:25 2015 New Revision: 391198 URL: https://svnweb.freebsd.org/changeset/ports/391198 Log: Update to 0.12.1. Modified: head/devel/mdds/Makefile head/devel/mdds/distinfo head/devel/mdds/pkg-plist Modified: head/devel/mdds/Makefile ============================================================================== --- head/devel/mdds/Makefile Thu Jul 2 21:03:07 2015 (r391197) +++ head/devel/mdds/Makefile Thu Jul 2 21:07:25 2015 (r391198) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mdds -PORTVERSION= 0.12.0 +PORTVERSION= 0.12.1 CATEGORIES= devel MASTER_SITES= http://kohei.us/files/mdds/src/ DISTNAME= ${PORTNAME}_${PORTVERSION} Modified: head/devel/mdds/distinfo ============================================================================== --- head/devel/mdds/distinfo Thu Jul 2 21:03:07 2015 (r391197) +++ head/devel/mdds/distinfo Thu Jul 2 21:07:25 2015 (r391198) @@ -1,2 +1,2 @@ -SHA256 (mdds_0.12.0.tar.bz2) = 2a22de23ca828886625120e9d40fccd6333458a1934a13d2c982b6f9403e5981 -SIZE (mdds_0.12.0.tar.bz2) = 152285 +SHA256 (mdds_0.12.1.tar.bz2) = 23565e9d7810a6ac30478833813db847f80e927b414a7be07b7cc03ed3aae83d +SIZE (mdds_0.12.1.tar.bz2) = 153265 Modified: head/devel/mdds/pkg-plist ============================================================================== --- head/devel/mdds/pkg-plist Thu Jul 2 21:03:07 2015 (r391197) +++ head/devel/mdds/pkg-plist Thu Jul 2 21:07:25 2015 (r391198) @@ -29,6 +29,7 @@ include/mdds/quad_node.hpp include/mdds/rectangle_set.hpp include/mdds/rectangle_set_def.inl include/mdds/segment_tree.hpp +include/mdds/segment_tree_def.inl include/mdds/sorted_string_map.hpp include/mdds/sorted_string_map_def.inl libdata/pkgconfig/mdds.pc From owner-svn-ports-all@freebsd.org Thu Jul 2 21:14:30 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 54C56993C37; Thu, 2 Jul 2015 21:14:30 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 446EC2DD3; Thu, 2 Jul 2015 21:14:30 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62LEUt1098815; Thu, 2 Jul 2015 21:14:30 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62LEStK098809; Thu, 2 Jul 2015 21:14:28 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507022114.t62LEStK098809@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 2 Jul 2015 21:14:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391199 - in head/textproc: . elixir-ex_doc elixir-ex_doc/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 21:14:30 -0000 Author: olgeni Date: Thu Jul 2 21:14:28 2015 New Revision: 391199 URL: https://svnweb.freebsd.org/changeset/ports/391199 Log: Add textproc/elixir-ex_doc, a tool to generate documentation for Elixir projects. Added: head/textproc/elixir-ex_doc/ head/textproc/elixir-ex_doc/Makefile (contents, props changed) head/textproc/elixir-ex_doc/distinfo (contents, props changed) head/textproc/elixir-ex_doc/files/ head/textproc/elixir-ex_doc/files/patch-mix.exs (contents, props changed) head/textproc/elixir-ex_doc/pkg-descr (contents, props changed) head/textproc/elixir-ex_doc/pkg-plist (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Thu Jul 2 21:07:25 2015 (r391198) +++ head/textproc/Makefile Thu Jul 2 21:14:28 2015 (r391199) @@ -149,6 +149,7 @@ SUBDIR += elasticsearch-plugin-sql SUBDIR += elasticsearch-river-rabbitmq SUBDIR += elixir-earmark + SUBDIR += elixir-ex_doc SUBDIR += emacs-wiki SUBDIR += en-aspell SUBDIR += en-hunspell Added: head/textproc/elixir-ex_doc/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/elixir-ex_doc/Makefile Thu Jul 2 21:14:28 2015 (r391199) @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= ex_doc +PORTVERSION= 0.7.3 +DISTVERSIONPREFIX= v +CATEGORIES= textproc +PKGNAMEPREFIX= elixir- + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= Tool to generate documentation for Elixir projects + +LICENSE= APACHE20 MIT +LICENSE_COMB= multi + +USE_GITHUB= yes +GH_ACCOUNT= elixir-lang + +MIX_BUILD_DEPS= textproc/elixir-earmark +MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} + +.include "${.CURDIR}/../../lang/elixir/bsd.elixir.mk" +.include Added: head/textproc/elixir-ex_doc/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/elixir-ex_doc/distinfo Thu Jul 2 21:14:28 2015 (r391199) @@ -0,0 +1,2 @@ +SHA256 (elixir-lang-ex_doc-v0.7.3_GH0.tar.gz) = 4593026621fa336a1b84ef248cbcb898d16da8f74f383bb38f10ddde5878893d +SIZE (elixir-lang-ex_doc-v0.7.3_GH0.tar.gz) = 73452 Added: head/textproc/elixir-ex_doc/files/patch-mix.exs ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/elixir-ex_doc/files/patch-mix.exs Thu Jul 2 21:14:28 2015 (r391199) @@ -0,0 +1,12 @@ +--- mix.exs.orig 2015-07-02 21:09:21 UTC ++++ mix.exs +@@ -11,8 +11,7 @@ defmodule ExDoc.Mixfile do + end + + defp deps do +- [{:earmark, "~> 0.1.17 or ~> 0.2", optional: true}, +- {:markdown, github: "devinus/markdown", only: [:test]}] ++ [] + end + + defp aliases do Added: head/textproc/elixir-ex_doc/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/elixir-ex_doc/pkg-descr Thu Jul 2 21:14:28 2015 (r391199) @@ -0,0 +1,3 @@ +ExDoc produces HTML and online documentation for Elixir projects. + +WWW: https://github.com/elixir-lang/ex_doc Added: head/textproc/elixir-ex_doc/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/elixir-ex_doc/pkg-plist Thu Jul 2 21:14:28 2015 (r391199) @@ -0,0 +1,46 @@ +lib/elixir/lib/ex_doc/ebin/Elixir.ExDoc.CLI.beam +lib/elixir/lib/ex_doc/ebin/Elixir.ExDoc.Config.beam +lib/elixir/lib/ex_doc/ebin/Elixir.ExDoc.Formatter.HTML.Autolink.beam +lib/elixir/lib/ex_doc/ebin/Elixir.ExDoc.Formatter.HTML.Templates.beam +lib/elixir/lib/ex_doc/ebin/Elixir.ExDoc.Formatter.HTML.beam +lib/elixir/lib/ex_doc/ebin/Elixir.ExDoc.FunctionNode.beam +lib/elixir/lib/ex_doc/ebin/Elixir.ExDoc.Markdown.Earmark.beam +lib/elixir/lib/ex_doc/ebin/Elixir.ExDoc.Markdown.Hoedown.beam +lib/elixir/lib/ex_doc/ebin/Elixir.ExDoc.Markdown.Pandoc.beam +lib/elixir/lib/ex_doc/ebin/Elixir.ExDoc.Markdown.beam +lib/elixir/lib/ex_doc/ebin/Elixir.ExDoc.ModuleNode.beam +lib/elixir/lib/ex_doc/ebin/Elixir.ExDoc.Retriever.Error.beam +lib/elixir/lib/ex_doc/ebin/Elixir.ExDoc.Retriever.beam +lib/elixir/lib/ex_doc/ebin/Elixir.ExDoc.TypeNode.beam +lib/elixir/lib/ex_doc/ebin/Elixir.ExDoc.beam +lib/elixir/lib/ex_doc/ebin/Elixir.Mix.Tasks.Docs.beam +lib/elixir/lib/ex_doc/ebin/ex_doc.app +lib/elixir/lib/ex_doc/lib/ex_doc.ex +lib/elixir/lib/ex_doc/lib/ex_doc/cli.ex +lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html.ex +lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/autolink.ex +lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates.ex +lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/css/elixir.css +lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/css/full_list.css +lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/css/style.css +lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/detail_template.eex +lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/index_template.eex +lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/js/app.js +lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/js/full_list.js +lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/js/highlight.pack.js +lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/js/jquery.js +lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/list_item_template.eex +lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/list_template.eex +lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/module_template.eex +lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/overview_entry_template.eex +lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/overview_template.eex +lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/readme_template.eex +lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/summary_template.eex +lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/type_detail_template.eex +lib/elixir/lib/ex_doc/lib/ex_doc/markdown.ex +lib/elixir/lib/ex_doc/lib/ex_doc/markdown/earmark.ex +lib/elixir/lib/ex_doc/lib/ex_doc/markdown/hoedown.ex +lib/elixir/lib/ex_doc/lib/ex_doc/markdown/pandoc.ex +lib/elixir/lib/ex_doc/lib/ex_doc/retriever.ex +lib/elixir/lib/ex_doc/lib/mix/tasks/docs.ex +%%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-all@freebsd.org Thu Jul 2 21:34:29 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 73297992183; Thu, 2 Jul 2015 21:34:29 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 47AB91A34; Thu, 2 Jul 2015 21:34:29 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62LYT4s008987; Thu, 2 Jul 2015 21:34:29 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62LYSAm008983; Thu, 2 Jul 2015 21:34:28 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201507022134.t62LYSAm008983@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Thu, 2 Jul 2015 21:34:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391200 - head/graphics/libetonyek01 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 21:34:29 -0000 Author: jkim Date: Thu Jul 2 21:34:28 2015 New Revision: 391200 URL: https://svnweb.freebsd.org/changeset/ports/391200 Log: Update to 0.1.3. Modified: head/graphics/libetonyek01/Makefile head/graphics/libetonyek01/distinfo head/graphics/libetonyek01/pkg-plist Modified: head/graphics/libetonyek01/Makefile ============================================================================== --- head/graphics/libetonyek01/Makefile Thu Jul 2 21:14:28 2015 (r391199) +++ head/graphics/libetonyek01/Makefile Thu Jul 2 21:34:28 2015 (r391200) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= libetonyek -PORTVERSION= 0.1.1 -PORTREVISION= 1 +PORTVERSION= 0.1.3 CATEGORIES= graphics MASTER_SITES= http://dev-www.libreoffice.org/src/${PORTNAME}/ PKGNAMESUFFIX= 01 Modified: head/graphics/libetonyek01/distinfo ============================================================================== --- head/graphics/libetonyek01/distinfo Thu Jul 2 21:14:28 2015 (r391199) +++ head/graphics/libetonyek01/distinfo Thu Jul 2 21:34:28 2015 (r391200) @@ -1,2 +1,2 @@ -SHA256 (libetonyek-0.1.1.tar.xz) = 9c6a5a0f15ae6cc6e2dfb2272b664dedda7918ed46f3756f9f29a72589d8c83e -SIZE (libetonyek-0.1.1.tar.xz) = 338396 +SHA256 (libetonyek-0.1.3.tar.xz) = fe12276a62bd5f5ca4f5bfbd4938a74d097084e1f9fe173e521f63203f56f055 +SIZE (libetonyek-0.1.3.tar.xz) = 372884 Modified: head/graphics/libetonyek01/pkg-plist ============================================================================== --- head/graphics/libetonyek01/pkg-plist Thu Jul 2 21:14:28 2015 (r391199) +++ head/graphics/libetonyek01/pkg-plist Thu Jul 2 21:34:28 2015 (r391200) @@ -1,15 +1,15 @@ +bin/key2raw +bin/key2text +bin/key2xhtml bin/numbers2csv bin/numbers2raw bin/numbers2text bin/pages2html bin/pages2raw bin/pages2text -bin/key2raw -bin/key2text -bin/key2xhtml include/libetonyek-0.1/libetonyek/EtonyekDocument.h include/libetonyek-0.1/libetonyek/libetonyek.h lib/libetonyek-0.1.so lib/libetonyek-0.1.so.1 -lib/libetonyek-0.1.so.1.0.1 +lib/libetonyek-0.1.so.1.0.3 libdata/pkgconfig/libetonyek-0.1.pc From owner-svn-ports-all@freebsd.org Thu Jul 2 21:45:04 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7C5AF9926C5; Thu, 2 Jul 2015 21:45:04 +0000 (UTC) (envelope-from tijl@freebsd.org) Received: from mailrelay117.isp.belgacom.be (mailrelay117.isp.belgacom.be [195.238.20.144]) by mx1.freebsd.org (Postfix) with ESMTP id 6E221126B; Thu, 2 Jul 2015 21:45:03 +0000 (UTC) (envelope-from tijl@freebsd.org) X-Belgacom-Dynamic: yes X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.1 cv=i+EX5EtM4g4P/CrLY+sx2nOWHsqv9AlVwqc0uudqMuE= c=1 sm=2 a=6I5d2MoRAAAA:8 a=yQ43xl5vOOB-rjpEa7AA:9 a=CjuIK1q_8ugA:10 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2CZBgBNr5VV/++YsFtbgxJUUg2/LoVyBAICgVA8EQEBAQEBAQGBCoQkAQEEOhwjEAsOBgQJGgsPKh4GARKIMwEIzHoBAQEBAQEBAQEBAQEBAQEBAQEWBItKhQYHhCsBBJQShGGHBIE7jwyIAyaCPYE/PDGCSwEBAQ Received: from 239.152-176-91.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([91.176.152.239]) by relay.skynet.be with ESMTP; 02 Jul 2015 23:43:51 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.9/8.14.9) with ESMTP id t62LhobC005096; Thu, 2 Jul 2015 23:43:50 +0200 (CEST) (envelope-from tijl@FreeBSD.org) Date: Thu, 2 Jul 2015 23:43:50 +0200 From: Tijl Coosemans To: Thomas Zander , antoine@FreeBSD.org Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r391183 - in head: . devel/libdlna emulators/kcemu graphics/bugle multimedia/ffmpeg multimedia/ffmpeg/files sysutils/k3b-kde4 x11-toolkits/nucleo Message-ID: <20150702234350.4e97a968@kalimero.tijl.coosemans.org> In-Reply-To: <201507021940.t62JeFUP048466@repo.freebsd.org> References: <201507021940.t62JeFUP048466@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 21:45:04 -0000 On Thu, 2 Jul 2015 19:40:15 +0000 (UTC) Thomas Zander wrote: > Author: riggs > Date: Thu Jul 2 19:40:15 2015 > New Revision: 391183 > URL: https://svnweb.freebsd.org/changeset/ports/391183 > > Log: > - Update multimdedia/ffmpeg to latest upstrem version 2.7.1 > - Mark ports BROKEN that were discovered not to work with > this update; discovered by exp-run in bug 201181 I see antoine gave you permission to do this, but I don't agree with this practice. It's not OK to knowingly break things without even trying to fix them. From owner-svn-ports-all@freebsd.org Thu Jul 2 21:56:15 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AA11E992A01; Thu, 2 Jul 2015 21:56:15 +0000 (UTC) (envelope-from thomas.e.zander@googlemail.com) Received: from mail-ig0-x234.google.com (mail-ig0-x234.google.com [IPv6:2607:f8b0:4001:c05::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7A8EE1D2E; Thu, 2 Jul 2015 21:56:15 +0000 (UTC) (envelope-from thomas.e.zander@googlemail.com) Received: by igrv9 with SMTP id v9so105892273igr.1; Thu, 02 Jul 2015 14:56:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=yPaGUIVm3QDi3prHRg+escHBELZqFqQ03FoAY6h/h68=; b=CqjHpgvRcDDB/Ex8A0VFuwojWqyvehplY1tb36eR/BR/84egJTPzd0f7+BbB5QWpGX 2sTcK67td0RmCIM8Vi3u87ncJNj5ccM6jKWAkXZcDPUDb+2XTbzwuFH/YHh0ug1MOyFX h7xFMOgmGmpwZ+2+BEgc/ibOfy+9iIFBy/fsvJYTY/KCpIz5Jrj5Fi5nyX3haRJeW009 CGcO0t8MEXHwJ/HOQ4jKmIfE1PtCJnVRtXSiN1Y5V6oVkQwEoRhlA/v2qnXRlBlyoWD+ 64UNcJAf1/Mr6uTNLkd1Fsq1qSqjvXn5uOTUZNjxkUSFGkPeSfJ4rj7EndYx+Rnuw5mA 8iLg== MIME-Version: 1.0 X-Received: by 10.42.81.6 with SMTP id x6mr15459274ick.89.1435874174825; Thu, 02 Jul 2015 14:56:14 -0700 (PDT) Sender: thomas.e.zander@googlemail.com Received: by 10.36.69.139 with HTTP; Thu, 2 Jul 2015 14:56:14 -0700 (PDT) In-Reply-To: <20150702234350.4e97a968@kalimero.tijl.coosemans.org> References: <201507021940.t62JeFUP048466@repo.freebsd.org> <20150702234350.4e97a968@kalimero.tijl.coosemans.org> Date: Thu, 2 Jul 2015 23:56:14 +0200 X-Google-Sender-Auth: FZtfUIP2W816dsPYBOO6MyfPKzA Message-ID: Subject: Re: svn commit: r391183 - in head: . devel/libdlna emulators/kcemu graphics/bugle multimedia/ffmpeg multimedia/ffmpeg/files sysutils/k3b-kde4 x11-toolkits/nucleo From: Thomas Zander To: Tijl Coosemans Cc: Antoine Brodin , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 21:56:15 -0000 On 2 July 2015 at 23:43, Tijl Coosemans wrote: > On Thu, 2 Jul 2015 19:40:15 +0000 (UTC) Thomas Zander wrote: >> Author: riggs >> Date: Thu Jul 2 19:40:15 2015 >> New Revision: 391183 >> URL: https://svnweb.freebsd.org/changeset/ports/391183 >> >> Log: >> - Update multimdedia/ffmpeg to latest upstrem version 2.7.1 >> - Mark ports BROKEN that were discovered not to work with >> this update; discovered by exp-run in bug 201181 > > I see antoine gave you permission to do this, but I don't agree with this > practice. It's not OK to knowingly break things without even trying to > fix them. The fixing part is on my todo list for the upcoming weekend (if the maintainers don't beat me to it). It was never part of the plan to have broken ports for a longer period of time. From owner-svn-ports-all@freebsd.org Thu Jul 2 22:17:55 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BF60F992E29; Thu, 2 Jul 2015 22:17:55 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 7ED3F1809; Thu, 2 Jul 2015 22:17:55 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id A133FBDC70; Fri, 3 Jul 2015 00:17:53 +0200 (CEST) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 8BAF0BDC24; Fri, 3 Jul 2015 00:17:53 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 66C253B5252E; Fri, 3 Jul 2015 00:18:08 +0200 (CEST) Date: Fri, 03 Jul 2015 00:18:08 +0200 From: Mathieu Arnold To: Thomas Zander , Tijl Coosemans cc: Antoine Brodin , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r391183 - in head: . devel/libdlna emulators/kcemu graphics/bugle multimedia/ffmpeg multimedia/ffmpeg/files sysutils/k3b-kde4 x11-toolkits/nucleo Message-ID: <2340B5B29C05E9AA2D831F17@atuin.in.mat.cc> In-Reply-To: References: <201507021940.t62JeFUP048466@repo.freebsd.org> <20150702234350.4e97a968@kalimero.tijl.coosemans.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="==========22C3297B404493BD1932==========" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 22:17:55 -0000 --==========22C3297B404493BD1932========== Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline +--On 2 juillet 2015 23:56:14 +0200 Thomas Zander wrote: | On 2 July 2015 at 23:43, Tijl Coosemans wrote: |> On Thu, 2 Jul 2015 19:40:15 +0000 (UTC) Thomas Zander |> wrote: |>> Author: riggs |>> Date: Thu Jul 2 19:40:15 2015 |>> New Revision: 391183 |>> URL: https://svnweb.freebsd.org/changeset/ports/391183 |>> |>> Log: |>> - Update multimdedia/ffmpeg to latest upstrem version 2.7.1 |>> - Mark ports BROKEN that were discovered not to work with |>> this update; discovered by exp-run in bug 201181 |> |> I see antoine gave you permission to do this, but I don't agree with this |> practice. It's not OK to knowingly break things without even trying to |> fix them. | | The fixing part is on my todo list for the upcoming weekend (if the | maintainers don't beat me to it). | It was never part of the plan to have broken ports for a longer period of | time. Then why not wait for the week-end and commit the update and the fixes at once ? -- Mathieu Arnold --==========22C3297B404493BD1932========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJVlbigXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IeO0P/iSFzOoBBtjZux97eefGtJpZ W6HNQToP+dkSqCnpG+1Vy/80HLKErSA+jL63LCUOnFyccfZQqozvInjHRtYhWHkk hVtvRiw1zOyv/E7xuAP1Cw1P4BK75WyEwnNJ4a6z+gLkvIWFuop0tzBZCnYAALv7 kN5WaDkgcap2LKswpyyNir+d5T0nNhrHkk38B6QLiBIqj7Cg9Ltu+qqUwGhp6Mf0 jOSa3HwASSYC9hiU1Uz1NLPy0WzHv71LEn11AXTmtqlPLNl0hGfJEemtSdiZEmJr T7XKha31c/JECfvXyOoOb0VQ/Wsh+yspXJSpptE4elRw/rY5d20i5fNJDhrUzQRB Okkv/o51umY7NDCFvy+Mb1iHsghJ7j09M1BUdE1w9nDLWhYRZspPsvjrGN8VBsTk W/8rAGUMRXkoTX8VEwBpIJIuyMLTJV9SKiTBW/zTLrWuacmuFmpvPQ1JHZ0FQ/3q KDnXHBGk1Lyeccpstaym/vdvU/rCDa6S2pDUzEFMfiZizyr83sE5wJDYuCGIZHmC EUwbbLEYli1L6xO8bit+Sd6xna+0bUDUbWJO1Tu7LHeuxxmL6XiQcOP/caUSICMQ mV7tRwPgRp6UzYS9q7R2JOZov2zAHHntwn+kbR6rOTbTcVP35tn7lX4/HpD/BwqE 97GI+jd5cK5pnHpN7DkU =Hovf -----END PGP SIGNATURE----- --==========22C3297B404493BD1932==========-- From owner-svn-ports-all@freebsd.org Thu Jul 2 22:22:57 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 11CDF992FD9; Thu, 2 Jul 2015 22:22:57 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 02CF81C00; Thu, 2 Jul 2015 22:22:57 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62MMu70033669; Thu, 2 Jul 2015 22:22:56 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62MMutU033667; Thu, 2 Jul 2015 22:22:56 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201507022222.t62MMutU033667@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 2 Jul 2015 22:22:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391201 - head X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 22:22:57 -0000 Author: mat Date: Thu Jul 2 22:22:56 2015 New Revision: 391201 URL: https://svnweb.freebsd.org/changeset/ports/391201 Log: Add repository.callsign, to help arcanist figure out what repo it's doing things on when not using Subversion. With hat: phabric-admin@ Sponsored by: Absolight Modified: head/.arcconfig Modified: head/.arcconfig ============================================================================== --- head/.arcconfig Thu Jul 2 21:34:28 2015 (r391200) +++ head/.arcconfig Thu Jul 2 22:22:56 2015 (r391201) @@ -1,5 +1,6 @@ { "project.name": "P", + "repository.callsign" : "P", "phabricator.uri" : "https://reviews.freebsd.org/", "history.immutable" : true } From owner-svn-ports-all@freebsd.org Thu Jul 2 22:36:31 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BA2FB9932C7; Thu, 2 Jul 2015 22:36:31 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9130E220A; Thu, 2 Jul 2015 22:36:31 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62MaVt3039246; Thu, 2 Jul 2015 22:36:31 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62MaVvc039245; Thu, 2 Jul 2015 22:36:31 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201507022236.t62MaVvc039245@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Thu, 2 Jul 2015 22:36:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391202 - head/sysutils/screen/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 22:36:31 -0000 Author: cy Date: Thu Jul 2 22:36:30 2015 New Revision: 391202 URL: https://svnweb.freebsd.org/changeset/ports/391202 Log: Fix build under stable/8. PR: PR/201279 Modified: head/sysutils/screen/files/patch-utmp.c Modified: head/sysutils/screen/files/patch-utmp.c ============================================================================== --- head/sysutils/screen/files/patch-utmp.c Thu Jul 2 22:22:56 2015 (r391201) +++ head/sysutils/screen/files/patch-utmp.c Thu Jul 2 22:36:30 2015 (r391202) @@ -1,6 +1,14 @@ ---- utmp.c.orig 2014-04-26 09:22:09.000000000 -0700 -+++ utmp.c 2014-04-29 19:42:22.660642853 -0700 -@@ -409,12 +409,6 @@ +--- utmp.c.orig 2015-06-28 14:37:40.000000000 -0700 ++++ utmp.c 2015-07-02 13:22:34.463948044 -0700 +@@ -26,6 +26,7 @@ + **************************************************************** + */ + ++#include + #include + #include + #include +@@ -409,12 +410,6 @@ register slot_t slot; struct utmp u; int saved_ut; @@ -13,7 +21,7 @@ wi->w_slot = (slot_t)0; if (!utmpok || wi->w_type != W_TYPE_PTY) -@@ -435,51 +429,12 @@ +@@ -435,51 +430,12 @@ makeuser(&u, stripdev(wi->w_tty), LoginName, wi->w_pid); #ifdef UTHOST @@ -67,7 +75,7 @@ { Msg(errno,"Could not write %s", UtmpName); UT_CLOSE; -@@ -598,7 +553,7 @@ +@@ -598,7 +554,7 @@ struct utmp *u; { u->ut_type = DEAD_PROCESS; @@ -76,3 +84,27 @@ u->ut_exit.e_termination = 0; u->ut_exit.e_exit = 0; #endif +@@ -631,7 +587,11 @@ + /* must use temp variable because of NetBSD/sparc64, where + * ut_xtime is long(64) but time_t is int(32) */ + (void)time(&now); ++#if defined(__FreeBSD_version) && __FreeBSD_version < 900000 ++ u->ut_time = now; ++#else + u->ut_tv.tv_sec = now; ++#endif + } + + static slot_t +@@ -743,7 +703,11 @@ + strncpy(u->ut_line, line, sizeof(u->ut_line)); + strncpy(u->ut_name, user, sizeof(u->ut_name)); + (void)time(&now); ++#if defined(__FreeBSD_version) && __FreeBSD_version < 900000 ++ u->ut_time = now; ++#else + u->ut_tv.tv_sec = now; ++#endif + } + + static slot_t From owner-svn-ports-all@freebsd.org Thu Jul 2 22:38:56 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D3A139932FF; Thu, 2 Jul 2015 22:38:56 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from smtp-out-so.shaw.ca (smtp-out-so.shaw.ca [64.59.136.139]) by mx1.freebsd.org (Postfix) with ESMTP id 66F12240D; Thu, 2 Jul 2015 22:38:55 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from slippy.cwsent.com ([96.50.22.10]) by shaw.ca with SMTP id An80ZshoGyeFyAn81ZwFxb; Thu, 02 Jul 2015 16:38:48 -0600 X-Authority-Analysis: v=2.1 cv=ELfMqQtC c=1 sm=1 tr=0 a=jvE2nwUzI0ECrNeyr98KWA==:117 a=jvE2nwUzI0ECrNeyr98KWA==:17 a=VxmjJ2MpAAAA:8 a=BWvPGDcYAAAA:8 a=ICAaq7hcmGcA:10 a=8nJEP1OIZ-IA:10 a=zOBTXjUuO1YA:10 a=-FGs326eAAAA:8 a=YxBL1-UpAAAA:8 a=6I5d2MoRAAAA:8 a=piyBlSmzfy0cyITDCCkA:9 a=wPNLvfGTeEIA:10 Received: from slippy (localhost [127.0.0.1]) by slippy.cwsent.com (8.14.9/8.14.9) with ESMTP id t62Mcdhl088816; Thu, 2 Jul 2015 15:38:40 -0700 (PDT) (envelope-from Cy.Schubert@komquats.com) Message-Id: <201507022238.t62Mcdhl088816@slippy.cwsent.com> X-Mailer: exmh version 2.8.0 04/21/2012 with nmh-1.6 Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.komquats.com/ To: Mark Linimon cc: Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?= , "John Marino (FreeBSD)" , marino@freebsd.org, Cy Schubert , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, owner-ports-committers@freebsd.org Subject: Re: svn commit: r391023 - in head/sysutils/screen: . files In-Reply-To: Message from Mark Linimon of "Thu, 02 Jul 2015 13:04:55 -0500." <20150702180455.GA23799@lonesome.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Date: Thu, 02 Jul 2015 15:38:39 -0700 X-CMAE-Envelope: MS4wfDYmQrQzTahHqice6QezHAg1IEDnDqRadKnx4wxFwPjqj3hDNKREmXykSHqQJk2gxZq6V1MnccXWYLgrmP/bIbq5/FeqKhHM70seZ05X2oVdDnXSGlMtj4TMd+1R3aXrVGwRleU1Ofhj/lVGjaOCNBQwjoQJR+LzhrM+J5AqKWbVB4LboO+v28XzTMxgjy8lBMaploAOaFndYXglDvVbPAHl14WSWNPs5cVdVsa6QvHhLg9yVxUT8SC7XKakZzXwJer10VH25uHPQR+HU1ml4WICyBwoAGX+QcBpOchPC+qCgwVJ9V0FL3Z62gLtxPNtc6cawmO9ZPu7BSTv3Zg/9dILBFwGcPCs3zR3bFZXnu4sSYX6sYLTZvTntqZvwus30JrYSW4aE3IueKFJyel+PLV9Op3HHIY0OIiooNKer4qeGASdzEtSOZgPWwPOaWYPTD3QvEbatKaEOHeukPEnzZI= X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 22:38:56 -0000 In message <20150702180455.GA23799=40lonesome.com>, Mark Linimon writes: > On Thu, Jul 02, 2015 at 03:00:54PM +0200, Dag-Erling Sm=F8rgrav wrote: > > It was extended at the last minute (and announced through the usual > > channels) because of reasons. >=20 > Specifically, that people felt that not everyone had absorbed the impac= t > of the openssl stuff on 8.4 yet. IIRC. A fix has been committed. --=20 Cheers, Cy Schubert or = FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few. From owner-svn-ports-all@freebsd.org Thu Jul 2 23:08:38 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A735499374F; Thu, 2 Jul 2015 23:08:38 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 902B02D28; Thu, 2 Jul 2015 23:08:38 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62N8caV054424; Thu, 2 Jul 2015 23:08:38 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62N8cjo054423; Thu, 2 Jul 2015 23:08:38 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201507022308.t62N8cjo054423@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Thu, 2 Jul 2015 23:08:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391203 - head/graphics/libfreehand X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 23:08:38 -0000 Author: jkim Date: Thu Jul 2 23:08:37 2015 New Revision: 391203 URL: https://svnweb.freebsd.org/changeset/ports/391203 Log: Add missing dependencies. Modified: head/graphics/libfreehand/Makefile Modified: head/graphics/libfreehand/Makefile ============================================================================== --- head/graphics/libfreehand/Makefile Thu Jul 2 22:36:30 2015 (r391202) +++ head/graphics/libfreehand/Makefile Thu Jul 2 23:08:37 2015 (r391203) @@ -11,7 +11,9 @@ COMMENT= Library providing ability to in LICENSE= LGPL21 MPL GPLv2 LICENSE_COMB= dual -LIB_DEPENDS= librevenge-0.0.so:${PORTSDIR}/textproc/librevenge +LIB_DEPENDS= libicudata.so:${PORTSDIR}/devel/icu \ + liblcms2.so:${PORTSDIR}/graphics/lcms2 \ + librevenge-0.0.so:${PORTSDIR}/textproc/librevenge GNU_CONFIGURE= yes USES= gperf perl5 libtool pathfix pkgconfig tar:xz From owner-svn-ports-all@freebsd.org Thu Jul 2 23:09:03 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D728299378A; Thu, 2 Jul 2015 23:09:03 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C7FFA2E06; Thu, 2 Jul 2015 23:09:03 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62N93Dk054584; Thu, 2 Jul 2015 23:09:03 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62N93vE054583; Thu, 2 Jul 2015 23:09:03 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507022309.t62N93vE054583@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 2 Jul 2015 23:09:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391204 - head/lang/elixir X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 23:09:03 -0000 Author: olgeni Date: Thu Jul 2 23:09:03 2015 New Revision: 391204 URL: https://svnweb.freebsd.org/changeset/ports/391204 Log: Replace PORTNAME with the correct ELIXIR_APP_NAME in ebin/ installation. Modified: head/lang/elixir/bsd.elixir.mk Modified: head/lang/elixir/bsd.elixir.mk ============================================================================== --- head/lang/elixir/bsd.elixir.mk Thu Jul 2 23:08:37 2015 (r391203) +++ head/lang/elixir/bsd.elixir.mk Thu Jul 2 23:09:03 2015 (r391204) @@ -67,7 +67,7 @@ do-install-elixir: @${MKDIR} ${STAGEDIR}${ELIXIR_APP_ROOT}/lib cd ${WRKSRC}/lib && ${COPYTREE_SHARE} \* ${STAGEDIR}${ELIXIR_APP_ROOT}/lib @${MKDIR} ${STAGEDIR}${ELIXIR_APP_ROOT}/ebin - ${INSTALL_DATA} ${WRKSRC}/_build/${MIX_BUILD_NAME}/lib/${PORTNAME}/ebin/* \ + ${INSTALL_DATA} ${WRKSRC}/_build/${MIX_BUILD_NAME}/lib/${ELIXIR_APP_NAME}/ebin/* \ ${STAGEDIR}${ELIXIR_APP_ROOT}/ebin if [ -d ${WRKSRC}/priv ]; then \ ${MKDIR} ${STAGEDIR}${ELIXIR_APP_ROOT}/priv; \ From owner-svn-ports-all@freebsd.org Thu Jul 2 23:14:18 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7B4989938F4; Thu, 2 Jul 2015 23:14:18 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6B63010F2; Thu, 2 Jul 2015 23:14:18 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62NEIJt059042; Thu, 2 Jul 2015 23:14:18 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62NEGsd059029; Thu, 2 Jul 2015 23:14:16 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507022314.t62NEGsd059029@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 2 Jul 2015 23:14:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391205 - in head/devel: . elixir-tzdata elixir-tzdata/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 23:14:18 -0000 Author: olgeni Date: Thu Jul 2 23:14:16 2015 New Revision: 391205 URL: https://svnweb.freebsd.org/changeset/ports/391205 Log: Add devel/elixir-tzdata, time zone database for Elixir. Added: head/devel/elixir-tzdata/ head/devel/elixir-tzdata/Makefile (contents, props changed) head/devel/elixir-tzdata/distinfo (contents, props changed) head/devel/elixir-tzdata/files/ head/devel/elixir-tzdata/files/patch-mix.exs (contents, props changed) head/devel/elixir-tzdata/pkg-descr (contents, props changed) head/devel/elixir-tzdata/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Jul 2 23:09:03 2015 (r391204) +++ head/devel/Makefile Thu Jul 2 23:14:16 2015 (r391205) @@ -415,6 +415,7 @@ SUBDIR += elixir-lager_logger SUBDIR += elixir-plug SUBDIR += elixir-poison + SUBDIR += elixir-tzdata SUBDIR += embb SUBDIR += epl.el SUBDIR += epm Added: head/devel/elixir-tzdata/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-tzdata/Makefile Thu Jul 2 23:14:16 2015 (r391205) @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= tzdata +PORTVERSION= 0.1.6 +DISTVERSIONPREFIX= v +CATEGORIES= devel +PKGNAMEPREFIX= elixir- + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= Time zone data for Elixir + +LICENSE= MIT + +USE_GITHUB= yes +GH_ACCOUNT= lau + +.include "${.CURDIR}/../../lang/elixir/bsd.elixir.mk" +.include Added: head/devel/elixir-tzdata/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-tzdata/distinfo Thu Jul 2 23:14:16 2015 (r391205) @@ -0,0 +1,2 @@ +SHA256 (lau-tzdata-v0.1.6_GH0.tar.gz) = 602d9796a244d543ec5147acacb30c9d15536f58e86c1edd657de5b73fe6533d +SIZE (lau-tzdata-v0.1.6_GH0.tar.gz) = 251076 Added: head/devel/elixir-tzdata/files/patch-mix.exs ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-tzdata/files/patch-mix.exs Thu Jul 2 23:14:16 2015 (r391205) @@ -0,0 +1,11 @@ +--- mix.exs.orig 2015-07-02 22:52:47 UTC ++++ mix.exs +@@ -17,8 +17,6 @@ defmodule Tzdata.Mixfile do + + defp deps do + [ +- {:earmark, "~> 0.1", only: :dev}, +- {:ex_doc, "~> 0.7", only: :dev}, + ] + end + Added: head/devel/elixir-tzdata/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-tzdata/pkg-descr Thu Jul 2 23:14:16 2015 (r391205) @@ -0,0 +1,3 @@ +The timezone database in Elixir. + +WWW: https://github.com/lau/tzdata Added: head/devel/elixir-tzdata/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-tzdata/pkg-plist Thu Jul 2 23:14:16 2015 (r391205) @@ -0,0 +1,26 @@ +lib/elixir/lib/tzdata/ebin/Elixir.Tzdata.BasicData.beam +lib/elixir/lib/tzdata/ebin/Elixir.Tzdata.FarFutureDynamicPeriods.beam +lib/elixir/lib/tzdata/ebin/Elixir.Tzdata.LeapSecParser.beam +lib/elixir/lib/tzdata/ebin/Elixir.Tzdata.Parser.beam +lib/elixir/lib/tzdata/ebin/Elixir.Tzdata.ParserOrganizer.beam +lib/elixir/lib/tzdata/ebin/Elixir.Tzdata.PeriodBuilder.beam +lib/elixir/lib/tzdata/ebin/Elixir.Tzdata.Periods.beam +lib/elixir/lib/tzdata/ebin/Elixir.Tzdata.ReleaseParser.beam +lib/elixir/lib/tzdata/ebin/Elixir.Tzdata.TableData.beam +lib/elixir/lib/tzdata/ebin/Elixir.Tzdata.TableParser.beam +lib/elixir/lib/tzdata/ebin/Elixir.Tzdata.Util.beam +lib/elixir/lib/tzdata/ebin/Elixir.Tzdata.beam +lib/elixir/lib/tzdata/ebin/tzdata.app +lib/elixir/lib/tzdata/lib/tzdata.ex +lib/elixir/lib/tzdata/lib/tzdata/basic_data.ex +lib/elixir/lib/tzdata/lib/tzdata/far_future_dynamic_periods.ex +lib/elixir/lib/tzdata/lib/tzdata/leap_sec_parser.ex +lib/elixir/lib/tzdata/lib/tzdata/parser.ex +lib/elixir/lib/tzdata/lib/tzdata/parser_organizer.ex +lib/elixir/lib/tzdata/lib/tzdata/period_builder.ex +lib/elixir/lib/tzdata/lib/tzdata/periods.ex +lib/elixir/lib/tzdata/lib/tzdata/release_parser.ex +lib/elixir/lib/tzdata/lib/tzdata/table_data.ex +lib/elixir/lib/tzdata/lib/tzdata/table_parser.ex +lib/elixir/lib/tzdata/lib/tzdata/util.ex +%%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-all@freebsd.org Thu Jul 2 23:17:28 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 68883993961; Thu, 2 Jul 2015 23:17:28 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3FBC11297; Thu, 2 Jul 2015 23:17:28 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62NHSbi059772; Thu, 2 Jul 2015 23:17:28 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62NHSgT059771; Thu, 2 Jul 2015 23:17:28 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201507022317.t62NHSgT059771@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 2 Jul 2015 23:17:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391207 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 23:17:28 -0000 Author: bapt Date: Thu Jul 2 23:17:27 2015 New Revision: 391207 URL: https://svnweb.freebsd.org/changeset/ports/391207 Log: Remove support for distfiles in cdrom No cdrom distfiles has been shipped for a while, and it causes issues for users having /cdrom configured in autofs Reported by: glebius Tested by: glebius Approved by: swills Reviewed by: swills Differential Revision: https://reviews.freebsd.org/D2888 Modified: head/Mk/bsd.port.mk Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Thu Jul 2 23:17:25 2015 (r391206) +++ head/Mk/bsd.port.mk Thu Jul 2 23:17:27 2015 (r391207) @@ -148,9 +148,6 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org # - If set, prepend the MASTER_SITES setting with this value. # MASTER_SITE_FREEBSD # - If set, prepend ${MASTER_SITE_BACKUP} in MASTER_SITES. -# CD_MOUNTPTS - List of CDROM mountpoints to look for distfiles under. -# This variable supercedes CD_MOUNTPT, which is -# obsolete. # # Set these if your port should not be built under certain circumstances. # These are string variables; you should set them to the reason why @@ -1473,9 +1470,6 @@ EXTRACT_SUFX?= .tar.gz .endif .endif -# Location of mounted CDROM(s) to search for files -CD_MOUNTPTS?= /cdrom ${CD_MOUNTPT} - # Owner and group of the WWW user WWWOWN?= www WWWGRP?= www @@ -2412,17 +2406,6 @@ _MASTER_SITE_OVERRIDE= ${MASTER_SITE_OVE _MASTER_SITE_BACKUP= ${MASTER_SITE_BACKUP} .endif -# Search CDROM first if mounted, symlink instead of copy if -# FETCH_SYMLINK_DISTFILES is set -.for MOUNTPT in ${CD_MOUNTPTS} -.if exists(${MOUNTPT}/ports/distfiles) -_MASTER_SITE_OVERRIDE:= file:${MOUNTPT}/ports/distfiles/${DIST_SUBDIR}/ ${_MASTER_SITE_OVERRIDE} -.if defined(FETCH_SYMLINK_DISTFILES) -FETCH_BEFORE_ARGS+= -l -.endif -.endif -.endfor - NOFETCHFILES?= # Organize DISTFILES, PATCHFILES, _MASTER_SITES_ALL, _PATCH_SITES_ALL From owner-svn-ports-all@freebsd.org Thu Jul 2 23:17:28 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5F354993960; Thu, 2 Jul 2015 23:17:28 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 44ADB1298; Thu, 2 Jul 2015 23:17:28 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62NHS9p059773; Thu, 2 Jul 2015 23:17:28 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62NHQRv059692; Thu, 2 Jul 2015 23:17:26 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507022317.t62NHQRv059692@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 2 Jul 2015 23:17:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391206 - in head/devel: . elixir-timex elixir-timex/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 23:17:28 -0000 Author: olgeni Date: Thu Jul 2 23:17:25 2015 New Revision: 391206 URL: https://svnweb.freebsd.org/changeset/ports/391206 Log: Add devel/elixir-timex, a date/time library for Elixir. Added: head/devel/elixir-timex/ head/devel/elixir-timex/Makefile (contents, props changed) head/devel/elixir-timex/distinfo (contents, props changed) head/devel/elixir-timex/files/ head/devel/elixir-timex/files/patch-mix.exs (contents, props changed) head/devel/elixir-timex/pkg-descr (contents, props changed) head/devel/elixir-timex/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Jul 2 23:14:16 2015 (r391205) +++ head/devel/Makefile Thu Jul 2 23:17:25 2015 (r391206) @@ -415,6 +415,7 @@ SUBDIR += elixir-lager_logger SUBDIR += elixir-plug SUBDIR += elixir-poison + SUBDIR += elixir-timex SUBDIR += elixir-tzdata SUBDIR += embb SUBDIR += epl.el Added: head/devel/elixir-timex/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-timex/Makefile Thu Jul 2 23:17:25 2015 (r391206) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= timex +PORTVERSION= 0.16.0 +CATEGORIES= devel +PKGNAMEPREFIX= elixir- + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= Complete date/time library for Elixir + +LICENSE= MIT + +USE_GITHUB= yes +GH_ACCOUNT= bitwalker + +MIX_BUILD_DEPS= devel/elixir-tzdata +MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} + +.include "${.CURDIR}/../../lang/elixir/bsd.elixir.mk" +.include Added: head/devel/elixir-timex/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-timex/distinfo Thu Jul 2 23:17:25 2015 (r391206) @@ -0,0 +1,2 @@ +SHA256 (bitwalker-timex-0.16.0_GH0.tar.gz) = f9110d831008ea65adf94461097b1b8ac56cfe58ced8b3c646d18780aa5569f3 +SIZE (bitwalker-timex-0.16.0_GH0.tar.gz) = 69691 Added: head/devel/elixir-timex/files/patch-mix.exs ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-timex/files/patch-mix.exs Thu Jul 2 23:17:25 2015 (r391206) @@ -0,0 +1,13 @@ +--- mix.exs.orig 2015-07-02 22:58:50 UTC ++++ mix.exs +@@ -23,9 +23,7 @@ defmodule Timex.Mixfile do + end + + def deps do +- [{:tzdata, "~> 0.1.6"}, +- {:earmark, "~> 0.1", only: :dev}, +- {:ex_doc, "~> 0.5", only: :dev}] ++ [] + end + + end Added: head/devel/elixir-timex/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-timex/pkg-descr Thu Jul 2 23:17:25 2015 (r391206) @@ -0,0 +1,3 @@ +Complete date/time library for Elixir projects. + +WWW: https://github.com/bitwalker/timex Added: head/devel/elixir-timex/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-timex/pkg-plist Thu Jul 2 23:17:25 2015 (r391206) @@ -0,0 +1,69 @@ +lib/elixir/lib/timex/ebin/Elixir.Access.Timex.DateTime.beam +lib/elixir/lib/timex/ebin/Elixir.Access.Timex.Format.DateTime.Directive.beam +lib/elixir/lib/timex/ebin/Elixir.Access.Timex.Parse.DateTime.ParserState.beam +lib/elixir/lib/timex/ebin/Elixir.Access.Timex.Parse.ZoneInfo.Parser.Header.beam +lib/elixir/lib/timex/ebin/Elixir.Access.Timex.Parse.ZoneInfo.Parser.LeapSecond.beam +lib/elixir/lib/timex/ebin/Elixir.Access.Timex.Parse.ZoneInfo.Parser.TransitionInfo.beam +lib/elixir/lib/timex/ebin/Elixir.Access.Timex.Parse.ZoneInfo.Parser.Zone.beam +lib/elixir/lib/timex/ebin/Elixir.Timex.Date.Convert.Timex.DateTime.beam +lib/elixir/lib/timex/ebin/Elixir.Timex.Date.Convert.beam +lib/elixir/lib/timex/ebin/Elixir.Timex.Date.beam +lib/elixir/lib/timex/ebin/Elixir.Timex.DateTime.beam +lib/elixir/lib/timex/ebin/Elixir.Timex.Format.DateTime.DateFormat.beam +lib/elixir/lib/timex/ebin/Elixir.Timex.Format.DateTime.Directive.beam +lib/elixir/lib/timex/ebin/Elixir.Timex.Format.DateTime.Formats.Regex.beam +lib/elixir/lib/timex/ebin/Elixir.Timex.Format.DateTime.Formats.beam +lib/elixir/lib/timex/ebin/Elixir.Timex.Format.DateTime.Formatter.beam +lib/elixir/lib/timex/ebin/Elixir.Timex.Format.DateTime.Formatters.DefaultFormatter.beam +lib/elixir/lib/timex/ebin/Elixir.Timex.Format.DateTime.Formatters.StrftimeFormatter.beam +lib/elixir/lib/timex/ebin/Elixir.Timex.Format.DateTime.Tokenizers.Default.beam +lib/elixir/lib/timex/ebin/Elixir.Timex.Format.DateTime.Tokenizers.Strftime.beam +lib/elixir/lib/timex/ebin/Elixir.Timex.Format.FormatError.beam +lib/elixir/lib/timex/ebin/Elixir.Timex.Format.Time.TimeFormatter.beam +lib/elixir/lib/timex/ebin/Elixir.Timex.Parse.DateTime.Parser.beam +lib/elixir/lib/timex/ebin/Elixir.Timex.Parse.DateTime.ParserState.beam +lib/elixir/lib/timex/ebin/Elixir.Timex.Parse.DateTime.Parsers.DefaultParser.beam +lib/elixir/lib/timex/ebin/Elixir.Timex.Parse.DateTime.Parsers.StrftimeParser.beam +lib/elixir/lib/timex/ebin/Elixir.Timex.Parse.ParseError.beam +lib/elixir/lib/timex/ebin/Elixir.Timex.Parse.ZoneInfo.Parser.Header.beam +lib/elixir/lib/timex/ebin/Elixir.Timex.Parse.ZoneInfo.Parser.LeapSecond.beam +lib/elixir/lib/timex/ebin/Elixir.Timex.Parse.ZoneInfo.Parser.TransitionInfo.beam +lib/elixir/lib/timex/ebin/Elixir.Timex.Parse.ZoneInfo.Parser.Zone.beam +lib/elixir/lib/timex/ebin/Elixir.Timex.Parse.ZoneInfo.Parser.beam +lib/elixir/lib/timex/ebin/Elixir.Timex.Time.beam +lib/elixir/lib/timex/ebin/Elixir.Timex.Timezone.Database.beam +lib/elixir/lib/timex/ebin/Elixir.Timex.Timezone.Local.beam +lib/elixir/lib/timex/ebin/Elixir.Timex.Timezone.beam +lib/elixir/lib/timex/ebin/Elixir.Timex.TimezoneInfo.beam +lib/elixir/lib/timex/ebin/Elixir.Timex.Utils.beam +lib/elixir/lib/timex/ebin/Elixir.Timex.beam +lib/elixir/lib/timex/ebin/timex.app +lib/elixir/lib/timex/lib/date/date.ex +lib/elixir/lib/timex/lib/date/date_convert.ex +lib/elixir/lib/timex/lib/date/datetime.ex +lib/elixir/lib/timex/lib/format/datetime/dateformat.ex +lib/elixir/lib/timex/lib/format/datetime/directive.ex +lib/elixir/lib/timex/lib/format/datetime/formats.ex +lib/elixir/lib/timex/lib/format/datetime/formatter.ex +lib/elixir/lib/timex/lib/format/datetime/formatters/default.ex +lib/elixir/lib/timex/lib/format/datetime/formatters/strftime.ex +lib/elixir/lib/timex/lib/format/datetime/tokenizers/default.ex +lib/elixir/lib/timex/lib/format/datetime/tokenizers/strftime.ex +lib/elixir/lib/timex/lib/format/format_error.ex +lib/elixir/lib/timex/lib/format/time/time_formatter.ex +lib/elixir/lib/timex/lib/parse/datetime/parser.ex +lib/elixir/lib/timex/lib/parse/datetime/parser_state.ex +lib/elixir/lib/timex/lib/parse/datetime/parsers/default.ex +lib/elixir/lib/timex/lib/parse/datetime/parsers/strftime.ex +lib/elixir/lib/timex/lib/parse/parse_error.ex +lib/elixir/lib/timex/lib/parse/zoneinfo/parser.ex +lib/elixir/lib/timex/lib/time/time.ex +lib/elixir/lib/timex/lib/timex.ex +lib/elixir/lib/timex/lib/timezone/database.ex +lib/elixir/lib/timex/lib/timezone/timezone.ex +lib/elixir/lib/timex/lib/timezone/timezone_info.ex +lib/elixir/lib/timex/lib/timezone/timezone_local.ex +lib/elixir/lib/timex/lib/utils/utils.ex +lib/elixir/lib/timex/priv/olson_to_win.exs +lib/elixir/lib/timex/priv/standard_to_olson.exs +%%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-all@freebsd.org Thu Jul 2 23:18:39 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DF6B49939B7; Thu, 2 Jul 2015 23:18:39 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D052115CD; Thu, 2 Jul 2015 23:18:39 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62NIddu060054; Thu, 2 Jul 2015 23:18:39 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62NIdHm060053; Thu, 2 Jul 2015 23:18:39 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201507022318.t62NIdHm060053@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Thu, 2 Jul 2015 23:18:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391208 - head/graphics/libfreehand X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 23:18:40 -0000 Author: jkim Date: Thu Jul 2 23:18:39 2015 New Revision: 391208 URL: https://svnweb.freebsd.org/changeset/ports/391208 Log: Reduce dependency. Modified: head/graphics/libfreehand/Makefile Modified: head/graphics/libfreehand/Makefile ============================================================================== --- head/graphics/libfreehand/Makefile Thu Jul 2 23:17:27 2015 (r391207) +++ head/graphics/libfreehand/Makefile Thu Jul 2 23:18:39 2015 (r391208) @@ -11,8 +11,8 @@ COMMENT= Library providing ability to in LICENSE= LGPL21 MPL GPLv2 LICENSE_COMB= dual -LIB_DEPENDS= libicudata.so:${PORTSDIR}/devel/icu \ - liblcms2.so:${PORTSDIR}/graphics/lcms2 \ +BUILD_DEPENDS= icu-config:${PORTSDIR}/devel/icu +LIB_DEPENDS= liblcms2.so:${PORTSDIR}/graphics/lcms2 \ librevenge-0.0.so:${PORTSDIR}/textproc/librevenge GNU_CONFIGURE= yes From owner-svn-ports-all@freebsd.org Thu Jul 2 23:19:54 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CD493993A06; Thu, 2 Jul 2015 23:19:54 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BD1A91809; Thu, 2 Jul 2015 23:19:54 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62NJs5a060411; Thu, 2 Jul 2015 23:19:54 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62NJrfc060401; Thu, 2 Jul 2015 23:19:53 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507022319.t62NJrfc060401@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 2 Jul 2015 23:19:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391209 - in head/devel: . elixir-timex-interval elixir-timex-interval/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 23:19:55 -0000 Author: olgeni Date: Thu Jul 2 23:19:52 2015 New Revision: 391209 URL: https://svnweb.freebsd.org/changeset/ports/391209 Log: Add devel/elixir-timex-interval, a date/time interval library for Elixir. Added: head/devel/elixir-timex-interval/ head/devel/elixir-timex-interval/Makefile (contents, props changed) head/devel/elixir-timex-interval/distinfo (contents, props changed) head/devel/elixir-timex-interval/files/ head/devel/elixir-timex-interval/files/patch-mix.exs (contents, props changed) head/devel/elixir-timex-interval/pkg-descr (contents, props changed) head/devel/elixir-timex-interval/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Jul 2 23:18:39 2015 (r391208) +++ head/devel/Makefile Thu Jul 2 23:19:52 2015 (r391209) @@ -416,6 +416,7 @@ SUBDIR += elixir-plug SUBDIR += elixir-poison SUBDIR += elixir-timex + SUBDIR += elixir-timex-interval SUBDIR += elixir-tzdata SUBDIR += embb SUBDIR += epl.el Added: head/devel/elixir-timex-interval/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-timex-interval/Makefile Thu Jul 2 23:19:52 2015 (r391209) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= timex-interval +PORTVERSION= 0.4.0 +CATEGORIES= devel +PKGNAMEPREFIX= elixir- + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= Date/time interval library for Elixir + +LICENSE= APACHE20 + +USE_GITHUB= yes +GH_ACCOUNT= bitwalker + +ELIXIR_APP_NAME=timex_interval +MIX_BUILD_DEPS= devel/elixir-timex +MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} + +.include "${.CURDIR}/../../lang/elixir/bsd.elixir.mk" +.include Added: head/devel/elixir-timex-interval/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-timex-interval/distinfo Thu Jul 2 23:19:52 2015 (r391209) @@ -0,0 +1,2 @@ +SHA256 (bitwalker-timex-interval-0.4.0_GH0.tar.gz) = 80a899c886474f76aa0e656877a1d53f46aa8f906c983b691d5a1998ed0f656e +SIZE (bitwalker-timex-interval-0.4.0_GH0.tar.gz) = 7595 Added: head/devel/elixir-timex-interval/files/patch-mix.exs ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-timex-interval/files/patch-mix.exs Thu Jul 2 23:19:52 2015 (r391209) @@ -0,0 +1,11 @@ +--- mix.exs.orig 2015-07-02 23:05:16 UTC ++++ mix.exs +@@ -12,7 +12,7 @@ defmodule TimexInterval.Mixfile do + end + + defp deps do +- [ {:timex, "~> 0.13.1"} ] ++ [] + end + + defp package do Added: head/devel/elixir-timex-interval/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-timex-interval/pkg-descr Thu Jul 2 23:19:52 2015 (r391209) @@ -0,0 +1,3 @@ +A date/time interval library for Elixir projects, based on Timex. + +WWW: https://github.com/bitwalker/timex-interval Added: head/devel/elixir-timex-interval/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-timex-interval/pkg-plist Thu Jul 2 23:19:52 2015 (r391209) @@ -0,0 +1,8 @@ +lib/elixir/lib/timex_interval/ebin/Elixir.Access.TimexInterval.DateTimeInterval.beam +lib/elixir/lib/timex_interval/ebin/Elixir.Enumerable.TimexInterval.DateTimeInterval.beam +lib/elixir/lib/timex_interval/ebin/Elixir.TimexInterval.DateTimeInterval.beam +lib/elixir/lib/timex_interval/ebin/Elixir.TimexInterval.beam +lib/elixir/lib/timex_interval/ebin/timex_interval.app +lib/elixir/lib/timex_interval/lib/datetime.ex +lib/elixir/lib/timex_interval/lib/interval.ex +%%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-all@freebsd.org Thu Jul 2 23:40:31 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7F2F5993D78; Thu, 2 Jul 2015 23:40:31 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7014D11C1; Thu, 2 Jul 2015 23:40:31 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62NeVB1071141; Thu, 2 Jul 2015 23:40:31 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62NeVp7071128; Thu, 2 Jul 2015 23:40:31 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201507022340.t62NeVp7071128@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Thu, 2 Jul 2015 23:40:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391210 - head/graphics/libetonyek01 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 23:40:31 -0000 Author: jkim Date: Thu Jul 2 23:40:30 2015 New Revision: 391210 URL: https://svnweb.freebsd.org/changeset/ports/391210 Log: Fix dependencies. Modified: head/graphics/libetonyek01/Makefile Modified: head/graphics/libetonyek01/Makefile ============================================================================== --- head/graphics/libetonyek01/Makefile Thu Jul 2 23:19:52 2015 (r391209) +++ head/graphics/libetonyek01/Makefile Thu Jul 2 23:40:30 2015 (r391210) @@ -12,8 +12,10 @@ COMMENT= Library to interpret and import LICENSE= LGPL21 MPL LICENSE_COMB= dual -LIB_DEPENDS= libboost_filesystem.so:${PORTSDIR}/devel/boost-libs \ - librevenge-0.0.so:${PORTSDIR}/textproc/librevenge \ +BUILD_DEPENDS= ${LOCALBASE}/include/boost/config.hpp:${PORTSDIR}/devel/boost-libs \ + ${LOCALBASE}/include/mdds/flat_segment_tree.hpp:${PORTSDIR}/devel/mdds \ + ${LOCALBASE}/include/glm/glm.hpp:${PORTSDIR}/math/glm +LIB_DEPENDS= librevenge-0.0.so:${PORTSDIR}/textproc/librevenge \ libxml2.so:${PORTSDIR}/textproc/libxml2 OPTIONS_DEFINE= TEST From owner-svn-ports-all@freebsd.org Thu Jul 2 23:53:13 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 20441993002; Thu, 2 Jul 2015 23:53:13 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 08BB11932; Thu, 2 Jul 2015 23:53:13 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62NrCB7079213; Thu, 2 Jul 2015 23:53:12 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62NrCj8079211; Thu, 2 Jul 2015 23:53:12 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201507022353.t62NrCj8079211@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Thu, 2 Jul 2015 23:53:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391211 - head/graphics/libfreehand X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 23:53:13 -0000 Author: jkim Date: Thu Jul 2 23:53:12 2015 New Revision: 391211 URL: https://svnweb.freebsd.org/changeset/ports/391211 Log: Fix build on 8.x and 9.x. Modified: head/graphics/libfreehand/Makefile Modified: head/graphics/libfreehand/Makefile ============================================================================== --- head/graphics/libfreehand/Makefile Thu Jul 2 23:40:30 2015 (r391210) +++ head/graphics/libfreehand/Makefile Thu Jul 2 23:53:12 2015 (r391211) @@ -16,7 +16,7 @@ LIB_DEPENDS= liblcms2.so:${PORTSDIR}/gra librevenge-0.0.so:${PORTSDIR}/textproc/librevenge GNU_CONFIGURE= yes -USES= gperf perl5 libtool pathfix pkgconfig tar:xz +USES= compiler:c++11-lang gperf perl5 libtool pathfix pkgconfig tar:xz USE_LDCONFIG= yes USE_PERL5= build CONFIGURE_ARGS= --disable-werror --without-docs From owner-svn-ports-all@freebsd.org Fri Jul 3 00:00:42 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DFCA39932A1; Fri, 3 Jul 2015 00:00:42 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CE6691C45; Fri, 3 Jul 2015 00:00:42 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6300gdq080993; Fri, 3 Jul 2015 00:00:42 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6300gch080992; Fri, 3 Jul 2015 00:00:42 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201507030000.t6300gch080992@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Fri, 3 Jul 2015 00:00:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391212 - head/devel/mdds X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 00:00:43 -0000 Author: jkim Date: Fri Jul 3 00:00:42 2015 New Revision: 391212 URL: https://svnweb.freebsd.org/changeset/ports/391212 Log: Set NO_ARCH as it does not install any binary. Modified: head/devel/mdds/Makefile Modified: head/devel/mdds/Makefile ============================================================================== --- head/devel/mdds/Makefile Thu Jul 2 23:53:12 2015 (r391211) +++ head/devel/mdds/Makefile Fri Jul 3 00:00:42 2015 (r391212) @@ -14,6 +14,7 @@ LICENSE= MIT PROJECTHOST= multidimalgorithm USES= tar:bzip2 +NO_ARCH= yes NO_BUILD= yes do-configure: From owner-svn-ports-all@freebsd.org Fri Jul 3 01:12:11 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2DE4C993D96; Fri, 3 Jul 2015 01:12:11 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0534C14DA; Fri, 3 Jul 2015 01:12:11 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t631CAQ7019958; Fri, 3 Jul 2015 01:12:10 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t631CANb019953; Fri, 3 Jul 2015 01:12:10 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201507030112.t631CANb019953@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Fri, 3 Jul 2015 01:12:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391213 - head/graphics/libetonyek01 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 01:12:11 -0000 Author: jkim Date: Fri Jul 3 01:12:09 2015 New Revision: 391213 URL: https://svnweb.freebsd.org/changeset/ports/391213 Log: Revert to 0.1.1 because it does not build on 8.x and 9.x. Unfortunately, there is no easy way to fix it without breaking its consumers. Modified: head/graphics/libetonyek01/Makefile head/graphics/libetonyek01/distinfo head/graphics/libetonyek01/pkg-plist Modified: head/graphics/libetonyek01/Makefile ============================================================================== --- head/graphics/libetonyek01/Makefile Fri Jul 3 00:00:42 2015 (r391212) +++ head/graphics/libetonyek01/Makefile Fri Jul 3 01:12:09 2015 (r391213) @@ -1,7 +1,8 @@ # $FreeBSD$ PORTNAME= libetonyek -PORTVERSION= 0.1.3 +PORTVERSION= 0.1.1 +PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= http://dev-www.libreoffice.org/src/${PORTNAME}/ PKGNAMESUFFIX= 01 @@ -12,10 +13,8 @@ COMMENT= Library to interpret and import LICENSE= LGPL21 MPL LICENSE_COMB= dual -BUILD_DEPENDS= ${LOCALBASE}/include/boost/config.hpp:${PORTSDIR}/devel/boost-libs \ - ${LOCALBASE}/include/mdds/flat_segment_tree.hpp:${PORTSDIR}/devel/mdds \ - ${LOCALBASE}/include/glm/glm.hpp:${PORTSDIR}/math/glm -LIB_DEPENDS= librevenge-0.0.so:${PORTSDIR}/textproc/librevenge \ +LIB_DEPENDS= libboost_filesystem.so:${PORTSDIR}/devel/boost-libs \ + librevenge-0.0.so:${PORTSDIR}/textproc/librevenge \ libxml2.so:${PORTSDIR}/textproc/libxml2 OPTIONS_DEFINE= TEST Modified: head/graphics/libetonyek01/distinfo ============================================================================== --- head/graphics/libetonyek01/distinfo Fri Jul 3 00:00:42 2015 (r391212) +++ head/graphics/libetonyek01/distinfo Fri Jul 3 01:12:09 2015 (r391213) @@ -1,2 +1,2 @@ -SHA256 (libetonyek-0.1.3.tar.xz) = fe12276a62bd5f5ca4f5bfbd4938a74d097084e1f9fe173e521f63203f56f055 -SIZE (libetonyek-0.1.3.tar.xz) = 372884 +SHA256 (libetonyek-0.1.1.tar.xz) = 9c6a5a0f15ae6cc6e2dfb2272b664dedda7918ed46f3756f9f29a72589d8c83e +SIZE (libetonyek-0.1.1.tar.xz) = 338396 Modified: head/graphics/libetonyek01/pkg-plist ============================================================================== --- head/graphics/libetonyek01/pkg-plist Fri Jul 3 00:00:42 2015 (r391212) +++ head/graphics/libetonyek01/pkg-plist Fri Jul 3 01:12:09 2015 (r391213) @@ -11,5 +11,5 @@ include/libetonyek-0.1/libetonyek/Etonye include/libetonyek-0.1/libetonyek/libetonyek.h lib/libetonyek-0.1.so lib/libetonyek-0.1.so.1 -lib/libetonyek-0.1.so.1.0.3 +lib/libetonyek-0.1.so.1.0.1 libdata/pkgconfig/libetonyek-0.1.pc From owner-svn-ports-all@freebsd.org Fri Jul 3 04:12:59 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D5F78994CBB; Fri, 3 Jul 2015 04:12:59 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C6DDB2E93; Fri, 3 Jul 2015 04:12:59 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t634Cxfg024264; Fri, 3 Jul 2015 04:12:59 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t634CwRO024257; Fri, 3 Jul 2015 04:12:58 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201507030412.t634CwRO024257@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Fri, 3 Jul 2015 04:12:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391214 - in head/devel: . libbson X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 04:13:00 -0000 Author: wen Date: Fri Jul 3 04:12:57 2015 New Revision: 391214 URL: https://svnweb.freebsd.org/changeset/ports/391214 Log: libbson is a library providing useful routines related to building, parsing, and iterating BSON documents. It is a useful base for those wanting to write high-performance C extensions to higher level languages such as python, ruby, or perl. https://github.com/mongodb/libbson PR: 200338 Submitted by: pusateri@bangj.com Added: head/devel/libbson/ head/devel/libbson/Makefile (contents, props changed) head/devel/libbson/distinfo (contents, props changed) head/devel/libbson/pkg-descr (contents, props changed) head/devel/libbson/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Jul 3 01:12:09 2015 (r391213) +++ head/devel/Makefile Fri Jul 3 04:12:57 2015 (r391214) @@ -1042,6 +1042,7 @@ SUBDIR += libbobcat SUBDIR += libbonobo SUBDIR += libbonobo-reference + SUBDIR += libbson SUBDIR += libburn SUBDIR += libc++ SUBDIR += libccid Added: head/devel/libbson/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libbson/Makefile Fri Jul 3 04:12:57 2015 (r391214) @@ -0,0 +1,26 @@ +# Created by: "Waitman Gobble" +# $FreeBSD$ + +PORTNAME= libbson +PORTVERSION= 1.1.9 +CATEGORIES= devel + +MAINTAINER= waitman@waitman.net +COMMENT= BSON utility library + +LICENSE= APACHE20 + +USE_GITHUB= yes +GH_ACCOUNT= mongodb + +USES= gmake pkgconfig autoreconf libtool +GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip +USE_LDCONFIG= yes + +pre-configure: +# cd ${WRKSRC} && ./autogen.sh + +MAKE_ARGS= pkgconfigdir="${PREFIX}/libdata/pkgconfig" + +.include Added: head/devel/libbson/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libbson/distinfo Fri Jul 3 04:12:57 2015 (r391214) @@ -0,0 +1,2 @@ +SHA256 (mongodb-libbson-1.1.9_GH0.tar.gz) = 3d293f54902a59e38a2e6c5a84a781e1e4514d344927d69b3e054ebe7967a064 +SIZE (mongodb-libbson-1.1.9_GH0.tar.gz) = 4037659 Added: head/devel/libbson/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libbson/pkg-descr Fri Jul 3 04:12:57 2015 (r391214) @@ -0,0 +1,6 @@ +libbson is a library providing useful routines related to building, +parsing, and iterating BSON documents. It is a useful base for those +wanting to write high-performance C extensions to higher level +languages such as python, ruby, or perl. + +https://github.com/mongodb/libbson Added: head/devel/libbson/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libbson/pkg-plist Fri Jul 3 04:12:57 2015 (r391214) @@ -0,0 +1,31 @@ +include/libbson-1.0/bcon.h +include/libbson-1.0/bson-atomic.h +include/libbson-1.0/bson-clock.h +include/libbson-1.0/bson-compat.h +include/libbson-1.0/bson-config.h +include/libbson-1.0/bson-context.h +include/libbson-1.0/bson-endian.h +include/libbson-1.0/bson-error.h +include/libbson-1.0/bson-iter.h +include/libbson-1.0/bson-json.h +include/libbson-1.0/bson-keys.h +include/libbson-1.0/bson-macros.h +include/libbson-1.0/bson-md5.h +include/libbson-1.0/bson-memory.h +include/libbson-1.0/bson-oid.h +include/libbson-1.0/bson-reader.h +include/libbson-1.0/bson-stdint.h +include/libbson-1.0/bson-string.h +include/libbson-1.0/bson-types.h +include/libbson-1.0/bson-utf8.h +include/libbson-1.0/bson-value.h +include/libbson-1.0/bson-version.h +include/libbson-1.0/bson-writer.h +include/libbson-1.0/bson.h +lib/libbson-1.0.so +lib/libbson-1.0.so.0 +lib/libbson-1.0.so.0.0.0 +libdata/pkgconfig/libbson-1.0.pc +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README From owner-svn-ports-all@freebsd.org Fri Jul 3 04:40:47 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9E2519931B5; Fri, 3 Jul 2015 04:40:47 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8F8051AA1; Fri, 3 Jul 2015 04:40:47 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t634eltl037921; Fri, 3 Jul 2015 04:40:47 GMT (envelope-from eadler@FreeBSD.org) Received: (from eadler@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t634elKx037916; Fri, 3 Jul 2015 04:40:47 GMT (envelope-from eadler@FreeBSD.org) Message-Id: <201507030440.t634elKx037916@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: eadler set sender to eadler@FreeBSD.org using -f From: Eitan Adler Date: Fri, 3 Jul 2015 04:40:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391215 - in head: graphics/scr2png textproc/scr2txt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 04:40:47 -0000 Author: eadler Date: Fri Jul 3 04:40:46 2015 New Revision: 391215 URL: https://svnweb.freebsd.org/changeset/ports/391215 Log: start doing some ports work again. Modified: head/graphics/scr2png/Makefile head/textproc/scr2txt/Makefile Modified: head/graphics/scr2png/Makefile ============================================================================== --- head/graphics/scr2png/Makefile Fri Jul 3 04:12:57 2015 (r391214) +++ head/graphics/scr2png/Makefile Fri Jul 3 04:40:46 2015 (r391215) @@ -7,7 +7,7 @@ PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= LOCAL/nik -MAINTAINER= ports@FreeBSD.org +MAINTAINER= eadler@FreeBSD.org COMMENT= Converts the output of "vidcontrol -p" to PNG LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd Modified: head/textproc/scr2txt/Makefile ============================================================================== --- head/textproc/scr2txt/Makefile Fri Jul 3 04:12:57 2015 (r391214) +++ head/textproc/scr2txt/Makefile Fri Jul 3 04:40:46 2015 (r391215) @@ -6,7 +6,7 @@ PORTVERSION= 1.2 CATEGORIES= textproc MASTER_SITES= LOCAL/nik -MAINTAINER= ports@FreeBSD.org +MAINTAINER= eadler@FreeBSD.org COMMENT= Converts the output of "vidcontrol -p" to text NO_WRKSUBDIR= yes From owner-svn-ports-all@freebsd.org Fri Jul 3 05:25:40 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EDF479938F8; Fri, 3 Jul 2015 05:25:39 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DC693293E; Fri, 3 Jul 2015 05:25:39 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t635PdkL063380; Fri, 3 Jul 2015 05:25:39 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t635Pd5P063377; Fri, 3 Jul 2015 05:25:39 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201507030525.t635Pd5P063377@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Fri, 3 Jul 2015 05:25:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391216 - in head/net/pipsecd: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 05:25:40 -0000 Author: cy Date: Fri Jul 3 05:25:38 2015 New Revision: 391216 URL: https://svnweb.freebsd.org/changeset/ports/391216 Log: Replace deprecated des_ with DES_ and fix LibreSSL build. PR: PR/198345 Submitted by: brnrd Modified: head/net/pipsecd/Makefile head/net/pipsecd/files/patch-tunip.c Modified: head/net/pipsecd/Makefile ============================================================================== --- head/net/pipsecd/Makefile Fri Jul 3 04:40:46 2015 (r391215) +++ head/net/pipsecd/Makefile Fri Jul 3 05:25:38 2015 (r391216) @@ -3,7 +3,7 @@ PORTNAME= pipsecd PORTVERSION= 19991014 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net security MASTER_SITES= http://perso.telecom-paristech.fr/~beyssac/pipsec/ \ http://www.komquats.com/distfiles/ Modified: head/net/pipsecd/files/patch-tunip.c ============================================================================== --- head/net/pipsecd/files/patch-tunip.c Fri Jul 3 04:40:46 2015 (r391215) +++ head/net/pipsecd/files/patch-tunip.c Fri Jul 3 05:25:38 2015 (r391216) @@ -1,5 +1,5 @@ ---- tunip.c.orig Tue Sep 21 15:20:40 1999 -+++ tunip.c Thu Jul 20 04:26:39 2006 +--- tunip.c.orig 1999-09-21 22:20:40 UTC ++++ tunip.c @@ -35,6 +35,8 @@ #include #include @@ -26,7 +26,7 @@ #define _PATH_DEV_RANDOM "/dev/random" #ifdef USE_ETHERTAP -@@ -100,6 +104,7 @@ +@@ -100,6 +104,7 @@ struct ethtap_header ethtap; #endif unsigned char buf[MAX_HEADER+MAX_PACKET]; @@ -34,8 +34,19 @@ typedef union { MD5_CTX md5; -@@ -131,7 +136,9 @@ - des_key_schedule k3; +@@ -124,14 +129,16 @@ typedef struct hash_method { + + typedef union { + BF_KEY bf; +- des_key_schedule des; ++ DES_key_schedule des; + struct { +- des_key_schedule k1; +- des_key_schedule k2; +- des_key_schedule k3; ++ DES_key_schedule k1; ++ DES_key_schedule k2; ++ DES_key_schedule k3; } des3; CAST_KEY cast; +#ifndef NO_IDEA @@ -44,7 +55,7 @@ } crypt_key; typedef struct crypt_method { -@@ -304,12 +311,14 @@ +@@ -304,12 +311,14 @@ void cast_cbc_encrypt(unsigned char *iv, void cast_cbc_decrypt(unsigned char *iv, crypt_key *dk, unsigned char *ct, unsigned int len); int cast_setkey(unsigned char *b, unsigned int len, crypt_key *k); @@ -59,7 +70,7 @@ void my_des_cbc_encrypt(unsigned char *iv, crypt_key *ek, unsigned char *t, unsigned int len); void my_des_cbc_decrypt(unsigned char *iv, crypt_key *dk, -@@ -379,14 +388,20 @@ +@@ -379,14 +388,20 @@ hash_method_t hash_ripemd160 = { hash_method_t *hash_list = &hash_ripemd160; @@ -80,7 +91,7 @@ "cast_cbc", 8, 8, cast_cbc_encrypt, cast_cbc_decrypt, cast_setkey, cast_setkey -@@ -704,13 +719,22 @@ +@@ -704,13 +719,22 @@ void tun_new(struct tun_method *this, */ int tun_send_ip(struct tun_method *this, struct encap_method *encap, int fd) { @@ -104,7 +115,7 @@ sent = write(fd, encap->buf, encap->buflen); if (sent != encap->buflen) syslog(LOG_ERR, "truncated in: %d -> %d\n", encap->buflen, sent); -@@ -1120,6 +1144,7 @@ +@@ -1120,6 +1144,7 @@ void config_read(FILE *cf) } } else if (strcmp(arg, "if") == 0) { int fd; @@ -112,7 +123,7 @@ struct sa_desc *local_sa, *remote_sa; struct peer_desc *peer; -@@ -1128,6 +1153,7 @@ +@@ -1128,6 +1153,7 @@ void config_read(FILE *cf) perror(arg); continue; } @@ -120,7 +131,7 @@ local_sa = NULL; remote_sa = NULL; -@@ -1974,6 +2000,7 @@ +@@ -1974,6 +2000,7 @@ int cast_setkey(unsigned char *b, unsign return 0; } @@ -128,7 +139,7 @@ void my_idea_cbc_encrypt(unsigned char *iv, crypt_key *ek, unsigned char *t, unsigned int len) { -@@ -2002,6 +2029,7 @@ +@@ -2002,11 +2029,12 @@ int my_idea_set_decrypt_key(unsigned cha idea_set_decrypt_key(&k->idea, &k->idea); return 0; } @@ -136,7 +147,66 @@ void my_des_cbc_encrypt(unsigned char *iv, crypt_key *ek, unsigned char *t, unsigned int len) -@@ -2081,6 +2109,11 @@ + { +- des_cbc_encrypt(t, t, len, ek->des, iv, DES_ENCRYPT); ++ DES_cbc_encrypt(t, t, len, &ek->des, iv, DES_ENCRYPT); + } + + void my_des_cbc_decrypt(unsigned char *iv, crypt_key *dk, +@@ -2018,7 +2046,7 @@ void my_des_cbc_decrypt(unsigned char *i + for (i = 0; i < len; i++) printf(" %02x", ct[i]); + printf("\n"); + #endif +- des_cbc_encrypt(ct, ct, len, dk->des, iv, DES_DECRYPT); ++ DES_cbc_encrypt(ct, ct, len, &dk->des, iv, DES_DECRYPT); + #if 0 + printf("%d bytes after decrypt\n", len); + for (i = 0; i < len; i++) printf(" %02x", ct[i]); +@@ -2029,23 +2057,23 @@ void my_des_cbc_decrypt(unsigned char *i + int my_des_setkey(unsigned char *b, unsigned int len, crypt_key *k) + { + if (len == 8) +- return des_set_key(b, k->des); ++ return DES_set_key(b, &k->des); + return -1; + } + + void my_des3_cbc_encrypt(unsigned char *iv, crypt_key *ek, + unsigned char *t, unsigned int len) + { +- des_ede3_cbc_encrypt(t, t, len, +- ek->des3.k1, ek->des3.k2, ek->des3.k3, ++ DES_ede3_cbc_encrypt(t, t, len, ++ &ek->des3.k1, &ek->des3.k2, &ek->des3.k3, + iv, DES_ENCRYPT); + } + + void my_des3_cbc_decrypt(unsigned char *iv, crypt_key *dk, + unsigned char *ct, unsigned int len) + { +- des_ede3_cbc_encrypt(ct, ct, len, +- dk->des3.k1, dk->des3.k2, dk->des3.k3, ++ DES_ede3_cbc_encrypt(ct, ct, len, ++ &dk->des3.k1, &dk->des3.k2, &dk->des3.k3, + iv, DES_DECRYPT); + } + +@@ -2054,11 +2082,11 @@ int my_des3_setkey(unsigned char *b, uns + if (len != 24) + return -1; + +- if (des_set_key(b, k->des3.k1) != 0) ++ if (DES_set_key(b, &k->des3.k1) != 0) + return -1; +- if (des_set_key(b+8, k->des3.k2) != 0) ++ if (DES_set_key(b+8, &k->des3.k2) != 0) + return -1; +- if (des_set_key(b+16, k->des3.k3) != 0) ++ if (DES_set_key(b+16, &k->des3.k3) != 0) + return -1; + + return 0; +@@ -2081,6 +2109,11 @@ int null_setkey(unsigned char *b, unsign return 0; } @@ -148,7 +218,7 @@ int main(int argc, char **argv) { time_t t; -@@ -2088,9 +2121,14 @@ +@@ -2088,9 +2121,14 @@ int main(int argc, char **argv) int pack, i; struct sockaddr_in from; struct stat sb; @@ -163,7 +233,7 @@ openlog ("pipsecd", LOG_PID, LOG_DAEMON); syslog (LOG_NOTICE, "pipsecd starting"); -@@ -2113,7 +2151,21 @@ +@@ -2113,7 +2151,21 @@ int main(int argc, char **argv) if (encap_icmp_new(&encap_meth[ENCAP_ICMP], IPPROTO_ICMP) == -1) exit(1); @@ -186,7 +256,7 @@ if (f == NULL) { perror("configuration file"); exit(1); -@@ -2123,8 +2175,8 @@ +@@ -2123,8 +2175,8 @@ int main(int argc, char **argv) fclose(f); /* Execute startup script, if any */ From owner-svn-ports-all@freebsd.org Fri Jul 3 07:02:51 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DE384992D6A; Fri, 3 Jul 2015 07:02:51 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C77D41B96; Fri, 3 Jul 2015 07:02:51 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6372prO017818; Fri, 3 Jul 2015 07:02:51 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6372ibG017781; Fri, 3 Jul 2015 07:02:44 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201507030702.t6372ibG017781@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Fri, 3 Jul 2015 07:02:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391217 - in head: multimedia/avidemux multimedia/ffmpeg multimedia/ffmpeg0 multimedia/ffmpeg23 multimedia/ffmpeg26 multimedia/gstreamer-plugins-x264 multimedia/gstreamer1-plugins-x264 ... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 07:02:52 -0000 Author: koobs Date: Fri Jul 3 07:02:44 2015 New Revision: 391217 URL: https://svnweb.freebsd.org/changeset/ports/391217 Log: multimedia/{lib}x264: Update to 0.144.2533 and major refactor - Update to 0.144.2533 (from upstream stable branch) [1] - Switch x264 and libx264 ports to master/slave ports respectively - Bump PORTREVISION for dependent ports as the shared library version has changed. multimedia/x264: - Clean up and update "updating instructions" in Makefile header - Tweak COMMENT - Only LIB_DEPENDS on libx264 and add PLIST_FILES if this isn't the libx264 port. - Allow COMMENT, USES, OPTIONS_*, CONFIGURE_ARGS to be overriden in libx264 port. - Place common configure arguments in a CONFIGURE_COMMON_ARGS variable to make overriding values without duplication easier. - Use --prefix configure argument over post-patch replacements - Enable stripping of binaries and libraries if DEBUG is off. Remove post-install target STRIP_CMD accordingly. - Delete patch-Makefile in favour of patching WRKSRC/configure to identify amd64, arm64 and mipsn32. powerpc and powerpc64 are now covered upstream without needing patches. - Patch out a bogus compiler argument check (cc_check) that results in -Wno-maybe-uninitialized being added to CFLAGS causing causes warnings when clang is cc. The cc_check function checks for basename $CC to identify compiler type (icl, clang, gcc, etc). multimedia/libx264: - Remove all Makefile entries that are duplicated or common and found in the master port (x264). - Set lib as the PKGNAMEPREFIX - Tweak COMMENT - Delete upstreamed ARM patches [1] - Delete all but one patch, as they duplicate those in x264. - Dont remove pkgconfig/libdata directory Changes: https://git.videolan.org/?p=x264.git;a=shortlog;h=refs/heads/stable Based on: PR: 201260 [1] Submitted by: Andrey Cherkashin [1] Deleted: head/multimedia/libx264/files/patch-Makefile head/multimedia/libx264/files/patch-common_arm_asm.S head/multimedia/libx264/files/patch-common_arm_cpu-a.S head/multimedia/libx264/files/patch-common_arm_dct-a.S head/multimedia/libx264/files/patch-common_arm_deblock-a.S head/multimedia/libx264/files/patch-common_arm_mc-a.S head/multimedia/libx264/files/patch-common_arm_pixel-a.S head/multimedia/libx264/files/patch-common_arm_predict-a.S head/multimedia/libx264/files/patch-common_arm_quant-a.S head/multimedia/libx264/files/patch-common_cpu.c head/multimedia/libx264/files/patch-configure head/multimedia/x264/files/patch-Makefile Modified: head/multimedia/avidemux/Makefile head/multimedia/ffmpeg/Makefile head/multimedia/ffmpeg0/Makefile head/multimedia/ffmpeg23/Makefile head/multimedia/ffmpeg26/Makefile head/multimedia/gstreamer-plugins-x264/Makefile head/multimedia/gstreamer1-plugins-x264/Makefile head/multimedia/handbrake/Makefile head/multimedia/libav/Makefile head/multimedia/libquicktime/Makefile head/multimedia/libx264/Makefile head/multimedia/libx264/pkg-plist head/multimedia/mpeg4ip/Makefile head/multimedia/mplayer/Makefile head/multimedia/msx264/Makefile head/multimedia/obs-studio/Makefile head/multimedia/transcode/Makefile head/multimedia/vlc/Makefile head/multimedia/x264/Makefile head/multimedia/x264/distinfo head/multimedia/x264/files/patch-common_cpu.c head/multimedia/x264/files/patch-configure head/net/opal/Makefile head/x11/xpra/Makefile Modified: head/multimedia/avidemux/Makefile ============================================================================== --- head/multimedia/avidemux/Makefile Fri Jul 3 05:25:38 2015 (r391216) +++ head/multimedia/avidemux/Makefile Fri Jul 3 07:02:44 2015 (r391217) @@ -6,7 +6,7 @@ PORTNAME= avidemux PORTVERSION= ${AVIDEMUX_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MAINTAINER= multimedia@FreeBSD.org Modified: head/multimedia/ffmpeg/Makefile ============================================================================== --- head/multimedia/ffmpeg/Makefile Fri Jul 3 05:25:38 2015 (r391216) +++ head/multimedia/ffmpeg/Makefile Fri Jul 3 07:02:44 2015 (r391217) @@ -3,6 +3,7 @@ PORTNAME= ffmpeg PORTVERSION= 2.7.1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= http://ffmpeg.org/releases/ Modified: head/multimedia/ffmpeg0/Makefile ============================================================================== --- head/multimedia/ffmpeg0/Makefile Fri Jul 3 05:25:38 2015 (r391216) +++ head/multimedia/ffmpeg0/Makefile Fri Jul 3 07:02:44 2015 (r391217) @@ -3,7 +3,7 @@ PORTNAME= ffmpeg PORTVERSION= 0.7.16 -PORTREVISION= 8 +PORTREVISION= 9 PORTEPOCH= 1 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= http://ffmpeg.org/releases/ Modified: head/multimedia/ffmpeg23/Makefile ============================================================================== --- head/multimedia/ffmpeg23/Makefile Fri Jul 3 05:25:38 2015 (r391216) +++ head/multimedia/ffmpeg23/Makefile Fri Jul 3 07:02:44 2015 (r391217) @@ -3,6 +3,7 @@ PORTNAME= ffmpeg PORTVERSION= 2.3.6 +PORTREVISION= 1 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= http://ffmpeg.org/releases/ PKGNAMESUFFIX= 23 Modified: head/multimedia/ffmpeg26/Makefile ============================================================================== --- head/multimedia/ffmpeg26/Makefile Fri Jul 3 05:25:38 2015 (r391216) +++ head/multimedia/ffmpeg26/Makefile Fri Jul 3 07:02:44 2015 (r391217) @@ -3,7 +3,7 @@ PORTNAME= ffmpeg PORTVERSION= 2.6.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= http://ffmpeg.org/releases/ PKGNAMESUFFIX= 26 Modified: head/multimedia/gstreamer-plugins-x264/Makefile ============================================================================== --- head/multimedia/gstreamer-plugins-x264/Makefile Fri Jul 3 05:25:38 2015 (r391216) +++ head/multimedia/gstreamer-plugins-x264/Makefile Fri Jul 3 07:02:44 2015 (r391217) @@ -2,7 +2,7 @@ # $FreeBSD$ # $MCom: ports/multimedia/gstreamer-plugins-x264/Makefile,v 1.3 2008/03/19 14:05:37 ahze Exp $ -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= multimedia COMMENT= Gstreamer x264 plugin Modified: head/multimedia/gstreamer1-plugins-x264/Makefile ============================================================================== --- head/multimedia/gstreamer1-plugins-x264/Makefile Fri Jul 3 05:25:38 2015 (r391216) +++ head/multimedia/gstreamer1-plugins-x264/Makefile Fri Jul 3 07:02:44 2015 (r391217) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= multimedia COMMENT= Gstreamer x264 plugin Modified: head/multimedia/handbrake/Makefile ============================================================================== --- head/multimedia/handbrake/Makefile Fri Jul 3 05:25:38 2015 (r391216) +++ head/multimedia/handbrake/Makefile Fri Jul 3 07:02:44 2015 (r391217) @@ -3,6 +3,7 @@ PORTNAME= handbrake PORTVERSION= 0.10.2 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= http://download.handbrake.fr/releases/${PORTVERSION}/ \ http://download.handbrake.fr/handbrake/contrib/:contrib \ Modified: head/multimedia/libav/Makefile ============================================================================== --- head/multimedia/libav/Makefile Fri Jul 3 05:25:38 2015 (r391216) +++ head/multimedia/libav/Makefile Fri Jul 3 07:02:44 2015 (r391217) @@ -2,7 +2,7 @@ PORTNAME= libav PORTVERSION= 11.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= http://libav.org/releases/ Modified: head/multimedia/libquicktime/Makefile ============================================================================== --- head/multimedia/libquicktime/Makefile Fri Jul 3 05:25:38 2015 (r391216) +++ head/multimedia/libquicktime/Makefile Fri Jul 3 07:02:44 2015 (r391217) @@ -3,7 +3,7 @@ PORTNAME= libquicktime PORTVERSION= 1.2.4 -PORTREVISION?= 10 +PORTREVISION?= 11 CATEGORIES= multimedia MASTER_SITES= SF Modified: head/multimedia/libx264/Makefile ============================================================================== --- head/multimedia/libx264/Makefile Fri Jul 3 05:25:38 2015 (r391216) +++ head/multimedia/libx264/Makefile Fri Jul 3 07:02:44 2015 (r391217) @@ -3,95 +3,28 @@ # # Updating notes: see multimedia/x264/Makefile. -PORTNAME= libx264 -PORTVERSION= 0.${X264_BUILD}.${X264_REV} -PORTREVISION= 3 -CATEGORIES= multimedia -MASTER_SITES= ftp://ftp.videolan.org/pub/videolan/x264/snapshots/ \ - http://samples.mplayerhq.hu/yuv4mpeg2/:pgo -DISTNAME= x264-snapshot-${X264_SNAPSHOT}-2245-stable -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} -DIST_SUBDIR= x264 -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} - -MAINTAINER= koobs@FreeBSD.org -COMMENT= Library for encoding H.264/MPEG-4 AVC video - -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING - -BUILD_DEPENDS= yasm>=1.2.0:${PORTSDIR}/devel/yasm \ - bash:${PORTSDIR}/shells/bash - -X264_BUILD= 142 -X264_REV= 2455 -X264_COMMIT= 021c0dc6c95c1bc239c9db78a80dd85fc856a4dd -X264_GITVER= ${X264_COMMIT:C/^(.......).*$/\1/g} -X264_SNAPSHOT= 20140827 +PKGNAMEPREFIX= lib +COMMENT= H.264/MPEG-4 AVC Video Encoding (Library) +MASTERDIR= ${.CURDIR}/../x264 +PLIST= ${.CURDIR}/pkg-plist USES= gmake pathfix tar:bzip2 -USE_LDCONFIG= yes -HAS_CONFIGURE= yes OPTIONS_DEFINE= ASM DEBUG GCC HI10P PGO -OPTIONS_DEFAULT= ASM +OPTIONS_EXCLUDE= GPAC LAV -ASM_DESC= Enable Assembly Optimizations -DEBUG_DESC= Generate Debugging Symbols -GCC_DESC= Use current GCC -HI10P_DESC= Enable High 10 Profile 10-bit encoding +DEBUG_CONFIGURE_OFF= --enable-strip -ASM_CONFIGURE_OFF= --disable-asm -DEBUG_CONFIGURE_ON= --enable-debug +HI10P_DESC= Enable High 10 Profile 10-bit encoding HI10P_CONFIGURE_ON= --bit-depth=10 -CONFIGURE_ARGS+= --extra-cflags="-I${LOCALBASE}/include" \ - --extra-ldflags="-L${LOCALBASE}/lib" \ - --enable-static --enable-shared \ - --disable-opencl -CFLAGS_armv6+= -mcpu=arm1136jf-s +CONFIGURE_ARGS= ${CONFIGURE_COMMON_ARGS} \ + --enable-static \ + --enable-shared \ + --disable-cli PATHFIX_MAKEFILEIN= Makefile -PLIST_SUB+= X264_BUILD=${X264_BUILD} -.include +PLIST_SUB+= X264_BUILD=${X264_BUILD} -.if ${PORT_OPTIONS:MGCC} -USE_GCC= yes -.elif ${PORT_OPTIONS:MPGO} -USE_GCC= any -.endif - -.if ${PORT_OPTIONS:MPGO} -# y4m sample video -Y4M_VIDEO= example.y4m -Y4M_VIDEO_DISTFILE= example.y4m.bz2 - -DISTFILES+= ${Y4M_VIDEO_DISTFILE}:pgo -ALL_TARGET= fprofiled -MAKE_ENV+= VIDS="${WRKDIR}/${Y4M_VIDEO}" - -RESTRICTED= ${Y4M_VIDEO_DISTFILE} file may not be mirrored -RESTRICTED_FILES= ${Y4M_VIDEO_DISTFILE} -.endif - -post-extract: -.if ${PORT_OPTIONS:MPGO} - @( cd ${WRKDIR} && ${BZIP2_CMD} -dc ${DISTDIR}/${DIST_SUBDIR}/${Y4M_VIDEO_DISTFILE} > ${Y4M_VIDEO} ) -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|; \ - s|/bin/bash|${LOCALBASE}/bin/bash|; \ - s|gpac_static|gpac|g' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|bash|sh|; \ - s|VER="x"|VER="${X264_REV} ${X264_GITVER}"|; \ - s|VERSION=""|VERSION=" r${X264_REV} ${X264_GITVER}"|' \ - ${WRKSRC}/version.sh - -post-install: - ${RM} ${STAGEDIR}${PREFIX}/bin/x264 - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libx264.so.* - -.include +.include "${MASTERDIR}/Makefile" Modified: head/multimedia/libx264/pkg-plist ============================================================================== --- head/multimedia/libx264/pkg-plist Fri Jul 3 05:25:38 2015 (r391216) +++ head/multimedia/libx264/pkg-plist Fri Jul 3 07:02:44 2015 (r391217) @@ -3,5 +3,4 @@ include/x264_config.h lib/libx264.a lib/libx264.so lib/libx264.so.%%X264_BUILD%% -@dir libdata/pkgconfig libdata/pkgconfig/x264.pc Modified: head/multimedia/mpeg4ip/Makefile ============================================================================== --- head/multimedia/mpeg4ip/Makefile Fri Jul 3 05:25:38 2015 (r391216) +++ head/multimedia/mpeg4ip/Makefile Fri Jul 3 07:02:44 2015 (r391217) @@ -3,7 +3,7 @@ PORTNAME= mpeg4ip PORTVERSION= 1.6.1 -PORTREVISION= 32 +PORTREVISION= 33 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= LOCAL/ahze # http://sourceforge.net/forum/forum.php?thread_id=1839453&forum_id=59136 Modified: head/multimedia/mplayer/Makefile ============================================================================== --- head/multimedia/mplayer/Makefile Fri Jul 3 05:25:38 2015 (r391216) +++ head/multimedia/mplayer/Makefile Fri Jul 3 07:02:44 2015 (r391217) @@ -3,7 +3,7 @@ PORTNAME= mplayer PORTVERSION= ${MPLAYER_PORT_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 COMMENT= High performance media player supporting many formats Modified: head/multimedia/msx264/Makefile ============================================================================== --- head/multimedia/msx264/Makefile Fri Jul 3 05:25:38 2015 (r391216) +++ head/multimedia/msx264/Makefile Fri Jul 3 07:02:44 2015 (r391217) @@ -2,6 +2,7 @@ PORTNAME= msx264 PORTVERSION= 1.5.1 +PORTREVISION= 1 CATEGORIES= multimedia net MASTER_SITES= SAVANNAH/linphone/plugins/sources/ Modified: head/multimedia/obs-studio/Makefile ============================================================================== --- head/multimedia/obs-studio/Makefile Fri Jul 3 05:25:38 2015 (r391216) +++ head/multimedia/obs-studio/Makefile Fri Jul 3 07:02:44 2015 (r391217) @@ -2,6 +2,7 @@ PORTNAME= obs-studio PORTVERSION= 0.9.1 +PORTREVISION= 1 CATEGORIES= multimedia MAINTAINER= kmoore@FreeBSD.org Modified: head/multimedia/transcode/Makefile ============================================================================== --- head/multimedia/transcode/Makefile Fri Jul 3 05:25:38 2015 (r391216) +++ head/multimedia/transcode/Makefile Fri Jul 3 07:02:44 2015 (r391217) @@ -3,7 +3,7 @@ PORTNAME= transcode PORTVERSION= 1.1.7 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= multimedia MASTER_SITES= http://cdn.bitbucket.org/france/transcode-tcforge/downloads/ Modified: head/multimedia/vlc/Makefile ============================================================================== --- head/multimedia/vlc/Makefile Fri Jul 3 05:25:38 2015 (r391216) +++ head/multimedia/vlc/Makefile Fri Jul 3 07:02:44 2015 (r391217) @@ -3,7 +3,7 @@ PORTNAME= vlc DISTVERSION= 2.2.1 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 4 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \ Modified: head/multimedia/x264/Makefile ============================================================================== --- head/multimedia/x264/Makefile Fri Jul 3 05:25:38 2015 (r391216) +++ head/multimedia/x264/Makefile Fri Jul 3 07:02:44 2015 (r391217) @@ -1,17 +1,17 @@ # Created by: Michael Johnson # $FreeBSD$ # -# Updating notes: -# We use the nightly tarballs for the *stable* branch of the git repo. -# X264_BUILD is the "core" number, and can always be found in x264.h. +# NOTES FOR UPDATING PORT: +# +# We use tarballs from the *stable* branch of the upstream git repository. +# +# X264_BUILD is the "core" number, and can be found in x264.h. +# # X264_COMMIT is the commit number, and can be found here: # http://git.videolan.org/?p=x264.git;a=shortlog;h=refs/heads/stable -# To get X264_REV, you must checkout the git revision for the version to -# which you wish to update, and then run version.sh against it. -# Don't forget to update these for multimedia/libx264 as well: -# X264_BUILD, X264_REV, X264_COMMIT, X264_SNAPSHOT # -# distinfo for this port and libx264 should always be *identical*. +# X264_REV requires a checkout the git revision for the version the port +# is being updated to. Then run version.sh against it. # # Bumping PORTREVISION for dependent ports? This is useful: # cd $PORTSDIR; for x in $(find . -name "Makefile*" -print); @@ -19,7 +19,6 @@ PORTNAME= x264 PORTVERSION= 0.${X264_BUILD}.${X264_REV} -PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= ftp://ftp.videolan.org/pub/videolan/x264/snapshots/ \ http://samples.mplayerhq.hu/yuv4mpeg2/:pgo @@ -29,54 +28,62 @@ DIST_SUBDIR= x264 EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= koobs@FreeBSD.org -COMMENT= Front-end for encoding H.264/MPEG-4 AVC video +COMMENT?= H.264/MPEG-4 AVC Video Encoding (Front End CLI) LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= yasm>=1.2.0:${PORTSDIR}/devel/yasm \ bash:${PORTSDIR}/shells/bash -LIB_DEPENDS= libx264.so:${PORTSDIR}/multimedia/libx264 -X264_BUILD= 142 -X264_REV= 2455 -X264_COMMIT= 021c0dc6c95c1bc239c9db78a80dd85fc856a4dd +X264_BUILD= 144 +X264_REV= 2533 +X264_COMMIT= c8a773ebfca148ef04f5a60d42cbd7336af0baf6 X264_GITVER= ${X264_COMMIT:C/^(.......).*$/\1/g} -X264_SNAPSHOT= 20140827 +X264_SNAPSHOT= 20150629 -USES= gmake pkgconfig tar:bzip2 +USES?= gmake pkgconfig tar:bzip2 USE_LDCONFIG= yes HAS_CONFIGURE= yes -OPTIONS_DEFINE= ASM DEBUG GCC GPAC LAVF PGO -OPTIONS_DEFAULT= ASM GPAC +OPTIONS_DEFINE?= ASM DEBUG GCC GPAC LAVF PGO +OPTIONS_DEFAULT?= ASM GPAC GCC_DESC= Use current GCC GPAC_DESC= MPEG-4 output support LAVF_DESC= libav* format input/output support (requires FFmpeg) ASM_CONFIGURE_OFF= --disable-asm + DEBUG_CONFIGURE_ON= --enable-debug -GPAC_LIB_DEPENDS= libgpac.so:${PORTSDIR}/multimedia/gpac-libgpac +DEBUG_CONFIGURE_OFF= --enable-strip + GPAC_CONFIGURE_OFF= --disable-gpac +GPAC_LIB_DEPENDS= libgpac.so:${PORTSDIR}/multimedia/gpac-libgpac + +LAVF_CONFIGURE_OFF= --disable-swscale --disable-lavf LAVF_LIB_DEPENDS= libavcodec.so:${PORTSDIR}/multimedia/ffmpeg \ libavformat.so:${PORTSDIR}/multimedia/ffmpeg \ libavutil.so:${PORTSDIR}/multimedia/ffmpeg \ libswscale.so:${PORTSDIR}/multimedia/ffmpeg -LAVF_CONFIGURE_OFF= --disable-swscale --disable-lavf -CONFIGURE_ARGS+= --extra-cflags="-I${LOCALBASE}/include" \ +CONFIGURE_COMMON_ARGS= --prefix=${PREFIX} \ + --extra-cflags="-I${LOCALBASE}/include" \ --extra-ldflags="-L${LOCALBASE}/lib" \ --disable-opencl \ + +CONFIGURE_ARGS?= ${CONFIGURE_COMMON_ARGS} \ --system-libx264 CFLAGS_armv6+= -mcpu=arm1136jf-s -PLIST_FILES= bin/x264 -PLIST_SUB+= X264_BUILD=${X264_BUILD} - .include +.if ${SLAVE_PORT} == "no" +PLIST_FILES= bin/x264 +LIB_DEPENDS= libx264.so:${PORTSDIR}/multimedia/libx264 +.endif + .if ${PORT_OPTIONS:MGCC} USE_GCC= yes .elif ${PORT_OPTIONS:MPGO} @@ -102,19 +109,19 @@ post-extract: .endif post-patch: - @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|; \ + @${REINPLACE_CMD} -e ' \ s|/bin/bash|${LOCALBASE}/bin/bash|; \ s|gpac_static|gpac|g' \ ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|bash|sh|; \ + @${REINPLACE_CMD} -e ' \ + s|bash|sh|; \ s|VER="x"|VER="${X264_REV} ${X264_GITVER}"|; \ s|VERSION=""|VERSION=" r${X264_REV} ${X264_GITVER}"|' \ ${WRKSRC}/version.sh +.if ${SLAVE_PORT} == "no" pre-build: @(${RM} ${WRKSRC}/x264_config.h) - -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/x264 +.endif .include Modified: head/multimedia/x264/distinfo ============================================================================== --- head/multimedia/x264/distinfo Fri Jul 3 05:25:38 2015 (r391216) +++ head/multimedia/x264/distinfo Fri Jul 3 07:02:44 2015 (r391217) @@ -1,4 +1,2 @@ -SHA256 (x264/x264-snapshot-20140827-2245-stable.tar.bz2) = fb1de3f802a83778527d45e69b552efa73b677ebb3ac633a8720923e71ffc5e3 -SIZE (x264/x264-snapshot-20140827-2245-stable.tar.bz2) = 624939 -SHA256 (x264/example.y4m.bz2) = a5bec9d37362bd9d7773fbd0644643f9ec096d654d20823004e88d5df32bbff7 -SIZE (x264/example.y4m.bz2) = 4910029 +SHA256 (x264/x264-snapshot-20150629-2245-stable.tar.bz2) = 403a1e7178cf9d676d5ffd4641031ae568a501bb3c14fc8ca9bb7c8ac7465340 +SIZE (x264/x264-snapshot-20150629-2245-stable.tar.bz2) = 672453 Modified: head/multimedia/x264/files/patch-common_cpu.c ============================================================================== --- head/multimedia/x264/files/patch-common_cpu.c Fri Jul 3 05:25:38 2015 (r391216) +++ head/multimedia/x264/files/patch-common_cpu.c Fri Jul 3 07:02:44 2015 (r391217) @@ -1,6 +1,6 @@ ---- common/cpu.c.orig 2014-08-27 20:45:08 UTC +--- common/cpu.c.orig 2015-06-29 20:45:09 UTC +++ common/cpu.c -@@ -313,7 +313,7 @@ uint32_t x264_cpu_detect( void ) +@@ -316,7 +316,7 @@ uint32_t x264_cpu_detect( void ) #elif ARCH_PPC @@ -9,7 +9,7 @@ #include uint32_t x264_cpu_detect( void ) { -@@ -321,12 +321,16 @@ uint32_t x264_cpu_detect( void ) +@@ -324,12 +324,16 @@ uint32_t x264_cpu_detect( void ) uint32_t cpu = 0; #if SYS_OPENBSD int selectors[2] = { CTL_MACHDEP, CPU_ALTIVEC }; Modified: head/multimedia/x264/files/patch-configure ============================================================================== --- head/multimedia/x264/files/patch-configure Fri Jul 3 05:25:38 2015 (r391216) +++ head/multimedia/x264/files/patch-configure Fri Jul 3 07:02:44 2015 (r391217) @@ -1,25 +1,40 @@ -From 9463ec0004f1bddc49c05ed8e38430a4ce1738fb Mon Sep 17 00:00:00 2001 -From: Janne Grunau -Date: Sun, 20 Jul 2014 13:40:28 +0200 -Subject: [PATCH] arm/ppc: use $CC as default assembler - ---- configure.orig 2014-08-27 20:45:08 UTC +--- configure.orig 2015-06-29 20:45:09 UTC +++ configure -@@ -648,7 +648,7 @@ case $host_cpu in - ARCH="PPC" - if [ $asm = auto ] ; then - define HAVE_ALTIVEC -- AS="${AS-${cross_prefix}gcc}" -+ AS="${AS-${CC}}" - if [ $SYS = MACOSX ] ; then - CFLAGS="$CFLAGS -faltivec -fastf -mcpu=G4" - else -@@ -674,7 +674,7 @@ case $host_cpu in - LDFLAGS="$LDFLAGS -arch armv7" - fi - else -- AS="${AS-${cross_prefix}gcc}" -+ AS="${AS-${CC}}" +@@ -639,7 +639,7 @@ case $host_cpu in + ASFLAGS="$ASFLAGS -f elf" fi ;; - s390|s390x) +- x86_64) ++ x86_64|amd64) + ARCH="X86_64" + AS="yasm" + AS_EXT=".asm" +@@ -678,7 +678,7 @@ case $host_cpu in + sparc) + ARCH="SPARC" + ;; +- mips|mipsel|mips64|mips64el) ++ mips|mipsel|mips64|mips64el|mipsn32) + ARCH="MIPS" + ;; + arm*) +@@ -695,7 +695,7 @@ case $host_cpu in + AS="${AS-${CC}}" + fi + ;; +- aarch64) ++ aarch64|arm64) + ARCH="AARCH64" + if [ "$SYS" = MACOSX ] ; then + AS="${AS-${SRCPATH}/tools/gas-preprocessor.pl -arch aarch64 -- ${CC}}" +@@ -1089,10 +1089,6 @@ if cc_check '' -Wshadow ; then + CFLAGS="-Wshadow $CFLAGS" + fi + +-if cc_check '' -Wmaybe-uninitialized ; then +- CFLAGS="-Wno-maybe-uninitialized $CFLAGS" +-fi +- + if [ $compiler = ICC -o $compiler = ICL ] ; then + if cc_check 'extras/intel_dispatcher.h' '' 'x264_intel_dispatcher_override();' ; then + define HAVE_INTEL_DISPATCHER Modified: head/net/opal/Makefile ============================================================================== --- head/net/opal/Makefile Fri Jul 3 05:25:38 2015 (r391216) +++ head/net/opal/Makefile Fri Jul 3 07:02:44 2015 (r391217) @@ -3,7 +3,7 @@ PORTNAME= opal PORTVERSION= 3.10.10 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= net MASTER_SITES= GNOME Modified: head/x11/xpra/Makefile ============================================================================== --- head/x11/xpra/Makefile Fri Jul 3 05:25:38 2015 (r391216) +++ head/x11/xpra/Makefile Fri Jul 3 07:02:44 2015 (r391217) @@ -3,6 +3,7 @@ PORTNAME= xpra PORTVERSION= 0.15.2 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://xpra.org/src/ From owner-svn-ports-all@freebsd.org Fri Jul 3 08:04:30 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D9B0F994992; Fri, 3 Jul 2015 08:04:30 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ACD921079; Fri, 3 Jul 2015 08:04:30 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6384UlP047276; Fri, 3 Jul 2015 08:04:30 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6384T21047270; Fri, 3 Jul 2015 08:04:29 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201507030804.t6384T21047270@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Fri, 3 Jul 2015 08:04:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391218 - in head: editors/calligra textproc textproc/libwps02 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 08:04:31 -0000 Author: jkim Date: Fri Jul 3 08:04:29 2015 New Revision: 391218 URL: https://svnweb.freebsd.org/changeset/ports/391218 Log: editors/calligra still requires libwps 0.2.x. Resurrect the old version. Added: head/textproc/libwps02/ - copied from r391194, head/textproc/libwps/ Modified: head/editors/calligra/Makefile head/textproc/Makefile head/textproc/libwps02/Makefile Modified: head/editors/calligra/Makefile ============================================================================== --- head/editors/calligra/Makefile Fri Jul 3 07:02:44 2015 (r391217) +++ head/editors/calligra/Makefile Fri Jul 3 08:04:29 2015 (r391218) @@ -2,7 +2,7 @@ PORTNAME= calligra PORTVERSION= ${CALLIGRA_VERSION} -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= editors kde MASTER_SITES= KDE/${CALLIGRA_BRANCH}/${PORTNAME}-${PORTVERSION} DIST_SUBDIR= KDE @@ -26,7 +26,7 @@ LIB_DEPENDS= libpng.so:${PORTSDIR}/graph libfftw3.so:${PORTSDIR}/math/fftw3 \ libtiff.so:${PORTSDIR}/graphics/tiff \ libgsl.so:${PORTSDIR}/math/gsl \ - libwps-0.2.so:${PORTSDIR}/textproc/libwps \ + libwps-0.2.so:${PORTSDIR}/textproc/libwps02 \ libvisio-0.0.so:${PORTSDIR}/textproc/libvisio \ libOpenColorIO.so:${PORTSDIR}/graphics/opencolorio BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/eigen2.pc:${PORTSDIR}/math/eigen2 Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Fri Jul 3 07:02:44 2015 (r391217) +++ head/textproc/Makefile Fri Jul 3 08:04:29 2015 (r391218) @@ -394,6 +394,7 @@ SUBDIR += libwpd SUBDIR += libwpd010 SUBDIR += libwps + SUBDIR += libwps02 SUBDIR += libwps03 SUBDIR += libxdiff SUBDIR += libxml++26 Modified: head/textproc/libwps02/Makefile ============================================================================== --- head/textproc/libwps/Makefile Thu Jul 2 20:59:22 2015 (r391194) +++ head/textproc/libwps02/Makefile Fri Jul 3 08:04:29 2015 (r391218) @@ -3,9 +3,9 @@ PORTNAME= libwps PORTVERSION= 0.2.9 -PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} +PKGNAMESUFFIX= 02 MAINTAINER= office@FreeBSD.org COMMENT= Microsoft file word processor format import filter library From owner-svn-ports-all@freebsd.org Fri Jul 3 08:14:02 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B6A3994B0B; Fri, 3 Jul 2015 08:14:02 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E38F31908; Fri, 3 Jul 2015 08:14:01 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t638E161052242; Fri, 3 Jul 2015 08:14:01 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t638E15X052229; Fri, 3 Jul 2015 08:14:01 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507030814.t638E15X052229@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 3 Jul 2015 08:14:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391219 - head/devel/elixir-exrm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 08:14:02 -0000 Author: olgeni Date: Fri Jul 3 08:14:00 2015 New Revision: 391219 URL: https://svnweb.freebsd.org/changeset/ports/391219 Log: Upgrade to version 0.18.1. Modified: head/devel/elixir-exrm/Makefile head/devel/elixir-exrm/distinfo head/devel/elixir-exrm/pkg-plist Modified: head/devel/elixir-exrm/Makefile ============================================================================== --- head/devel/elixir-exrm/Makefile Fri Jul 3 08:04:29 2015 (r391218) +++ head/devel/elixir-exrm/Makefile Fri Jul 3 08:14:00 2015 (r391219) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= exrm -PORTVERSION= 0.18.0 +PORTVERSION= 0.18.1 CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-exrm/distinfo ============================================================================== --- head/devel/elixir-exrm/distinfo Fri Jul 3 08:04:29 2015 (r391218) +++ head/devel/elixir-exrm/distinfo Fri Jul 3 08:14:00 2015 (r391219) @@ -1,2 +1,2 @@ -SHA256 (bitwalker-exrm-0.18.0_GH0.tar.gz) = adf81fc970c333475ce4a2cc556021b52698ee0920ec3af4ff6c5c5cdb15e944 -SIZE (bitwalker-exrm-0.18.0_GH0.tar.gz) = 43997 +SHA256 (bitwalker-exrm-0.18.1_GH0.tar.gz) = 4e57485f446ed1f9936c6480d0fe1a2d8694b126523bc1fce703584755b3abda +SIZE (bitwalker-exrm-0.18.1_GH0.tar.gz) = 46555 Modified: head/devel/elixir-exrm/pkg-plist ============================================================================== --- head/devel/elixir-exrm/pkg-plist Fri Jul 3 08:04:29 2015 (r391218) +++ head/devel/elixir-exrm/pkg-plist Fri Jul 3 08:14:00 2015 (r391219) @@ -18,6 +18,7 @@ lib/elixir/lib/exrm/lib/mix/tasks/releas lib/elixir/lib/exrm/lib/mix/tasks/release.ex lib/elixir/lib/exrm/lib/mix/tasks/release.plugins.ex lib/elixir/lib/exrm/priv/rel/files/boot +lib/elixir/lib/exrm/priv/rel/files/boot.bat lib/elixir/lib/exrm/priv/rel/files/nodetool lib/elixir/lib/exrm/priv/rel/files/release_definition.txt lib/elixir/lib/exrm/priv/rel/files/sys.config From owner-svn-ports-all@freebsd.org Fri Jul 3 08:19:20 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 265C5994E5A; Fri, 3 Jul 2015 08:19:20 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F12B01BB7; Fri, 3 Jul 2015 08:19:19 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t638JJbf053036; Fri, 3 Jul 2015 08:19:19 GMT (envelope-from jadawin@FreeBSD.org) Received: (from jadawin@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t638JJhh053035; Fri, 3 Jul 2015 08:19:19 GMT (envelope-from jadawin@FreeBSD.org) Message-Id: <201507030819.t638JJhh053035@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jadawin set sender to jadawin@FreeBSD.org using -f From: Philippe Audeoud Date: Fri, 3 Jul 2015 08:19:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391220 - head/devel/p5-DateTime-TimeZone X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 08:19:20 -0000 Author: jadawin Date: Fri Jul 3 08:19:19 2015 New Revision: 391220 URL: https://svnweb.freebsd.org/changeset/ports/391220 Log: - Fix *_DEPENDS: - Add Module::Runtime and Try::Tiny - Remove Class::Load - Remove DOCS option - Bump PORTREVISION for dependency and package change PR: 201190 Submitted by: sunpoet@ Modified: head/devel/p5-DateTime-TimeZone/Makefile Modified: head/devel/p5-DateTime-TimeZone/Makefile ============================================================================== --- head/devel/p5-DateTime-TimeZone/Makefile Fri Jul 3 08:14:00 2015 (r391219) +++ head/devel/p5-DateTime-TimeZone/Makefile Fri Jul 3 08:19:19 2015 (r391220) @@ -3,6 +3,7 @@ PORTNAME= DateTime-TimeZone PORTVERSION= 1.92 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,28 +14,15 @@ COMMENT= Time zone object base class and LICENSE= ART10 GPLv1 LICENSE_COMB= dual -RUN_DEPENDS= p5-Class-Load>0:${PORTSDIR}/devel/p5-Class-Load \ - p5-Class-Singleton>=1.03:${PORTSDIR}/devel/p5-Class-Singleton \ +BUILD_DEPENDS= p5-Class-Singleton>=1.03:${PORTSDIR}/devel/p5-Class-Singleton \ p5-List-AllUtils>0:${PORTSDIR}/devel/p5-List-AllUtils \ - p5-Params-Validate>=0.72:${PORTSDIR}/devel/p5-Params-Validate -BUILD_DEPENDS:= ${RUN_DEPENDS} + p5-Module-Runtime>=0:${PORTSDIR}/devel/p5-Module-Runtime \ + p5-Params-Validate>=0.72:${PORTSDIR}/devel/p5-Params-Validate \ + p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny +RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Output>0:${PORTSDIR}/devel/p5-Test-Output USES= perl5 USE_PERL5= configure -PORTDOCS= Changes - -OPTIONS_DEFINE= DOCS - -.include - -.if ${PORT_OPTIONS:MDOCS} - -post-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} - @${ECHO_MSG} "===> Documentation installed in ${STAGEDIR}${DOCSDIR}." -.endif - .include From owner-svn-ports-all@freebsd.org Fri Jul 3 09:03:49 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D850B993BEF; Fri, 3 Jul 2015 09:03:49 +0000 (UTC) (envelope-from thomas.e.zander@googlemail.com) Received: from mail-wg0-x22b.google.com (mail-wg0-x22b.google.com [IPv6:2a00:1450:400c:c00::22b]) (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 71A922E67; Fri, 3 Jul 2015 09:03:49 +0000 (UTC) (envelope-from thomas.e.zander@googlemail.com) Received: by wguu7 with SMTP id u7so83018096wgu.3; Fri, 03 Jul 2015 02:03:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=0lJdElepT+wxpNtu6KT5UptvhrpwI+KWkQ06X/RqCvc=; b=jryXPZdD7Ux9n7XdKAMQANu8I4FTQriPa5UMteBcW6Y3DUh3CdWbMcriSmpvd+TKhe Tpnu6D5oC0tLrLwWixcBZ3XuUqQ1FGeJTZDd1BzYtij1aBE2ZQi3DRPMR5+ByrSoagqf 9EAbXQfEtn+/nqaGaIPp6xp8DrDBR9rICZFf7DRlOySE70+jIJOYiufDGPM+C6FWLx8e aKtCs2/cGyVPTFH4vwcsP2mkKzT75B/pY/681Mg9A6hX+jklCby95SL/4cLHAv0zn+Nd W1bmubur9+gA0/GNegc6uuDj7QSWLzGMVjny1GtPrqMAgil9VsAzdvVR0lGn3bVL5z8P ZTzg== MIME-Version: 1.0 X-Received: by 10.194.248.227 with SMTP id yp3mr69935584wjc.32.1435914226389; Fri, 03 Jul 2015 02:03:46 -0700 (PDT) Sender: thomas.e.zander@googlemail.com Received: by 10.28.15.11 with HTTP; Fri, 3 Jul 2015 02:03:46 -0700 (PDT) In-Reply-To: <2340B5B29C05E9AA2D831F17@atuin.in.mat.cc> References: <201507021940.t62JeFUP048466@repo.freebsd.org> <20150702234350.4e97a968@kalimero.tijl.coosemans.org> <2340B5B29C05E9AA2D831F17@atuin.in.mat.cc> Date: Fri, 3 Jul 2015 11:03:46 +0200 X-Google-Sender-Auth: 1trA1KMUem3vzq6SYgGb4comhHA Message-ID: Subject: Re: svn commit: r391183 - in head: . devel/libdlna emulators/kcemu graphics/bugle multimedia/ffmpeg multimedia/ffmpeg/files sysutils/k3b-kde4 x11-toolkits/nucleo From: Thomas Zander To: Mathieu Arnold Cc: Tijl Coosemans , Antoine Brodin , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 09:03:49 -0000 On 3 July 2015 at 00:18, Mathieu Arnold wrote: > Then why not wait for the week-end and commit the update and the fixes at > once ? Because pushing the ffmpeg update earlier gives me the opportunity to see if it breaks some highly visible ports in unexpected ways that were not discovered during the exp-run. This allows to adjust attention accordingly if needed. Riggs From owner-svn-ports-all@freebsd.org Fri Jul 3 09:17:00 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 76F02993F67; Fri, 3 Jul 2015 09:17:00 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 66070153D; Fri, 3 Jul 2015 09:17:00 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t639H0Un082134; Fri, 3 Jul 2015 09:17:00 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t639GvnP082112; Fri, 3 Jul 2015 09:16:57 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201507030916.t639GvnP082112@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Fri, 3 Jul 2015 09:16:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391221 - in head: mail/courier-imap mail/maildrop mail/maildrop/files mail/sqwebmail security/courier-authlib security/courier-authlib/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 09:17:00 -0000 Author: madpilot Date: Fri Jul 3 09:16:57 2015 New Revision: 391221 URL: https://svnweb.freebsd.org/changeset/ports/391221 Log: - Update mail/courier-imap to 4.16.2 - Update mail/sqwebmail to 5.8.3 - Update security/courier-authlib to 0.66.3 - Remove no more needed patch from mail/maildrop Approved by: oliver (maintainer) Differential Revision: https://reviews.freebsd.org/D2975 Deleted: head/mail/maildrop/files/patch-libs_maildrop_main.C Modified: head/mail/courier-imap/Makefile head/mail/courier-imap/distinfo head/mail/maildrop/Makefile head/mail/sqwebmail/Makefile head/mail/sqwebmail/distinfo head/security/courier-authlib/Makefile head/security/courier-authlib/distinfo head/security/courier-authlib/files/patch-authvchkpw head/security/courier-authlib/pkg-plist-base Modified: head/mail/courier-imap/Makefile ============================================================================== --- head/mail/courier-imap/Makefile Fri Jul 3 08:19:19 2015 (r391220) +++ head/mail/courier-imap/Makefile Fri Jul 3 09:16:57 2015 (r391221) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= courier-imap -PORTVERSION= 4.16.1 +PORTVERSION= 4.16.2 PORTEPOCH= 2 CATEGORIES= mail ipv6 MASTER_SITES= SF/courier/imap/${PORTVERSION} Modified: head/mail/courier-imap/distinfo ============================================================================== --- head/mail/courier-imap/distinfo Fri Jul 3 08:19:19 2015 (r391220) +++ head/mail/courier-imap/distinfo Fri Jul 3 09:16:57 2015 (r391221) @@ -1,2 +1,2 @@ -SHA256 (courier-imap-4.16.1.tar.bz2) = 51241784f78b7ce8342adf9d4741a2f8ae8ee0641fe7ead4751af8d4019d4204 -SIZE (courier-imap-4.16.1.tar.bz2) = 3026062 +SHA256 (courier-imap-4.16.2.tar.bz2) = 3be244b3c4d3d5c5e33efb37e4cf712ae83cbe21e43c31725e0d996ab4acc387 +SIZE (courier-imap-4.16.2.tar.bz2) = 3028445 Modified: head/mail/maildrop/Makefile ============================================================================== --- head/mail/maildrop/Makefile Fri Jul 3 08:19:19 2015 (r391220) +++ head/mail/maildrop/Makefile Fri Jul 3 09:16:57 2015 (r391221) @@ -17,6 +17,7 @@ PORTNAME= maildrop PORTVERSION= 2.8.3 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= SF/courier/${PORTNAME}/${PORTVERSION} Modified: head/mail/sqwebmail/Makefile ============================================================================== --- head/mail/sqwebmail/Makefile Fri Jul 3 08:19:19 2015 (r391220) +++ head/mail/sqwebmail/Makefile Fri Jul 3 09:16:57 2015 (r391221) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sqwebmail -PORTVERSION= 5.8.2 +PORTVERSION= 5.8.3 CATEGORIES= mail www MASTER_SITES= SF/courier/webmail/${PORTVERSION} Modified: head/mail/sqwebmail/distinfo ============================================================================== --- head/mail/sqwebmail/distinfo Fri Jul 3 08:19:19 2015 (r391220) +++ head/mail/sqwebmail/distinfo Fri Jul 3 09:16:57 2015 (r391221) @@ -1,2 +1,2 @@ -SHA256 (sqwebmail-5.8.2.tar.bz2) = 5a0a722a8e09b2ab318c91e3a09888564826616d26635799c52b4c545dfde7d9 -SIZE (sqwebmail-5.8.2.tar.bz2) = 3514846 +SHA256 (sqwebmail-5.8.3.tar.bz2) = 92b30599dc52ca815357f9c540d9ab69d1d975bb7a41c787c3a4a1066d12855c +SIZE (sqwebmail-5.8.3.tar.bz2) = 3520773 Modified: head/security/courier-authlib/Makefile ============================================================================== --- head/security/courier-authlib/Makefile Fri Jul 3 08:19:19 2015 (r391220) +++ head/security/courier-authlib/Makefile Fri Jul 3 09:16:57 2015 (r391221) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= courier-authlib -PORTVERSION= 0.66.2 +PORTVERSION= 0.66.3 PORTREVISION?= 0 CATEGORIES?= security mail .if defined(PKGNAMESUFFIX) Modified: head/security/courier-authlib/distinfo ============================================================================== --- head/security/courier-authlib/distinfo Fri Jul 3 08:19:19 2015 (r391220) +++ head/security/courier-authlib/distinfo Fri Jul 3 09:16:57 2015 (r391221) @@ -1,2 +1,2 @@ -SHA256 (courier-authlib-0.66.2.tar.bz2) = ed104562b6bc6a2c6212d73b647f5526da68cf262e0c1d2c1ee478182b8f87a9 -SIZE (courier-authlib-0.66.2.tar.bz2) = 2081381 +SHA256 (courier-authlib-0.66.3.tar.bz2) = 033402a86e334999eaf17c1b722d6f6cc1961fccb5d2ee88342dfd6c5d534961 +SIZE (courier-authlib-0.66.3.tar.bz2) = 2085083 Modified: head/security/courier-authlib/files/patch-authvchkpw ============================================================================== --- head/security/courier-authlib/files/patch-authvchkpw Fri Jul 3 08:19:19 2015 (r391220) +++ head/security/courier-authlib/files/patch-authvchkpw Fri Jul 3 09:16:57 2015 (r391221) @@ -587,17 +587,9 @@ + close(DIR); +} + ---- userdb/Makefile.in.orig 2013-09-13 12:42:56.000000000 +0200 -+++ userdb/Makefile.in 2013-10-16 12:27:57.000000000 +0200 -@@ -91,6 +91,7 @@ - $(top_srcdir)/configure $(am__configure_deps) \ - $(srcdir)/config.h.in $(srcdir)/userdb.pl.in \ - $(srcdir)/makeuserdb.in $(srcdir)/pw2userdb.in \ -+ $(srcdir)/vchkpw2userdb.in \ - $(top_srcdir)/../depcomp ../AUTHORS ../COPYING ../ChangeLog \ - ../INSTALL ../NEWS ../README ../config.guess ../config.sub \ - ../depcomp ../install-sh ../missing ../ltmain.sh \ -@@ -105,7 +106,7 @@ +--- userdb/Makefile.in.orig 2015-06-06 14:37:22 UTC ++++ userdb/Makefile.in +@@ -107,7 +107,7 @@ am__CONFIG_DISTCLEAN_FILES = config.stat configure.lineno config.status.lineno mkinstalldirs = $(install_sh) -d CONFIG_HEADER = config.h @@ -606,7 +598,15 @@ CONFIG_CLEAN_VPATH_FILES = LTLIBRARIES = $(noinst_LTLIBRARIES) libuserdb_la_LIBADD = -@@ -365,7 +366,7 @@ +@@ -222,6 +222,7 @@ CSCOPE = cscope + AM_RECURSIVE_TARGETS = cscope + am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \ + $(srcdir)/makeuserdb.in $(srcdir)/pw2userdb.in \ ++ $(srcdir)/vchkpw2userdb.in \ + $(srcdir)/userdb.pl.in $(top_srcdir)/../compile \ + $(top_srcdir)/../config.guess $(top_srcdir)/../config.sub \ + $(top_srcdir)/../depcomp $(top_srcdir)/../install-sh \ +@@ -376,7 +377,7 @@ BUILT_SOURCES = makeuserdb.html.in makeu userdb.html.in userdb.8.in \ userdbpw.html.in userdbpw.8.in @@ -615,7 +615,7 @@ noinst_DATA = makeuserdb.html userdb.html userdbpw.html userdbpw_SOURCES = userdbpw.c userdbpw_LDADD = libuserdb.la @HMACLIB@ @MD5LIB@ @SHA1LIB@ @CRYPTLIBS@ -@@ -434,6 +435,8 @@ +@@ -444,6 +445,8 @@ makeuserdb: $(top_builddir)/config.statu cd $(top_builddir) && $(SHELL) ./config.status $@ pw2userdb: $(top_builddir)/config.status $(srcdir)/pw2userdb.in cd $(top_builddir) && $(SHELL) ./config.status $@ Modified: head/security/courier-authlib/pkg-plist-base ============================================================================== --- head/security/courier-authlib/pkg-plist-base Fri Jul 3 08:19:19 2015 (r391220) +++ head/security/courier-authlib/pkg-plist-base Fri Jul 3 09:16:57 2015 (r391221) @@ -21,6 +21,7 @@ man/man3/auth_generic.3.gz man/man3/auth_getoption.3.gz man/man3/auth_getuserinfo.3.gz man/man3/auth_login.3.gz +man/man3/auth_mkhomedir.3.gz man/man3/auth_passwd.3.gz man/man3/auth_sasl.3.gz man/man3/auth_sasl_ex.3.gz From owner-svn-ports-all@freebsd.org Fri Jul 3 09:17:16 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 53DDF993FBF; Fri, 3 Jul 2015 09:17:16 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 44A511651; Fri, 3 Jul 2015 09:17:16 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t639HGRk082296; Fri, 3 Jul 2015 09:17:16 GMT (envelope-from culot@FreeBSD.org) Received: (from culot@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t639HFPb082291; Fri, 3 Jul 2015 09:17:15 GMT (envelope-from culot@FreeBSD.org) Message-Id: <201507030917.t639HFPb082291@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: culot set sender to culot@FreeBSD.org using -f From: Frederic Culot Date: Fri, 3 Jul 2015 09:17:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391222 - head/devel/p5-Time-Duration-Parse X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 09:17:16 -0000 Author: culot Date: Fri Jul 3 09:17:15 2015 New Revision: 391222 URL: https://svnweb.freebsd.org/changeset/ports/391222 Log: - Update to 0.12 Changes: http://search.cpan.org/dist/Time-Duration-Parse/Changes Modified: head/devel/p5-Time-Duration-Parse/Makefile head/devel/p5-Time-Duration-Parse/distinfo Modified: head/devel/p5-Time-Duration-Parse/Makefile ============================================================================== --- head/devel/p5-Time-Duration-Parse/Makefile Fri Jul 3 09:16:57 2015 (r391221) +++ head/devel/p5-Time-Duration-Parse/Makefile Fri Jul 3 09:17:15 2015 (r391222) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Time-Duration-Parse -PORTVERSION= 0.11 -PORTREVISION= 1 +PORTVERSION= 0.12 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Time-Duration-Parse/distinfo ============================================================================== --- head/devel/p5-Time-Duration-Parse/distinfo Fri Jul 3 09:16:57 2015 (r391221) +++ head/devel/p5-Time-Duration-Parse/distinfo Fri Jul 3 09:17:15 2015 (r391222) @@ -1,2 +1,2 @@ -SHA256 (Time-Duration-Parse-0.11.tar.gz) = a08781512db67c701caab91aa19cce7ae9738fccf8d9e49377f3f346276664fa -SIZE (Time-Duration-Parse-0.11.tar.gz) = 10908 +SHA256 (Time-Duration-Parse-0.12.tar.gz) = 3a61800d5e757c4a766a48cff3efae4c4c1504c496947d99b529e8ee0eefae7b +SIZE (Time-Duration-Parse-0.12.tar.gz) = 11340 From owner-svn-ports-all@freebsd.org Fri Jul 3 09:19:26 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B67B19900F5; Fri, 3 Jul 2015 09:19:26 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9B1DC1970; Fri, 3 Jul 2015 09:19:26 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t639JQLu082749; Fri, 3 Jul 2015 09:19:26 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t639JP2p082743; Fri, 3 Jul 2015 09:19:25 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507030919.t639JP2p082743@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 3 Jul 2015 09:19:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391223 - in head/devel: . elixir-dialyze X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 09:19:26 -0000 Author: olgeni Date: Fri Jul 3 09:19:24 2015 New Revision: 391223 URL: https://svnweb.freebsd.org/changeset/ports/391223 Log: Add devel/elixir-dialyze, a dialyzer task for Elixir's Mix. Added: head/devel/elixir-dialyze/ head/devel/elixir-dialyze/Makefile (contents, props changed) head/devel/elixir-dialyze/distinfo (contents, props changed) head/devel/elixir-dialyze/pkg-descr (contents, props changed) head/devel/elixir-dialyze/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Jul 3 09:17:15 2015 (r391222) +++ head/devel/Makefile Fri Jul 3 09:19:24 2015 (r391223) @@ -411,6 +411,7 @@ SUBDIR += elftoaout SUBDIR += elixir-conform SUBDIR += elixir-decimal + SUBDIR += elixir-dialyze SUBDIR += elixir-exrm SUBDIR += elixir-lager_logger SUBDIR += elixir-plug Added: head/devel/elixir-dialyze/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-dialyze/Makefile Fri Jul 3 09:19:24 2015 (r391223) @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= dialyze +PORTVERSION= 0.1.4 +DISTVERSIONPREFIX= v +CATEGORIES= devel +PKGNAMEPREFIX= elixir- + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= Mix dialyzer task + +LICENSE= APACHE20 + +USE_GITHUB= yes +GH_ACCOUNT= fishcakez + +.include "${.CURDIR}/../../lang/elixir/bsd.elixir.mk" +.include Added: head/devel/elixir-dialyze/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-dialyze/distinfo Fri Jul 3 09:19:24 2015 (r391223) @@ -0,0 +1,2 @@ +SHA256 (fishcakez-dialyze-v0.1.4_GH0.tar.gz) = 9a0b35a97fe94e2c9d742fb671b07c0d8c4ce25222de3b55059611185c144327 +SIZE (fishcakez-dialyze-v0.1.4_GH0.tar.gz) = 9388 Added: head/devel/elixir-dialyze/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-dialyze/pkg-descr Fri Jul 3 09:19:24 2015 (r391223) @@ -0,0 +1,3 @@ +A dialyzer task for Elixir's Mix. + +WWW: https://github.com/fishcakez/dialyze Added: head/devel/elixir-dialyze/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-dialyze/pkg-plist Fri Jul 3 09:19:24 2015 (r391223) @@ -0,0 +1,4 @@ +lib/elixir/lib/dialyze/ebin/Elixir.Mix.Tasks.Dialyze.beam +lib/elixir/lib/dialyze/ebin/dialyze.app +lib/elixir/lib/dialyze/lib/mix/tasks/dialyze.ex +%%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-all@freebsd.org Fri Jul 3 09:20:25 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 362EC99013D; Fri, 3 Jul 2015 09:20:25 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 273611A98; Fri, 3 Jul 2015 09:20:25 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t639KPUg083783; Fri, 3 Jul 2015 09:20:25 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t639KP33083761; Fri, 3 Jul 2015 09:20:25 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201507030920.t639KP33083761@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 3 Jul 2015 09:20:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391224 - head/security/amavisd-milter X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 09:20:25 -0000 Author: marino Date: Fri Jul 3 09:20:24 2015 New Revision: 391224 URL: https://svnweb.freebsd.org/changeset/ports/391224 Log: security/amavisd-milter: Remove pre-everything check The pre-everything target fails on systems that do not have sendmail installed in base. The logic may have worked in the past, but today the existence check fails because the library that is checked is pulled in later. The check itself is aimed at the sysadmin that intentionally changes the sendmail default to not install milter, but then tries to install this port. The worst case scenario the results from removing this check (even if it worked) is that the amavisd-milter port breaks during the build. PR: 200247 Submitted by: marino Approved by: maintainer timeout (6 weeks) Modified: head/security/amavisd-milter/Makefile Modified: head/security/amavisd-milter/Makefile ============================================================================== --- head/security/amavisd-milter/Makefile Fri Jul 3 09:19:24 2015 (r391223) +++ head/security/amavisd-milter/Makefile Fri Jul 3 09:20:24 2015 (r391224) @@ -50,18 +50,6 @@ PORTDOCS= AUTHORS CHANGES INSTALL LICENS BROKEN= Base system sendmail not found or too old, rebuild with WITH_SENDMAIL_PORT=yes .endif -.if !defined(SENDMAIL_WITHOUT_MILTER) -.if defined(WITH_SENDMAIL_PORT) -.if !defined(WITH_SENDMAIL_STATIC_MILTER) && !exists(${LOCALBASE}/lib/libmilter.so.${MILTER_SOVER}) -pre-everything:: - @${ECHO_MSG} - @${ECHO_MSG} You must rebuild sendmail port with SENDMAIL_WITH_SHARED_MILTER - @${ECHO_MSG} or set variable WITH_SENDMAIL_STATIC_MILTER - @${FALSE} -.endif -.endif -.endif - .if defined(WITH_SENDMAIL_PORT) CONFIGURE_ARGS+=--with-sendmail=${MILTERBASE} .endif From owner-svn-ports-all@freebsd.org Fri Jul 3 09:23:51 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8EA7C990303; Fri, 3 Jul 2015 09:23:51 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7F9FD1E1A; Fri, 3 Jul 2015 09:23:51 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t639NpLu087144; Fri, 3 Jul 2015 09:23:51 GMT (envelope-from culot@FreeBSD.org) Received: (from culot@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t639NpVt087142; Fri, 3 Jul 2015 09:23:51 GMT (envelope-from culot@FreeBSD.org) Message-Id: <201507030923.t639NpVt087142@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: culot set sender to culot@FreeBSD.org using -f From: Frederic Culot Date: Fri, 3 Jul 2015 09:23:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391225 - head/www/p5-WebService-Google-Reader X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 09:23:51 -0000 Author: culot Date: Fri Jul 3 09:23:50 2015 New Revision: 391225 URL: https://svnweb.freebsd.org/changeset/ports/391225 Log: - Update to 0.23 Changes: http://search.cpan.org/dist/WebService-Google-Reader/Changes Modified: head/www/p5-WebService-Google-Reader/Makefile head/www/p5-WebService-Google-Reader/distinfo Modified: head/www/p5-WebService-Google-Reader/Makefile ============================================================================== --- head/www/p5-WebService-Google-Reader/Makefile Fri Jul 3 09:20:24 2015 (r391224) +++ head/www/p5-WebService-Google-Reader/Makefile Fri Jul 3 09:23:50 2015 (r391225) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= WebService-Google-Reader -PORTVERSION= 0.22 -PORTREVISION= 1 +PORTVERSION= 0.23 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -25,7 +24,6 @@ BUILD_DEPENDS= p5-JSON-XS>=2:${PORTSDIR} p5-JSON>=2:${PORTSDIR}/converters/p5-JSON \ p5-XML-Atom>0:${PORTSDIR}/textproc/p5-XML-Atom \ p5-XML-LibXML>0:${PORTSDIR}/textproc/p5-XML-LibXML - RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 Modified: head/www/p5-WebService-Google-Reader/distinfo ============================================================================== --- head/www/p5-WebService-Google-Reader/distinfo Fri Jul 3 09:20:24 2015 (r391224) +++ head/www/p5-WebService-Google-Reader/distinfo Fri Jul 3 09:23:50 2015 (r391225) @@ -1,2 +1,2 @@ -SHA256 (WebService-Google-Reader-0.22.tar.gz) = 80ed63da46cb1d3e0e590fe6a43661c8a1dd651d7a2920671aab4101fc0501de -SIZE (WebService-Google-Reader-0.22.tar.gz) = 17135 +SHA256 (WebService-Google-Reader-0.23.tar.gz) = 0a3c32ec4a69e9ab621a129124be6cabdbbf448725c9de80ec64d8021af68c8b +SIZE (WebService-Google-Reader-0.23.tar.gz) = 17519 From owner-svn-ports-all@freebsd.org Fri Jul 3 09:34:35 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A42C899058A; Fri, 3 Jul 2015 09:34:35 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9499B22AB; Fri, 3 Jul 2015 09:34:35 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t639YZKT092333; Fri, 3 Jul 2015 09:34:35 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t639YXOU092327; Fri, 3 Jul 2015 09:34:33 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507030934.t639YXOU092327@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 3 Jul 2015 09:34:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391226 - in head/devel: . elixir-exjsx elixir-exjsx/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 09:34:35 -0000 Author: olgeni Date: Fri Jul 3 09:34:33 2015 New Revision: 391226 URL: https://svnweb.freebsd.org/changeset/ports/391226 Log: Add devel/elixir-exjsx, a JSON library for Elixir. Added: head/devel/elixir-exjsx/ head/devel/elixir-exjsx/Makefile (contents, props changed) head/devel/elixir-exjsx/distinfo (contents, props changed) head/devel/elixir-exjsx/files/ head/devel/elixir-exjsx/files/patch-mix.exs (contents, props changed) head/devel/elixir-exjsx/pkg-descr (contents, props changed) head/devel/elixir-exjsx/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Jul 3 09:23:50 2015 (r391225) +++ head/devel/Makefile Fri Jul 3 09:34:33 2015 (r391226) @@ -412,6 +412,7 @@ SUBDIR += elixir-conform SUBDIR += elixir-decimal SUBDIR += elixir-dialyze + SUBDIR += elixir-exjsx SUBDIR += elixir-exrm SUBDIR += elixir-lager_logger SUBDIR += elixir-plug Added: head/devel/elixir-exjsx/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-exjsx/Makefile Fri Jul 3 09:34:33 2015 (r391226) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= exjsx +PORTVERSION= 3.1.0 +DISTVERSIONPREFIX= v +CATEGORIES= devel +PKGNAMEPREFIX= elixir- + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= JSON library for Elixir + +LICENSE= MIT + +USE_GITHUB= yes +GH_ACCOUNT= talentdeficit + +MIX_BUILD_DEPS= devel/erlang-jsx +MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} + +.include "${.CURDIR}/../../lang/elixir/bsd.elixir.mk" +.include Added: head/devel/elixir-exjsx/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-exjsx/distinfo Fri Jul 3 09:34:33 2015 (r391226) @@ -0,0 +1,2 @@ +SHA256 (talentdeficit-exjsx-v3.1.0_GH0.tar.gz) = ff31c87c0aee3f3e33301497163f3fa5b0c75c8ca598f10252777c86c903c4ec +SIZE (talentdeficit-exjsx-v3.1.0_GH0.tar.gz) = 9845 Added: head/devel/elixir-exjsx/files/patch-mix.exs ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-exjsx/files/patch-mix.exs Fri Jul 3 09:34:33 2015 (r391226) @@ -0,0 +1,11 @@ +--- mix.exs.orig 2015-07-03 09:30:54 UTC ++++ mix.exs +@@ -19,7 +19,7 @@ defmodule EXJSX.Mixfile do + end + + defp deps do +- [{:jsx, "~> 2.4.0"}] ++ [] + end + + defp description do Added: head/devel/elixir-exjsx/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-exjsx/pkg-descr Fri Jul 3 09:34:33 2015 (r391226) @@ -0,0 +1,3 @@ +Elixir application for consuming, producing and manipulating JSON. + +WWW: https://github.com/talentdeficit/exjsx Added: head/devel/elixir-exjsx/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-exjsx/pkg-plist Fri Jul 3 09:34:33 2015 (r391226) @@ -0,0 +1,22 @@ +lib/elixir/lib/exjsx/ebin/Elixir.JSX.Decoder.beam +lib/elixir/lib/exjsx/ebin/Elixir.JSX.Encoder.Any.beam +lib/elixir/lib/exjsx/ebin/Elixir.JSX.Encoder.Atom.beam +lib/elixir/lib/exjsx/ebin/Elixir.JSX.Encoder.BitString.beam +lib/elixir/lib/exjsx/ebin/Elixir.JSX.Encoder.Float.beam +lib/elixir/lib/exjsx/ebin/Elixir.JSX.Encoder.Function.beam +lib/elixir/lib/exjsx/ebin/Elixir.JSX.Encoder.HashDict.beam +lib/elixir/lib/exjsx/ebin/Elixir.JSX.Encoder.HashSet.beam +lib/elixir/lib/exjsx/ebin/Elixir.JSX.Encoder.Integer.beam +lib/elixir/lib/exjsx/ebin/Elixir.JSX.Encoder.List.beam +lib/elixir/lib/exjsx/ebin/Elixir.JSX.Encoder.Map.beam +lib/elixir/lib/exjsx/ebin/Elixir.JSX.Encoder.PID.beam +lib/elixir/lib/exjsx/ebin/Elixir.JSX.Encoder.Port.beam +lib/elixir/lib/exjsx/ebin/Elixir.JSX.Encoder.Range.beam +lib/elixir/lib/exjsx/ebin/Elixir.JSX.Encoder.Reference.beam +lib/elixir/lib/exjsx/ebin/Elixir.JSX.Encoder.Stream.beam +lib/elixir/lib/exjsx/ebin/Elixir.JSX.Encoder.Tuple.beam +lib/elixir/lib/exjsx/ebin/Elixir.JSX.Encoder.beam +lib/elixir/lib/exjsx/ebin/Elixir.JSX.beam +lib/elixir/lib/exjsx/ebin/exjsx.app +lib/elixir/lib/exjsx/lib/jsx.ex +%%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-all@freebsd.org Fri Jul 3 10:46:55 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CC3579939C8; Fri, 3 Jul 2015 10:46:55 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BB98F24F9; Fri, 3 Jul 2015 10:46:55 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t63Akttq027175; Fri, 3 Jul 2015 10:46:55 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t63AkqWD027140; Fri, 3 Jul 2015 10:46:52 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201507031046.t63AkqWD027140@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 3 Jul 2015 10:46:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391227 - in head: cad/opencascade databases/xtrabackup devel/libunistring devel/simgear games/flightgear math/vtk6 net/hping-devel net/torsocks security/yara sysutils/gnome-system-moni... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 10:46:56 -0000 Author: marino Date: Fri Jul 3 10:46:51 2015 New Revision: 391227 URL: https://svnweb.freebsd.org/changeset/ports/391227 Log: Add USES=alias to 11 ports (non-invasive DragonFly support) Modified: head/cad/opencascade/Makefile head/databases/xtrabackup/Makefile head/devel/libunistring/Makefile head/devel/simgear/Makefile head/games/flightgear/Makefile head/math/vtk6/Makefile head/net/hping-devel/Makefile head/net/torsocks/Makefile head/security/yara/Makefile head/sysutils/gnome-system-monitor/Makefile head/sysutils/syslog-ng/Makefile Modified: head/cad/opencascade/Makefile ============================================================================== --- head/cad/opencascade/Makefile Fri Jul 3 09:34:33 2015 (r391226) +++ head/cad/opencascade/Makefile Fri Jul 3 10:46:51 2015 (r391227) @@ -21,7 +21,8 @@ RUN_DEPENDS= bash:${PORTSDIR}/shells/bas # Check ${WRKSRC}/dox/overview/Overview.md # and ${WRKSRC}/dox/dev_guides/building -USES= bison cmake compiler dos2unix gmake shebangfix tk tar:tgz +USES= alias:10 bison cmake compiler dos2unix gmake shebangfix tk \ + tar:tgz USE_XORG= xmu DOS2UNIX_FILES= adm/templates/* SHEBANG_FILES= adm/templates/env.sh.in adm/templates/draw.sh \ Modified: head/databases/xtrabackup/Makefile ============================================================================== --- head/databases/xtrabackup/Makefile Fri Jul 3 09:34:33 2015 (r391226) +++ head/databases/xtrabackup/Makefile Fri Jul 3 10:46:51 2015 (r391227) @@ -25,7 +25,7 @@ RUN_DEPENDS= p5-DBD-mysql>=0:${PORTSDIR} qpress:${PORTSDIR}/archivers/qpress # autotool is in use for 5.1 builds -USES= autoreconf:build cpe gettext cmake iconv libtool perl5 +USES= alias autoreconf:build cpe gettext cmake iconv libtool perl5 CPE_VENDOR= percona PLIST_FILES= bin/xtrabackup bin/xbstream bin/innobackupex bin/xbcrypt Modified: head/devel/libunistring/Makefile ============================================================================== --- head/devel/libunistring/Makefile Fri Jul 3 09:34:33 2015 (r391226) +++ head/devel/libunistring/Makefile Fri Jul 3 10:46:51 2015 (r391227) @@ -11,7 +11,7 @@ COMMENT= Unicode string library LICENSE= GPLv3 LGPL3 LICENSE_COMB= dual -USES= charsetfix gmake iconv libtool +USES= alias charsetfix gmake iconv libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip Modified: head/devel/simgear/Makefile ============================================================================== --- head/devel/simgear/Makefile Fri Jul 3 09:34:33 2015 (r391226) +++ head/devel/simgear/Makefile Fri Jul 3 10:46:51 2015 (r391227) @@ -20,7 +20,7 @@ LIB_DEPENDS= libboost_thread.so:${PORTSD USE_XORG= ice sm x11 xext xi xt xmu USE_GL= gl glu glut -USES= cmake compiler cpe jpeg openal:al,alut tar:bzip2 +USES= alias cmake compiler cpe jpeg openal:al,alut tar:bzip2 .include Modified: head/games/flightgear/Makefile ============================================================================== --- head/games/flightgear/Makefile Fri Jul 3 09:34:33 2015 (r391226) +++ head/games/flightgear/Makefile Fri Jul 3 10:46:51 2015 (r391227) @@ -33,7 +33,7 @@ USE_GL= gl glu glut USE_SQLITE= 3 USE_QT5= core buildtools qmake widgets -USES= cpe dos2unix cmake compiler jpeg openal:al,alut tar:bzip2 +USES= alias cpe dos2unix cmake compiler jpeg openal:al,alut tar:bzip2 DOS2UNIX_REGEX= .*\.(c|h|cxx|cpp|hxx|hpp) CMAKE_ARGS+= -DENABLE_JS_SERVER:BOOL=ON \ -DSYSTEM_SQLITE:BOOL=ON \ Modified: head/math/vtk6/Makefile ============================================================================== --- head/math/vtk6/Makefile Fri Jul 3 09:34:33 2015 (r391226) +++ head/math/vtk6/Makefile Fri Jul 3 10:46:51 2015 (r391227) @@ -28,7 +28,7 @@ UNIQUENAME= ${PKGBASE} CONFLICTS= vtk-4* USE_LDCONFIG= ${PREFIX}/lib/vtk-${VTK_SHORT_VER} USE_XORG= xt -USES= cmake:outsource jpeg +USES= alias cmake:outsource jpeg CXXFLAGS+= -I${LOCALBASE}/include VTK_SHORT_VER= ${PORTVERSION:R} Modified: head/net/hping-devel/Makefile ============================================================================== --- head/net/hping-devel/Makefile Fri Jul 3 09:34:33 2015 (r391226) +++ head/net/hping-devel/Makefile Fri Jul 3 10:46:51 2015 (r391227) @@ -17,7 +17,7 @@ NO_LATEST_LINK= yes CONFLICTS= hping-[0-9]* GNU_CONFIGURE= yes -USES= gmake +USES= alias gmake PLIST_FILES= sbin/hping lib/hping/hpingstdlib.htcl man/man8/hping.8.gz PORTDOCS= AS-BACKDOOR HPING2-HOWTO.txt HPING2-IS-OPEN \ Modified: head/net/torsocks/Makefile ============================================================================== --- head/net/torsocks/Makefile Fri Jul 3 09:34:33 2015 (r391226) +++ head/net/torsocks/Makefile Fri Jul 3 10:46:51 2015 (r391227) @@ -18,7 +18,7 @@ GH_PROJECT= torsocks GH_TAGNAME= 96f7a0d GNU_CONFIGURE= yes -USES= autoreconf gmake libtool +USES= alias autoreconf gmake libtool USE_LDCONFIG= yes INSTALL_TARGET= install-strip Modified: head/security/yara/Makefile ============================================================================== --- head/security/yara/Makefile Fri Jul 3 09:34:33 2015 (r391226) +++ head/security/yara/Makefile Fri Jul 3 10:46:51 2015 (r391227) @@ -13,7 +13,7 @@ GH_ACCOUNT= plusvic GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= autoreconf libtool +USES= alias autoreconf libtool USE_LDCONFIG= yes .include Modified: head/sysutils/gnome-system-monitor/Makefile ============================================================================== --- head/sysutils/gnome-system-monitor/Makefile Fri Jul 3 09:34:33 2015 (r391226) +++ head/sysutils/gnome-system-monitor/Makefile Fri Jul 3 10:46:51 2015 (r391227) @@ -16,7 +16,7 @@ BUILD_DEPENDS= gnome-icon-theme>=0:${POR LIB_DEPENDS= libgtop-2.0.so:${PORTSDIR}/devel/libgtop RUN_DEPENDS= gnome-icon-theme>=0:${PORTSDIR}/misc/gnome-icon-theme -USES= gettext gmake pathfix pkgconfig tar:xz +USES= alias gettext gmake pathfix pkgconfig tar:xz USE_GNOME= gnomeprefix gtkmm30 intlhack librsvg2 libwnck3 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/sysutils/syslog-ng/Makefile ============================================================================== --- head/sysutils/syslog-ng/Makefile Fri Jul 3 09:34:33 2015 (r391226) +++ head/sysutils/syslog-ng/Makefile Fri Jul 3 10:46:51 2015 (r391227) @@ -32,7 +32,7 @@ JSON_DESC= Build with JSON-C support GEOIP_DESC= Build with GeoIP support REDIS_DESC= Build with Redis support -USES= gmake libtool pathfix pkgconfig +USES= alias gmake libtool pathfix pkgconfig USE_LDCONFIG= yes USE_RC_SUBR= syslog-ng GNU_CONFIGURE= yes From owner-svn-ports-all@freebsd.org Fri Jul 3 11:01:12 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B8B28993D33; Fri, 3 Jul 2015 11:01:12 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9C76E2B6B; Fri, 3 Jul 2015 11:01:12 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t63B1CJP035867; Fri, 3 Jul 2015 11:01:12 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t63B1B6T035859; Fri, 3 Jul 2015 11:01:11 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507031101.t63B1B6T035859@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 3 Jul 2015 11:01:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391228 - in head/www: . elixir-webassembly elixir-webassembly/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 11:01:12 -0000 Author: olgeni Date: Fri Jul 3 11:01:10 2015 New Revision: 391228 URL: https://svnweb.freebsd.org/changeset/ports/391228 Log: Add www/elixir-webassembly, a DSL for creating HTML structure with Elixir blocks. Added: head/www/elixir-webassembly/ head/www/elixir-webassembly/Makefile (contents, props changed) head/www/elixir-webassembly/distinfo (contents, props changed) head/www/elixir-webassembly/files/ head/www/elixir-webassembly/files/patch-mix.exs (contents, props changed) head/www/elixir-webassembly/pkg-descr (contents, props changed) head/www/elixir-webassembly/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Fri Jul 3 10:46:51 2015 (r391227) +++ head/www/Makefile Fri Jul 3 11:01:10 2015 (r391228) @@ -165,6 +165,7 @@ SUBDIR += elixir-phoenix SUBDIR += elixir-phoenix_ecto SUBDIR += elixir-phoenix_html + SUBDIR += elixir-webassembly SUBDIR += emacs-w3m SUBDIR += encode-explorer SUBDIR += entrans Added: head/www/elixir-webassembly/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/elixir-webassembly/Makefile Fri Jul 3 11:01:10 2015 (r391228) @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= webassembly +PORTVERSION= 0.5.1 +DISTVERSIONPREFIX= v +CATEGORIES= www +PKGNAMEPREFIX= elixir- + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= DSL for creating HTML structure straight with Elixir blocks. + +LICENSE= BSD2CLAUSE + +USE_GITHUB= yes +GH_ACCOUNT= herenowcoder + +.include "${.CURDIR}/../../lang/elixir/bsd.elixir.mk" +.include Added: head/www/elixir-webassembly/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/elixir-webassembly/distinfo Fri Jul 3 11:01:10 2015 (r391228) @@ -0,0 +1,2 @@ +SHA256 (herenowcoder-webassembly-v0.5.1_GH0.tar.gz) = f8b27025fbcbdd7233a7dbd4a70a76ce7ee61049ce83233879a47faeaea1d4f8 +SIZE (herenowcoder-webassembly-v0.5.1_GH0.tar.gz) = 12142 Added: head/www/elixir-webassembly/files/patch-mix.exs ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/elixir-webassembly/files/patch-mix.exs Fri Jul 3 11:01:10 2015 (r391228) @@ -0,0 +1,12 @@ +--- mix.exs.orig 2015-07-03 10:57:27 UTC ++++ mix.exs +@@ -18,9 +18,6 @@ defmodule WebAssembly.Mixfile do + end + + defp deps, do: [ +- {:excoveralls, "== 0.3.6", only: :test}, +- {:ex_doc, "~> 0.7.1", only: :dev}, +- {:dialyze, "== 0.1.3", only: :dev}, + ] + + defp description do Added: head/www/elixir-webassembly/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/elixir-webassembly/pkg-descr Fri Jul 3 11:01:10 2015 (r391228) @@ -0,0 +1,3 @@ +DSL for creating HTML structure straight with Elixir blocks. + +WWW: https://github.com/herenowcoder/webassembly Added: head/www/elixir-webassembly/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/elixir-webassembly/pkg-plist Fri Jul 3 11:01:10 2015 (r391228) @@ -0,0 +1,25 @@ +lib/elixir/lib/webassembly/ebin/Elixir.WebAssembly.BadExamples.beam +lib/elixir/lib/webassembly/ebin/Elixir.WebAssembly.Builder.beam +lib/elixir/lib/webassembly/ebin/Elixir.WebAssembly.Core.Engine.beam +lib/elixir/lib/webassembly/ebin/Elixir.WebAssembly.Core.beam +lib/elixir/lib/webassembly/ebin/Elixir.WebAssembly.DSL.Internal.Tags.beam +lib/elixir/lib/webassembly/ebin/Elixir.WebAssembly.DSL.Internal.beam +lib/elixir/lib/webassembly/ebin/Elixir.WebAssembly.DSL.beam +lib/elixir/lib/webassembly/ebin/Elixir.WebAssembly.Examples.beam +lib/elixir/lib/webassembly/ebin/Elixir.WebAssembly.HTML.beam +lib/elixir/lib/webassembly/ebin/Elixir.WebAssembly.Tools.Input.beam +lib/elixir/lib/webassembly/ebin/Elixir.WebAssembly.Tools.Output.beam +lib/elixir/lib/webassembly/ebin/Elixir.WebAssembly.Tools.beam +lib/elixir/lib/webassembly/ebin/Elixir.WebAssembly.Types.beam +lib/elixir/lib/webassembly/ebin/Elixir.WebAssembly.beam +lib/elixir/lib/webassembly/ebin/webassembly.app +lib/elixir/lib/webassembly/lib/builder.ex +lib/elixir/lib/webassembly/lib/core.ex +lib/elixir/lib/webassembly/lib/dsl.ex +lib/elixir/lib/webassembly/lib/examples/bad.ex +lib/elixir/lib/webassembly/lib/examples/simple.ex +lib/elixir/lib/webassembly/lib/html.ex +lib/elixir/lib/webassembly/lib/tools.ex +lib/elixir/lib/webassembly/lib/types.ex +lib/elixir/lib/webassembly/lib/webassembly.ex +%%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-all@freebsd.org Fri Jul 3 11:12:22 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 491CA994050; Fri, 3 Jul 2015 11:12:22 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3863310EA; Fri, 3 Jul 2015 11:12:22 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t63BCMuT045628; Fri, 3 Jul 2015 11:12:22 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t63BCLMa045623; Fri, 3 Jul 2015 11:12:21 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507031112.t63BCLMa045623@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 3 Jul 2015 11:12:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391229 - head/java/wildfly90 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 11:12:22 -0000 Author: olgeni Date: Fri Jul 3 11:12:20 2015 New Revision: 391229 URL: https://svnweb.freebsd.org/changeset/ports/391229 Log: Upgrade to 9.0.0.Final. PR: 201301 Submitted by: olgeni Approved by: maintainer Modified: head/java/wildfly90/Makefile head/java/wildfly90/distinfo head/java/wildfly90/pkg-plist Modified: head/java/wildfly90/Makefile ============================================================================== --- head/java/wildfly90/Makefile Fri Jul 3 11:01:10 2015 (r391228) +++ head/java/wildfly90/Makefile Fri Jul 3 11:12:20 2015 (r391229) @@ -3,7 +3,7 @@ PORTNAME= wildfly90 PORTVERSION= 9.0.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= java www MASTER_SITES= http://download.jboss.org/wildfly/${WILDFLY_VERSION}/ DISTNAME= wildfly-${WILDFLY_VERSION} @@ -21,7 +21,7 @@ GROUP= www VAR_DIR?= /var LOG_DIR?= ${VAR_DIR}/log/${PORTNAME} PID_FILE= ${VAR_DIR}/run/${PORTNAME}.pid -WILDFLY_VERSION=9.0.0.CR2 +WILDFLY_VERSION=9.0.0.Final SUB_FILES= pkg-message SUB_LIST= APP_SHORTNAME=${PORTNAME} \ Modified: head/java/wildfly90/distinfo ============================================================================== --- head/java/wildfly90/distinfo Fri Jul 3 11:01:10 2015 (r391228) +++ head/java/wildfly90/distinfo Fri Jul 3 11:12:20 2015 (r391229) @@ -1,2 +1,2 @@ -SHA256 (wildfly-9.0.0.CR2.tar.gz) = 269f355f4253c84bdbf12518a1e4c5c08bec7593128ae008aa39ebc5fdd080ed -SIZE (wildfly-9.0.0.CR2.tar.gz) = 132525620 +SHA256 (wildfly-9.0.0.Final.tar.gz) = 53c8d6801b436d1ffc7174193a7ffaee6b19edd956c18de499b3f0a8d9421cf9 +SIZE (wildfly-9.0.0.Final.tar.gz) = 132612637 Modified: head/java/wildfly90/pkg-plist ============================================================================== --- head/java/wildfly90/pkg-plist Fri Jul 3 11:01:10 2015 (r391228) +++ head/java/wildfly90/pkg-plist Fri Jul 3 11:12:20 2015 (r391229) @@ -139,6 +139,7 @@ %%APP_HOME%%/docs/schema/jboss-as-ejb3_1_2.xsd %%APP_HOME%%/docs/schema/jboss-as-ejb3_1_3.xsd %%APP_HOME%%/docs/schema/jboss-as-ejb3_1_4.xsd +%%APP_HOME%%/docs/schema/jboss-as-ejb3_1_5.xsd %%APP_HOME%%/docs/schema/jboss-as-ejb3_2_0.xsd %%APP_HOME%%/docs/schema/jboss-as-iiop-openjdk_1_0.xsd %%APP_HOME%%/docs/schema/jboss-as-infinispan_1_0.xsd @@ -498,13 +499,13 @@ %%APP_HOME%%/modules/system/layers/base/io/netty/main/module.xml %%APP_HOME%%/modules/system/layers/base/io/netty/main/netty-all-4.0.26.Final.jar %%APP_HOME%%/modules/system/layers/base/io/undertow/core/main/module.xml -%%APP_HOME%%/modules/system/layers/base/io/undertow/core/main/undertow-core-1.2.7.Final.jar +%%APP_HOME%%/modules/system/layers/base/io/undertow/core/main/undertow-core-1.2.8.Final.jar %%APP_HOME%%/modules/system/layers/base/io/undertow/jsp/main/jastow-1.1.1.Final.jar %%APP_HOME%%/modules/system/layers/base/io/undertow/jsp/main/module.xml %%APP_HOME%%/modules/system/layers/base/io/undertow/servlet/main/module.xml -%%APP_HOME%%/modules/system/layers/base/io/undertow/servlet/main/undertow-servlet-1.2.7.Final.jar +%%APP_HOME%%/modules/system/layers/base/io/undertow/servlet/main/undertow-servlet-1.2.8.Final.jar %%APP_HOME%%/modules/system/layers/base/io/undertow/websocket/main/module.xml -%%APP_HOME%%/modules/system/layers/base/io/undertow/websocket/main/undertow-websockets-jsr-1.2.7.Final.jar +%%APP_HOME%%/modules/system/layers/base/io/undertow/websocket/main/undertow-websockets-jsr-1.2.8.Final.jar %%APP_HOME%%/modules/system/layers/base/javaee/api/main/module.xml %%APP_HOME%%/modules/system/layers/base/javax/activation/api/main/activation-1.1.1.jar %%APP_HOME%%/modules/system/layers/base/javax/activation/api/main/module.xml @@ -554,7 +555,7 @@ %%APP_HOME%%/modules/system/layers/base/javax/servlet/jsp/api/main/module.xml %%APP_HOME%%/modules/system/layers/base/javax/servlet/jstl/api/main/jboss-jstl-api_1.2_spec-1.1.2.Final.jar %%APP_HOME%%/modules/system/layers/base/javax/servlet/jstl/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/javax/sql/api/main/jboss-javax-sql-api_7.0_spec-1.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/javax/sql/api/main/jboss-javax-sql-api_7.0_spec-1.1.0.Final.jar %%APP_HOME%%/modules/system/layers/base/javax/sql/api/main/module.xml %%APP_HOME%%/modules/system/layers/base/javax/transaction/api/main/jboss-transaction-api_1.2_spec-1.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/javax/transaction/api/main/module.xml @@ -762,25 +763,25 @@ %%APP_HOME%%/modules/system/layers/base/org/hornetq/protocol/stomp/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/hornetq/ra/main/hornetq-ra-2.4.7.Final.jar %%APP_HOME%%/modules/system/layers/base/org/hornetq/ra/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/infinispan/cachestore/jdbc/main/infinispan-cachestore-jdbc-7.2.2.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/infinispan/cachestore/jdbc/main/infinispan-cachestore-jdbc-7.2.3.Final.jar %%APP_HOME%%/modules/system/layers/base/org/infinispan/cachestore/jdbc/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/infinispan/cachestore/remote/main/infinispan-cachestore-remote-7.2.2.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/infinispan/cachestore/remote/main/infinispan-cachestore-remote-7.2.3.Final.jar %%APP_HOME%%/modules/system/layers/base/org/infinispan/cachestore/remote/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/infinispan/client/hotrod/main/infinispan-client-hotrod-7.2.2.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/infinispan/client/hotrod/main/infinispan-client-hotrod-7.2.3.Final.jar %%APP_HOME%%/modules/system/layers/base/org/infinispan/client/hotrod/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/infinispan/commons/main/infinispan-commons-7.2.2.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/infinispan/commons/main/infinispan-commons-7.2.3.Final.jar %%APP_HOME%%/modules/system/layers/base/org/infinispan/commons/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/infinispan/hibernate-search/directory-provider/main/hibernate-search-infinispan-5.2.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/infinispan/hibernate-search/directory-provider/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/infinispan/lucene-directory/main/infinispan-directory-provider-7.2.2.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/infinispan/lucene-directory/main/infinispan-lucene-directory-7.2.2.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/infinispan/lucene-directory/main/infinispan-directory-provider-7.2.3.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/infinispan/lucene-directory/main/infinispan-lucene-directory-7.2.3.Final.jar %%APP_HOME%%/modules/system/layers/base/org/infinispan/lucene-directory/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/infinispan/main/infinispan-core-7.2.2.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/infinispan/main/infinispan-core-7.2.3.Final.jar %%APP_HOME%%/modules/system/layers/base/org/infinispan/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/infinispan/query/dsl/main/infinispan-query-dsl-7.2.2.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/infinispan/query/dsl/main/infinispan-query-dsl-7.2.3.Final.jar %%APP_HOME%%/modules/system/layers/base/org/infinispan/query/dsl/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/infinispan/query/main/infinispan-objectfilter-7.2.2.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/infinispan/query/main/infinispan-query-7.2.2.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/infinispan/query/main/infinispan-objectfilter-7.2.3.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/infinispan/query/main/infinispan-query-7.2.3.Final.jar %%APP_HOME%%/modules/system/layers/base/org/infinispan/query/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/javassist/main/javassist-3.18.1-GA.jar %%APP_HOME%%/modules/system/layers/base/org/javassist/main/module.xml @@ -791,140 +792,140 @@ %%APP_HOME%%/modules/system/layers/base/org/jboss/aesh/main/aesh-0.33.15.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/aesh/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/as/appclient/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/appclient/main/wildfly-appclient-9.0.0.CR2.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/appclient/main/wildfly-appclient-9.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/cli/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/cli/main/wildfly-cli-1.0.0.CR6.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/cli/main/wildfly-cli-1.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/common/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/common/main/wildfly-clustering-common-9.0.0.CR2.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/common/main/wildfly-clustering-common-9.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/ejb3/infinispan/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/infinispan/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/infinispan/main/wildfly-clustering-infinispan-extension-9.0.0.CR2.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/infinispan/main/wildfly-clustering-infinispan-extension-9.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/jgroups/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/jgroups/main/wildfly-clustering-jgroups-extension-9.0.0.CR2.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/jgroups/main/wildfly-clustering-jgroups-extension-9.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/web/infinispan/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/as/cmp/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/cmp/main/wildfly-cmp-9.0.0.CR2.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/cmp/main/wildfly-cmp-9.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/connector/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/connector/main/wildfly-connector-9.0.0.CR2.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/connector/main/wildfly-connector-9.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/console/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/console/main/release-stream-2.7.1.Final-resources.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/console/main/release-stream-2.7.4.Final-resources.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/controller-client/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/controller-client/main/wildfly-controller-client-1.0.0.CR6.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/controller-client/main/wildfly-controller-client-1.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/controller/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/controller/main/wildfly-controller-1.0.0.CR6.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/controller/main/wildfly-controller-1.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/core-security-api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/core-security-api/main/wildfly-core-security-api-1.0.0.CR6.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/core-security-api/main/wildfly-core-security-api-1.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/core-security/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/core-security/main/wildfly-core-security-1.0.0.CR6.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/core-security/main/wildfly-core-security-1.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/deployment-repository/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/deployment-repository/main/wildfly-deployment-repository-1.0.0.CR6.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/deployment-repository/main/wildfly-deployment-repository-1.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/deployment-scanner/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/deployment-scanner/main/wildfly-deployment-scanner-1.0.0.CR6.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/deployment-scanner/main/wildfly-deployment-scanner-1.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-add-user/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-http-error-context/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-http-error-context/main/wildfly-domain-http-error-context-1.0.0.CR6.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-http-error-context/main/wildfly-domain-http-error-context-1.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-http-interface/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-http-interface/main/wildfly-domain-http-interface-1.0.0.CR6.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-http-interface/main/wildfly-domain-http-interface-1.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-management/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-management/main/wildfly-domain-management-1.0.0.CR6.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-management/main/wildfly-domain-management-1.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/ee/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/ee/main/wildfly-ee-9.0.0.CR2.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/ee/main/wildfly-ee-9.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/ejb3/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/as/ejb3/main/timers/timer-sql.properties -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/ejb3/main/wildfly-ejb3-9.0.0.CR2.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/ejb3/main/wildfly-ejb3-9.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/embedded/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/embedded/main/wildfly-embedded-9.0.0.CR2.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/embedded/main/wildfly-embedded-9.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/host-controller/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/host-controller/main/wildfly-host-controller-1.0.0.CR6.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/host-controller/main/wildfly-host-controller-1.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jacorb/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jacorb/main/wildfly-jacorb-9.0.0.CR2.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jacorb/main/wildfly-jacorb-9.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jaxr/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jaxr/main/wildfly-jaxr-9.0.0.CR2.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jaxr/main/wildfly-jaxr-9.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jaxrs/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jaxrs/main/wildfly-jaxrs-9.0.0.CR2.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jaxrs/main/wildfly-jaxrs-9.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jdr/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jdr/main/resources/plugins.properties -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jdr/main/wildfly-jdr-9.0.0.CR2.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jdr/main/wildfly-jdr-9.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jmx/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jmx/main/wildfly-jmx-1.0.0.CR6.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jmx/main/wildfly-jmx-1.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/hibernate/3/jipijapa-hibernate3-1.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/hibernate/3/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/hibernate/4/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/main/wildfly-jpa-9.0.0.CR2.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/main/wildfly-jpa-9.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/openjpa/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/spi/main/jipijapa-spi-1.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/spi/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsf-injection/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsf-injection/main/weld-core-jsf-2.2.12.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsf-injection/main/wildfly-jsf-injection-9.0.0.CR2.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsf-injection/main/weld-core-jsf-2.2.14.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsf-injection/main/wildfly-jsf-injection-9.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsf/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsf/main/wildfly-jsf-9.0.0.CR2.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsf/main/wildfly-jsf-9.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsr77/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsr77/main/wildfly-jsr77-9.0.0.CR2.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsr77/main/wildfly-jsr77-9.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/logging/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/logging/main/wildfly-logging-1.0.0.CR6.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/logging/main/wildfly-logging-1.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/mail/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/mail/main/wildfly-mail-9.0.0.CR2.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/mail/main/wildfly-mail-9.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/management-client-content/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/management-client-content/main/wildfly-management-client-content-1.0.0.CR6.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/management-client-content/main/wildfly-management-client-content-1.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/messaging/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/messaging/main/wildfly-messaging-9.0.0.CR2.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/messaging/main/wildfly-messaging-9.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/modcluster/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/as/naming/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/naming/main/wildfly-naming-9.0.0.CR2.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/naming/main/wildfly-naming-9.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/network/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/network/main/wildfly-network-1.0.0.CR6.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/network/main/wildfly-network-1.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/patching/cli/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/as/patching/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/patching/main/wildfly-patching-1.0.0.CR6.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/patching/main/wildfly-patching-1.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/platform-mbean/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/platform-mbean/main/wildfly-platform-mbean-1.0.0.CR6.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/platform-mbean/main/wildfly-platform-mbean-1.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/pojo/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/pojo/main/wildfly-pojo-9.0.0.CR2.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/pojo/main/wildfly-pojo-9.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/process-controller/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/process-controller/main/wildfly-process-controller-1.0.0.CR6.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/process-controller/main/wildfly-process-controller-1.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/product/wildfly-full/dir/META-INF/MANIFEST.MF %%APP_HOME%%/modules/system/layers/base/org/jboss/as/product/wildfly-full/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/as/product/wildfly-web/dir/META-INF/MANIFEST.MF %%APP_HOME%%/modules/system/layers/base/org/jboss/as/product/wildfly-web/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/as/protocol/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/protocol/main/wildfly-protocol-1.0.0.CR6.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/protocol/main/wildfly-protocol-1.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/remoting/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/remoting/main/wildfly-remoting-1.0.0.CR6.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/remoting/main/wildfly-remoting-1.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/sar/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/sar/main/wildfly-sar-9.0.0.CR2.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/sar/main/wildfly-sar-9.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/security-api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/security-api/main/wildfly-security-api-9.0.0.CR2.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/security-api/main/wildfly-security-api-9.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/security/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/security/main/wildfly-security-9.0.0.CR2.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/security/main/wildfly-security-9.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/self-contained/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/self-contained/main/wildfly-self-contained-1.0.0.CR6.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/self-contained/main/wildfly-self-contained-1.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/server/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/server/main/wildfly-server-1.0.0.CR6.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/server/main/wildfly-server-1.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/standalone/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/as/system-jmx/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/system-jmx/main/wildfly-system-jmx-9.0.0.CR2.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/system-jmx/main/wildfly-system-jmx-9.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/threads/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/threads/main/wildfly-threads-1.0.0.CR6.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/threads/main/wildfly-threads-1.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/transactions/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/transactions/main/wildfly-transactions-9.0.0.CR2.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/transactions/main/wildfly-transactions-9.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/vault-tool/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/as/version/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/version/main/wildfly-version-1.0.0.CR6.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/version/main/wildfly-version-1.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/web-common/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/web-common/main/wildfly-web-common-9.0.0.CR2.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/web-common/main/wildfly-web-common-9.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/web/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/web/main/wildfly-web-9.0.0.CR2.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/web/main/wildfly-web-9.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/webservices/main/jbossws-cxf-resources-5.0.0.Final-wildfly900.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/webservices/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/webservices/main/wildfly-webservices-server-integration-9.0.0.CR2.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/webservices/main/wildfly-webservices-server-integration-9.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/webservices/server/integration/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/as/weld/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/weld/main/wildfly-weld-9.0.0.CR2.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/weld/main/wildfly-weld-9.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/xts/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/xts/main/wildfly-xts-9.0.0.CR2.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/classfilewriter/main/jboss-classfilewriter-1.1.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/xts/main/wildfly-xts-9.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/classfilewriter/main/jboss-classfilewriter-1.1.2.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/classfilewriter/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/common-beans/main/jboss-common-beans-1.1.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/common-beans/main/module.xml @@ -1070,7 +1071,7 @@ %%APP_HOME%%/modules/system/layers/base/org/jboss/weld/api/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/weld/api/main/weld-api-2.2.SP4.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/weld/core/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/weld/core/main/weld-core-impl-2.2.12.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/weld/core/main/weld-core-impl-2.2.14.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/weld/spi/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/weld/spi/main/weld-spi-2.2.SP4.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/ws/api/main/jbossws-api-1.0.3.Final.jar @@ -1109,7 +1110,7 @@ %%APP_HOME%%/modules/system/layers/base/org/jboss/xts/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jdom/main/jdom-1.1.3.jar %%APP_HOME%%/modules/system/layers/base/org/jdom/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jgroups/main/jgroups-3.6.3.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jgroups/main/jgroups-3.6.4.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jgroups/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/joda/time/main/joda-time-2.7.jar %%APP_HOME%%/modules/system/layers/base/org/joda/time/main/module.xml @@ -1155,65 +1156,65 @@ %%APP_HOME%%/modules/system/layers/base/org/slf4j/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/slf4j/main/slf4j-api-1.7.7.jbossorg-1.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/api/main/wildfly-clustering-api-9.0.0.CR2.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/api/main/wildfly-clustering-api-9.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/ee/infinispan/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/ee/infinispan/main/wildfly-clustering-ee-infinispan-9.0.0.CR2.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/ee/infinispan/main/wildfly-clustering-ee-infinispan-9.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/ee/spi/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/ee/spi/main/wildfly-clustering-ee-spi-9.0.0.CR2.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/ee/spi/main/wildfly-clustering-ee-spi-9.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/ejb/infinispan/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/ejb/infinispan/main/wildfly-clustering-ejb-infinispan-9.0.0.CR2.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/ejb/infinispan/main/wildfly-clustering-ejb-infinispan-9.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/ejb/spi/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/ejb/spi/main/wildfly-clustering-ejb-spi-9.0.0.CR2.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/ejb/spi/main/wildfly-clustering-ejb-spi-9.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/infinispan/spi/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/infinispan/spi/main/wildfly-clustering-infinispan-spi-9.0.0.CR2.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/infinispan/spi/main/wildfly-clustering-infinispan-spi-9.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/jgroups/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/jgroups/api/main/wildfly-clustering-jgroups-api-9.0.0.CR2.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/jgroups/api/main/wildfly-clustering-jgroups-api-9.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/jgroups/spi/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/jgroups/spi/main/wildfly-clustering-jgroups-spi-9.0.0.CR2.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/jgroups/spi/main/wildfly-clustering-jgroups-spi-9.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/marshalling/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/marshalling/main/wildfly-clustering-marshalling-9.0.0.CR2.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/marshalling/main/wildfly-clustering-marshalling-9.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/server/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/server/main/wildfly-clustering-server-9.0.0.CR2.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/server/main/wildfly-clustering-server-9.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/service/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/service/main/wildfly-clustering-service-9.0.0.CR2.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/service/main/wildfly-clustering-service-9.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/singleton/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/singleton/main/wildfly-clustering-singleton-9.0.0.CR2.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/singleton/main/wildfly-clustering-singleton-9.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/spi/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/spi/main/wildfly-clustering-spi-9.0.0.CR2.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/spi/main/wildfly-clustering-spi-9.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web/api/main/wildfly-clustering-web-api-9.0.0.CR2.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web/api/main/wildfly-clustering-web-api-9.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web/infinispan/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web/infinispan/main/wildfly-clustering-web-infinispan-9.0.0.CR2.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web/infinispan/main/wildfly-clustering-web-infinispan-9.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web/spi/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web/spi/main/wildfly-clustering-web-spi-9.0.0.CR2.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web/spi/main/wildfly-clustering-web-spi-9.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web/undertow/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web/undertow/main/wildfly-clustering-web-undertow-9.0.0.CR2.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web/undertow/main/wildfly-clustering-web-undertow-9.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/embedded/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/embedded/main/wildfly-embedded-1.0.0.CR6.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/embedded/main/wildfly-embedded-1.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/batch/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/batch/main/wildfly-batch-9.0.0.CR2.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/batch/main/wildfly-batch-9.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/bean-validation/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/bean-validation/main/wildfly-bean-validation-9.0.0.CR2.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/bean-validation/main/wildfly-bean-validation-9.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/io/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/io/main/wildfly-io-1.0.0.CR6.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/io/main/wildfly-io-1.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/mod_cluster/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/mod_cluster/main/wildfly-mod_cluster-extension-9.0.0.CR2.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/mod_cluster/main/wildfly-mod_cluster-extension-9.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/picketlink/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/picketlink/main/wildfly-picketlink-9.0.0.CR2.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/picketlink/main/wildfly-picketlink-9.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/request-controller/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/request-controller/main/wildfly-request-controller-1.0.0.CR6.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/request-controller/main/wildfly-request-controller-1.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/rts/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/rts/main/wildfly-rts-9.0.0.CR2.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/rts/main/wildfly-rts-9.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/security/manager/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/security/manager/main/wildfly-security-manager-9.0.0.CR2.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/security/manager/main/wildfly-security-manager-9.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/undertow/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/undertow/main/wildfly-undertow-9.0.0.CR2.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/undertow/main/wildfly-undertow-9.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/iiop-openjdk/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/iiop-openjdk/main/wildfly-iiop-openjdk-9.0.0.CR2.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/iiop-openjdk/main/wildfly-iiop-openjdk-9.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/jberet/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/jberet/main/wildfly-jberet-9.0.0.CR2.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/jberet/main/wildfly-jberet-9.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/mod_cluster/undertow/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/mod_cluster/undertow/main/wildfly-mod_cluster-undertow-9.0.0.CR2.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/mod_cluster/undertow/main/wildfly-mod_cluster-undertow-9.0.0.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/security/manager/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/wildfly/security/manager/main/wildfly-security-manager-1.1.2.Final.jar %%APP_HOME%%/modules/system/layers/base/org/yaml/snakeyaml/main/module.xml From owner-svn-ports-all@freebsd.org Fri Jul 3 11:23:06 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E8C5C994273; Fri, 3 Jul 2015 11:23:05 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CA98B1A23; Fri, 3 Jul 2015 11:23:05 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t63BN523051761; Fri, 3 Jul 2015 11:23:05 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t63BN4HZ051750; Fri, 3 Jul 2015 11:23:04 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507031123.t63BN4HZ051750@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 3 Jul 2015 11:23:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391230 - in head: . devel devel/erlang-cowlib www www/erlang-cowboy www/erlang-cowlib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 11:23:06 -0000 Author: olgeni Date: Fri Jul 3 11:23:03 2015 New Revision: 391230 URL: https://svnweb.freebsd.org/changeset/ports/391230 Log: Move devel/erlang-cowlib to www. Added: head/www/erlang-cowlib/ - copied from r391199, head/devel/erlang-cowlib/ Deleted: head/devel/erlang-cowlib/ Modified: head/MOVED head/devel/Makefile head/www/Makefile head/www/erlang-cowboy/Makefile head/www/erlang-cowlib/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Fri Jul 3 11:12:20 2015 (r391229) +++ head/MOVED Fri Jul 3 11:23:03 2015 (r391230) @@ -7676,3 +7676,4 @@ security/rubygem-hmac|security/rubygem-r www/ruby-amazon|www/ruby-aws|2015-06-30|Has expired: Rendered obsolete by upstream since Amazon shut down access to AWS API v3 (2008-03-31). Use www/ruby-aws instead net/ntp-rc||2015-06-30|Has gone GA net/ptpd2-devel|net/ptpd2|2015-07-02|Development version no longer necessary +devel/erlang-cowlib|www/erlang-cowlib|2015-07-03|Move to www where it belongs Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Jul 3 11:12:20 2015 (r391229) +++ head/devel/Makefile Fri Jul 3 11:23:03 2015 (r391230) @@ -430,7 +430,6 @@ SUBDIR += erlang-bbmustache SUBDIR += erlang-bear SUBDIR += erlang-common_lib - SUBDIR += erlang-cowlib SUBDIR += erlang-cuttlefish SUBDIR += erlang-erlware_commons SUBDIR += erlang-esdl Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Fri Jul 3 11:12:20 2015 (r391229) +++ head/www/Makefile Fri Jul 3 11:23:03 2015 (r391230) @@ -172,6 +172,7 @@ SUBDIR += ephemera SUBDIR += epiphany SUBDIR += erlang-cowboy + SUBDIR += erlang-cowlib SUBDIR += erlang-hackney SUBDIR += erlang-mochiweb SUBDIR += erlang-mochiweb-basho Modified: head/www/erlang-cowboy/Makefile ============================================================================== --- head/www/erlang-cowboy/Makefile Fri Jul 3 11:12:20 2015 (r391229) +++ head/www/erlang-cowboy/Makefile Fri Jul 3 11:23:03 2015 (r391230) @@ -11,9 +11,9 @@ COMMENT= Small, fast and modular HTTP se LICENSE= ISCL BUILD_DEPENDS= erlc:${PORTSDIR}/lang/erlang \ - erlang-cowlib>=1.0.0:${PORTSDIR}/devel/erlang-cowlib + erlang-cowlib>=1.0.0:${PORTSDIR}/www/erlang-cowlib RUN_DEPENDS= erl:${PORTSDIR}/lang/erlang \ - erlang-cowlib>=1.0.0:${PORTSDIR}/devel/erlang-cowlib \ + erlang-cowlib>=1.0.0:${PORTSDIR}/www/erlang-cowlib \ erlang-ranch>=1.0.0:${PORTSDIR}/net/erlang-ranch PLIST_SUB= VERSION="${PORTVERSION}" Modified: head/www/erlang-cowlib/Makefile ============================================================================== --- head/devel/erlang-cowlib/Makefile Thu Jul 2 21:14:28 2015 (r391199) +++ head/www/erlang-cowlib/Makefile Fri Jul 3 11:23:03 2015 (r391230) @@ -3,7 +3,7 @@ PORTNAME= cowlib PORTVERSION= 1.0.0 PORTEPOCH= 1 -CATEGORIES= devel +CATEGORIES= www PKGNAMEPREFIX= erlang- MAINTAINER= olgeni@FreeBSD.org From owner-svn-ports-all@freebsd.org Fri Jul 3 11:26:46 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4A30B9942DB; Fri, 3 Jul 2015 11:26:46 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3BAF61B52; Fri, 3 Jul 2015 11:26:46 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t63BQktg052676; Fri, 3 Jul 2015 11:26:46 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t63BQj7T052674; Fri, 3 Jul 2015 11:26:45 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201507031126.t63BQj7T052674@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Fri, 3 Jul 2015 11:26:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391231 - head/textproc/R-cran-XML X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 11:26:46 -0000 Author: tota Date: Fri Jul 3 11:26:45 2015 New Revision: 391231 URL: https://svnweb.freebsd.org/changeset/ports/391231 Log: - Update to 3.98-1.3 Modified: head/textproc/R-cran-XML/Makefile head/textproc/R-cran-XML/distinfo Modified: head/textproc/R-cran-XML/Makefile ============================================================================== --- head/textproc/R-cran-XML/Makefile Fri Jul 3 11:23:03 2015 (r391230) +++ head/textproc/R-cran-XML/Makefile Fri Jul 3 11:26:45 2015 (r391231) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= XML -DISTVERSION= 3.98-1.2 +DISTVERSION= 3.98-1.3 CATEGORIES= textproc DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/textproc/R-cran-XML/distinfo ============================================================================== --- head/textproc/R-cran-XML/distinfo Fri Jul 3 11:23:03 2015 (r391230) +++ head/textproc/R-cran-XML/distinfo Fri Jul 3 11:26:45 2015 (r391231) @@ -1,2 +1,2 @@ -SHA256 (XML_3.98-1.2.tar.gz) = 00e43678363fd2b5c3b6c0f7965e8b6582373df2697de33a9d96014a46a1308f -SIZE (XML_3.98-1.2.tar.gz) = 1607635 +SHA256 (XML_3.98-1.3.tar.gz) = 5e1fb547848b12b9b1a14a1e647891d62dbbebb2a87da28e10e095a1d0f52a49 +SIZE (XML_3.98-1.3.tar.gz) = 1607725 From owner-svn-ports-all@freebsd.org Fri Jul 3 12:14:09 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2871D9931F0; Fri, 3 Jul 2015 12:14:09 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1A0061901; Fri, 3 Jul 2015 12:14:09 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t63CE87g078703; Fri, 3 Jul 2015 12:14:08 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t63CE8JR078702; Fri, 3 Jul 2015 12:14:08 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201507031214.t63CE8JR078702@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Fri, 3 Jul 2015 12:14:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391232 - in head/multimedia: libx264 x264 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 12:14:09 -0000 Author: koobs Date: Fri Jul 3 12:14:08 2015 New Revision: 391232 URL: https://svnweb.freebsd.org/changeset/ports/391232 Log: multimedia/{lib}x264: Fix distinfo's Delete distinfo from libx264 since it is s now subordinate to the x264 port. Also correctly update distinfo for x264, including the example.y4m.bz2 video file for profile guided optimization (OPTION: PGO). PR: 201260 Reported by: Ajtim (via email) Deleted: head/multimedia/libx264/distinfo Modified: head/multimedia/x264/distinfo Modified: head/multimedia/x264/distinfo ============================================================================== --- head/multimedia/x264/distinfo Fri Jul 3 11:26:45 2015 (r391231) +++ head/multimedia/x264/distinfo Fri Jul 3 12:14:08 2015 (r391232) @@ -1,2 +1,4 @@ SHA256 (x264/x264-snapshot-20150629-2245-stable.tar.bz2) = 403a1e7178cf9d676d5ffd4641031ae568a501bb3c14fc8ca9bb7c8ac7465340 SIZE (x264/x264-snapshot-20150629-2245-stable.tar.bz2) = 672453 +SHA256 (x264/example.y4m.bz2) = a5bec9d37362bd9d7773fbd0644643f9ec096d654d20823004e88d5df32bbff7 +SIZE (x264/example.y4m.bz2) = 4910029 From owner-svn-ports-all@freebsd.org Fri Jul 3 12:20:28 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CCB37993399; Fri, 3 Jul 2015 12:20:28 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BE4301B28; Fri, 3 Jul 2015 12:20:28 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t63CKSRe079688; Fri, 3 Jul 2015 12:20:28 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t63CKSOY079687; Fri, 3 Jul 2015 12:20:28 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201507031220.t63CKSOY079687@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Fri, 3 Jul 2015 12:20:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391233 - head/math/py-numpy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 12:20:28 -0000 Author: demon Date: Fri Jul 3 12:20:28 2015 New Revision: 391233 URL: https://svnweb.freebsd.org/changeset/ports/391233 Log: Depend on a particual file, not an executable so it picks up a correct python version. PR: 198989 Submitted by: John W. O'Brien Modified: head/math/py-numpy/Makefile Modified: head/math/py-numpy/Makefile ============================================================================== --- head/math/py-numpy/Makefile Fri Jul 3 12:14:08 2015 (r391232) +++ head/math/py-numpy/Makefile Fri Jul 3 12:20:28 2015 (r391233) @@ -40,7 +40,7 @@ ATLAS_USES= blaslapack:atlas NETLIB_USES= blaslapack:netlib OPENBLAS_USES= blaslapack:openblas SUITESPARSE_LIB_DEPENDS=libumfpack.so:${PORTSDIR}/math/suitesparse -TESTS_RUN_DEPENDS= nosetests:${PORTSDIR}/devel/py-nose +TESTS_RUN_DEPENDS= ${PYTHON_SITELIBDIR}/nose/__init__.py:${PORTSDIR}/devel/py-nose .include From owner-svn-ports-all@freebsd.org Fri Jul 3 12:28:17 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AEA2299349E; Fri, 3 Jul 2015 12:28:17 +0000 (UTC) (envelope-from tijl@freebsd.org) Received: from mailrelay118.isp.belgacom.be (mailrelay118.isp.belgacom.be [195.238.20.145]) by mx1.freebsd.org (Postfix) with ESMTP id 7216B1F1B; Fri, 3 Jul 2015 12:28:16 +0000 (UTC) (envelope-from tijl@freebsd.org) X-Belgacom-Dynamic: yes X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.1 cv=yz6z4UlqfYe1Iv9USMliYggvHmbgQ4ACOrhY3D/q6Wc= c=1 sm=2 a=6I5d2MoRAAAA:8 a=ZvVG-o44TAEYuHfg7JcA:9 a=CjuIK1q_8ugA:10 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2B7BgBLfpZV/++YsFtbgxKBJg29SIdmAoEzOxIBAQEBAQEBgQqEJAEBBDocIxALDgoJGgsPKh4GE4gzAc4HAQEBAQEBAQMBAQEBAR2LS4UGB4QrAQSFHo53hzqCCYIigTuPEogHJoI9gT88MYJLAQEB Received: from 239.152-176-91.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([91.176.152.239]) by relay.skynet.be with ESMTP; 03 Jul 2015 14:27:04 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.9/8.14.9) with ESMTP id t63CR3rV003002; Fri, 3 Jul 2015 14:27:03 +0200 (CEST) (envelope-from tijl@FreeBSD.org) Date: Fri, 3 Jul 2015 14:27:03 +0200 From: Tijl Coosemans To: Thomas Zander Cc: Mathieu Arnold , Antoine Brodin , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r391183 - in head: . devel/libdlna emulators/kcemu graphics/bugle multimedia/ffmpeg multimedia/ffmpeg/files sysutils/k3b-kde4 x11-toolkits/nucleo Message-ID: <20150703142703.047d5f29@kalimero.tijl.coosemans.org> In-Reply-To: References: <201507021940.t62JeFUP048466@repo.freebsd.org> <20150702234350.4e97a968@kalimero.tijl.coosemans.org> <2340B5B29C05E9AA2D831F17@atuin.in.mat.cc> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 12:28:17 -0000 On Fri, 3 Jul 2015 11:03:46 +0200 Thomas Zander wrote: > On 3 July 2015 at 00:18, Mathieu Arnold wrote: >> Then why not wait for the week-end and commit the update and the fixes >> at once ? > > Because pushing the ffmpeg update earlier gives me the opportunity to > see if it breaks some highly visible ports in unexpected ways that > were not discovered during the exp-run. This allows to adjust > attention accordingly if needed. It's still not a good idea Riggs. The total time you have to spent fixing all ports (known+unknown) is always the same, whichever order you fix them in. So you can just fix the known cases first, then commit and then maybe find additional broken ports. This also avoids the situation where you run into unexpected issues while fixing ports and have to leave things broken longer than you thought. From owner-svn-ports-all@freebsd.org Fri Jul 3 13:07:55 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7A6FE993CEB; Fri, 3 Jul 2015 13:07:55 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5F1782FF0; Fri, 3 Jul 2015 13:07:55 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t63D7t1E003871; Fri, 3 Jul 2015 13:07:55 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t63D7tIt003870; Fri, 3 Jul 2015 13:07:55 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201507031307.t63D7tIt003870@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Fri, 3 Jul 2015 13:07:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391234 - head/multimedia/ffmpeg0 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 13:07:55 -0000 Author: koobs Date: Fri Jul 3 13:07:54 2015 New Revision: 391234 URL: https://svnweb.freebsd.org/changeset/ports/391234 Log: multimedia/ffmpeg0: Use OPTIONS helpers, Honour CFLAGS - Use OPTIONS helpers for as many as conditional blocks as possible. Blocks with FFMPEG_* and other variables not supported by the helper framework are not modified. - Honour CFLAGS for armv6 (= -> ?=) While I'm here: - Sort and group common or related Makefile sections where it made sense to do so and improved readability. Put global things up the top and conditional blocks below. - Improve whitespace alignment for readability. Approved by: wg (maintainer) Differential Revision: https://reviews.freebsd.org/D2981 Modified: head/multimedia/ffmpeg0/Makefile Modified: head/multimedia/ffmpeg0/Makefile ============================================================================== --- head/multimedia/ffmpeg0/Makefile Fri Jul 3 12:20:28 2015 (r391233) +++ head/multimedia/ffmpeg0/Makefile Fri Jul 3 13:07:54 2015 (r391234) @@ -23,33 +23,115 @@ BUILD_DEPENDS= yasm:${PORTSDIR}/devel/ya PORTSCOUT= limit:^0\.7.* -HAS_CONFIGURE= yes -CONFIGURE_LOG= config.err USES= cpe gmake perl5 pkgconfig tar:bzip2 -WANT_SDL= yes USE_LDCONFIG= ${PREFIX}/lib/ffmpeg${FFMPEG_SUFFIX} USE_PERL5= build +WANT_SDL= yes FFMPEG_SUFFIX= 0 -PLIST_SUB+= SUFF="${FFMPEG_SUFFIX}" - +HAS_CONFIGURE= yes +CONFIGURE_LOG= config.err CONFIGURE_ENV+= EXESUF="${FFMPEG_SUFFIX}" MAKE_ARGS+= EXESUF="${FFMPEG_SUFFIX}" +PLIST_SUB+= SUFF="${FFMPEG_SUFFIX}" PROGS= ffmpeg ffprobe +CONFIGURE_ENV+= COMPILER_PATH=${LOCALBASE}/bin +MAKE_ENV+= COMPILER_PATH=${LOCALBASE}/bin + +CONFIGURE_ARGS+=--prefix="${PREFIX}" \ + --mandir="${PREFIX}/man" \ + --incdir="${PREFIX}/include/ffmpeg${FFMPEG_SUFFIX}" \ + --libdir="${PREFIX}/lib/ffmpeg${FFMPEG_SUFFIX}" \ + --shlibdir="${PREFIX}/lib/ffmpeg${FFMPEG_SUFFIX}" \ + --datadir="${DATADIR}" \ + --build-suffix="${FFMPEG_SUFFIX}" \ + --enable-shared \ + --enable-gpl \ + --enable-postproc \ + --enable-avfilter \ + --enable-pthreads \ + --enable-runtime-cpudetect \ + --cc="${CC}" \ + --extra-cflags="${FFMPEG_CFLAGS} -I${LOCALBASE}/include" \ + --extra-ldflags="-L${LOCALBASE}/lib ${FFMPEG_LDFLAGS}" \ + --extra-libs="-lpthread" + +SHLIB_VER= 1 +PLIST_SUB+= SHLIB_VER=${SHLIB_VER} + DATADIR= ${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX} DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} -OPTIONS_DEFINE= AACPLUS ALSA AMR_NB AMR_WB CELT DEBUG DIRAC FAAC \ - FFSERVER FREETYPE FREI0R GSM LAME OPENCV OPENJPEG \ - OPTIMIZED_CFLAGS RTMP SCHROEDINGER SDL SPEEX THEORA VAAPI \ - VDPAU VO_AACENC VO_AMRWBENC VORBIS VPX X11GRAB X264 XVID DOCS - +OPTIONS_DEFINE= AACPLUS ALSA AMR_NB AMR_WB CELT DEBUG DIRAC FAAC \ + FFSERVER FREETYPE FREI0R GSM LAME OPENCV OPENJPEG \ + OPTIMIZED_CFLAGS RTMP SCHROEDINGER SDL SPEEX THEORA VAAPI \ + VDPAU VO_AACENC VO_AMRWBENC VORBIS VPX X11GRAB X264 XVID DOCS OPTIONS_DEFAULT= FFSERVER FREETYPE FREI0R OPENCV SCHROEDINGER \ THEORA VORBIS VPX X264 XVID +OPTIONS_SUB= yes -FFSERVER_DESC= Build and install ffserver -X11GRAB_DESC= Enable x11 grabbing +FFSERVER_DESC= Build and install ffserver +X11GRAB_DESC= Enable x11 grabbing + +ALSA_LIB_DEPENDS= libasound.so:${PORTSDIR}/audio/alsa-lib +ALSA_CONFIGURE_OFF= --disable-indev=alsa \ + --disable-outdev=alsa + +CELT_LIB_DEPENDS= libcelt0.so:${PORTSDIR}/audio/celt +CELT_CONFIGURE_ENABLE= libcelt + +DIRAC_LIB_DEPENDS= libdirac_encoder.so:${PORTSDIR}/multimedia/dirac +DIRAC_CONFIGURE_ENABLE= libdirac + +DEBUG_CONFIGURE_ON= --disable-stripping +DEBUG_CONFIGURE_OFF= --disable-debug + +FFSERVER_CONFIGURE_OFF= --disable-ffserver + +FREETYPE_LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 +FREETYPE_CONFIGURE_ENABLE= libfreetype + +FREI0R_BUILD_DEPENDS= ${LOCALBASE}/include/frei0r.h:${PORTSDIR}/graphics/frei0r +FREI0R_CONFIGURE_ENABLE= frei0r + +GSM_LIB_DEPENDS= libgsm.so:${PORTSDIR}/audio/gsm +GSM_CONFIGURE_ENABLE= libgsm + +LAME_LIB_DEPENDS= libmp3lame.so:${PORTSDIR}/audio/lame +LAME_CONFIGURE_ENABLE= libmp3lame + +OPENCV_LIB_DEPENDS= libopencv_imgproc.so:${PORTSDIR}/graphics/opencv-core +OPENCV_CONFIGURE_ENABLE= libopencv + +OPENJPEG_LIB_DEPENDS= libopenjpeg.so:${PORTSDIR}/graphics/openjpeg15 +OPENJPEG_CONFIGURE_ENABLE= libopenjpeg + +RTMP_USE= OPENSSL=yes + +SCHROEDINGER_LIB_DEPENDS= libschroedinger-1.0.so:${PORTSDIR}/multimedia/schroedinger +SCHROEDINGER_CONFIGURE_ENABLE= libschroedinger + +SPEEX_LIB_DEPENDS= libspeex.so:${PORTSDIR}/audio/speex +SPEEX_CONFIGURE_ENABLE= libspeex + +THEORA_LIB_DEPENDS= libtheora.so:${PORTSDIR}/multimedia/libtheora +THEORA_CONFIGURE_ENABLE= libtheora + +X11GRAB_USE= XORG=x11,xent,xfixes +X11GRAB_CONFIGURE_ON= --enable-x11grab + +X264_LIB_DEPENDS= libx264.so:${PORTSDIR}/multimedia/libx264 +X264_CONFIGURE_ENABLE= libx264 + +XVID_LIB_DEPENDS= libxvidcore.so:${PORTSDIR}/multimedia/xvid +XVID_CONFIGURE_ENABLE= libxvid + +VDPAU_BUILD_DEPENDS= ${LOCALBASE}/include/vdpau/vdpau.h:${PORTSDIR}/multimedia/libvdpau +VDPAU_CONFIGURE_ENABLE= vdpau + +VPX_LIB_DEPENDS= libvpx.so:${PORTSDIR}/multimedia/libvpx +VPX_CONFIGURE_ENABLE= libvpx COMPAT_HEADERS=libavcodec/avcodec.h \ libavcodec/opt.h \ @@ -78,19 +160,6 @@ COMPAT_HEADERS=libavcodec/avcodec.h \ libpostproc/postprocess.h \ libswscale/swscale.h -.include - -# rtmp -.if ${PORT_OPTIONS:MRTMP} -USE_OPENSSL= yes -.endif - -# x11grab -.if ${PORT_OPTIONS:MX11GRAB} -USE_XORG= x11 xext xfixes -CONFIGURE_ARGS+= --enable-x11grab -.endif - .include .if ${OPSYS} == "FreeBSD" && ${OSVERSION} < 1000000 @@ -99,42 +168,13 @@ CONFIGURE_ARGS+= --enable-memalign-hack .if ${ARCH} == armv6 CONFIGURE_ENV+= ASFLAGS=-no-integrated-as -CFLAGS= -no-integrated-as +CFLAGS+= -no-integrated-as .endif -CONFIGURE_ENV+= COMPILER_PATH=${LOCALBASE}/bin -MAKE_ENV+= COMPILER_PATH=${LOCALBASE}/bin - -CONFIGURE_ARGS+=--prefix="${PREFIX}" \ - --mandir="${PREFIX}/man" \ - --incdir="${PREFIX}/include/ffmpeg${FFMPEG_SUFFIX}" \ - --libdir="${PREFIX}/lib/ffmpeg${FFMPEG_SUFFIX}" \ - --shlibdir="${PREFIX}/lib/ffmpeg${FFMPEG_SUFFIX}" \ - --datadir="${DATADIR}" \ - --build-suffix="${FFMPEG_SUFFIX}" \ - --enable-shared \ - --enable-gpl \ - --enable-postproc \ - --enable-avfilter \ - --enable-pthreads \ - --enable-runtime-cpudetect \ - --cc="${CC}" \ - --extra-cflags="${FFMPEG_CFLAGS} -I${LOCALBASE}/include" \ - --extra-ldflags="-L${LOCALBASE}/lib ${FFMPEG_LDFLAGS}" \ - --extra-libs="-lpthread" -SHLIB_VER= 1 -PLIST_SUB+= SHLIB_VER=${SHLIB_VER} - DOC_FILES= CREDITS INSTALL LICENSE MAINTAINERS README RELEASE # under doc subdirectory DOC_DOCFILES= APIchanges RELEASE_NOTES TODO *.txt *.html -.if ${PORT_OPTIONS:MDEBUG} -CONFIGURE_ARGS+= --disable-stripping -.else -CONFIGURE_ARGS+= --disable-debug -.endif - .if ${PORT_OPTIONS:MFFSERVER} USE_RC_SUBR= ffserver${FFMPEG_SUFFIX} PROGS+= ffserver @@ -172,14 +212,6 @@ CONFIGURE_ARGS+= --enable-libaacplus CONFIGURE_ARGS+= --disable-libaacplus .endif -#alsa -.if ${PORT_OPTIONS:MALSA} -LIB_DEPENDS+= libasound.so:${PORTSDIR}/audio/alsa-lib -.else -CONFIGURE_ARGS+= --disable-indev=alsa \ - --disable-outdev=alsa -.endif - # Opencore AMR NB .if ${PORT_OPTIONS:MAMR_NB} FFMPEG_LICENSE_GPL3= yes @@ -198,22 +230,6 @@ CONFIGURE_ARGS+= --enable-libopencore-am CONFIGURE_ARGS+= --disable-libopencore-amrwb .endif -# celt -.if ${PORT_OPTIONS:MCELT} -LIB_DEPENDS+= libcelt0.so:${PORTSDIR}/audio/celt -CONFIGURE_ARGS+= --enable-libcelt -.else -CONFIGURE_ARGS+= --disable-libcelt -.endif - -# dirac -.if ${PORT_OPTIONS:MDIRAC} -LIB_DEPENDS+= libdirac_encoder.so:${PORTSDIR}/multimedia/dirac -CONFIGURE_ARGS+= --enable-libdirac -.else -CONFIGURE_ARGS+= --disable-libdirac -.endif - # faac .if ${PORT_OPTIONS:MFAAC} FFMPEG_NONFREE= yes @@ -223,62 +239,6 @@ CONFIGURE_ARGS+= --enable-libfaac CONFIGURE_ARGS+= --disable-libfaac .endif -# ffserver -.if ${PORT_OPTIONS:MFFSERVER} -PLIST_SUB+= FFSERVER="" -.else -PLIST_SUB+= FFSERVER="@comment " -CONFIGURE_ARGS+= --disable-ffserver -.endif - -# freetype -.if ${PORT_OPTIONS:MFREETYPE} -LIB_DEPENDS+= libfreetype.so:${PORTSDIR}/print/freetype2 -CONFIGURE_ARGS+= --enable-libfreetype -.else -CONFIGURE_ARGS+= --disable-libfreetype -.endif - -# frei0r -.if ${PORT_OPTIONS:MFREI0R} -BUILD_DEPENDS+= ${LOCALBASE}/include/frei0r.h:${PORTSDIR}/graphics/frei0r -CONFIGURE_ARGS+= --enable-frei0r -.else -CONFIGURE_ARGS+= --disable-frei0r -.endif - -# gsm -.if ${PORT_OPTIONS:MGSM} -LIB_DEPENDS+= libgsm.so:${PORTSDIR}/audio/gsm -CONFIGURE_ARGS+= --enable-libgsm -.else -CONFIGURE_ARGS+= --disable-libgsm -.endif - -# mp3 -.if ${PORT_OPTIONS:MLAME} -LIB_DEPENDS+= libmp3lame.so:${PORTSDIR}/audio/lame -CONFIGURE_ARGS+= --enable-libmp3lame -.else -CONFIGURE_ARGS+= --disable-libmp3lame -.endif - -# opencv -.if ${PORT_OPTIONS:MOPENCV} -LIB_DEPENDS+= libopencv_imgproc.so:${PORTSDIR}/graphics/opencv-core -CONFIGURE_ARGS+= --enable-libopencv -.else -CONFIGURE_ARGS+= --disable-libopencv -.endif - -# openjpeg -.if ${PORT_OPTIONS:MOPENJPEG} -LIB_DEPENDS+= libopenjpeg.so:${PORTSDIR}/graphics/openjpeg15 -CONFIGURE_ARGS+= --enable-libopenjpeg -.else -CONFIGURE_ARGS+= --disable-libopenjpeg -.endif - # rtmp .if ${PORT_OPTIONS:MRTMP} LIB_DEPENDS+= librtmp.so:${PORTSDIR}/multimedia/librtmp @@ -291,14 +251,6 @@ FFMPEG_LDFLAGS+= -L${OPENSSLLIB} CONFIGURE_ARGS+= --disable-librtmp .endif -# schroedinger -.if ${PORT_OPTIONS:MSCHROEDINGER} -LIB_DEPENDS+= libschroedinger-1.0.so:${PORTSDIR}/multimedia/schroedinger -CONFIGURE_ARGS+= --enable-libschroedinger -.else -CONFIGURE_ARGS+= --disable-libschroedinger -.endif - # sdl .if ${PORT_OPTIONS:MSDL} USE_SDL+= sdl @@ -308,22 +260,6 @@ PROGS+= ffplay CONFIGURE_ARGS+= --disable-ffplay .endif -# speex -.if ${PORT_OPTIONS:MSPEEX} -LIB_DEPENDS+= libspeex.so:${PORTSDIR}/audio/speex -CONFIGURE_ARGS+= --enable-libspeex -.else -CONFIGURE_ARGS+= --disable-libspeex -.endif - -# theora -.if ${PORT_OPTIONS:MTHEORA} -LIB_DEPENDS+= libtheora.so:${PORTSDIR}/multimedia/libtheora -CONFIGURE_ARGS+= --enable-libtheora -.else -CONFIGURE_ARGS+= --disable-libtheora -.endif - # vaapi .if ${PORT_OPTIONS:MVAAPI} FFMPEG_LICENSE_GPL3= yes @@ -333,14 +269,6 @@ CONFIGURE_ARGS+= --enable-vaapi CONFIGURE_ARGS+= --disable-vaapi .endif -# vdpau -.if ${PORT_OPTIONS:MVDPAU} -BUILD_DEPENDS+= ${LOCALBASE}/include/vdpau/vdpau.h:${PORTSDIR}/multimedia/libvdpau -CONFIGURE_ARGS+= --enable-vdpau -.else -CONFIGURE_ARGS+= --disable-vdpau -.endif - # vo-aacenc .if ${PORT_OPTIONS:MVO_AACENC} FFMPEG_LICENSE_GPL3= yes @@ -368,30 +296,6 @@ FFMPEG_CFLAGS+= -I${LOCALBASE}/include/ CONFIGURE_ARGS+= --disable-libvorbis .endif -# vp8 -.if ${PORT_OPTIONS:MVPX} -LIB_DEPENDS+= libvpx.so:${PORTSDIR}/multimedia/libvpx -CONFIGURE_ARGS+= --enable-libvpx -.else -CONFIGURE_ARGS+= --disable-libvpx -.endif - -# x264 -.if ${PORT_OPTIONS:MX264} -LIB_DEPENDS+= libx264.so:${PORTSDIR}/multimedia/libx264 -CONFIGURE_ARGS+= --enable-libx264 -.else -CONFIGURE_ARGS+= --disable-libx264 -.endif - -# xvid -.if ${PORT_OPTIONS:MXVID} -LIB_DEPENDS+= libxvidcore.so:${PORTSDIR}/multimedia/xvid -CONFIGURE_ARGS+= --enable-libxvid -.else -CONFIGURE_ARGS+= --disable-libxvid -.endif - # License knobs .if defined(FFMPEG_NONFREE) RESTRICTED= linking to libfaac or libaacplus restricts redistribution From owner-svn-ports-all@freebsd.org Fri Jul 3 13:13:41 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DBC99993E75 for ; Fri, 3 Jul 2015 13:13:41 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-ob0-f176.google.com (mail-ob0-f176.google.com [209.85.214.176]) (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 AA612159C for ; Fri, 3 Jul 2015 13:13:41 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: by obdbs4 with SMTP id bs4so69248717obd.3 for ; Fri, 03 Jul 2015 06:13:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=Oyke5SIlAKr9/ylj2fB5Jzuh8/vyljAAyMDye4yukMw=; b=MLjbn7EZeElvDNh3L5Uqn1inGbFGB3w6nx3LoV5b48Unl8hZekOSfsJSIwvXdEw1/O gdweMDQd7RP9je6LN74giKkvAz1EvHPFeDY9OmVloQt/0RfkYeAQKdU2zczY1mDhlQRM 6nfj4SLVBxNC31BDrDDhcD7A/nz2+om2ShebWj0TzVIpfiUFrdYBxmSivYiD7uvITXUb f+0fB6uTHn9nJlKxBcPObwEF8U66NYEXxbmNZiwlGNp+EGuBlDkJTp3D3/3uRhwmYlJx 8cdxTuyg8FfbvRxcH5S0B3I6j45F+jER+TbwrVQWCcPtyCJp59BA3V/qID2PbOAeg55p xc2g== X-Gm-Message-State: ALoCoQnRysVqMNe9qOf7rY+SdLnAht3iuUMNmecMmrIvvGsutK9ezMy+KYmRJUopLhr74OvoNCh4 X-Received: by 10.182.143.5 with SMTP id sa5mr32251382obb.62.1435929220123; Fri, 03 Jul 2015 06:13:40 -0700 (PDT) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.202.73.70 with HTTP; Fri, 3 Jul 2015 06:13:00 -0700 (PDT) In-Reply-To: <201507031220.t63CKSOY079687@repo.freebsd.org> References: <201507031220.t63CKSOY079687@repo.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 3 Jul 2015 21:13:00 +0800 X-Google-Sender-Auth: usRq6jJJ0zZXy6yIqxqOipJH0fs Message-ID: Subject: Re: svn commit: r391233 - head/math/py-numpy To: Dmitry Sivachenko Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 13:13:42 -0000 On Fri, Jul 3, 2015 at 8:20 PM, Dmitry Sivachenko wrote: > Author: demon > Date: Fri Jul 3 12:20:28 2015 > New Revision: 391233 > URL: https://svnweb.freebsd.org/changeset/ports/391233 > > Log: > Depend on a particual file, not an executable so it picks up a correct > python version. > > PR: 198989 > Submitted by: John W. O'Brien > > Modified: > head/math/py-numpy/Makefile > > Modified: head/math/py-numpy/Makefile > > ============================================================================== > --- head/math/py-numpy/Makefile Fri Jul 3 12:14:08 2015 (r391232) > +++ head/math/py-numpy/Makefile Fri Jul 3 12:20:28 2015 (r391233) > @@ -40,7 +40,7 @@ ATLAS_USES= blaslapack:atlas > NETLIB_USES= blaslapack:netlib > OPENBLAS_USES= blaslapack:openblas > SUITESPARSE_LIB_DEPENDS=libumfpack.so:${PORTSDIR}/math/suitesparse > -TESTS_RUN_DEPENDS= nosetests:${PORTSDIR}/devel/py-nose > +TESTS_RUN_DEPENDS= > ${PYTHON_SITELIBDIR}/nose/__init__.py:${PORTSDIR}/devel/py-nose > > .include > > > Why not use TESTS_RUN_DEPENDS=${PYTHON_PKGNAMEPREFIX}nose>=0:${PORTSDIR}/devel/py-nose? Regards, sunpoet From owner-svn-ports-all@freebsd.org Fri Jul 3 13:23:35 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2E187993FF6; Fri, 3 Jul 2015 13:23:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1C53B1AC8; Fri, 3 Jul 2015 13:23:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t63DNYgw013092; Fri, 3 Jul 2015 13:23:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t63DNYui013090; Fri, 3 Jul 2015 13:23:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507031323.t63DNYui013090@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 3 Jul 2015 13:23:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391235 - head/devel/rubygem-fog-core X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 13:23:35 -0000 Author: sunpoet Date: Fri Jul 3 13:23:33 2015 New Revision: 391235 URL: https://svnweb.freebsd.org/changeset/ports/391235 Log: - Update to 1.32.0 Changes: https://github.com/fog/fog-core/blob/master/changelog.md Modified: head/devel/rubygem-fog-core/Makefile head/devel/rubygem-fog-core/distinfo Modified: head/devel/rubygem-fog-core/Makefile ============================================================================== --- head/devel/rubygem-fog-core/Makefile Fri Jul 3 13:07:54 2015 (r391234) +++ head/devel/rubygem-fog-core/Makefile Fri Jul 3 13:23:33 2015 (r391235) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fog-core -PORTVERSION= 1.31.1 +PORTVERSION= 1.32.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-fog-core/distinfo ============================================================================== --- head/devel/rubygem-fog-core/distinfo Fri Jul 3 13:07:54 2015 (r391234) +++ head/devel/rubygem-fog-core/distinfo Fri Jul 3 13:23:33 2015 (r391235) @@ -1,2 +1,2 @@ -SHA256 (rubygem/fog-core-1.31.1.gem) = 6742db953fea3b5ee4e3db6560e1359b18e9a0c1670b385cabd2ef8319f19aad -SIZE (rubygem/fog-core-1.31.1.gem) = 46592 +SHA256 (rubygem/fog-core-1.32.0.gem) = fdb0e194d01342cc030b25dfd7609e1be6ae02c8215d5b55b7101950e42dfa4e +SIZE (rubygem/fog-core-1.32.0.gem) = 46592 From owner-svn-ports-all@freebsd.org Fri Jul 3 13:23:42 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 98799994017; Fri, 3 Jul 2015 13:23:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7CFF51BC7; Fri, 3 Jul 2015 13:23:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t63DNgU3013255; Fri, 3 Jul 2015 13:23:42 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t63DNf1A013252; Fri, 3 Jul 2015 13:23:41 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507031323.t63DNf1A013252@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 3 Jul 2015 13:23:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391236 - in head/devel/rubygem-fog: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 13:23:42 -0000 Author: sunpoet Date: Fri Jul 3 13:23:41 2015 New Revision: 391236 URL: https://svnweb.freebsd.org/changeset/ports/391236 Log: - Update to 1.32.0 Changes: https://github.com/fog/fog/blob/master/CHANGELOG.md Added: head/devel/rubygem-fog/files/ head/devel/rubygem-fog/files/patch-gemspec (contents, props changed) Modified: head/devel/rubygem-fog/Makefile head/devel/rubygem-fog/distinfo Modified: head/devel/rubygem-fog/Makefile ============================================================================== --- head/devel/rubygem-fog/Makefile Fri Jul 3 13:23:33 2015 (r391235) +++ head/devel/rubygem-fog/Makefile Fri Jul 3 13:23:41 2015 (r391236) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fog -PORTVERSION= 1.31.0 +PORTVERSION= 1.32.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -12,10 +12,10 @@ COMMENT= Ruby cloud services library LICENSE= MIT RUN_DEPENDS= rubygem-fog-atmos>=0:${PORTSDIR}/net/rubygem-fog-atmos \ - rubygem-fog-aws>=0:${PORTSDIR}/net/rubygem-fog-aws \ + rubygem-fog-aws>=0.6.0:${PORTSDIR}/net/rubygem-fog-aws \ rubygem-fog-brightbox>=0.4:${PORTSDIR}/devel/rubygem-fog-brightbox \ rubygem-fog-core>=1.30:${PORTSDIR}/devel/rubygem-fog-core \ - rubygem-fog-ecloud>=0:${PORTSDIR}/net/rubygem-fog-ecloud \ + rubygem-fog-ecloud>=0.1.1:${PORTSDIR}/net/rubygem-fog-ecloud \ rubygem-fog-google>=0.0.2:${PORTSDIR}/net/rubygem-fog-google \ rubygem-fog-json>=0:${PORTSDIR}/devel/rubygem-fog-json \ rubygem-fog-local>=0:${PORTSDIR}/net/rubygem-fog-local \ Modified: head/devel/rubygem-fog/distinfo ============================================================================== --- head/devel/rubygem-fog/distinfo Fri Jul 3 13:23:33 2015 (r391235) +++ head/devel/rubygem-fog/distinfo Fri Jul 3 13:23:41 2015 (r391236) @@ -1,2 +1,2 @@ -SHA256 (rubygem/fog-1.31.0.gem) = 3151e8c31a6b66f382c7600fd39064989b5d32261d08123b1455d299b3ef2877 -SIZE (rubygem/fog-1.31.0.gem) = 1226240 +SHA256 (rubygem/fog-1.32.0.gem) = 0630f49da9a6ca68db308331b85bc089453ba1a8751e335326fb18f364040ba1 +SIZE (rubygem/fog-1.32.0.gem) = 1248768 Added: head/devel/rubygem-fog/files/patch-gemspec ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-fog/files/patch-gemspec Fri Jul 3 13:23:41 2015 (r391236) @@ -0,0 +1,11 @@ +--- fog.gemspec.orig 2015-07-03 07:51:47 UTC ++++ fog.gemspec +@@ -34,7 +34,7 @@ Gem::Specification.new do |s| + s.add_runtime_dependency(%q, [">= 0"]) + s.add_runtime_dependency(%q, [">= 0.6.0"]) + s.add_runtime_dependency(%q, ["~> 0.4"]) +- s.add_runtime_dependency(%q, ["= 0.1.1"]) ++ s.add_runtime_dependency(%q, [">= 0.1.1"]) + s.add_runtime_dependency(%q, [">= 0.0.2"]) + s.add_runtime_dependency(%q, [">= 0"]) + s.add_runtime_dependency(%q, [">= 0.1.1"]) From owner-svn-ports-all@freebsd.org Fri Jul 3 13:26:24 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DEC6D994049; Fri, 3 Jul 2015 13:26:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C81591CED; Fri, 3 Jul 2015 13:26:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t63DQOvL013720; Fri, 3 Jul 2015 13:26:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t63DQOqd013719; Fri, 3 Jul 2015 13:26:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507031326.t63DQOqd013719@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 3 Jul 2015 13:26:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391237 - head/devel/rubygem-fog X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 13:26:25 -0000 Author: sunpoet Date: Fri Jul 3 13:26:23 2015 New Revision: 391237 URL: https://svnweb.freebsd.org/changeset/ports/391237 Log: - Add missing change in 1.32.0 update Modified: head/devel/rubygem-fog/Makefile Modified: head/devel/rubygem-fog/Makefile ============================================================================== --- head/devel/rubygem-fog/Makefile Fri Jul 3 13:23:41 2015 (r391236) +++ head/devel/rubygem-fog/Makefile Fri Jul 3 13:26:23 2015 (r391237) @@ -14,7 +14,7 @@ LICENSE= MIT RUN_DEPENDS= rubygem-fog-atmos>=0:${PORTSDIR}/net/rubygem-fog-atmos \ rubygem-fog-aws>=0.6.0:${PORTSDIR}/net/rubygem-fog-aws \ rubygem-fog-brightbox>=0.4:${PORTSDIR}/devel/rubygem-fog-brightbox \ - rubygem-fog-core>=1.30:${PORTSDIR}/devel/rubygem-fog-core \ + rubygem-fog-core>=1.32:${PORTSDIR}/devel/rubygem-fog-core \ rubygem-fog-ecloud>=0.1.1:${PORTSDIR}/net/rubygem-fog-ecloud \ rubygem-fog-google>=0.0.2:${PORTSDIR}/net/rubygem-fog-google \ rubygem-fog-json>=0:${PORTSDIR}/devel/rubygem-fog-json \ From owner-svn-ports-all@freebsd.org Fri Jul 3 13:27:45 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E8DC0994070; Fri, 3 Jul 2015 13:27:44 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D89021DE8; Fri, 3 Jul 2015 13:27:44 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t63DRi2N014148; Fri, 3 Jul 2015 13:27:44 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t63DRfN1014135; Fri, 3 Jul 2015 13:27:41 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201507031327.t63DRfN1014135@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Fri, 3 Jul 2015 13:27:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391238 - in head/lang/python27: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 13:27:45 -0000 Author: brnrd Date: Fri Jul 3 13:27:40 2015 New Revision: 391238 URL: https://svnweb.freebsd.org/changeset/ports/391238 Log: lang/python: Update to 2.7.10 The FreeBSD Python team welcomes Python 2.7.10 to the Ports tree! Announcement: https://www.python.org/downloads/release/python-2710/ Changelog: https://hg.python.org/cpython/raw-file/v2.7.10/Misc/NEWS Important changes for this release: - Python 2.7.10 is a bug fix release of the Python 2.7.x series. - Fixes issues with LibreSSL 2.2+ PR: 192511, 201088 Differentialr Revision: D2637 Reviewed by: koobs (mentor), vsevolod (mentor), antoine Approved by: koobs (mentor) Added: head/lang/python27/files/patch-Lib_distutils_command_build__scripts.py (contents, props changed) head/lang/python27/files/patch-Modules___ssl.c (contents, props changed) Deleted: head/lang/python27/files/patch-Lib_distutils_command_build_scripts.py Modified: head/lang/python27/Makefile head/lang/python27/distinfo head/lang/python27/files/patch-Doc__library__fcntl.rst head/lang/python27/files/patch-Lib__distutils__unixccompiler.py head/lang/python27/files/patch-Makefile.pre.in head/lang/python27/files/patch-Modules-_ctypes-libffi-configure head/lang/python27/files/patch-Modules___ctypes__libffi__src__arm__ffi.c head/lang/python27/files/patch-Modules__fcntlmodule.c head/lang/python27/files/patch-setup.py head/lang/python27/pkg-plist Modified: head/lang/python27/Makefile ============================================================================== --- head/lang/python27/Makefile Fri Jul 3 13:26:23 2015 (r391237) +++ head/lang/python27/Makefile Fri Jul 3 13:27:40 2015 (r391238) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= python27 -PORTVERSION= 2.7.9 -PORTREVISION= 1 +PORTVERSION= 2.7.10 CATEGORIES= lang python ipv6 MASTER_SITES= PYTHON/ftp/python/${PORTVERSION} DISTNAME= Python-${PORTVERSION} Modified: head/lang/python27/distinfo ============================================================================== --- head/lang/python27/distinfo Fri Jul 3 13:26:23 2015 (r391237) +++ head/lang/python27/distinfo Fri Jul 3 13:27:40 2015 (r391238) @@ -1,2 +1,2 @@ -SHA256 (python/Python-2.7.9.tar.xz) = 90d27e14ea7e03570026850e2e50ba71ad20b7eb31035aada1cf3def8f8d4916 -SIZE (python/Python-2.7.9.tar.xz) = 12164712 +SHA256 (python/Python-2.7.10.tar.xz) = 1cd3730781b91caf0fa1c4d472dc29274186480161a150294c42ce9b5c5effc0 +SIZE (python/Python-2.7.10.tar.xz) = 12250696 Modified: head/lang/python27/files/patch-Doc__library__fcntl.rst ============================================================================== --- head/lang/python27/files/patch-Doc__library__fcntl.rst Fri Jul 3 13:26:23 2015 (r391237) +++ head/lang/python27/files/patch-Doc__library__fcntl.rst Fri Jul 3 13:27:40 2015 (r391238) @@ -1,6 +1,6 @@ --- ./Doc/library/fcntl.rst.orig 2014-07-03 21:53:41.473098625 +1000 +++ ./Doc/library/fcntl.rst 2014-07-03 21:54:04.342833056 +1000 -@@ -50,7 +50,6 @@ +@@ -50,7 +50,6 @@ The module defines the following functio operations are typically defined in the library module :mod:`termios` and the argument handling is even more complicated. Modified: head/lang/python27/files/patch-Lib__distutils__unixccompiler.py ============================================================================== --- head/lang/python27/files/patch-Lib__distutils__unixccompiler.py Fri Jul 3 13:26:23 2015 (r391237) +++ head/lang/python27/files/patch-Lib__distutils__unixccompiler.py Fri Jul 3 13:27:40 2015 (r391238) @@ -4,7 +4,7 @@ --- ./Lib/distutils/unixccompiler.py.orig 2013-11-10 07:36:40.000000000 +0000 +++ ./Lib/distutils/unixccompiler.py 2014-02-19 15:41:48.000000000 +0000 -@@ -228,6 +228,8 @@ +@@ -228,6 +228,8 @@ class UnixCCompiler(CCompiler): if sys.platform[:6] == "darwin": # MacOSX's linker doesn't understand the -R flag at all return "-L" + dir Added: head/lang/python27/files/patch-Lib_distutils_command_build__scripts.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/python27/files/patch-Lib_distutils_command_build__scripts.py Fri Jul 3 13:27:40 2015 (r391238) @@ -0,0 +1,17 @@ +# Description: A non-invasive partial backport of the Python3 distutils behaviour. +# This allows Python's scripts to be properly suffixed (similar to Python 3.x) on +# installation. +# Submitted by: mva + +--- Lib/distutils/command/build_scripts.py.orig 2014-07-26 09:52:20.000000000 UTC ++++ Lib/distutils/command/build_scripts.py 2014-07-26 09:52:56.000000000 UTC +@@ -126,6 +126,9 @@ class build_scripts (Command): + file, oldmode, newmode) + os.chmod(file, newmode) + ++ # XXX should we modify self.outfiles? ++ return outfiles ++ + # copy_scripts () + + # class build_scripts Modified: head/lang/python27/files/patch-Makefile.pre.in ============================================================================== --- head/lang/python27/files/patch-Makefile.pre.in Fri Jul 3 13:26:23 2015 (r391237) +++ head/lang/python27/files/patch-Makefile.pre.in Fri Jul 3 13:27:40 2015 (r391238) @@ -2,11 +2,11 @@ # Submitted by: mva --- Makefile.pre.in.orig 2014-06-30 04:05:39.000000000 +0200 -+++ Makefile.pre.in 2014-07-26 11:09:46.000000000 +0200 -@@ -868,6 +868,12 @@ - (cd $(DESTDIR)$(LIBPC); $(LN) -s python-$(VERSION).pc python2.pc) - -rm -f $(DESTDIR)$(LIBPC)/python.pc - (cd $(DESTDIR)$(LIBPC); $(LN) -s python2.pc python.pc) ++++ Makefile.pre.in 2014-07-26 11:09:46.000000000 +0200 +@@ -900,6 +900,12 @@ bininstall: altbininstall + (cd $(DESTDIR)$(LIBPC); $(LN) -s python-$(VERSION).pc python2.pc) + -rm -f $(DESTDIR)$(LIBPC)/python.pc + (cd $(DESTDIR)$(LIBPC); $(LN) -s python2.pc python.pc) + -rm -f $(DESTDIR)$(BINDIR)/idle + (cd $(DESTDIR)$(BINDIR); $(LN) -s idle$(VERSION) idle2) + -rm -f $(DESTDIR)$(BINDIR)/pydoc Modified: head/lang/python27/files/patch-Modules-_ctypes-libffi-configure ============================================================================== --- head/lang/python27/files/patch-Modules-_ctypes-libffi-configure Fri Jul 3 13:26:23 2015 (r391237) +++ head/lang/python27/files/patch-Modules-_ctypes-libffi-configure Fri Jul 3 13:27:40 2015 (r391238) @@ -1,6 +1,6 @@ --- Modules/_ctypes/libffi/configure.orig 2014-12-16 08:10:12.000000000 +0100 +++ Modules/_ctypes/libffi/configure 2014-12-16 08:10:40.000000000 +0100 -@@ -7526,7 +7526,7 @@ +@@ -7526,7 +7526,7 @@ mips64*-*linux*) rm -rf conftest* ;; Modified: head/lang/python27/files/patch-Modules___ctypes__libffi__src__arm__ffi.c ============================================================================== --- head/lang/python27/files/patch-Modules___ctypes__libffi__src__arm__ffi.c Fri Jul 3 13:26:23 2015 (r391237) +++ head/lang/python27/files/patch-Modules___ctypes__libffi__src__arm__ffi.c Fri Jul 3 13:27:40 2015 (r391238) @@ -3,7 +3,7 @@ # PR: ports/149167 ports/184517 # Patch by: cognet@ (to be upstreamed @ LLVM) ---- ./Modules/_ctypes/libffi/src/arm/ffi.c.orig 2013-11-10 18:36:41.000000000 +1100 +--- ./Modules/_ctypes/libffi/src/arm/ffi.c.orig 2013-11-10 18:36:41.000000000 +1100 +++ ./Modules/_ctypes/libffi/src/arm/ffi.c 2013-12-03 18:05:51.461078888 +1100 @@ -33,6 +33,11 @@ @@ -17,7 +17,7 @@ /* Forward declares. */ static int vfp_type_p (ffi_type *); static void layout_vfp_args (ffi_cif *); -@@ -582,6 +587,16 @@ +@@ -751,6 +756,16 @@ ffi_closure_free (void *ptr) #else Added: head/lang/python27/files/patch-Modules___ssl.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/python27/files/patch-Modules___ssl.c Fri Jul 3 13:27:40 2015 (r391238) @@ -0,0 +1,23 @@ +# Since LibreSSL 2.2.0 there is a define OPENSSL_NO_EGD +# Upstreamed Issue http://bugs.python.org/24557 + +--- Modules/_ssl.c.orig 2015-05-23 16:09:19 UTC ++++ Modules/_ssl.c +@@ -3380,7 +3380,7 @@ using the ssl() function."); + #endif /* HAVE_OPENSSL_RAND */ + + +-#ifdef HAVE_RAND_EGD ++#ifndef OPENSSL_NO_EGD + + static PyObject * + PySSL_RAND_egd(PyObject *self, PyObject *arg) +@@ -3804,7 +3804,7 @@ static PyMethodDef PySSL_methods[] = { + {"RAND_status", (PyCFunction)PySSL_RAND_status, METH_NOARGS, + PySSL_RAND_status_doc}, + #endif +-#ifdef HAVE_RAND_EGD ++#ifndef OPENSSL_NO_EGD + {"RAND_egd", PySSL_RAND_egd, METH_VARARGS, + PySSL_RAND_egd_doc}, + #endif Modified: head/lang/python27/files/patch-Modules__fcntlmodule.c ============================================================================== --- head/lang/python27/files/patch-Modules__fcntlmodule.c Fri Jul 3 13:26:23 2015 (r391237) +++ head/lang/python27/files/patch-Modules__fcntlmodule.c Fri Jul 3 13:27:40 2015 (r391238) @@ -1,6 +1,6 @@ --- ./Modules/fcntlmodule.c.orig 2014-07-03 21:57:10.429953240 +1000 +++ ./Modules/fcntlmodule.c 2014-07-03 21:59:36.517210444 +1000 -@@ -98,20 +98,15 @@ +@@ -98,20 +98,15 @@ fcntl_ioctl(PyObject *self, PyObject *ar { #define IOCTL_BUFSZ 1024 int fd; @@ -24,7 +24,7 @@ int arg; int ret; char *str; -@@ -119,7 +114,7 @@ +@@ -119,7 +114,7 @@ fcntl_ioctl(PyObject *self, PyObject *ar int mutate_arg = 1; char buf[IOCTL_BUFSZ+1]; /* argument plus NUL byte */ @@ -33,7 +33,7 @@ conv_descriptor, &fd, &code, &str, &len, &mutate_arg)) { char *arg; -@@ -170,7 +165,7 @@ +@@ -170,7 +165,7 @@ fcntl_ioctl(PyObject *self, PyObject *ar } PyErr_Clear(); @@ -42,7 +42,7 @@ conv_descriptor, &fd, &code, &str, &len)) { if (len > IOCTL_BUFSZ) { PyErr_SetString(PyExc_ValueError, -@@ -192,7 +187,7 @@ +@@ -192,7 +187,7 @@ fcntl_ioctl(PyObject *self, PyObject *ar PyErr_Clear(); arg = 0; if (!PyArg_ParseTuple(args, Modified: head/lang/python27/files/patch-setup.py ============================================================================== --- head/lang/python27/files/patch-setup.py Fri Jul 3 13:26:23 2015 (r391237) +++ head/lang/python27/files/patch-setup.py Fri Jul 3 13:27:40 2015 (r391238) @@ -7,7 +7,7 @@ --- setup.py.orig 2014-06-30 04:05:48.000000000 +0200 +++ setup.py 2014-07-26 14:51:29.000000000 +0200 -@@ -15,6 +15,7 @@ +@@ -15,6 +15,7 @@ from distutils.core import Extension, se from distutils.command.build_ext import build_ext from distutils.command.install import install from distutils.command.install_lib import install_lib @@ -15,7 +15,7 @@ from distutils.spawn import find_executable cross_compiling = "_PYTHON_HOST_PLATFORM" in os.environ -@@ -33,7 +34,7 @@ +@@ -33,7 +34,7 @@ host_platform = get_platform() COMPILED_WITH_PYDEBUG = ('--with-pydebug' in sysconfig.get_config_var("CONFIG_ARGS")) # This global variable is used to hold the list of modules to be disabled. @@ -24,7 +24,7 @@ def add_dir_to_list(dirlist, dir): """Add the directory 'dir' to the list 'dirlist' (at the front) if -@@ -1212,7 +1213,7 @@ +@@ -1214,7 +1215,7 @@ class PyBuildExt(build_ext): sysroot = macosx_sdk_root() f = os.path.join(sysroot, f[1:]) @@ -33,7 +33,7 @@ data = open(f).read() m = re.search(r"#s*define\s+HASHVERSION\s+2\s*", data) if m is not None: -@@ -1551,7 +1552,7 @@ +@@ -1553,7 +1554,7 @@ class PyBuildExt(build_ext): macros = dict() libraries = [] @@ -42,7 +42,7 @@ # FreeBSD's P1003.1b semaphore support is very experimental # and has many known problems. (as of June 2008) macros = dict() -@@ -1602,9 +1603,10 @@ +@@ -1604,9 +1605,10 @@ class PyBuildExt(build_ext): else: missing.append('linuxaudiodev') @@ -56,7 +56,7 @@ exts.append( Extension('ossaudiodev', ['ossaudiodev.c']) ) else: missing.append('ossaudiodev') -@@ -2176,6 +2178,22 @@ +@@ -2178,6 +2180,22 @@ class PyBuildInstallLib(install_lib): def is_chmod_supported(self): return hasattr(os, 'chmod') @@ -79,7 +79,7 @@ SUMMARY = """ Python is an interpreted, interactive, object-oriented programming language. It is often compared to Tcl, Perl, Scheme or Java. -@@ -2221,7 +2239,9 @@ +@@ -2223,7 +2241,9 @@ def main(): platforms = ["Many"], # Build info @@ -90,7 +90,7 @@ 'install_lib':PyBuildInstallLib}, # The struct module is defined here, because build_ext won't be # called unless there's at least one extension module defined. -@@ -2229,8 +2249,7 @@ +@@ -2231,8 +2251,7 @@ def main(): # Scripts to install scripts = ['Tools/scripts/pydoc', 'Tools/scripts/idle', Modified: head/lang/python27/pkg-plist ============================================================================== --- head/lang/python27/pkg-plist Fri Jul 3 13:26:23 2015 (r391237) +++ head/lang/python27/pkg-plist Fri Jul 3 13:27:40 2015 (r391238) @@ -1436,8 +1436,8 @@ lib/python2.7/ensurepip/__init__.pyo lib/python2.7/ensurepip/__main__.py lib/python2.7/ensurepip/__main__.pyc lib/python2.7/ensurepip/__main__.pyo -lib/python2.7/ensurepip/_bundled/pip-1.5.6-py2.py3-none-any.whl -lib/python2.7/ensurepip/_bundled/setuptools-7.0-py2.py3-none-any.whl +lib/python2.7/ensurepip/_bundled/pip-6.1.1-py2.py3-none-any.whl +lib/python2.7/ensurepip/_bundled/setuptools-15.2-py2.py3-none-any.whl lib/python2.7/ensurepip/_uninstall.py lib/python2.7/ensurepip/_uninstall.pyc lib/python2.7/ensurepip/_uninstall.pyo @@ -1782,9 +1782,9 @@ lib/python2.7/idlelib/run.pyc lib/python2.7/idlelib/tabbedpages.py lib/python2.7/idlelib/tabbedpages.pyo lib/python2.7/idlelib/tabbedpages.pyc -lib/python2.7/idlelib/testcode.py -lib/python2.7/idlelib/testcode.pyo -lib/python2.7/idlelib/testcode.pyc +lib/python2.7/idlelib/idle_test/test_io.py +lib/python2.7/idlelib/idle_test/test_io.pyo +lib/python2.7/idlelib/idle_test/test_io.pyc lib/python2.7/idlelib/textView.py lib/python2.7/idlelib/textView.pyo lib/python2.7/idlelib/textView.pyc @@ -2907,7 +2907,7 @@ lib/python2.7/test/decimaltestdata/testa lib/python2.7/test/decimaltestdata/tointegral.decTest lib/python2.7/test/decimaltestdata/tointegralx.decTest lib/python2.7/test/decimaltestdata/xor.decTest -lib/python2.7/test/dh512.pem +lib/python2.7/test/dh1024.pem lib/python2.7/test/doctest_aliases.py lib/python2.7/test/doctest_aliases.pyo lib/python2.7/test/doctest_aliases.pyc @@ -4090,6 +4090,9 @@ lib/python2.7/test/test_threadsignals.py lib/python2.7/test/test_time.py lib/python2.7/test/test_time.pyo lib/python2.7/test/test_time.pyc +lib/python2.7/test/test_timeit.py +lib/python2.7/test/test_timeit.pyo +lib/python2.7/test/test_timeit.pyc lib/python2.7/test/test_timeout.py lib/python2.7/test/test_timeout.pyo lib/python2.7/test/test_timeout.pyc From owner-svn-ports-all@freebsd.org Fri Jul 3 13:34:42 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 427549941D1; Fri, 3 Jul 2015 13:34:42 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3339F119F; Fri, 3 Jul 2015 13:34:42 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t63DYgg2018714; Fri, 3 Jul 2015 13:34:42 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t63DYg0i018713; Fri, 3 Jul 2015 13:34:42 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201507031334.t63DYg0i018713@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Fri, 3 Jul 2015 13:34:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391239 - head/lang/python-tools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 13:34:42 -0000 Author: brnrd Date: Fri Jul 3 13:34:41 2015 New Revision: 391239 URL: https://svnweb.freebsd.org/changeset/ports/391239 Log: lang/python-(tools,doc-html): Update to 2.7.10 The FreeBSD Python team welcomes Python 2.7.10 to the Ports tree! Announcement: https://www.python.org/downloads/release/python-2710/ Changelog: https://hg.python.org/cpython/raw-file/v2.7.10/Misc/NEWS Important changes for this release: - Python 2.7.10 is a bug fix release of the Python 2.7.x series. - Fixes issues with LibreSSL 2.2+ PR: 192511, 201088 Differentialr Revision: D2637 Reviewed by: koobs (mentor), vsevolod (mentor), antoine Approved by: koobs (mentor) Modified: head/lang/python-tools/Makefile Modified: head/lang/python-tools/Makefile ============================================================================== --- head/lang/python-tools/Makefile Fri Jul 3 13:27:40 2015 (r391238) +++ head/lang/python-tools/Makefile Fri Jul 3 13:34:41 2015 (r391239) @@ -22,7 +22,7 @@ DISTINFO_FILE= ${PORTSDIR}/lang/python${ WRKSRC= ${WRKDIR}/Python-${PORTVERSION}/Tools/scripts SCRIPT_FILES= byteyears checkpyc copytime crlf dutree \ - ftpmirror lfcr ptags untabify + lfcr ptags untabify PYLIB_FILES= tabnanny timeit PLIST_FILES= ${SCRIPT_FILES:C/^.*/bin\/&/g} ${PYLIB_FILES:C/^.*/bin\/&/g} From owner-svn-ports-all@freebsd.org Fri Jul 3 13:37:43 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 281909942A0; Fri, 3 Jul 2015 13:37:43 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F334F1625; Fri, 3 Jul 2015 13:37:42 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t63DbgTv019248; Fri, 3 Jul 2015 13:37:42 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t63Dbgkh019247; Fri, 3 Jul 2015 13:37:42 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201507031337.t63Dbgkh019247@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Fri, 3 Jul 2015 13:37:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391240 - head/lang/python-doc-html X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 13:37:43 -0000 Author: brnrd Date: Fri Jul 3 13:37:42 2015 New Revision: 391240 URL: https://svnweb.freebsd.org/changeset/ports/391240 Log: lang/python-doc-html: Update to 2.7.10 The FreeBSD Python team welcomes Python 2.7.10 to the Ports tree! Announcement: https://www.python.org/downloads/release/python-2710/ Changelog: https://hg.python.org/cpython/raw-file/v2.7.10/Misc/NEWS Important changes for this release: - Python 2.7.10 is a bug fix release of the Python 2.7.x series. - Fixes issues with LibreSSL 2.2+ PR: 192511, 201088 Differentialr Revision: D2637 Reviewed by: koobs (mentor), vsevolod (mentor), antoine Approved by: koobs (mentor) Modified: head/lang/python-doc-html/distinfo Modified: head/lang/python-doc-html/distinfo ============================================================================== --- head/lang/python-doc-html/distinfo Fri Jul 3 13:34:41 2015 (r391239) +++ head/lang/python-doc-html/distinfo Fri Jul 3 13:37:42 2015 (r391240) @@ -1,11 +1,11 @@ -SHA256 (python/python-2.7.9-docs-html.tar.bz2) = 9c8ec955491a53b20794cd20065f1ccee15622a0ffc89a6c301d879513a67b50 -SIZE (python/python-2.7.9-docs-html.tar.bz2) = 4527125 -SHA256 (python/python-2.7.9-docs-pdf-a4.tar.bz2) = b1ce63f4d234f3aab2fe8c29e8889063fcd6786ee2fc71edeab26f826eeaeea5 -SIZE (python/python-2.7.9-docs-pdf-a4.tar.bz2) = 10679722 -SHA256 (python/python-2.7.9-docs-pdf-letter.tar.bz2) = 2e76fcfca34790ccb35dda55c84057abdce5362cd2421f6f4db8904b59b82545 -SIZE (python/python-2.7.9-docs-pdf-letter.tar.bz2) = 10734252 -SHA256 (python/python-2.7.9-docs-text.tar.bz2) = 3929ff923aebaf33c6e7a6339c535191d30e3d9e2e21c63aaa05171ecc3d60df -SIZE (python/python-2.7.9-docs-text.tar.bz2) = 1601304 +SHA256 (python/python-2.7.10-docs-html.tar.bz2) = e5f399cccc365f16679a32cd79d2b1bd0906c8838b7ea83f5a0c8236d2324e61 +SIZE (python/python-2.7.10-docs-html.tar.bz2) = 4566934 +SHA256 (python/python-2.7.10-docs-pdf-a4.tar.bz2) = 53ce5f42fededd92fc297fe92b6ed991333e5c58ac838a21f501cc19bce6f545 +SIZE (python/python-2.7.10-docs-pdf-a4.tar.bz2) = 10651077 +SHA256 (python/python-2.7.10-docs-pdf-letter.tar.bz2) = ab4eb48cca914e195b648bf541c3a894a04d9e64512d3f451d84b6d0307fd19e +SIZE (python/python-2.7.10-docs-pdf-letter.tar.bz2) = 10709408 +SHA256 (python/python-2.7.10-docs-text.tar.bz2) = f90dc826239bb6e66639e913647fe50cf8ab1352bf55d393eed2fb1d46b51eeb +SIZE (python/python-2.7.10-docs-text.tar.bz2) = 1605615 SHA256 (python/python-3.2.5-docs-html.tar.bz2) = 5a7f7f79d58cf87511aae66784ae71e3e108ca8185bd40706c4bb43e5e0348bc SIZE (python/python-3.2.5-docs-html.tar.bz2) = 4435429 SHA256 (python/python-3.2.5-docs-pdf-a4.tar.bz2) = bfa07657b5d3810fa3cc16cd210459457cfaedff0887e2617b2deabd21e432e3 From owner-svn-ports-all@freebsd.org Fri Jul 3 13:59:53 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1971A9945AB; Fri, 3 Jul 2015 13:59:53 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F1ED11EBE; Fri, 3 Jul 2015 13:59:52 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t63Dxq56029766; Fri, 3 Jul 2015 13:59:52 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t63DxkGF029702; Fri, 3 Jul 2015 13:59:46 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507031359.t63DxkGF029702@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 3 Jul 2015 13:59:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391241 - in head: Mk/Uses databases/elixir-ecto databases/elixir-mariaex databases/elixir-postgrex devel/elixir-conform devel/elixir-decimal devel/elixir-dialyze devel/elixir-exjsx dev... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 13:59:53 -0000 Author: olgeni Date: Fri Jul 3 13:59:45 2015 New Revision: 391241 URL: https://svnweb.freebsd.org/changeset/ports/391241 Log: Add a new USES elixir.mk (from lang/elixir/bsd.elixir.mk) and adjust all Elixir ports. Added: head/Mk/Uses/elixir.mk - copied, changed from r391240, head/lang/elixir/bsd.elixir.mk Deleted: head/lang/elixir/bsd.elixir.mk Modified: head/databases/elixir-ecto/Makefile head/databases/elixir-mariaex/Makefile head/databases/elixir-postgrex/Makefile head/devel/elixir-conform/Makefile head/devel/elixir-decimal/Makefile head/devel/elixir-dialyze/Makefile head/devel/elixir-exjsx/Makefile head/devel/elixir-exrm/Makefile head/devel/elixir-lager_logger/Makefile head/devel/elixir-plug/Makefile head/devel/elixir-poison/Makefile head/devel/elixir-timex-interval/Makefile head/devel/elixir-timex/Makefile head/devel/elixir-tzdata/Makefile head/textproc/elixir-earmark/Makefile head/textproc/elixir-ex_doc/Makefile head/www/elixir-maru/Makefile head/www/elixir-phoenix/Makefile head/www/elixir-phoenix_ecto/Makefile head/www/elixir-phoenix_html/Makefile head/www/elixir-webassembly/Makefile Copied and modified: head/Mk/Uses/elixir.mk (from r391240, head/lang/elixir/bsd.elixir.mk) ============================================================================== --- head/lang/elixir/bsd.elixir.mk Fri Jul 3 13:37:42 2015 (r391240, copy source) +++ head/Mk/Uses/elixir.mk Fri Jul 3 13:59:45 2015 (r391241) @@ -1,6 +1,12 @@ # $FreeBSD$ # -# bsd.elixir.mk - Helper for Elixir applications +# Handle Elixir related ports +# +# Feature: elixir +# Usage: USES=elixir +# Valid ARGS: does not require args +# +# Additional variables: # # ELIXIR_APP_NAME - Elixir app name as installed in Elixir's lib directory # ELIXIR_APP_ROOT - Root directory for this Elixir app @@ -9,7 +15,7 @@ # MIX_CMD - The "mix" command # MIX_COMPILE - The "mix" command used to compile an Elixir app # MIX_BUILD_DEPS - List of BUILD_DEPENDS in category/portname format -# (commonly referenced to as "deps" in Erlang and Elixir) +# (commonly referenced to as "deps" in Erlang and Elixir) # MIX_RUN_DEPS - List of RUN_DEPENDS in category/portname format # MIX_DOC_DIRS - Extra doc directories to be installed in DOCSDIR # MIX_DOC_FILES - Extra doc files to be installed in DOCSDIR (usually README.md) @@ -18,6 +24,15 @@ # MIX_EXTRA_APPS - List of sub-applications to be built, if any # MIX_EXTRA_DIRS - List of extra directories to be installed in ELIXIR_APP_ROOT # MIX_EXTRA_FILES - List of extra files to be installed in ELIXIR_APP_ROOT +# +# MAINTAINER: olgeni@FreeBSD.org + +.if !defined(_INCLUDE_USES_ELIXIR_MK) +_INCLUDE_USES_ELIXIR_MK=yes + +.if !empty(elixir_ARGS) +IGNORE= USES=elixir does not require args +.endif ELIXIR_APP_NAME?= ${PORTNAME} ELIXIR_APP_ROOT?= ${PREFIX}/lib/elixir/lib/${ELIXIR_APP_NAME} @@ -93,3 +108,5 @@ do-install-elixir: ${INSTALL_DATA} ${WRKSRC}/${app}/_build/${MIX_BUILD_NAME}/lib/*/ebin/* \ ${STAGEDIR}${ELIXIR_APP_ROOT}/ebin .endfor + +.endif #!defined(_INCLUDE_USES_ELIXIR_MK) Modified: head/databases/elixir-ecto/Makefile ============================================================================== --- head/databases/elixir-ecto/Makefile Fri Jul 3 13:37:42 2015 (r391240) +++ head/databases/elixir-ecto/Makefile Fri Jul 3 13:59:45 2015 (r391241) @@ -11,6 +11,7 @@ COMMENT= Database wrapper and language i LICENSE= APACHE20 +USES= elixir USE_GITHUB= yes GH_ACCOUNT= elixir-lang @@ -19,5 +20,4 @@ MIX_BUILD_DEPS= devel/elixir-decimal \ devel/erlang-poolboy MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} -.include "${.CURDIR}/../../lang/elixir/bsd.elixir.mk" .include Modified: head/databases/elixir-mariaex/Makefile ============================================================================== --- head/databases/elixir-mariaex/Makefile Fri Jul 3 13:37:42 2015 (r391240) +++ head/databases/elixir-mariaex/Makefile Fri Jul 3 13:59:45 2015 (r391241) @@ -11,11 +11,11 @@ COMMENT= Database driver for MariaDB and LICENSE= APACHE20 +USES= elixir USE_GITHUB= yes GH_ACCOUNT= xerions MIX_BUILD_DEPS= devel/elixir-decimal MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} -.include "${.CURDIR}/../../lang/elixir/bsd.elixir.mk" .include Modified: head/databases/elixir-postgrex/Makefile ============================================================================== --- head/databases/elixir-postgrex/Makefile Fri Jul 3 13:37:42 2015 (r391240) +++ head/databases/elixir-postgrex/Makefile Fri Jul 3 13:59:45 2015 (r391241) @@ -11,6 +11,7 @@ COMMENT= Database driver for PostgreSQL LICENSE= APACHE20 +USES= elixir USE_GITHUB= yes GH_ACCOUNT= ericmj @@ -18,5 +19,4 @@ MIX_BUILD_NAME= shared MIX_BUILD_DEPS= devel/elixir-decimal MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} -.include "${.CURDIR}/../../lang/elixir/bsd.elixir.mk" .include Modified: head/devel/elixir-conform/Makefile ============================================================================== --- head/devel/elixir-conform/Makefile Fri Jul 3 13:37:42 2015 (r391240) +++ head/devel/elixir-conform/Makefile Fri Jul 3 13:59:45 2015 (r391241) @@ -12,11 +12,11 @@ COMMENT= Easy release configuration for LICENSE= APACHE20 MIT LICENSE_COMB= multi +USES= elixir USE_GITHUB= yes GH_ACCOUNT= bitwalker MIX_BUILD_DEPS= devel/erlang-neotoma MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} -.include "${.CURDIR}/../../lang/elixir/bsd.elixir.mk" .include Modified: head/devel/elixir-decimal/Makefile ============================================================================== --- head/devel/elixir-decimal/Makefile Fri Jul 3 13:37:42 2015 (r391240) +++ head/devel/elixir-decimal/Makefile Fri Jul 3 13:59:45 2015 (r391241) @@ -11,8 +11,8 @@ COMMENT= Arbitrary precision decimal ari LICENSE= APACHE20 +USES= elixir USE_GITHUB= yes GH_ACCOUNT= ericmj -.include "${.CURDIR}/../../lang/elixir/bsd.elixir.mk" .include Modified: head/devel/elixir-dialyze/Makefile ============================================================================== --- head/devel/elixir-dialyze/Makefile Fri Jul 3 13:37:42 2015 (r391240) +++ head/devel/elixir-dialyze/Makefile Fri Jul 3 13:59:45 2015 (r391241) @@ -11,8 +11,8 @@ COMMENT= Mix dialyzer task LICENSE= APACHE20 +USES= elixir USE_GITHUB= yes GH_ACCOUNT= fishcakez -.include "${.CURDIR}/../../lang/elixir/bsd.elixir.mk" .include Modified: head/devel/elixir-exjsx/Makefile ============================================================================== --- head/devel/elixir-exjsx/Makefile Fri Jul 3 13:37:42 2015 (r391240) +++ head/devel/elixir-exjsx/Makefile Fri Jul 3 13:59:45 2015 (r391241) @@ -11,11 +11,11 @@ COMMENT= JSON library for Elixir LICENSE= MIT +USES= elixir USE_GITHUB= yes GH_ACCOUNT= talentdeficit MIX_BUILD_DEPS= devel/erlang-jsx MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} -.include "${.CURDIR}/../../lang/elixir/bsd.elixir.mk" .include Modified: head/devel/elixir-exrm/Makefile ============================================================================== --- head/devel/elixir-exrm/Makefile Fri Jul 3 13:37:42 2015 (r391240) +++ head/devel/elixir-exrm/Makefile Fri Jul 3 13:59:45 2015 (r391241) @@ -10,6 +10,7 @@ COMMENT= Automatically generate releases LICENSE= MIT +USES= elixir USE_GITHUB= yes GH_ACCOUNT= bitwalker @@ -17,5 +18,4 @@ MIX_BUILD_DEPS= devel/relx \ devel/elixir-conform MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} -.include "${.CURDIR}/../../lang/elixir/bsd.elixir.mk" .include Modified: head/devel/elixir-lager_logger/Makefile ============================================================================== --- head/devel/elixir-lager_logger/Makefile Fri Jul 3 13:37:42 2015 (r391240) +++ head/devel/elixir-lager_logger/Makefile Fri Jul 3 13:59:45 2015 (r391241) @@ -11,8 +11,8 @@ COMMENT= Lager backend for Elixir's Logg LICENSE= APACHE20 +USES= elixir USE_GITHUB= yes GH_ACCOUNT= PSPDFKit-labs -.include "${.CURDIR}/../../lang/elixir/bsd.elixir.mk" .include Modified: head/devel/elixir-plug/Makefile ============================================================================== --- head/devel/elixir-plug/Makefile Fri Jul 3 13:37:42 2015 (r391240) +++ head/devel/elixir-plug/Makefile Fri Jul 3 13:59:45 2015 (r391241) @@ -11,8 +11,8 @@ COMMENT= Composable modules for Elixir w LICENSE= APACHE20 +USES= elixir USE_GITHUB= yes GH_ACCOUNT= elixir-lang -.include "${.CURDIR}/../../lang/elixir/bsd.elixir.mk" .include Modified: head/devel/elixir-poison/Makefile ============================================================================== --- head/devel/elixir-poison/Makefile Fri Jul 3 13:37:42 2015 (r391240) +++ head/devel/elixir-poison/Makefile Fri Jul 3 13:59:45 2015 (r391241) @@ -10,8 +10,8 @@ COMMENT= Pure Elixir JSON library LICENSE= ISCL +USES= elixir USE_GITHUB= yes GH_ACCOUNT= devinus -.include "${.CURDIR}/../../lang/elixir/bsd.elixir.mk" .include Modified: head/devel/elixir-timex-interval/Makefile ============================================================================== --- head/devel/elixir-timex-interval/Makefile Fri Jul 3 13:37:42 2015 (r391240) +++ head/devel/elixir-timex-interval/Makefile Fri Jul 3 13:59:45 2015 (r391241) @@ -10,6 +10,7 @@ COMMENT= Date/time interval library for LICENSE= APACHE20 +USES= elixir USE_GITHUB= yes GH_ACCOUNT= bitwalker @@ -17,5 +18,4 @@ ELIXIR_APP_NAME=timex_interval MIX_BUILD_DEPS= devel/elixir-timex MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} -.include "${.CURDIR}/../../lang/elixir/bsd.elixir.mk" .include Modified: head/devel/elixir-timex/Makefile ============================================================================== --- head/devel/elixir-timex/Makefile Fri Jul 3 13:37:42 2015 (r391240) +++ head/devel/elixir-timex/Makefile Fri Jul 3 13:59:45 2015 (r391241) @@ -10,11 +10,11 @@ COMMENT= Complete date/time library for LICENSE= MIT +USES= elixir USE_GITHUB= yes GH_ACCOUNT= bitwalker MIX_BUILD_DEPS= devel/elixir-tzdata MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} -.include "${.CURDIR}/../../lang/elixir/bsd.elixir.mk" .include Modified: head/devel/elixir-tzdata/Makefile ============================================================================== --- head/devel/elixir-tzdata/Makefile Fri Jul 3 13:37:42 2015 (r391240) +++ head/devel/elixir-tzdata/Makefile Fri Jul 3 13:59:45 2015 (r391241) @@ -11,8 +11,8 @@ COMMENT= Time zone data for Elixir LICENSE= MIT +USES= elixir USE_GITHUB= yes GH_ACCOUNT= lau -.include "${.CURDIR}/../../lang/elixir/bsd.elixir.mk" .include Modified: head/textproc/elixir-earmark/Makefile ============================================================================== --- head/textproc/elixir-earmark/Makefile Fri Jul 3 13:37:42 2015 (r391240) +++ head/textproc/elixir-earmark/Makefile Fri Jul 3 13:59:45 2015 (r391241) @@ -11,9 +11,9 @@ COMMENT= Markdown parser for Elixir LICENSE= APACHE20 +USES= elixir USE_GITHUB= yes GH_ACCOUNT= pragdave GH_TAGNAME= 07914f5 -.include "${.CURDIR}/../../lang/elixir/bsd.elixir.mk" .include Modified: head/textproc/elixir-ex_doc/Makefile ============================================================================== --- head/textproc/elixir-ex_doc/Makefile Fri Jul 3 13:37:42 2015 (r391240) +++ head/textproc/elixir-ex_doc/Makefile Fri Jul 3 13:59:45 2015 (r391241) @@ -12,11 +12,11 @@ COMMENT= Tool to generate documentation LICENSE= APACHE20 MIT LICENSE_COMB= multi +USES= elixir USE_GITHUB= yes GH_ACCOUNT= elixir-lang MIX_BUILD_DEPS= textproc/elixir-earmark MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} -.include "${.CURDIR}/../../lang/elixir/bsd.elixir.mk" .include Modified: head/www/elixir-maru/Makefile ============================================================================== --- head/www/elixir-maru/Makefile Fri Jul 3 13:37:42 2015 (r391240) +++ head/www/elixir-maru/Makefile Fri Jul 3 13:59:45 2015 (r391241) @@ -11,6 +11,7 @@ COMMENT= Elixir RESTful framework LICENSE= BSD3CLAUSE +USES= elixir USE_GITHUB= yes GH_ACCOUNT= falood @@ -20,5 +21,4 @@ MIX_BUILD_DEPS= devel/elixir-plug \ MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} MIX_DOC_DIRS= guide -.include "${.CURDIR}/../../lang/elixir/bsd.elixir.mk" .include Modified: head/www/elixir-phoenix/Makefile ============================================================================== --- head/www/elixir-phoenix/Makefile Fri Jul 3 13:37:42 2015 (r391240) +++ head/www/elixir-phoenix/Makefile Fri Jul 3 13:59:45 2015 (r391241) @@ -12,6 +12,7 @@ COMMENT= Web framework for Elixir LICENSE= MIT +USES= elixir USE_GITHUB= yes GH_ACCOUNT= phoenixframework @@ -29,5 +30,4 @@ MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} MIX_EXTRA_APPS= installer MIX_EXTRA_DIRS= installer/lib installer/templates -.include "${.CURDIR}/../../lang/elixir/bsd.elixir.mk" .include Modified: head/www/elixir-phoenix_ecto/Makefile ============================================================================== --- head/www/elixir-phoenix_ecto/Makefile Fri Jul 3 13:37:42 2015 (r391240) +++ head/www/elixir-phoenix_ecto/Makefile Fri Jul 3 13:59:45 2015 (r391241) @@ -11,6 +11,7 @@ COMMENT= Ecto integration for the Phoeni LICENSE= MIT +USES= elixir USE_GITHUB= yes GH_ACCOUNT= phoenixframework @@ -19,5 +20,4 @@ MIX_BUILD_DEPS= databases/elixir-ecto \ devel/elixir-poison MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} -.include "${.CURDIR}/../../lang/elixir/bsd.elixir.mk" .include Modified: head/www/elixir-phoenix_html/Makefile ============================================================================== --- head/www/elixir-phoenix_html/Makefile Fri Jul 3 13:37:42 2015 (r391240) +++ head/www/elixir-phoenix_html/Makefile Fri Jul 3 13:59:45 2015 (r391241) @@ -11,11 +11,11 @@ COMMENT= Functions for working with HTML LICENSE= MIT +USES= elixir USE_GITHUB= yes GH_ACCOUNT= phoenixframework MIX_BUILD_DEPS= devel/elixir-plug MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} -.include "${.CURDIR}/../../lang/elixir/bsd.elixir.mk" .include Modified: head/www/elixir-webassembly/Makefile ============================================================================== --- head/www/elixir-webassembly/Makefile Fri Jul 3 13:37:42 2015 (r391240) +++ head/www/elixir-webassembly/Makefile Fri Jul 3 13:59:45 2015 (r391241) @@ -11,8 +11,8 @@ COMMENT= DSL for creating HTML structure LICENSE= BSD2CLAUSE +USES= elixir USE_GITHUB= yes GH_ACCOUNT= herenowcoder -.include "${.CURDIR}/../../lang/elixir/bsd.elixir.mk" .include From owner-svn-ports-all@freebsd.org Fri Jul 3 14:13:13 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 07EE7994891; Fri, 3 Jul 2015 14:13:13 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EC4502772; Fri, 3 Jul 2015 14:13:12 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t63EDC6R038978; Fri, 3 Jul 2015 14:13:12 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t63EDB3U038967; Fri, 3 Jul 2015 14:13:11 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507031413.t63EDB3U038967@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 3 Jul 2015 14:13:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391242 - in head/devel: . elixir-exactor elixir-exactor/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 14:13:13 -0000 Author: olgeni Date: Fri Jul 3 14:13:10 2015 New Revision: 391242 URL: https://svnweb.freebsd.org/changeset/ports/391242 Log: Add devel/elixir-exactor, a library to simplify the implementation of GenServer based processes in Elixir. Added: head/devel/elixir-exactor/ head/devel/elixir-exactor/Makefile (contents, props changed) head/devel/elixir-exactor/distinfo (contents, props changed) head/devel/elixir-exactor/files/ head/devel/elixir-exactor/files/patch-mix.exs (contents, props changed) head/devel/elixir-exactor/pkg-descr (contents, props changed) head/devel/elixir-exactor/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Jul 3 13:59:45 2015 (r391241) +++ head/devel/Makefile Fri Jul 3 14:13:10 2015 (r391242) @@ -412,6 +412,7 @@ SUBDIR += elixir-conform SUBDIR += elixir-decimal SUBDIR += elixir-dialyze + SUBDIR += elixir-exactor SUBDIR += elixir-exjsx SUBDIR += elixir-exrm SUBDIR += elixir-lager_logger Added: head/devel/elixir-exactor/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-exactor/Makefile Fri Jul 3 14:13:10 2015 (r391242) @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= exactor +PORTVERSION= 2.1.2 +CATEGORIES= devel +PKGNAMEPREFIX= elixir- + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= GenServer helper for Elixir + +LICENSE= MIT + +USES= elixir +USE_GITHUB= yes +GH_ACCOUNT= sasa1977 + +.include Added: head/devel/elixir-exactor/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-exactor/distinfo Fri Jul 3 14:13:10 2015 (r391242) @@ -0,0 +1,2 @@ +SHA256 (sasa1977-exactor-2.1.2_GH0.tar.gz) = abe9bf73d10c30103aa2f29ca481688b23dd8bf195c7a2f3af6ddd0ade916b2e +SIZE (sasa1977-exactor-2.1.2_GH0.tar.gz) = 17215 Added: head/devel/elixir-exactor/files/patch-mix.exs ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-exactor/files/patch-mix.exs Fri Jul 3 14:13:10 2015 (r391242) @@ -0,0 +1,10 @@ +--- mix.exs.orig 2015-07-03 14:09:24 UTC ++++ mix.exs +@@ -34,7 +34,6 @@ defmodule ExActor.Mixfile do + + defp deps do + [ +- {:ex_doc, "~> 0.7.0", only: :docs} + ] + end + end Added: head/devel/elixir-exactor/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-exactor/pkg-descr Fri Jul 3 14:13:10 2015 (r391242) @@ -0,0 +1,6 @@ +Simplifies implementation of GenServer based processes in Elixir. + +ExActor helps removing the boilerplate that typically occurs when +using GenServer behaviour. + +WWW: https://github.com/sasa1977/exactor Added: head/devel/elixir-exactor/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-exactor/pkg-plist Fri Jul 3 14:13:10 2015 (r391242) @@ -0,0 +1,22 @@ +lib/elixir/lib/exactor/ebin/Elixir.ExActor.Behaviour.Strict.beam +lib/elixir/lib/exactor/ebin/Elixir.ExActor.Behaviour.Tolerant.beam +lib/elixir/lib/exactor/ebin/Elixir.ExActor.Delegator.beam +lib/elixir/lib/exactor/ebin/Elixir.ExActor.Empty.beam +lib/elixir/lib/exactor/ebin/Elixir.ExActor.GenServer.beam +lib/elixir/lib/exactor/ebin/Elixir.ExActor.Helper.beam +lib/elixir/lib/exactor/ebin/Elixir.ExActor.Operations.beam +lib/elixir/lib/exactor/ebin/Elixir.ExActor.Responders.beam +lib/elixir/lib/exactor/ebin/Elixir.ExActor.Strict.beam +lib/elixir/lib/exactor/ebin/Elixir.ExActor.Tolerant.beam +lib/elixir/lib/exactor/ebin/exactor.app +lib/elixir/lib/exactor/lib/exactor/behaviour/strict.ex +lib/elixir/lib/exactor/lib/exactor/behaviour/tolerant.ex +lib/elixir/lib/exactor/lib/exactor/delegator.ex +lib/elixir/lib/exactor/lib/exactor/empty.ex +lib/elixir/lib/exactor/lib/exactor/gen_server.ex +lib/elixir/lib/exactor/lib/exactor/helper.ex +lib/elixir/lib/exactor/lib/exactor/operations.ex +lib/elixir/lib/exactor/lib/exactor/responders.ex +lib/elixir/lib/exactor/lib/exactor/strict.ex +lib/elixir/lib/exactor/lib/exactor/tolerant.ex +%%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-all@freebsd.org Fri Jul 3 14:21:17 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 36D87994A63; Fri, 3 Jul 2015 14:21:17 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 27B7F2C1F; Fri, 3 Jul 2015 14:21:17 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t63ELH2e041882; Fri, 3 Jul 2015 14:21:17 GMT (envelope-from vsevolod@FreeBSD.org) Received: (from vsevolod@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t63ELG3B041880; Fri, 3 Jul 2015 14:21:16 GMT (envelope-from vsevolod@FreeBSD.org) Message-Id: <201507031421.t63ELG3B041880@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vsevolod set sender to vsevolod@FreeBSD.org using -f From: Vsevolod Stakhov Date: Fri, 3 Jul 2015 14:21:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391243 - head/mail/rspamd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 14:21:17 -0000 Author: vsevolod Date: Fri Jul 3 14:21:15 2015 New Revision: 391243 URL: https://svnweb.freebsd.org/changeset/ports/391243 Log: - Update to 0.9.9 Modified: head/mail/rspamd/Makefile head/mail/rspamd/distinfo Modified: head/mail/rspamd/Makefile ============================================================================== --- head/mail/rspamd/Makefile Fri Jul 3 14:13:10 2015 (r391242) +++ head/mail/rspamd/Makefile Fri Jul 3 14:21:15 2015 (r391243) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rspamd -PORTVERSION= 0.9.8 +PORTVERSION= 0.9.9 CATEGORIES= mail MASTER_SITES= http://rspamd.com/downloads/ Modified: head/mail/rspamd/distinfo ============================================================================== --- head/mail/rspamd/distinfo Fri Jul 3 14:13:10 2015 (r391242) +++ head/mail/rspamd/distinfo Fri Jul 3 14:21:15 2015 (r391243) @@ -1,2 +1,2 @@ -SHA256 (rspamd-0.9.8.tar.xz) = aba4d96014ed1b961f6a9add427f279d404f58f8264817b50b4178fcf1824b58 -SIZE (rspamd-0.9.8.tar.xz) = 803776 +SHA256 (rspamd-0.9.9.tar.xz) = bb4e6d7f69376f8d9fcd4b5a84cc9973a3551eb3e430e7c10b1bd9094db7c211 +SIZE (rspamd-0.9.9.tar.xz) = 808916 From owner-svn-ports-all@freebsd.org Fri Jul 3 14:42:17 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 17F2D994EF2; Fri, 3 Jul 2015 14:42:17 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E301D1B00; Fri, 3 Jul 2015 14:42:16 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t63EgGB6053950; Fri, 3 Jul 2015 14:42:16 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t63EgGYi053948; Fri, 3 Jul 2015 14:42:16 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201507031442.t63EgGYi053948@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Fri, 3 Jul 2015 14:42:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391244 - head/security/linux-c6-openssl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 14:42:17 -0000 Author: tijl Date: Fri Jul 3 14:42:15 2015 New Revision: 391244 URL: https://svnweb.freebsd.org/changeset/ports/391244 Log: Update to 1.0.1e-30.el6.11 MFH: 2015Q3 Modified: head/security/linux-c6-openssl/Makefile head/security/linux-c6-openssl/distinfo.i686 Modified: head/security/linux-c6-openssl/Makefile ============================================================================== --- head/security/linux-c6-openssl/Makefile Fri Jul 3 14:21:15 2015 (r391243) +++ head/security/linux-c6-openssl/Makefile Fri Jul 3 14:42:15 2015 (r391244) @@ -3,7 +3,7 @@ PORTNAME= openssl PORTVERSION= 1.0.1e -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= security linux MASTER_SITES= CENTOS_LINUX_UPDATES @@ -15,7 +15,7 @@ CONFLICTS= linux-openssl-[0-9]* linux-f8 ONLY_FOR_ARCHS= i386 amd64 USE_LINUX= c6 USE_LINUX_RPM= yes -RPMVERSION= 30.el6.8 +RPMVERSION= 30.el6.11 BRANDELF_FILES= usr/bin/openssl USE_LDCONFIG= yes Modified: head/security/linux-c6-openssl/distinfo.i686 ============================================================================== --- head/security/linux-c6-openssl/distinfo.i686 Fri Jul 3 14:21:15 2015 (r391243) +++ head/security/linux-c6-openssl/distinfo.i686 Fri Jul 3 14:42:15 2015 (r391244) @@ -1,4 +1,4 @@ -SHA256 (rpm/i686/centos/6.6/openssl-1.0.1e-30.el6.8.i686.rpm) = 41659461dfbc5f9ad6f32bf6d01385d0612829409a357e38aa060365123e7052 -SIZE (rpm/i686/centos/6.6/openssl-1.0.1e-30.el6.8.i686.rpm) = 1583880 -SHA256 (rpm/i686/centos/6.6/openssl-1.0.1e-30.el6.8.src.rpm) = e7c3b41c56fd2e7a3816d94623f9cbe57b0f1539f84032672f0e48e75e9e3a6b -SIZE (rpm/i686/centos/6.6/openssl-1.0.1e-30.el6.8.src.rpm) = 3195156 +SHA256 (rpm/i686/centos/6.6/openssl-1.0.1e-30.el6.11.i686.rpm) = aeb1ce9586380db077c6ed640fd8343c7dc9e81522c51761b3c73f3aa54f2c1c +SIZE (rpm/i686/centos/6.6/openssl-1.0.1e-30.el6.11.i686.rpm) = 1585676 +SHA256 (rpm/i686/centos/6.6/openssl-1.0.1e-30.el6.11.src.rpm) = aac901f048953cae0a9d6962636edecb05142f577eca9b5eef37831be727e109 +SIZE (rpm/i686/centos/6.6/openssl-1.0.1e-30.el6.11.src.rpm) = 3204421 From owner-svn-ports-all@freebsd.org Fri Jul 3 14:43:10 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5978F994F20; Fri, 3 Jul 2015 14:43:10 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4A9E51C43; Fri, 3 Jul 2015 14:43:10 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t63EhAtu054177; Fri, 3 Jul 2015 14:43:10 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t63Eh9Rm054176; Fri, 3 Jul 2015 14:43:09 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201507031443.t63Eh9Rm054176@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Fri, 3 Jul 2015 14:43:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391245 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 14:43:10 -0000 Author: tijl Date: Fri Jul 3 14:43:09 2015 New Revision: 391245 URL: https://svnweb.freebsd.org/changeset/ports/391245 Log: Fix range for linux-c6-openssl Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Fri Jul 3 14:42:15 2015 (r391244) +++ head/security/vuxml/vuln.xml Fri Jul 3 14:43:09 2015 (r391245) @@ -1351,7 +1351,7 @@ Notes: linux-c6-openssl - 1.0.2b + 1.0.1e_6 libressl @@ -1389,7 +1389,7 @@ Notes: 2015-06-11 2015-06-11 - 2015-06-11 + 2015-07-03 From owner-svn-ports-all@freebsd.org Fri Jul 3 14:45:42 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C0F7D994F70; Fri, 3 Jul 2015 14:45:42 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AA76E1D8D; Fri, 3 Jul 2015 14:45:42 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t63Ejgs4054719; Fri, 3 Jul 2015 14:45:42 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t63EjfAF054712; Fri, 3 Jul 2015 14:45:41 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201507031445.t63EjfAF054712@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 3 Jul 2015 14:45:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391246 - in head/cad: . stepcode X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 14:45:42 -0000 Author: amdmi3 Date: Fri Jul 3 14:45:40 2015 New Revision: 391246 URL: https://svnweb.freebsd.org/changeset/ports/391246 Log: In April/May 2012, STEP Class Library was renamed to STEPcode. This was done because the old name wasn't accurate - the class libraries are only a fraction of the software. The STEP Class Library (SCL) originated at the National Institute of Standards and Technology, or NIST. NIST started working with STEP in the 80's and continued until the late 90's. Some components of SCL were originally written in Lisp and then re-written in mixed C and C++ in the early 90's. The rest of SCL was written in C++ to begin with. STEPcode (SC) includes the class libraries, some of the most widely used EXPRESS schemas, some tools to work with EXPRESS, and support libraries for those tools. Two of the tools can create schema-specific libraries that are used with the class libraries. There are also some test files and programs. WWW: https://github.com/stepcode/stepcode/wiki PR: 201046 Submitted by: fernando.apesteguia@gmail.com Added: head/cad/stepcode/ head/cad/stepcode/Makefile (contents, props changed) head/cad/stepcode/distinfo (contents, props changed) head/cad/stepcode/pkg-descr (contents, props changed) head/cad/stepcode/pkg-plist (contents, props changed) Modified: head/cad/Makefile Modified: head/cad/Makefile ============================================================================== --- head/cad/Makefile Fri Jul 3 14:43:09 2015 (r391245) +++ head/cad/Makefile Fri Jul 3 14:45:40 2015 (r391246) @@ -83,6 +83,7 @@ SUBDIR += scotch SUBDIR += slffea SUBDIR += spice + SUBDIR += stepcode SUBDIR += sweethome3d SUBDIR += tkgate SUBDIR += tochnog Added: head/cad/stepcode/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/cad/stepcode/Makefile Fri Jul 3 14:45:40 2015 (r391246) @@ -0,0 +1,28 @@ +# Created by: Fernando Apesteguia +# $FreeBSD$ + +PORTNAME= stepcode +PORTVERSION= 0.8 +DISTVERSIONPREFIX= v +CATEGORIES= cad + +MAINTAINER= fernando.apesteguia@gmail.com +COMMENT= Generates C++ and Python from ISO10303 files + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING + +USE_GITHUB= yes + +USE_LDCONFIG= yes + +USES= cmake:outsource compiler:c++11-lang +CMAKE_ARGS+= -DSC_INSTALL_PREFIX=${PREFIX} \ + -DSC_BUILD_TYPE=Release + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/schema_scanner + @(cd ${STAGEDIR}${PREFIX} ; \ + ${FIND} include \( -type f -or -type l \) | ${SORT} >> ${TMPPLIST}) + +.include Added: head/cad/stepcode/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/cad/stepcode/distinfo Fri Jul 3 14:45:40 2015 (r391246) @@ -0,0 +1,2 @@ +SHA256 (stepcode-stepcode-v0.8_GH0.tar.gz) = f9cc8a5a4193f97add595c1909433154f82983b892c532be2a696758b153fd2c +SIZE (stepcode-stepcode-v0.8_GH0.tar.gz) = 5967472 Added: head/cad/stepcode/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/cad/stepcode/pkg-descr Fri Jul 3 14:45:40 2015 (r391246) @@ -0,0 +1,16 @@ +In April/May 2012, STEP Class Library was renamed to STEPcode. This was done +because the old name wasn't accurate - the class libraries are only a fraction +of the software. + +The STEP Class Library (SCL) originated at the National Institute of Standards +and Technology, or NIST. NIST started working with STEP in the 80's and +continued until the late 90's. Some components of SCL were originally written +in Lisp and then re-written in mixed C and C++ in the early 90's. +The rest of SCL was written in C++ to begin with. + +STEPcode (SC) includes the class libraries, some of the most widely used EXPRESS +schemas, some tools to work with EXPRESS, and support libraries for those tools. +Two of the tools can create schema-specific libraries that are used with the +class libraries. There are also some test files and programs. + +WWW: https://github.com/stepcode/stepcode/wiki Added: head/cad/stepcode/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/cad/stepcode/pkg-plist Fri Jul 3 14:45:40 2015 (r391246) @@ -0,0 +1,118 @@ +bin/check-express +bin/exp2cxx +bin/exp2python +bin/exppp +bin/lazy_sdai_IFC4 +bin/lazy_sdai_ISO15926 +bin/lazy_sdai_ap203 +bin/lazy_sdai_ap203e2 +bin/lazy_sdai_ap210e2 +bin/lazy_sdai_ap214e3 +bin/lazy_sdai_ap219 +bin/lazy_sdai_ap227 +bin/lazy_sdai_ap235 +bin/lazy_sdai_ap238 +bin/lazy_sdai_ap239 +bin/lazy_sdai_ap240 +bin/lazy_sdai_cd209 +bin/lazy_sdai_cd242 +bin/lazy_sdai_ifc2x3 +bin/lazy_sdai_pdm +bin/lazy_sdai_wip210e3 +bin/lazy_test +bin/p21read_sdai_IFC4 +bin/p21read_sdai_ISO15926 +bin/p21read_sdai_ap203 +bin/p21read_sdai_ap203e2 +bin/p21read_sdai_ap210e2 +bin/p21read_sdai_ap214e3 +bin/p21read_sdai_ap219 +bin/p21read_sdai_ap227 +bin/p21read_sdai_ap235 +bin/p21read_sdai_ap238 +bin/p21read_sdai_ap239 +bin/p21read_sdai_ap240 +bin/p21read_sdai_cd209 +bin/p21read_sdai_cd242 +bin/p21read_sdai_ifc2x3 +bin/p21read_sdai_pdm +bin/p21read_sdai_wip210e3 +bin/schema_scanner +@comment include/* is handled dynamically in the Makefile +lib/libbase.so +lib/libbase.so.2 +lib/libbase.so.2.0.0 +lib/libexppp.so +lib/libexppp.so.2 +lib/libexppp.so.2.0.0 +lib/libexpress.so +lib/libexpress.so.2 +lib/libexpress.so.2.0.0 +lib/libsdai_IFC4.so +lib/libsdai_IFC4.so.2 +lib/libsdai_IFC4.so.2.0.0 +lib/libsdai_ISO15926.so +lib/libsdai_ISO15926.so.2 +lib/libsdai_ISO15926.so.2.0.0 +lib/libsdai_ap203.so +lib/libsdai_ap203.so.2 +lib/libsdai_ap203.so.2.0.0 +lib/libsdai_ap203e2.so +lib/libsdai_ap203e2.so.2 +lib/libsdai_ap203e2.so.2.0.0 +lib/libsdai_ap210e2.so +lib/libsdai_ap210e2.so.2 +lib/libsdai_ap210e2.so.2.0.0 +lib/libsdai_ap214e3.so +lib/libsdai_ap214e3.so.2 +lib/libsdai_ap214e3.so.2.0.0 +lib/libsdai_ap219.so +lib/libsdai_ap219.so.2 +lib/libsdai_ap219.so.2.0.0 +lib/libsdai_ap227.so +lib/libsdai_ap227.so.2 +lib/libsdai_ap227.so.2.0.0 +lib/libsdai_ap235.so +lib/libsdai_ap235.so.2 +lib/libsdai_ap235.so.2.0.0 +lib/libsdai_ap238.so +lib/libsdai_ap238.so.2 +lib/libsdai_ap238.so.2.0.0 +lib/libsdai_ap239.so +lib/libsdai_ap239.so.2 +lib/libsdai_ap239.so.2.0.0 +lib/libsdai_ap240.so +lib/libsdai_ap240.so.2 +lib/libsdai_ap240.so.2.0.0 +lib/libsdai_cd209.so +lib/libsdai_cd209.so.2 +lib/libsdai_cd209.so.2.0.0 +lib/libsdai_cd242.so +lib/libsdai_cd242.so.2 +lib/libsdai_cd242.so.2.0.0 +lib/libsdai_ifc2x3.so +lib/libsdai_ifc2x3.so.2 +lib/libsdai_ifc2x3.so.2.0.0 +lib/libsdai_pdm.so +lib/libsdai_pdm.so.2 +lib/libsdai_pdm.so.2.0.0 +lib/libsdai_wip210e3.so +lib/libsdai_wip210e3.so.2 +lib/libsdai_wip210e3.so.2.0.0 +lib/libstepcore.so +lib/libstepcore.so.2 +lib/libstepcore.so.2.0.0 +lib/libstepdai.so +lib/libstepdai.so.2 +lib/libstepdai.so.2.0.0 +lib/libstepeditor.so +lib/libstepeditor.so.2 +lib/libstepeditor.so.2.0.0 +lib/libsteplazyfile.so +lib/libsteplazyfile.so.2 +lib/libsteplazyfile.so.2.0.0 +lib/libsteputils.so +lib/libsteputils.so.2 +lib/libsteputils.so.2.0.0 +share/man/man1/exp2cxx.1 +share/man/man1/fedex.1 From owner-svn-ports-all@freebsd.org Fri Jul 3 14:46:26 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 38C9F994FAE; Fri, 3 Jul 2015 14:46:26 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 29CBF1E94; Fri, 3 Jul 2015 14:46:26 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t63EkQrH054923; Fri, 3 Jul 2015 14:46:26 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t63EkQuK054922; Fri, 3 Jul 2015 14:46:26 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201507031446.t63EkQuK054922@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 3 Jul 2015 14:46:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391247 - head/graphics/inkscape X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 14:46:26 -0000 Author: amdmi3 Date: Fri Jul 3 14:46:25 2015 New Revision: 391247 URL: https://svnweb.freebsd.org/changeset/ports/391247 Log: - Fix another shebang Approved by: portmgr blanket MFH: 2015Q3 (blanket) Modified: head/graphics/inkscape/Makefile Modified: head/graphics/inkscape/Makefile ============================================================================== --- head/graphics/inkscape/Makefile Fri Jul 3 14:45:40 2015 (r391246) +++ head/graphics/inkscape/Makefile Fri Jul 3 14:46:25 2015 (r391247) @@ -3,7 +3,7 @@ PORTNAME= inkscape PORTVERSION= 0.91 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics gnome MASTER_SITES= https://inkscape.global.ssl.fastly.net/media/resources/file/ \ LOCAL/kwm @@ -33,7 +33,7 @@ CONFIGURE_ARGS= --without-gnome-vfs python_OLD_CMD?=/usr/bin/env python python_CMD?= ${LOCALBASE}/bin/python2 SHEBANG_FILES= cxxtest/cxxtestgen.pl share/extensions/*.p[lm] \ - share/extensions/*.py + share/extensions/*.py share/extensions/genpofiles.sh OPTIONS_DEFINE= POPPLER OPENMP VISIO CDR DBUS WPG OPTIONS_DEFAULT=POPPLER VISIO CDR WPG From owner-svn-ports-all@freebsd.org Fri Jul 3 14:47:34 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B83F993004; Fri, 3 Jul 2015 14:47:34 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8C3EB2125; Fri, 3 Jul 2015 14:47:34 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t63ElY4L055293; Fri, 3 Jul 2015 14:47:34 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t63ElYTK055292; Fri, 3 Jul 2015 14:47:34 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201507031447.t63ElYTK055292@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 3 Jul 2015 14:47:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r391248 - branches/2015Q3/graphics/inkscape X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 14:47:34 -0000 Author: amdmi3 Date: Fri Jul 3 14:47:33 2015 New Revision: 391248 URL: https://svnweb.freebsd.org/changeset/ports/391248 Log: MFH: r391247 - Fix another shebang Approved by: portmgr blanket Approved by: ports-secteam (shebang fix blanket) Modified: branches/2015Q3/graphics/inkscape/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/graphics/inkscape/Makefile ============================================================================== --- branches/2015Q3/graphics/inkscape/Makefile Fri Jul 3 14:46:25 2015 (r391247) +++ branches/2015Q3/graphics/inkscape/Makefile Fri Jul 3 14:47:33 2015 (r391248) @@ -3,7 +3,7 @@ PORTNAME= inkscape PORTVERSION= 0.91 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics gnome MASTER_SITES= https://inkscape.global.ssl.fastly.net/media/resources/file/ \ LOCAL/kwm @@ -33,7 +33,7 @@ CONFIGURE_ARGS= --without-gnome-vfs python_OLD_CMD?=/usr/bin/env python python_CMD?= ${LOCALBASE}/bin/python2 SHEBANG_FILES= cxxtest/cxxtestgen.pl share/extensions/*.p[lm] \ - share/extensions/*.py + share/extensions/*.py share/extensions/genpofiles.sh OPTIONS_DEFINE= POPPLER OPENMP VISIO CDR DBUS WPG OPTIONS_DEFAULT=POPPLER VISIO CDR WPG From owner-svn-ports-all@freebsd.org Fri Jul 3 15:06:47 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1DE5D9934B3; Fri, 3 Jul 2015 15:06:47 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0EBF8296B; Fri, 3 Jul 2015 15:06:47 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t63F6kQ9064974; Fri, 3 Jul 2015 15:06:46 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t63F6kf3064972; Fri, 3 Jul 2015 15:06:46 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201507031506.t63F6kf3064972@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Fri, 3 Jul 2015 15:06:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391249 - head/net/linphone X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 15:06:47 -0000 Author: tijl Date: Fri Jul 3 15:06:45 2015 New Revision: 391249 URL: https://svnweb.freebsd.org/changeset/ports/391249 Log: Update to 3.8.5 Modified: head/net/linphone/Makefile head/net/linphone/distinfo Modified: head/net/linphone/Makefile ============================================================================== --- head/net/linphone/Makefile Fri Jul 3 14:47:33 2015 (r391248) +++ head/net/linphone/Makefile Fri Jul 3 15:06:45 2015 (r391249) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= linphone -PORTVERSION= 3.8.4 +PORTVERSION= 3.8.5 PORTEPOCH= 1 CATEGORIES= net MASTER_SITES= SAVANNAH/linphone/3.8.x/sources Modified: head/net/linphone/distinfo ============================================================================== --- head/net/linphone/distinfo Fri Jul 3 14:47:33 2015 (r391248) +++ head/net/linphone/distinfo Fri Jul 3 15:06:45 2015 (r391249) @@ -1,2 +1,2 @@ -SHA256 (linphone-3.8.4.tar.gz) = 75a62e6a8105706ac7b1da388213c65a272b8d78be2c7dbf00ddd03fd8141133 -SIZE (linphone-3.8.4.tar.gz) = 15375888 +SHA256 (linphone-3.8.5.tar.gz) = 5dd1ffeb8b5a6858e38018b340d108b587b0dd0e356ab14b83369839f9a27981 +SIZE (linphone-3.8.5.tar.gz) = 15376036 From owner-svn-ports-all@freebsd.org Fri Jul 3 15:23:12 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6DA2F993828; Fri, 3 Jul 2015 15:23:12 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5DA4D114A; Fri, 3 Jul 2015 15:23:12 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t63FNChe074371; Fri, 3 Jul 2015 15:23:12 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t63FNAXD074357; Fri, 3 Jul 2015 15:23:10 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507031523.t63FNAXD074357@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 3 Jul 2015 15:23:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391250 - in head/databases: . elixir-timex_ecto elixir-timex_ecto/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 15:23:12 -0000 Author: olgeni Date: Fri Jul 3 15:23:10 2015 New Revision: 391250 URL: https://svnweb.freebsd.org/changeset/ports/391250 Log: Add databases/elixir-timex_ecto, an adapter for using Timex DateTimes with Ecto. Added: head/databases/elixir-timex_ecto/ head/databases/elixir-timex_ecto/Makefile (contents, props changed) head/databases/elixir-timex_ecto/distinfo (contents, props changed) head/databases/elixir-timex_ecto/files/ head/databases/elixir-timex_ecto/files/patch-mix.exs (contents, props changed) head/databases/elixir-timex_ecto/pkg-descr (contents, props changed) head/databases/elixir-timex_ecto/pkg-plist (contents, props changed) Modified: head/databases/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Fri Jul 3 15:06:45 2015 (r391249) +++ head/databases/Makefile Fri Jul 3 15:23:10 2015 (r391250) @@ -55,6 +55,7 @@ SUBDIR += elixir-ecto SUBDIR += elixir-mariaex SUBDIR += elixir-postgrex + SUBDIR += elixir-timex_ecto SUBDIR += emma SUBDIR += erlang-epgsql SUBDIR += erlang-eredis Added: head/databases/elixir-timex_ecto/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/elixir-timex_ecto/Makefile Fri Jul 3 15:23:10 2015 (r391250) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= timex_ecto +PORTVERSION= 0.2.0 +CATEGORIES= databases +PKGNAMEPREFIX= elixir- + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= Adapter for using Timex DateTimes with Ecto + +LICENSE= MIT + +USES= elixir +USE_GITHUB= yes +GH_ACCOUNT= bitwalker + +MIX_BUILD_DEPS= databases/elixir-ecto \ + devel/elixir-timex +MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} + +.include Added: head/databases/elixir-timex_ecto/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/elixir-timex_ecto/distinfo Fri Jul 3 15:23:10 2015 (r391250) @@ -0,0 +1,2 @@ +SHA256 (bitwalker-timex_ecto-0.2.0_GH0.tar.gz) = 029acb0945098cb6f9a18a65780da1fc57572c7ba8068d197489e43194c731c7 +SIZE (bitwalker-timex_ecto-0.2.0_GH0.tar.gz) = 5356 Added: head/databases/elixir-timex_ecto/files/patch-mix.exs ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/elixir-timex_ecto/files/patch-mix.exs Fri Jul 3 15:23:10 2015 (r391250) @@ -0,0 +1,14 @@ +--- mix.exs.orig 2015-07-03 15:18:59 UTC ++++ mix.exs +@@ -29,10 +29,7 @@ defmodule TimexEcto.Mixfile do + # + # Type `mix help deps` for more examples and options + defp deps do +- [{:timex, "~> 0.16.0"}, +- {:ecto, "~> 0.12.1"}, +- {:earmark, "~> 0.1", only: :dev}, +- {:ex_doc, "~> 0.5", only: :dev}] ++ [] + end + + defp package do Added: head/databases/elixir-timex_ecto/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/elixir-timex_ecto/pkg-descr Fri Jul 3 15:23:10 2015 (r391250) @@ -0,0 +1,3 @@ +An adapter for using Timex DateTimes with Ecto. + +WWW: https://github.com/bitwalker/timex_ecto Added: head/databases/elixir-timex_ecto/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/elixir-timex_ecto/pkg-plist Fri Jul 3 15:23:10 2015 (r391250) @@ -0,0 +1,14 @@ +lib/elixir/lib/timex_ecto/ebin/Elixir.Timex.Ecto.Date.beam +lib/elixir/lib/timex_ecto/ebin/Elixir.Timex.Ecto.DateTime.beam +lib/elixir/lib/timex_ecto/ebin/Elixir.Timex.Ecto.DateTimeWithTimezone.beam +lib/elixir/lib/timex_ecto/ebin/Elixir.Timex.Ecto.Time.beam +lib/elixir/lib/timex_ecto/ebin/Elixir.Timex.Ecto.Timestamps.beam +lib/elixir/lib/timex_ecto/ebin/Elixir.Timex.Ecto.beam +lib/elixir/lib/timex_ecto/ebin/timex_ecto.app +lib/elixir/lib/timex_ecto/lib/model.ex +lib/elixir/lib/timex_ecto/lib/timex_ecto.ex +lib/elixir/lib/timex_ecto/lib/types/date.ex +lib/elixir/lib/timex_ecto/lib/types/datetime.ex +lib/elixir/lib/timex_ecto/lib/types/datetimetz.ex +lib/elixir/lib/timex_ecto/lib/types/time.ex +%%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-all@freebsd.org Fri Jul 3 15:34:15 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 264BA9939EA; Fri, 3 Jul 2015 15:34:15 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0F4B81963; Fri, 3 Jul 2015 15:34:15 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t63FYExJ079541; Fri, 3 Jul 2015 15:34:14 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t63FYE5Q079536; Fri, 3 Jul 2015 15:34:14 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507031534.t63FYE5Q079536@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 3 Jul 2015 15:34:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391251 - head/databases/elixir-timex_ecto X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 15:34:15 -0000 Author: olgeni Date: Fri Jul 3 15:34:14 2015 New Revision: 391251 URL: https://svnweb.freebsd.org/changeset/ports/391251 Log: Version 0.2.1 was just released by upstream... Modified: head/databases/elixir-timex_ecto/Makefile head/databases/elixir-timex_ecto/distinfo Modified: head/databases/elixir-timex_ecto/Makefile ============================================================================== --- head/databases/elixir-timex_ecto/Makefile Fri Jul 3 15:23:10 2015 (r391250) +++ head/databases/elixir-timex_ecto/Makefile Fri Jul 3 15:34:14 2015 (r391251) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= timex_ecto -PORTVERSION= 0.2.0 +PORTVERSION= 0.2.1 CATEGORIES= databases PKGNAMEPREFIX= elixir- Modified: head/databases/elixir-timex_ecto/distinfo ============================================================================== --- head/databases/elixir-timex_ecto/distinfo Fri Jul 3 15:23:10 2015 (r391250) +++ head/databases/elixir-timex_ecto/distinfo Fri Jul 3 15:34:14 2015 (r391251) @@ -1,2 +1,2 @@ -SHA256 (bitwalker-timex_ecto-0.2.0_GH0.tar.gz) = 029acb0945098cb6f9a18a65780da1fc57572c7ba8068d197489e43194c731c7 -SIZE (bitwalker-timex_ecto-0.2.0_GH0.tar.gz) = 5356 +SHA256 (bitwalker-timex_ecto-0.2.1_GH0.tar.gz) = 80c7008d2fd63b0988f6527c13420b6851562ef750e091cc7c5ef072c284e0d4 +SIZE (bitwalker-timex_ecto-0.2.1_GH0.tar.gz) = 5371 From owner-svn-ports-all@freebsd.org Fri Jul 3 15:56:03 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1BF3993D4D; Fri, 3 Jul 2015 15:56:03 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B2FC92046; Fri, 3 Jul 2015 15:56:03 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t63Fu3NX089510; Fri, 3 Jul 2015 15:56:03 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t63Fu3PM089509; Fri, 3 Jul 2015 15:56:03 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201507031556.t63Fu3PM089509@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Fri, 3 Jul 2015 15:56:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391252 - head/devel/py-pyparsing15 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 15:56:03 -0000 Author: swills Date: Fri Jul 3 15:56:03 2015 New Revision: 391252 URL: https://svnweb.freebsd.org/changeset/ports/391252 Log: devel/py-pyparsing15: mark deprecated, no longer needed Modified: head/devel/py-pyparsing15/Makefile Modified: head/devel/py-pyparsing15/Makefile ============================================================================== --- head/devel/py-pyparsing15/Makefile Fri Jul 3 15:34:14 2015 (r391251) +++ head/devel/py-pyparsing15/Makefile Fri Jul 3 15:56:03 2015 (r391252) @@ -13,6 +13,9 @@ COMMENT= General parsing module for Pyth LICENSE= MIT +DEPRECATED= Not used in the ports tree anymore +EXPIRATION_DATE= 2015-08-03 + USES= python:2 USE_PYTHON= distutils autoplist From owner-svn-ports-all@freebsd.org Fri Jul 3 16:07:21 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0F4FA993F9C; Fri, 3 Jul 2015 16:07:21 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DAB892826; Fri, 3 Jul 2015 16:07:20 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t63G7KC5094740; Fri, 3 Jul 2015 16:07:20 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t63G7K1f094738; Fri, 3 Jul 2015 16:07:20 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201507031607.t63G7K1f094738@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Fri, 3 Jul 2015 16:07:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r391253 - branches/2015Q3/security/linux-c6-openssl X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 16:07:21 -0000 Author: tijl Date: Fri Jul 3 16:07:19 2015 New Revision: 391253 URL: https://svnweb.freebsd.org/changeset/ports/391253 Log: MFH: r391244 Update to 1.0.1e-30.el6.11 Approved by: ports-secteam (feld) Security: CVE-2014-8176 Security: CVE-2015-1788 Security: CVE-2015-1789 Security: CVE-2015-1790 Security: CVE-2015-1791 Security: CVE-2015-1792 Security: https://www.openssl.org/news/secadv_20150611.txt Modified: branches/2015Q3/security/linux-c6-openssl/Makefile branches/2015Q3/security/linux-c6-openssl/distinfo.i686 Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/security/linux-c6-openssl/Makefile ============================================================================== --- branches/2015Q3/security/linux-c6-openssl/Makefile Fri Jul 3 15:56:03 2015 (r391252) +++ branches/2015Q3/security/linux-c6-openssl/Makefile Fri Jul 3 16:07:19 2015 (r391253) @@ -3,7 +3,7 @@ PORTNAME= openssl PORTVERSION= 1.0.1e -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= security linux MASTER_SITES= CENTOS_LINUX_UPDATES @@ -15,7 +15,7 @@ CONFLICTS= linux-openssl-[0-9]* linux-f8 ONLY_FOR_ARCHS= i386 amd64 USE_LINUX= c6 USE_LINUX_RPM= yes -RPMVERSION= 30.el6.8 +RPMVERSION= 30.el6.11 BRANDELF_FILES= usr/bin/openssl USE_LDCONFIG= yes Modified: branches/2015Q3/security/linux-c6-openssl/distinfo.i686 ============================================================================== --- branches/2015Q3/security/linux-c6-openssl/distinfo.i686 Fri Jul 3 15:56:03 2015 (r391252) +++ branches/2015Q3/security/linux-c6-openssl/distinfo.i686 Fri Jul 3 16:07:19 2015 (r391253) @@ -1,4 +1,4 @@ -SHA256 (rpm/i686/centos/6.6/openssl-1.0.1e-30.el6.8.i686.rpm) = 41659461dfbc5f9ad6f32bf6d01385d0612829409a357e38aa060365123e7052 -SIZE (rpm/i686/centos/6.6/openssl-1.0.1e-30.el6.8.i686.rpm) = 1583880 -SHA256 (rpm/i686/centos/6.6/openssl-1.0.1e-30.el6.8.src.rpm) = e7c3b41c56fd2e7a3816d94623f9cbe57b0f1539f84032672f0e48e75e9e3a6b -SIZE (rpm/i686/centos/6.6/openssl-1.0.1e-30.el6.8.src.rpm) = 3195156 +SHA256 (rpm/i686/centos/6.6/openssl-1.0.1e-30.el6.11.i686.rpm) = aeb1ce9586380db077c6ed640fd8343c7dc9e81522c51761b3c73f3aa54f2c1c +SIZE (rpm/i686/centos/6.6/openssl-1.0.1e-30.el6.11.i686.rpm) = 1585676 +SHA256 (rpm/i686/centos/6.6/openssl-1.0.1e-30.el6.11.src.rpm) = aac901f048953cae0a9d6962636edecb05142f577eca9b5eef37831be727e109 +SIZE (rpm/i686/centos/6.6/openssl-1.0.1e-30.el6.11.src.rpm) = 3204421 From owner-svn-ports-all@freebsd.org Fri Jul 3 16:45:00 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AF9B7994589; Fri, 3 Jul 2015 16:45:00 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A03CD1A4F; Fri, 3 Jul 2015 16:45:00 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t63Gj0og014284; Fri, 3 Jul 2015 16:45:00 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t63GixME014247; Fri, 3 Jul 2015 16:44:59 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201507031644.t63GixME014247@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Fri, 3 Jul 2015 16:44:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391254 - in head/www: nginx nginx-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 16:45:00 -0000 Author: koobs Date: Fri Jul 3 16:44:58 2015 New Revision: 391254 URL: https://svnweb.freebsd.org/changeset/ports/391254 Log: www/nginx{-deve}: Fix build with HEADERS_MORE option Upstream apparently re-tagged the v0.26 release, thereby changing the contents of the tarball oftained from github, causing distinfo checksums to become mismatched. This change updates distinfo entries in nginx and nginx-devel to compensate. PR: 201129 Submitted by: Adam Twardowski Approved by: portmgr (blanket) MFH: 2015Q3 Modified: head/www/nginx-devel/Makefile head/www/nginx-devel/distinfo head/www/nginx/Makefile head/www/nginx/distinfo Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Fri Jul 3 16:07:19 2015 (r391253) +++ head/www/nginx-devel/Makefile Fri Jul 3 16:44:58 2015 (r391254) @@ -3,7 +3,7 @@ PORTNAME= nginx PORTVERSION= 1.9.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ MASTER_SITES+= LOCAL/osa Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Fri Jul 3 16:07:19 2015 (r391253) +++ head/www/nginx-devel/distinfo Fri Jul 3 16:44:58 2015 (r391254) @@ -48,8 +48,8 @@ SHA256 (nginx-clojure-nginx-clojure-v0.3 SIZE (nginx-clojure-nginx-clojure-v0.3.0_GH0.tar.gz) = 472761 SHA256 (openresty-echo-nginx-module-v0.57_GH0.tar.gz) = 8467237ca0fae74ca7a32fbd34fc6044df307098415d48068214c9c235695a07 SIZE (openresty-echo-nginx-module-v0.57_GH0.tar.gz) = 65073 -SHA256 (openresty-headers-more-nginx-module-v0.26_GH0.tar.gz) = d6bdc51f9e778a3b23e41a51cae542c1467a1e5e55c1329a7ffc454be084fb6f -SIZE (openresty-headers-more-nginx-module-v0.26_GH0.tar.gz) = 28028 +SHA256 (openresty-headers-more-nginx-module-v0.26_GH0.tar.gz) = 648e450ff48256919e948092e22dc9e17557f55311a669c5c72842a3d5ec1e79 +SIZE (openresty-headers-more-nginx-module-v0.26_GH0.tar.gz) = 28033 SHA256 (arut-nginx-dav-ext-module-v0.0.3_GH0.tar.gz) = d428a0236c933779cb40ac8c91afb19d5c25a376dc3caab825bfd543e1ee530d SIZE (arut-nginx-dav-ext-module-v0.0.3_GH0.tar.gz) = 6260 SHA256 (vkholodkov-nginx-eval-module-1.0.3_GH0.tar.gz) = 849381433a9020ee1162fa6211b047369fde38dc1a8b5de79f03f8fff2407fe2 Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Fri Jul 3 16:07:19 2015 (r391253) +++ head/www/nginx/Makefile Fri Jul 3 16:44:58 2015 (r391254) @@ -3,7 +3,7 @@ PORTNAME= nginx PORTVERSION= 1.8.0 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 2 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ Modified: head/www/nginx/distinfo ============================================================================== --- head/www/nginx/distinfo Fri Jul 3 16:07:19 2015 (r391253) +++ head/www/nginx/distinfo Fri Jul 3 16:44:58 2015 (r391254) @@ -48,8 +48,8 @@ SHA256 (nginx-clojure-nginx-clojure-v0.3 SIZE (nginx-clojure-nginx-clojure-v0.3.0_GH0.tar.gz) = 472761 SHA256 (openresty-echo-nginx-module-v0.57_GH0.tar.gz) = 8467237ca0fae74ca7a32fbd34fc6044df307098415d48068214c9c235695a07 SIZE (openresty-echo-nginx-module-v0.57_GH0.tar.gz) = 65073 -SHA256 (openresty-headers-more-nginx-module-v0.26_GH0.tar.gz) = d6bdc51f9e778a3b23e41a51cae542c1467a1e5e55c1329a7ffc454be084fb6f -SIZE (openresty-headers-more-nginx-module-v0.26_GH0.tar.gz) = 28028 +SHA256 (openresty-headers-more-nginx-module-v0.26_GH0.tar.gz) = 648e450ff48256919e948092e22dc9e17557f55311a669c5c72842a3d5ec1e79 +SIZE (openresty-headers-more-nginx-module-v0.26_GH0.tar.gz) = 28033 SHA256 (arut-nginx-dav-ext-module-v0.0.3_GH0.tar.gz) = d428a0236c933779cb40ac8c91afb19d5c25a376dc3caab825bfd543e1ee530d SIZE (arut-nginx-dav-ext-module-v0.0.3_GH0.tar.gz) = 6260 SHA256 (vkholodkov-nginx-eval-module-1.0.3_GH0.tar.gz) = 849381433a9020ee1162fa6211b047369fde38dc1a8b5de79f03f8fff2407fe2 From owner-svn-ports-all@freebsd.org Fri Jul 3 16:47:05 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2F2529945C9; Fri, 3 Jul 2015 16:47:05 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 201291B8F; Fri, 3 Jul 2015 16:47:05 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t63Gl4kc014734; Fri, 3 Jul 2015 16:47:04 GMT (envelope-from glewis@FreeBSD.org) Received: (from glewis@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t63Gl437014730; Fri, 3 Jul 2015 16:47:04 GMT (envelope-from glewis@FreeBSD.org) Message-Id: <201507031647.t63Gl437014730@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: glewis set sender to glewis@FreeBSD.org using -f From: Greg Lewis Date: Fri, 3 Jul 2015 16:47:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391255 - in head/java: openjdk7 openjdk7-jre X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 16:47:05 -0000 Author: glewis Date: Fri Jul 3 16:47:04 2015 New Revision: 391255 URL: https://svnweb.freebsd.org/changeset/ports/391255 Log: . Give openjdk7-jre a unique LATEST_LINK value. Modified: head/java/openjdk7-jre/Makefile head/java/openjdk7/Makefile Modified: head/java/openjdk7-jre/Makefile ============================================================================== --- head/java/openjdk7-jre/Makefile Fri Jul 3 16:44:58 2015 (r391254) +++ head/java/openjdk7-jre/Makefile Fri Jul 3 16:47:04 2015 (r391255) @@ -5,6 +5,8 @@ PKGNAMESUFFIX= -jre MAINTAINER= java@FreeBSD.org COMMENT= Java Runtime Environment ${JDK_MAJOR_VERSION} +LATEST_LINK= openjdk7${PKGNAMESUFFIX} + BUILD_JRE= yes MASTERDIR= ${.CURDIR}/../openjdk7 Modified: head/java/openjdk7/Makefile ============================================================================== --- head/java/openjdk7/Makefile Fri Jul 3 16:44:58 2015 (r391254) +++ head/java/openjdk7/Makefile Fri Jul 3 16:47:04 2015 (r391255) @@ -58,7 +58,7 @@ JDK_SRC_DISTFILE= ${PORTNAME}-${JDK_MAJO ANT_VERSION= 1.9.4 ANT_DISTFILE= apache-ant-${ANT_VERSION}-bin -LATEST_LINK= openjdk7 +LATEST_LINK?= openjdk7 LIB_DEPENDS+= libasound.so:${PORTSDIR}/audio/alsa-lib \ libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \ From owner-svn-ports-all@freebsd.org Fri Jul 3 16:50:32 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 29CA69945FF; Fri, 3 Jul 2015 16:50:32 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 130581D0C; Fri, 3 Jul 2015 16:50:32 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t63GoVBr017213; Fri, 3 Jul 2015 16:50:31 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t63GoVk0017211; Fri, 3 Jul 2015 16:50:31 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201507031650.t63GoVk0017211@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Fri, 3 Jul 2015 16:50:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391256 - head/mail/sendmail X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 16:50:32 -0000 Author: dinoex Date: Fri Jul 3 16:50:31 2015 New Revision: 391256 URL: https://svnweb.freebsd.org/changeset/ports/391256 Log: - update to 8.15.2 Modified: head/mail/sendmail/Makefile head/mail/sendmail/distinfo Modified: head/mail/sendmail/Makefile ============================================================================== --- head/mail/sendmail/Makefile Fri Jul 3 16:47:04 2015 (r391255) +++ head/mail/sendmail/Makefile Fri Jul 3 16:50:31 2015 (r391256) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= sendmail -PORTVERSION= 8.15.1 -PORTREVISION= 2 +PORTVERSION= 8.15.2 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.sendmail.org/pub/sendmail/ PKGNAMESUFFIX?= ${TLS_SUFFIX}${SASL_SUFFIX}${LDAP_SUFFIX}${BDB_SUFFIX}${PKGNAMESUFFIX2} @@ -16,14 +15,12 @@ CONFLICTS?= courier-0.* postfix-1.* post USERS= smmsp GROUPS= smmsp +USES= cpe uidfix MAKE_ARGS= UBINOWN=${UID} UBINGRP=${GID} \ SBINOWN=${UID} SBINGRP=${GID} \ GBINOWN=${UID} GBINGRP=${GID} \ MANOWN=${UID} MANGRP=${GID} \ - LIBMODE=0644 UBINMODE=0755 \ - GBINMODE=2755 - -USES= cpe uidfix + LIBMODE=0644 UBINMODE=0755 GBINMODE=2755 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} DOCS= KNOWNBUGS LICENSE PGPKEYS README RELEASE_NOTES \ sendmail/TRACEFLAGS sendmail/SECURITY sendmail/TUNING Modified: head/mail/sendmail/distinfo ============================================================================== --- head/mail/sendmail/distinfo Fri Jul 3 16:47:04 2015 (r391255) +++ head/mail/sendmail/distinfo Fri Jul 3 16:50:31 2015 (r391256) @@ -1,2 +1,2 @@ -SHA256 (sendmail.8.15.1.tar.gz) = ed1f9e0f2a1a58c9ff94950264a2fc186d6fd237bac66b175d79a2b89a950746 -SIZE (sendmail.8.15.1.tar.gz) = 2186562 +SHA256 (sendmail.8.15.2.tar.gz) = 24f94b5fd76705f15897a78932a5f2439a32b1a2fdc35769bb1a5f5d9b4db439 +SIZE (sendmail.8.15.2.tar.gz) = 2207417 From owner-svn-ports-all@freebsd.org Fri Jul 3 16:54:09 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7C8E1994745; Fri, 3 Jul 2015 16:54:09 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6D6B7105E; Fri, 3 Jul 2015 16:54:09 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t63Gs9Pm019353; Fri, 3 Jul 2015 16:54:09 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t63Gs9VJ019352; Fri, 3 Jul 2015 16:54:09 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201507031654.t63Gs9VJ019352@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 3 Jul 2015 16:54:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391257 - head/Mk/Uses X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 16:54:09 -0000 Author: amdmi3 Date: Fri Jul 3 16:54:08 2015 New Revision: 391257 URL: https://svnweb.freebsd.org/changeset/ports/391257 Log: - Instead of limiting effect of alias.mk to DragonFly, extend it to everything which is not FreeBSD Submitted by: amdmi3 Approved by: marino (maintainer) Differential Revision: D2984 Modified: head/Mk/Uses/alias.mk Modified: head/Mk/Uses/alias.mk ============================================================================== --- head/Mk/Uses/alias.mk Fri Jul 3 16:50:31 2015 (r391256) +++ head/Mk/Uses/alias.mk Fri Jul 3 16:54:08 2015 (r391257) @@ -13,7 +13,7 @@ .if !defined(_INCLUDE_USES_ALIAS_MK) _INCLUDE_USES_ALIAS_MK= yes -.if ${OPSYS} == DragonFly +.if ${OPSYS} != FreeBSD .if empty(alias_ARGS) CFLAGS+= -D__FreeBSD__=9 @@ -26,6 +26,6 @@ IGNORE= invalid MAJOR RELEASE argument ( . endif .endif -.endif # OPSYS == DragonFly +.endif # OPSYS != FreeBSD .endif From owner-svn-ports-all@freebsd.org Fri Jul 3 17:03:46 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8E9739949CA; Fri, 3 Jul 2015 17:03:46 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7FC111C7B; Fri, 3 Jul 2015 17:03:46 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t63H3kPg024742; Fri, 3 Jul 2015 17:03:46 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t63H3kIE024739; Fri, 3 Jul 2015 17:03:46 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201507031703.t63H3kIE024739@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Fri, 3 Jul 2015 17:03:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391258 - in head: . net net/py-google X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 17:03:46 -0000 Author: rm Date: Fri Jul 3 17:03:45 2015 New Revision: 391258 URL: https://svnweb.freebsd.org/changeset/ports/391258 Log: net/py-google: remove expired port Deleted: head/net/py-google/ Modified: head/MOVED head/net/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Fri Jul 3 16:54:08 2015 (r391257) +++ head/MOVED Fri Jul 3 17:03:45 2015 (r391258) @@ -7677,3 +7677,4 @@ www/ruby-amazon|www/ruby-aws|2015-06-30| net/ntp-rc||2015-06-30|Has gone GA net/ptpd2-devel|net/ptpd2|2015-07-02|Development version no longer necessary devel/erlang-cowlib|www/erlang-cowlib|2015-07-03|Move to www where it belongs +net/py-google||2015-07-03|Google no longer supports the SOAP API for search Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Fri Jul 3 16:54:08 2015 (r391257) +++ head/net/Makefile Fri Jul 3 17:03:45 2015 (r391258) @@ -907,7 +907,6 @@ SUBDIR += py-ec2-cli-tools SUBDIR += py-eventlet SUBDIR += py-gntp - SUBDIR += py-google SUBDIR += py-gspread SUBDIR += py-gspreadsheet SUBDIR += py-impacket From owner-svn-ports-all@freebsd.org Fri Jul 3 17:16:47 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8A038994C8C; Fri, 3 Jul 2015 17:16:47 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6C715233B; Fri, 3 Jul 2015 17:16:47 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t63HGlkW030263; Fri, 3 Jul 2015 17:16:47 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t63HGkgq030258; Fri, 3 Jul 2015 17:16:46 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201507031716.t63HGkgq030258@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Fri, 3 Jul 2015 17:16:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391259 - in head/lang: . p5-Try-Catch X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 17:16:47 -0000 Author: adamw Date: Fri Jul 3 17:16:45 2015 New Revision: 391259 URL: https://svnweb.freebsd.org/changeset/ports/391259 Log: Add lang/p5-Try-Catch, a stripped-down, faster implementation of p5-Try-Tiny. Added: head/lang/p5-Try-Catch/ head/lang/p5-Try-Catch/Makefile (contents, props changed) head/lang/p5-Try-Catch/distinfo (contents, props changed) head/lang/p5-Try-Catch/pkg-descr (contents, props changed) head/lang/p5-Try-Catch/pkg-plist (contents, props changed) Modified: head/lang/Makefile Modified: head/lang/Makefile ============================================================================== --- head/lang/Makefile Fri Jul 3 17:03:45 2015 (r391258) +++ head/lang/Makefile Fri Jul 3 17:16:45 2015 (r391259) @@ -212,6 +212,7 @@ SUBDIR += p5-Switch SUBDIR += p5-Tcl SUBDIR += p5-Test-XPath + SUBDIR += p5-Try-Catch SUBDIR += p5-Try-Tiny SUBDIR += p5-Try-Tiny-Retry SUBDIR += p5-TryCatch Added: head/lang/p5-Try-Catch/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/p5-Try-Catch/Makefile Fri Jul 3 17:16:45 2015 (r391259) @@ -0,0 +1,20 @@ +# Created by: Adam Weinberger +# $FreeBSD$ + +PORTNAME= Try-Catch +PORTVERSION= 0.0.5 +CATEGORIES= lang perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:MAMOD +PKGNAMEPREFIX= p5- + +MAINTAINER= adamw@FreeBSD.org +COMMENT= Try/Catch exception handler based on Try::Tiny, but faster + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +USES= perl5 +USE_PERL5= configure + +.include Added: head/lang/p5-Try-Catch/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/p5-Try-Catch/distinfo Fri Jul 3 17:16:45 2015 (r391259) @@ -0,0 +1,2 @@ +SHA256 (Try-Catch-0.0.5.tar.gz) = fc03f25af887190c1195d061cfcf93955de60fa9a642fc1a9afcdebe83f576c5 +SIZE (Try-Catch-0.0.5.tar.gz) = 7610 Added: head/lang/p5-Try-Catch/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/p5-Try-Catch/pkg-descr Fri Jul 3 17:16:45 2015 (r391259) @@ -0,0 +1,7 @@ +A small, fast, try catch blocks for perl, it's inspired and mostly copied from +Try::Tiny but with some modifications to boost execution speed. + +Consider Try::Catch a stripped Try::Tiny version with no blessing and no usage +of Sub::Name. + +WWW: https://metacpan.org/pod/Try::Catch Added: head/lang/p5-Try-Catch/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/p5-Try-Catch/pkg-plist Fri Jul 3 17:16:45 2015 (r391259) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Try/Catch.pm +%%PERL5_MAN3%%/Try::Catch.3.gz From owner-svn-ports-all@freebsd.org Fri Jul 3 17:18:14 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2F726994D01; Fri, 3 Jul 2015 17:18:14 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2065A252D; Fri, 3 Jul 2015 17:18:14 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t63HIDBg030569; Fri, 3 Jul 2015 17:18:13 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t63HIDAr030568; Fri, 3 Jul 2015 17:18:13 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201507031718.t63HIDAr030568@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 3 Jul 2015 17:18:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391260 - in head/multimedia/mpv: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 17:18:14 -0000 Author: amdmi3 Date: Fri Jul 3 17:18:13 2015 New Revision: 391260 URL: https://svnweb.freebsd.org/changeset/ports/391260 Log: - Switch from multimedia/ffmpeg26 to multimedia/ffmpeg PR: 201295 Submitted by: cpm@fbsd.es (maintainer) Deleted: head/multimedia/mpv/files/ Modified: head/multimedia/mpv/Makefile Modified: head/multimedia/mpv/Makefile ============================================================================== --- head/multimedia/mpv/Makefile Fri Jul 3 17:16:45 2015 (r391259) +++ head/multimedia/mpv/Makefile Fri Jul 3 17:18:13 2015 (r391260) @@ -4,6 +4,7 @@ PORTNAME= mpv PORTVERSION= 0.9.2 DISTVERSIONPREFIX= v +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= multimedia audio MASTER_SITES= http://ftp.waf.io/pub/release/:1 \ @@ -16,7 +17,7 @@ COMMENT= Free and open-source general-pu LICENSE= GPLv2 -LIB_DEPENDS= libavcodec26.so:${PORTSDIR}/multimedia/ffmpeg26 \ +LIB_DEPENDS= libavcodec.so:${PORTSDIR}/multimedia/ffmpeg \ libass.so:${PORTSDIR}/multimedia/libass \ libdvdread.so:${PORTSDIR}/multimedia/libdvdread \ libdvdnav.so:${PORTSDIR}/multimedia/libdvdnav @@ -32,7 +33,7 @@ USE_XORG= x11 xv xxf86vm USE_LDCONFIG= yes INSTALLS_ICONS= yes -CPPFLAGS+= -I.. -I${LOCALBASE}/include/ffmpeg26 -I${LOCALBASE}/include +CPPFLAGS+= -I.. -I${LOCALBASE}/include/ffmpeg -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --prefix=${PREFIX} \ From owner-svn-ports-all@freebsd.org Fri Jul 3 17:18:20 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B9DDC994D31; Fri, 3 Jul 2015 17:18:20 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4EBFD259C; Fri, 3 Jul 2015 17:18:20 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t63HIKIs030697; Fri, 3 Jul 2015 17:18:20 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t63HIKPi030696; Fri, 3 Jul 2015 17:18:20 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201507031718.t63HIKPi030696@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Fri, 3 Jul 2015 17:18:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391261 - head/devel/p5-Data-Object X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 17:18:20 -0000 Author: adamw Date: Fri Jul 3 17:18:19 2015 New Revision: 391261 URL: https://svnweb.freebsd.org/changeset/ports/391261 Log: Reassign to perl@, and remove the MASTER_SITE_SUBDIR line as the file is now available without it. Modified: head/devel/p5-Data-Object/Makefile Modified: head/devel/p5-Data-Object/Makefile ============================================================================== --- head/devel/p5-Data-Object/Makefile Fri Jul 3 17:18:13 2015 (r391260) +++ head/devel/p5-Data-Object/Makefile Fri Jul 3 17:18:19 2015 (r391261) @@ -5,10 +5,9 @@ PORTNAME= Data-Object PORTVERSION= 0.20 CATEGORIES= devel perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:AWNCORP PKGNAMEPREFIX= p5- -MAINTAINER= adamw@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Data Type Objects for Perl 5 LICENSE= ART10 GPLv1 From owner-svn-ports-all@freebsd.org Fri Jul 3 17:21:28 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 397E4994E37; Fri, 3 Jul 2015 17:21:28 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 29C45289B; Fri, 3 Jul 2015 17:21:28 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t63HLSB1032233; Fri, 3 Jul 2015 17:21:28 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t63HLRF7032226; Fri, 3 Jul 2015 17:21:27 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201507031721.t63HLRF7032226@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 3 Jul 2015 17:21:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391262 - in head/audio/darkice: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 17:21:28 -0000 Author: amdmi3 Date: Fri Jul 3 17:21:26 2015 New Revision: 391262 URL: https://svnweb.freebsd.org/changeset/ports/391262 Log: - Switch MASTER_SITES to SF - Switch to OPTIONS helpers - Add LICENSE_FILE - Switch to @sample PR: 201171 Submitted by: tkato432@yahoo.com Modified: head/audio/darkice/Makefile head/audio/darkice/files/patch-configure.in head/audio/darkice/pkg-plist Modified: head/audio/darkice/Makefile ============================================================================== --- head/audio/darkice/Makefile Fri Jul 3 17:18:19 2015 (r391261) +++ head/audio/darkice/Makefile Fri Jul 3 17:21:26 2015 (r391262) @@ -3,21 +3,15 @@ PORTNAME= darkice PORTVERSION= 1.2 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES= audio net -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= IceCast, IceCast2, and ShoutCast live audio streamer -LICENSE= GPLv3 - -OPTIONS_DEFINE= JACK PULSEAUDIO -OPTIONS_MULTI= CODEC -OPTIONS_MULTI_CODEC= VORBIS OPUS LAME TWOLAME FAAC AACPLUS -OPTIONS_DEFAULT= VORBIS - -AACPLUS_DESC= AAC HEv2 and libsamplerate support +LICENSE= GPLv3 # or later +LICENSE_FILE= ${WRKSRC}/COPYING USES= autoreconf GNU_CONFIGURE= yes @@ -27,65 +21,38 @@ CONFIGURE_ARGS= --without-alsa SUB_FILES= pkg-message USE_RC_SUBR= ${PORTNAME} -.include +OPTIONS_DEFINE= JACK PULSEAUDIO +OPTIONS_MULTI= CODEC +OPTIONS_MULTI_CODEC= AACPLUS FAAC LAME OPUS TWOLAME VORBIS +OPTIONS_DEFAULT= VORBIS -.if ${PORT_OPTIONS:MJACK} -LIB_DEPENDS+= libjack.so:${PORTSDIR}/audio/jack -CONFIGURE_ARGS+= --with-jack-prefix=${LOCALBASE} -.else -CONFIGURE_ARGS+= --without-jack -.endif - -.if ${PORT_OPTIONS:MPULSEAUDIO} -LIB_DEPENDS+= libpulse-simple.so:${PORTSDIR}/audio/pulseaudio -CONFIGURE_ARGS+= --with-pulseaudio-prefix=${LOCALBASE} -.else -CONFIGURE_ARGS+= --without-pulseaudio -.endif - -.if ${PORT_OPTIONS:MVORBIS} -LIB_DEPENDS+= libvorbis.so:${PORTSDIR}/audio/libvorbis -CONFIGURE_ARGS+= --with-vorbis-prefix=${LOCALBASE} -.else -CONFIGURE_ARGS+= --without-vorbis -.endif - -.if ${PORT_OPTIONS:MOPUS} -LIB_DEPENDS+= libopus.so:${PORTSDIR}/audio/opus -CONFIGURE_ARGS+= --with-opus-prefix=${LOCALBASE} -.else -CONFIGURE_ARGS+= --without-opus -.endif - -.if ${PORT_OPTIONS:MLAME} -LIB_DEPENDS+= libmp3lame.so:${PORTSDIR}/audio/lame -CONFIGURE_ARGS+= --with-lame-prefix=${LOCALBASE} -.else -CONFIGURE_ARGS+= --without-lame -.endif - -.if ${PORT_OPTIONS:MTWOLAME} -LIB_DEPENDS+= libtwolame.so:${PORTSDIR}/audio/twolame -CONFIGURE_ARGS+= --with-twolame-prefix=${LOCALBASE} -.else -CONFIGURE_ARGS+= --without-twolame -.endif - -.if ${PORT_OPTIONS:MFAAC} -LIB_DEPENDS+= libfaac.so:${PORTSDIR}/audio/faac -CONFIGURE_ARGS+= --with-faac-prefix=${LOCALBASE} -.else -CONFIGURE_ARGS+= --without-faac -.endif - -.if ${PORT_OPTIONS:MAACPLUS} -LIB_DEPENDS+= libaacplus.so:${PORTSDIR}/audio/libaacplus \ - libsamplerate.so:${PORTSDIR}/audio/libsamplerate -CONFIGURE_ARGS+= --with-aacplus-prefix=${LOCALBASE} \ +AACPLUS_DESC= AAC HEv2 and libsamplerate support +AACPLUS_LIB_DEPENDS= libaacplus.so:${PORTSDIR}/audio/libaacplus \ + libsamplerate.so:${PORTSDIR}/audio/libsamplerate +AACPLUS_CONFIGURE_ON= --with-aacplus-prefix=${LOCALBASE} \ --with-samplerate-prefix=${LOCALBASE} -.else -CONFIGURE_ARGS+= --without-aacplus --without-samplerate -.endif +AACPLUS_CONFIGURE_OFF= --without-aacplus --without-samplerate +FAAC_LIB_DEPENDS= libfaac.so:${PORTSDIR}/audio/faac +FAAC_CONFIGURE_ON= --with-faac-prefix=${LOCALBASE} +FAAC_CONFIGURE_OFF= --without-faac +JACK_LIB_DEPENDS= libjack.so:${PORTSDIR}/audio/jack +JACK_CONFIGURE_ON= --with-jack-prefix=${LOCALBASE} +JACK_CONFIGURE_OFF= --without-jack +LAME_LIB_DEPENDS= libmp3lame.so:${PORTSDIR}/audio/lame +LAME_CONFIGURE_ON= --with-lame-prefix=${LOCALBASE} +LAME_CONFIGURE_OFF= --without-lame +OPUS_LIB_DEPENDS= libopus.so:${PORTSDIR}/audio/opus +OPUS_CONFIGURE_ON= --with-opus-prefix=${LOCALBASE} +OPUS_CONFIGURE_OFF= --without-opus +PULSEAUDIO_LIB_DEPENDS= libpulse-simple.so:${PORTSDIR}/audio/pulseaudio +PULSEAUDIO_CONFIGURE_ON= --with-pulseaudio-prefix=${LOCALBASE} +PULSEAUDIO_CONFIGURE_OFF= --without-pulseaudio +TWOLAME_LIB_DEPENDS= libtwolame.so:${PORTSDIR}/audio/twolame +TWOLAME_CONFIGURE_ON= --with-twolame-prefix=${LOCALBASE} +TWOLAME_CONFIGURE_OFF= --without-twolame +VORBIS_LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis +VORBIS_CONFIGURE_ON= --with-vorbis-prefix=${LOCALBASE} +VORBIS_CONFIGURE_OFF= --without-vorbis post-patch: @${REINPLACE_CMD} -e 's|-O2 -pedantic||g' ${WRKSRC}/src/Makefile.am @@ -93,7 +60,7 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.cfg \ - ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.cfg.dist + ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.cfg.sample ${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.cfg.5 ${STAGEDIR}${MAN5PREFIX}/man/man5 Modified: head/audio/darkice/files/patch-configure.in ============================================================================== --- head/audio/darkice/files/patch-configure.in Fri Jul 3 17:18:19 2015 (r391261) +++ head/audio/darkice/files/patch-configure.in Fri Jul 3 17:21:26 2015 (r391262) @@ -1,6 +1,6 @@ ---- configure.in.orig +--- configure.in.orig 2013-07-15 05:50:01 UTC +++ configure.in -@@ -260,10 +260,11 @@ +@@ -260,10 +260,11 @@ dnl make sure at least one of lame and v dnl----------------------------------------------------------------------------- if test "x${LAME_LDFLAGS}" = "x" \ -a "x${VORBIS_LDFLAGS}" = "x" \ Modified: head/audio/darkice/pkg-plist ============================================================================== --- head/audio/darkice/pkg-plist Fri Jul 3 17:18:19 2015 (r391261) +++ head/audio/darkice/pkg-plist Fri Jul 3 17:21:26 2015 (r391262) @@ -1,6 +1,4 @@ bin/darkice -@unexec if cmp -s %D/etc/darkice.cfg.dist %D/etc/darkice.cfg; then rm -f %D/etc/darkice.cfg; fi -etc/darkice.cfg.dist -@exec if [ ! -f %D/etc/darkice.cfg ] ; then cp -p %D/%F %B/darkice.cfg; fi +@sample etc/darkice.cfg.sample man/man1/darkice.1.gz man/man5/darkice.cfg.5.gz From owner-svn-ports-all@freebsd.org Fri Jul 3 17:29:09 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 58F88994EB5; Fri, 3 Jul 2015 17:29:09 +0000 (UTC) (envelope-from osa@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 355E82B86; Fri, 3 Jul 2015 17:29:09 +0000 (UTC) (envelope-from osa@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 975) id 33D4212E0; Fri, 3 Jul 2015 17:29:09 +0000 (UTC) Date: Fri, 3 Jul 2015 17:29:09 +0000 From: "Sergey A. Osokin" To: Kubilay Kocak Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r391254 - in head/www: nginx nginx-devel Message-ID: <20150703172909.GB24716@FreeBSD.org> References: <201507031644.t63GixME014247@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <201507031644.t63GixME014247@repo.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 17:29:09 -0000 Dear Kubilay, I didn't approve this change, so, I have at least two questions here: 1. have you checked what actually has been changed? Is there any chance to see the diff between old distro and new one? 2. the third-party headers_more undefined by default, so PORTREVISION bump isn't necessary in this case. Thanks. -- Sergey A. Osokin osa@FreeBSD.org On Fri, Jul 03, 2015 at 04:44:59PM +0000, Kubilay Kocak wrote: > Author: koobs > Date: Fri Jul 3 16:44:58 2015 > New Revision: 391254 > URL: https://svnweb.freebsd.org/changeset/ports/391254 > > Log: > www/nginx{-deve}: Fix build with HEADERS_MORE option > > Upstream apparently re-tagged the v0.26 release, thereby changing the contents > of the tarball oftained from github, causing distinfo checksums to become > mismatched. > > This change updates distinfo entries in nginx and nginx-devel to compensate. > > PR: 201129 > Submitted by: Adam Twardowski > Approved by: portmgr (blanket) > MFH: 2015Q3 > > Modified: > head/www/nginx-devel/Makefile > head/www/nginx-devel/distinfo > head/www/nginx/Makefile > head/www/nginx/distinfo > > Modified: head/www/nginx-devel/Makefile > ============================================================================== > --- head/www/nginx-devel/Makefile Fri Jul 3 16:07:19 2015 (r391253) > +++ head/www/nginx-devel/Makefile Fri Jul 3 16:44:58 2015 (r391254) > @@ -3,7 +3,7 @@ > > PORTNAME= nginx > PORTVERSION= 1.9.2 > -PORTREVISION= 1 > +PORTREVISION= 2 > CATEGORIES= www > MASTER_SITES= http://nginx.org/download/ > MASTER_SITES+= LOCAL/osa > > Modified: head/www/nginx-devel/distinfo > ============================================================================== > --- head/www/nginx-devel/distinfo Fri Jul 3 16:07:19 2015 (r391253) > +++ head/www/nginx-devel/distinfo Fri Jul 3 16:44:58 2015 (r391254) > @@ -48,8 +48,8 @@ SHA256 (nginx-clojure-nginx-clojure-v0.3 > SIZE (nginx-clojure-nginx-clojure-v0.3.0_GH0.tar.gz) = 472761 > SHA256 (openresty-echo-nginx-module-v0.57_GH0.tar.gz) = 8467237ca0fae74ca7a32fbd34fc6044df307098415d48068214c9c235695a07 > SIZE (openresty-echo-nginx-module-v0.57_GH0.tar.gz) = 65073 > -SHA256 (openresty-headers-more-nginx-module-v0.26_GH0.tar.gz) = d6bdc51f9e778a3b23e41a51cae542c1467a1e5e55c1329a7ffc454be084fb6f > -SIZE (openresty-headers-more-nginx-module-v0.26_GH0.tar.gz) = 28028 > +SHA256 (openresty-headers-more-nginx-module-v0.26_GH0.tar.gz) = 648e450ff48256919e948092e22dc9e17557f55311a669c5c72842a3d5ec1e79 > +SIZE (openresty-headers-more-nginx-module-v0.26_GH0.tar.gz) = 28033 > SHA256 (arut-nginx-dav-ext-module-v0.0.3_GH0.tar.gz) = d428a0236c933779cb40ac8c91afb19d5c25a376dc3caab825bfd543e1ee530d > SIZE (arut-nginx-dav-ext-module-v0.0.3_GH0.tar.gz) = 6260 > SHA256 (vkholodkov-nginx-eval-module-1.0.3_GH0.tar.gz) = 849381433a9020ee1162fa6211b047369fde38dc1a8b5de79f03f8fff2407fe2 > > Modified: head/www/nginx/Makefile > ============================================================================== > --- head/www/nginx/Makefile Fri Jul 3 16:07:19 2015 (r391253) > +++ head/www/nginx/Makefile Fri Jul 3 16:44:58 2015 (r391254) > @@ -3,7 +3,7 @@ > > PORTNAME= nginx > PORTVERSION= 1.8.0 > -PORTREVISION= 2 > +PORTREVISION= 3 > PORTEPOCH= 2 > CATEGORIES= www > MASTER_SITES= http://nginx.org/download/ > > Modified: head/www/nginx/distinfo > ============================================================================== > --- head/www/nginx/distinfo Fri Jul 3 16:07:19 2015 (r391253) > +++ head/www/nginx/distinfo Fri Jul 3 16:44:58 2015 (r391254) > @@ -48,8 +48,8 @@ SHA256 (nginx-clojure-nginx-clojure-v0.3 > SIZE (nginx-clojure-nginx-clojure-v0.3.0_GH0.tar.gz) = 472761 > SHA256 (openresty-echo-nginx-module-v0.57_GH0.tar.gz) = 8467237ca0fae74ca7a32fbd34fc6044df307098415d48068214c9c235695a07 > SIZE (openresty-echo-nginx-module-v0.57_GH0.tar.gz) = 65073 > -SHA256 (openresty-headers-more-nginx-module-v0.26_GH0.tar.gz) = d6bdc51f9e778a3b23e41a51cae542c1467a1e5e55c1329a7ffc454be084fb6f > -SIZE (openresty-headers-more-nginx-module-v0.26_GH0.tar.gz) = 28028 > +SHA256 (openresty-headers-more-nginx-module-v0.26_GH0.tar.gz) = 648e450ff48256919e948092e22dc9e17557f55311a669c5c72842a3d5ec1e79 > +SIZE (openresty-headers-more-nginx-module-v0.26_GH0.tar.gz) = 28033 > SHA256 (arut-nginx-dav-ext-module-v0.0.3_GH0.tar.gz) = d428a0236c933779cb40ac8c91afb19d5c25a376dc3caab825bfd543e1ee530d > SIZE (arut-nginx-dav-ext-module-v0.0.3_GH0.tar.gz) = 6260 > SHA256 (vkholodkov-nginx-eval-module-1.0.3_GH0.tar.gz) = 849381433a9020ee1162fa6211b047369fde38dc1a8b5de79f03f8fff2407fe2 > From owner-svn-ports-all@freebsd.org Fri Jul 3 17:42:17 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 58BF5994120; Fri, 3 Jul 2015 17:42:17 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 43AE21468; Fri, 3 Jul 2015 17:42:17 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t63HgHEo044663; Fri, 3 Jul 2015 17:42:17 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t63HgGjK044661; Fri, 3 Jul 2015 17:42:16 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201507031742.t63HgGjK044661@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Fri, 3 Jul 2015 17:42:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391263 - head/devel/mercurial X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 17:42:17 -0000 Author: olivierd Date: Fri Jul 3 17:42:16 2015 New Revision: 391263 URL: https://svnweb.freebsd.org/changeset/ports/391263 Log: Update to 3.4.2 Changelog: https://mercurial.selenic.com/wiki/WhatsNew#Mercurial_3.4.2_.282015-07-01.29 Modified: head/devel/mercurial/Makefile head/devel/mercurial/distinfo Modified: head/devel/mercurial/Makefile ============================================================================== --- head/devel/mercurial/Makefile Fri Jul 3 17:21:26 2015 (r391262) +++ head/devel/mercurial/Makefile Fri Jul 3 17:42:16 2015 (r391263) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mercurial -PORTVERSION= 3.4.1 +PORTVERSION= 3.4.2 CATEGORIES= devel python MASTER_SITES= http://mercurial.selenic.com/release/ Modified: head/devel/mercurial/distinfo ============================================================================== --- head/devel/mercurial/distinfo Fri Jul 3 17:21:26 2015 (r391262) +++ head/devel/mercurial/distinfo Fri Jul 3 17:42:16 2015 (r391263) @@ -1,2 +1,2 @@ -SHA256 (mercurial-3.4.1.tar.gz) = 7a8acf7329beda38ceea29c689212574d9a6bfffe24cf565015ea0066f7cee3f -SIZE (mercurial-3.4.1.tar.gz) = 4294163 +SHA256 (mercurial-3.4.2.tar.gz) = dcc90e4a8476149ecc8af13c08202860b4c9c987a94c4f3c18b28294b6fd8ecd +SIZE (mercurial-3.4.2.tar.gz) = 4296407 From owner-svn-ports-all@freebsd.org Fri Jul 3 17:43:56 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 386DA994145; Fri, 3 Jul 2015 17:43:56 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 292BF1593; Fri, 3 Jul 2015 17:43:56 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t63HhufP044997; Fri, 3 Jul 2015 17:43:56 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t63Hht54044988; Fri, 3 Jul 2015 17:43:55 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201507031743.t63Hht54044988@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Fri, 3 Jul 2015 17:43:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391264 - in head/net-mgmt/rancid: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 17:43:56 -0000 Author: koobs Date: Fri Jul 3 17:43:54 2015 New Revision: 391264 URL: https://svnweb.freebsd.org/changeset/ports/391264 Log: net-mgmt/rancid: Fix IPv6 prefix-lists, ASR9001 output and foundry slowness Back-port a patch from 3.2 to 2.3.8 to make ipv6 prefix-lists sort properly, which is broken in perl >=5.18 due to hash randomisation changes Fix ASR9001 XR, which updates 3 hard disk files on a regular basis (uptime_cont, temp_cont, volt_cont), which causes excessive output noise. Change timing parameters for foundry networks equipment (brocade) so that it doesn't take eternity to make configuration changes on multiple switches. PR: 200733 Submitted by: Approved by: Janos Mohacsi (maintainer) Added: head/net-mgmt/rancid/files/patch-bin__flogin.in (contents, props changed) head/net-mgmt/rancid/files/patch-bin__rancid.in (contents, props changed) head/net-mgmt/rancid/files/patch-bin__xrrancid.in (contents, props changed) Modified: head/net-mgmt/rancid/Makefile Modified: head/net-mgmt/rancid/Makefile ============================================================================== --- head/net-mgmt/rancid/Makefile Fri Jul 3 17:42:16 2015 (r391263) +++ head/net-mgmt/rancid/Makefile Fri Jul 3 17:43:54 2015 (r391264) @@ -3,7 +3,7 @@ PORTNAME= rancid PORTVERSION= 2.3.8 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-mgmt MASTER_SITES= ftp://ftp.shrubbery.net/pub/rancid/ @@ -31,7 +31,6 @@ NEWERCONFIG_FILES2= etc/lg.conf NEWCONFIG_FILES= rancid.conf lg.conf OPTIONS_DEFINE= SVN -OPTIONS_DEFAULT= SVN_DESC= Use Subversion instead of CVS Added: head/net-mgmt/rancid/files/patch-bin__flogin.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/rancid/files/patch-bin__flogin.in Fri Jul 3 17:43:54 2015 (r391264) @@ -0,0 +1,11 @@ +--- bin/flogin.in.orig 2015-06-09 16:08:17.000000000 +0100 ++++ bin/flogin.in 2015-06-09 15:59:02.000000000 +0100 +@@ -84,7 +84,7 @@ + # Sometimes routers take awhile to answer (the default is 10 sec) + set timeoutdflt 45 + # +-set send_human {.4 .4 .7 .3 5} ++set send_human {.01 .01 100 .01 2} + + # Find the user in the ENV, or use the unix userid. + if {[ info exists env(CISCO_USER) ]} { Added: head/net-mgmt/rancid/files/patch-bin__rancid.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/rancid/files/patch-bin__rancid.in Fri Jul 3 17:43:54 2015 (r391264) @@ -0,0 +1,45 @@ +--- bin/rancid.in.orig 2015-06-09 15:46:07.000000000 +0100 ++++ bin/rancid.in 2015-06-09 15:57:24.000000000 +0100 +@@ -162,13 +162,38 @@ + @sorted_lines; + } + +-# These two routines will sort based upon IP addresses ++# ipaddrval(IPaddr) converts and IPv4/v6 address to a string for comparison. + sub ipaddrval { +- my(@a) = ($_[0] =~ m#^(\d+)\.(\d+)\.(\d+)\.(\d+)$#); +- $a[3] + 256 * ($a[2] + 256 * ($a[1] +256 * $a[0])); ++ my($a) = @_; ++ my($norder); ++ ++ if ($a =~ /:/) { ++ my($l); ++ if ($a =~ /\//) { ++ ($a, $l) = split(/\//, $a); ++ } else { ++ $l = 128; ++ } ++ $norder = inet_pton(AF_INET6, $a); ++ return unpack("H*", $norder) . unpack("H*", pack("C", $l)); ++ } else { ++ my($l); ++ if ($a =~ /\//) { ++ ($a, $l) = split(/\//, $a); ++ } else { ++ $l = 32; ++ } ++ $norder = inet_pton(AF_INET, $a); ++ return(unpack("H*", $norder) . unpack("H*", pack("C", $l))); ++ } ++ ++ # otherwise return the original key value, so as not to sort on null ++ return($_[0]); + } ++ ++# sortbyipaddr(IPaddr, IPaddr) compares two IPv4/v6 addresses like strcmp(). + sub sortbyipaddr { +- &ipaddrval($a) <=> &ipaddrval($b); ++ &ipaddrval($a) cmp &ipaddrval($b); + } + + # This routine parses "show version" Added: head/net-mgmt/rancid/files/patch-bin__xrrancid.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/rancid/files/patch-bin__xrrancid.in Fri Jul 3 17:43:54 2015 (r391264) @@ -0,0 +1,11 @@ +--- bin/xrrancid.in.orig 2015-06-09 15:58:36.000000000 +0100 ++++ bin/xrrancid.in 2015-06-09 16:03:53.000000000 +0100 +@@ -590,7 +590,7 @@ + next; + } + # Filter debugging file dlbg.txt & dlbg.txt-1 only on ASR9k w/ XR +- if ($proc =~ /ASR9K/ && /dlbg\.txt/) { ++ if ($proc =~ /ASR9K/ && (/dlbg\.txt/ || /uptime_cont/ || /temp_cont/ || /volt_cont/)) { + next; + } + if (/.*\((\d+) bytes free\)/) { From owner-svn-ports-all@freebsd.org Fri Jul 3 18:02:49 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C479E994435; Fri, 3 Jul 2015 18:02:49 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pd0-x22e.google.com (mail-pd0-x22e.google.com [IPv6:2607:f8b0:400e:c02::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 91CC41F28; Fri, 3 Jul 2015 18:02:49 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by pdcu2 with SMTP id u2so68164825pdc.3; Fri, 03 Jul 2015 11:02:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=gwlA5zP2XWzgzgFv1oqznnoMZNu+yYdJYiOFSutg1yU=; b=08oNLb3akSIcKbipdaEGqjEgyCGCec9Z/UREbWyibcFlYJD8nXx/HqjoZ/CIKo/H7b TDpIFvJ4a+xdFfxQDZodHmr40FcpTT4KDYG1GIyh3qTe39oa1R4k1V47OVw3cqMAXiJL o7a0YGUcmStRUgwwk1R/7OCjYPu+vrmSBcFSJ7jqDu0cFd0PMXtiCwsAZruyVc9RP+0V oLeySIgAHyNmyaIcgaaL871d5RiGmeNBWnQYGItrJdS2jNkRPa29NjbXLThcGlzKHAJS 6XI+pelaxCP9JX2RTtAaYQz7Uisk39PpyW8u1X7te/CAPcO3icqE+KOUFSECJCTGYU/7 aOUA== X-Received: by 10.68.105.195 with SMTP id go3mr80004421pbb.48.1435946568999; Fri, 03 Jul 2015 11:02:48 -0700 (PDT) Received: from ?IPv6:2001:44b8:31ae:7b01::1? (2001-44b8-31ae-7b01-0000-0000-0000-0001.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01::1]) by mx.google.com with ESMTPSA id tj8sm9791556pab.30.2015.07.03.11.02.43 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 03 Jul 2015 11:02:48 -0700 (PDT) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r391254 - in head/www: nginx nginx-devel References: <201507031644.t63GixME014247@repo.freebsd.org> <20150703172909.GB24716@FreeBSD.org> To: "Sergey A. Osokin" Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Kubilay Kocak X-Enigmail-Draft-Status: N1110 Message-ID: <5596CE3C.5000801@FreeBSD.org> Date: Sat, 4 Jul 2015 04:02:36 +1000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0 MIME-Version: 1.0 In-Reply-To: <20150703172909.GB24716@FreeBSD.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 18:02:49 -0000 On 4/07/2015 3:29 AM, Sergey A. Osokin wrote: > Dear Kubilay, > > I didn't approve this change, so, I have at least two questions here: I believe the tag was moved 11 days ago and the issue (PR) created 7 days ago. A number of users had reported the issue today as ongoing, which is when I found the bugzilla issue. I had assumed you weren't otherwise available and wanted to help. > 1. have you checked what actually has been changed? Is there any chance to see > the diff between old distro and new one? I did not, I considered it the same as I would have a normal version bump of a module, except in this case the distinfo checksum mismatch was caused by upstream moving a tag, not a maintainer forgetting to run makesum. I don't know how to see how/where a tag was moved between commits, so as to derive a changeset. It would be nice to know if there is a way. > 2. the third-party headers_more undefined by default, so PORTREVISION bump > isn't necessary in this case. Understood. I had originally thought that since the distinfo was packaged, and that the contents was changing, that it may have been required. > Thanks. ./koobs From owner-svn-ports-all@freebsd.org Fri Jul 3 18:03:56 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2FBEB994460; Fri, 3 Jul 2015 18:03:56 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pa0-x229.google.com (mail-pa0-x229.google.com [IPv6:2607:f8b0:400e:c03::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 00A2F201E; Fri, 3 Jul 2015 18:03:56 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by pacws9 with SMTP id ws9so61336373pac.0; Fri, 03 Jul 2015 11:03:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=emZjxCkFbWEzde7k3iaFWRNqJfqJM3H734jAPCEfVOQ=; b=yHKSXP2iHK1Zm1Q0ckFbSj0GJkKG8SGoEEPyI4uT4dHkDkEMm1yMBp4fl1hVxuJvbw 3Hpd5V7mtkpClY5/wZHFnEtRAG2qNirpv2suppRWzrgCQgU7UEYPOtsXFSs6WfecbDTx 0Odq1SYEKTYTVsYCDaCu0sVIJyuYeHg7Uuo/MLtRqthGa96ij7bI9pobn05I824cAqXf CpBIFh19rBza/3yL3I2rJCHpuN92p8GElbys5CYb2DOkHdcQ8y2IPLK74GPJ9+eBmCt3 stmo3QDRqqb73tyeSkf/0U1eWGgeGstXnxZ+J2N8cgrsADsLZXeTphnKaAZNPEi9ea9A pL4g== X-Received: by 10.68.224.72 with SMTP id ra8mr79715939pbc.29.1435946635529; Fri, 03 Jul 2015 11:03:55 -0700 (PDT) Received: from ?IPv6:2001:44b8:31ae:7b01::1? (2001-44b8-31ae-7b01-0000-0000-0000-0001.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01::1]) by mx.google.com with ESMTPSA id fr2sm9772866pdb.22.2015.07.03.11.03.53 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 03 Jul 2015 11:03:55 -0700 (PDT) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r391254 - in head/www: nginx nginx-devel References: <201507031644.t63GixME014247@repo.freebsd.org> <20150703172909.GB24716@FreeBSD.org> To: "Sergey A. Osokin" Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Kubilay Kocak Message-ID: <5596CE81.3060609@FreeBSD.org> Date: Sat, 4 Jul 2015 04:03:45 +1000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0 MIME-Version: 1.0 In-Reply-To: <20150703172909.GB24716@FreeBSD.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 18:03:56 -0000 On 4/07/2015 3:29 AM, Sergey A. Osokin wrote: > Dear Kubilay, > > I didn't approve this change, so, I have at least two questions here: > > 1. have you checked what actually has been changed? Is there any chance to see > the diff between old distro and new one? > 2. the third-party headers_more undefined by default, so PORTREVISION bump > isn't necessary in this case. > > Thanks. > Shall I hold off on the MFH to 2015Q3 branch, which has been approved? ./koobs From owner-svn-ports-all@freebsd.org Fri Jul 3 18:04:22 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B79E994486; Fri, 3 Jul 2015 18:04:22 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0CD5A20F8; Fri, 3 Jul 2015 18:04:22 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t63I4LkK054989; Fri, 3 Jul 2015 18:04:21 GMT (envelope-from glewis@FreeBSD.org) Received: (from glewis@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t63I4LYW054988; Fri, 3 Jul 2015 18:04:21 GMT (envelope-from glewis@FreeBSD.org) Message-Id: <201507031804.t63I4LYW054988@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: glewis set sender to glewis@FreeBSD.org using -f From: Greg Lewis Date: Fri, 3 Jul 2015 18:04:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391265 - head/math/gnuplot X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 18:04:22 -0000 Author: glewis Date: Fri Jul 3 18:04:21 2015 New Revision: 391265 URL: https://svnweb.freebsd.org/changeset/ports/391265 Log: . Add USES=readline for the readline dependency. PR: 197995 Submitted by: johans@ Modified: head/math/gnuplot/Makefile Modified: head/math/gnuplot/Makefile ============================================================================== --- head/math/gnuplot/Makefile Fri Jul 3 17:43:54 2015 (r391264) +++ head/math/gnuplot/Makefile Fri Jul 3 18:04:21 2015 (r391265) @@ -9,7 +9,7 @@ MASTER_SITES= SF MAINTAINER= glewis@FreeBSD.org COMMENT= Command-line driven graphing utility -USES= iconv lua pkgconfig +USES= iconv lua pkgconfig readline USE_TEX= kpathsea GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} From owner-svn-ports-all@freebsd.org Fri Jul 3 18:05:42 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 173C49944D9; Fri, 3 Jul 2015 18:05:42 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 08CF021F3; Fri, 3 Jul 2015 18:05:42 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t63I5fue055299; Fri, 3 Jul 2015 18:05:41 GMT (envelope-from crees@FreeBSD.org) Received: (from crees@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t63I5f1J055298; Fri, 3 Jul 2015 18:05:41 GMT (envelope-from crees@FreeBSD.org) Message-Id: <201507031805.t63I5f1J055298@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: crees set sender to crees@FreeBSD.org using -f From: Chris Rees Date: Fri, 3 Jul 2015 18:05:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391266 - head/audio/musicpd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 18:05:42 -0000 Author: crees Date: Fri Jul 3 18:05:41 2015 New Revision: 391266 URL: https://svnweb.freebsd.org/changeset/ports/391266 Log: Enable the configure switch '--enable-pipe-output', which builds musicpd with support for writing PCM audio to a pipe. PR: ports/201304 Submitted by: Georg G. Modified: head/audio/musicpd/Makefile Modified: head/audio/musicpd/Makefile ============================================================================== --- head/audio/musicpd/Makefile Fri Jul 3 18:04:21 2015 (r391265) +++ head/audio/musicpd/Makefile Fri Jul 3 18:05:41 2015 (r391266) @@ -38,12 +38,13 @@ OPTIONS_MULTI_FILE_FORMAT= AAC ADPLUG FF VORBIS WAV WAVPACK WILDMIDI OPTIONS_GROUP= PLAYBACK -OPTIONS_GROUP_PLAYBACK= AO CURL HTTPD JACK OPENAL OSS PULSEAUDIO SHOUTCAST +OPTIONS_GROUP_PLAYBACK= AO CURL HTTPD JACK OPENAL OSS PIPE PULSEAUDIO SHOUTCAST ADPLUG_DESC= AdPlug support FLUIDSYNTH_DESC=FludSynth support (MIDI files) GME_DESC= GME support (video game music files) LAME_DESC= Support for MP3 Icecast Streams +PIPE_DESC= Support for writing PCM audio to a pipe SIDPLAY2_DESC= Sidplay support (C64 mono and stereo files) TREMOR_DESC= Tremor decoder (not with SHOUTCAST; use VORBIS) TWOLAME_DESC= TwoLAME support (mp2) @@ -97,6 +98,7 @@ OPENAL_LIB_DEPENDS=libopenal.so:${PORTSD OPUS_CONFIGURE_ENABLE=opus OPUS_LIB_DEPENDS=libopus.so:${PORTSDIR}/audio/opus OSS_CONFIGURE_ENABLE=oss +PIPE_CONFIGURE_ENABLE=pipe-output PULSEAUDIO_CONFIGURE_ENABLE=pulse PULSEAUDIO_LIB_DEPENDS=libpulse.so:${PORTSDIR}/audio/pulseaudio SAMPLERATE_CONFIGURE_ENABLE=lsr From owner-svn-ports-all@freebsd.org Fri Jul 3 18:07:25 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 44A8B99450C; Fri, 3 Jul 2015 18:07:25 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3640723DB; Fri, 3 Jul 2015 18:07:25 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t63I7PYu055630; Fri, 3 Jul 2015 18:07:25 GMT (envelope-from crees@FreeBSD.org) Received: (from crees@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t63I7PBk055629; Fri, 3 Jul 2015 18:07:25 GMT (envelope-from crees@FreeBSD.org) Message-Id: <201507031807.t63I7PBk055629@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: crees set sender to crees@FreeBSD.org using -f From: Chris Rees Date: Fri, 3 Jul 2015 18:07:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391267 - head/graphics/libvisual04 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 18:07:25 -0000 Author: crees Date: Fri Jul 3 18:07:24 2015 New Revision: 391267 URL: https://svnweb.freebsd.org/changeset/ports/391267 Log: Fix licence details PR: ports/156452 Submitted by: jbeich Modified: head/graphics/libvisual04/Makefile Modified: head/graphics/libvisual04/Makefile ============================================================================== --- head/graphics/libvisual04/Makefile Fri Jul 3 18:05:41 2015 (r391266) +++ head/graphics/libvisual04/Makefile Fri Jul 3 18:07:24 2015 (r391267) @@ -3,7 +3,7 @@ PORTNAME= libvisual PORTVERSION= 0.4.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} PKGNAMESUFFIX= 04 @@ -11,8 +11,7 @@ PKGNAMESUFFIX= 04 MAINTAINER= crees@FreeBSD.org COMMENT= Abstraction library that sits between apps and visual plugin -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE= LGPL21 # or any later version USES= gettext libtool:keepla pathfix pkgconfig GNU_CONFIGURE= yes From owner-svn-ports-all@freebsd.org Fri Jul 3 19:13:33 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DB9259942B9; Fri, 3 Jul 2015 19:13:33 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C50162023; Fri, 3 Jul 2015 19:13:33 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t63JDXYJ089693; Fri, 3 Jul 2015 19:13:33 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t63JDXEk089687; Fri, 3 Jul 2015 19:13:33 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201507031913.t63JDXEk089687@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Fri, 3 Jul 2015 19:13:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391268 - head/databases/mariadb55-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 19:13:34 -0000 Author: robak Date: Fri Jul 3 19:13:32 2015 New Revision: 391268 URL: https://svnweb.freebsd.org/changeset/ports/391268 Log: databases/mariadb55-server: update 5.5.41 -> 5.5.43 - Updates databases/mariadb55-client to 5.5.43 - Replace spaces with tabs PR: 200098 Submitted by: brnrd Approved by: maintainer timeout (2 months) Modified: head/databases/mariadb55-server/Makefile head/databases/mariadb55-server/distinfo Modified: head/databases/mariadb55-server/Makefile ============================================================================== --- head/databases/mariadb55-server/Makefile Fri Jul 3 18:07:24 2015 (r391267) +++ head/databases/mariadb55-server/Makefile Fri Jul 3 19:13:32 2015 (r391268) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME?= mariadb -PORTVERSION= 5.5.41 +PORTVERSION= 5.5.43 CATEGORIES= databases ipv6 MASTER_SITES= http://ftp.osuosl.org/pub/mariadb/${PORTNAME}-${PORTVERSION}/source/ \ http://mirrors.supportex.net/mariadb/${PORTNAME}-${PORTVERSION}/source/ \ @@ -119,7 +119,7 @@ CMAKE_ARGS+= -DWITH_JEMALLOC="no" # Server segfaults on i386 when built with clang >= 3.4 .if ${ARCH} == 'i386' && ${OSVERSION} >= 1001000 -USE_GCC= yes +USE_GCC= yes .endif post-patch: Modified: head/databases/mariadb55-server/distinfo ============================================================================== --- head/databases/mariadb55-server/distinfo Fri Jul 3 18:07:24 2015 (r391267) +++ head/databases/mariadb55-server/distinfo Fri Jul 3 19:13:32 2015 (r391268) @@ -1,2 +1,2 @@ -SHA256 (mariadb-5.5.41.tar.gz) = a16dc62e4bcabecd5c483f2f8b657483a8c51934e7be5ad4ab21b8baea1f5332 -SIZE (mariadb-5.5.41.tar.gz) = 45526003 +SHA256 (mariadb-5.5.43.tar.gz) = a0709997140549154edb87c9dfab564cd4755b238251acbf42369118f9bb4d01 +SIZE (mariadb-5.5.43.tar.gz) = 45651398 From owner-svn-ports-all@freebsd.org Fri Jul 3 19:17:30 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4F2F5994313; Fri, 3 Jul 2015 19:17:30 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1FCD52191; Fri, 3 Jul 2015 19:17:30 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t63JHTQF090386; Fri, 3 Jul 2015 19:17:29 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t63JHTMg090384; Fri, 3 Jul 2015 19:17:29 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201507031917.t63JHTMg090384@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Fri, 3 Jul 2015 19:17:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391269 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 19:17:30 -0000 Author: feld Date: Fri Jul 3 19:17:29 2015 New Revision: 391269 URL: https://svnweb.freebsd.org/changeset/ports/391269 Log: cups-filters CVE-2015-3279 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Fri Jul 3 19:13:32 2015 (r391268) +++ head/security/vuxml/vuln.xml Fri Jul 3 19:17:29 2015 (r391269) @@ -57,6 +57,45 @@ Notes: --> + + cups-filters -- texttopdf integer overflow + + + cups-filters + 1.0.71 + + + + +

Stefan Cornelius from Red Hat reports:

+
+

An integer overflow flaw leading to a heap-based buffer overflow was + discovered in the way the texttopdf utility of cups-filter processed + print jobs with a specially crafted line size. An attacker being able + to submit print jobs could exploit this flaw to crash texttopdf or, + possibly, execute arbitrary code with the privileges of the 'lp' user.

+
+

Tim Waugh reports:

+
+

The Page allocation is moved into textcommon.c, where it does all the + necessary checking: lower-bounds for CVE-2015-3258 and upper-bounds + for CVE-2015-3259 due to integer overflows for the calloc() call + initialising Page[0] and the memset() call in texttopdf.c's + WritePage() function zeroing the entire array.

+
+ +
+ + CVE-2015-3279 + https://access.redhat.com/security/cve/CVE-2015-3279 + http://bzr.linuxfoundation.org/loggerhead/openprinting/cups-filters/revision/7365 + + + 2015-07-03 + 2015-07-03 + +
+ libxml2 -- Enforce the reader to run in constant memory From owner-svn-ports-all@freebsd.org Fri Jul 3 19:20:33 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3CD779943B7; Fri, 3 Jul 2015 19:20:33 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2E6F924EC; Fri, 3 Jul 2015 19:20:33 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t63JKXrO093459; Fri, 3 Jul 2015 19:20:33 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t63JKWY4093457; Fri, 3 Jul 2015 19:20:32 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201507031920.t63JKWY4093457@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Fri, 3 Jul 2015 19:20:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391270 - head/print/cups-filters X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 19:20:33 -0000 Author: feld Date: Fri Jul 3 19:20:32 2015 New Revision: 391270 URL: https://svnweb.freebsd.org/changeset/ports/391270 Log: Update to 1.0.71 Resolves CVE-2015-3279 PR: 201311 Submitted by: maintainer Modified: head/print/cups-filters/Makefile head/print/cups-filters/distinfo Modified: head/print/cups-filters/Makefile ============================================================================== --- head/print/cups-filters/Makefile Fri Jul 3 19:17:29 2015 (r391269) +++ head/print/cups-filters/Makefile Fri Jul 3 19:20:32 2015 (r391270) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cups-filters -PORTVERSION= 1.0.70 +PORTVERSION= 1.0.71 CATEGORIES= print MASTER_SITES= http://www.openprinting.org/download/cups-filters/ Modified: head/print/cups-filters/distinfo ============================================================================== --- head/print/cups-filters/distinfo Fri Jul 3 19:17:29 2015 (r391269) +++ head/print/cups-filters/distinfo Fri Jul 3 19:20:32 2015 (r391270) @@ -1,2 +1,2 @@ -SHA256 (cups-filters-1.0.70.tar.xz) = f605fa635ff3653b4d5543a426d9ece4f890abea032fdd05536016a488520868 -SIZE (cups-filters-1.0.70.tar.xz) = 1338076 +SHA256 (cups-filters-1.0.71.tar.xz) = 3180aa209c383402822e568ccef8e1ca43f51e30b3af2039c34ebae919a69c1f +SIZE (cups-filters-1.0.71.tar.xz) = 1339116 From owner-svn-ports-all@freebsd.org Fri Jul 3 19:21:33 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 288BC9944E6; Fri, 3 Jul 2015 19:21:33 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1A42A27C0; Fri, 3 Jul 2015 19:21:33 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t63JLWhG094722; Fri, 3 Jul 2015 19:21:32 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t63JLWvp094720; Fri, 3 Jul 2015 19:21:32 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201507031921.t63JLWvp094720@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Fri, 3 Jul 2015 19:21:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r391271 - branches/2015Q3/print/cups-filters X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 19:21:33 -0000 Author: feld Date: Fri Jul 3 19:21:32 2015 New Revision: 391271 URL: https://svnweb.freebsd.org/changeset/ports/391271 Log: MFH: r391270 Update to 1.0.71 Resolves CVE-2015-3279 PR: 201311 Submitted by: maintainer Approved by: ports-secteam (with hat) Modified: branches/2015Q3/print/cups-filters/Makefile branches/2015Q3/print/cups-filters/distinfo Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/print/cups-filters/Makefile ============================================================================== --- branches/2015Q3/print/cups-filters/Makefile Fri Jul 3 19:20:32 2015 (r391270) +++ branches/2015Q3/print/cups-filters/Makefile Fri Jul 3 19:21:32 2015 (r391271) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cups-filters -PORTVERSION= 1.0.70 +PORTVERSION= 1.0.71 CATEGORIES= print MASTER_SITES= http://www.openprinting.org/download/cups-filters/ Modified: branches/2015Q3/print/cups-filters/distinfo ============================================================================== --- branches/2015Q3/print/cups-filters/distinfo Fri Jul 3 19:20:32 2015 (r391270) +++ branches/2015Q3/print/cups-filters/distinfo Fri Jul 3 19:21:32 2015 (r391271) @@ -1,2 +1,2 @@ -SHA256 (cups-filters-1.0.70.tar.xz) = f605fa635ff3653b4d5543a426d9ece4f890abea032fdd05536016a488520868 -SIZE (cups-filters-1.0.70.tar.xz) = 1338076 +SHA256 (cups-filters-1.0.71.tar.xz) = 3180aa209c383402822e568ccef8e1ca43f51e30b3af2039c34ebae919a69c1f +SIZE (cups-filters-1.0.71.tar.xz) = 1339116 From owner-svn-ports-all@freebsd.org Fri Jul 3 20:52:57 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4369F9936AC; Fri, 3 Jul 2015 20:52:57 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 33093151F; Fri, 3 Jul 2015 20:52:57 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t63Kqvaq039386; Fri, 3 Jul 2015 20:52:57 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t63KqtcK039367; Fri, 3 Jul 2015 20:52:55 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201507032052.t63KqtcK039367@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Fri, 3 Jul 2015 20:52:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391272 - in head/net-im: . libaccounts-glib libaccounts-glib/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 20:52:57 -0000 Author: rakuco Date: Fri Jul 3 20:52:54 2015 New Revision: 391272 URL: https://svnweb.freebsd.org/changeset/ports/391272 Log: New port: net-im/libaccounts-glib. From pkg-descr: Accounts and SSO (Single Sign-On) framework for Linux and POSIX based platforms. WWW: https://code.google.com/p/accounts-sso/ Necessary for the upcoming libaccounts-qt5, which is used in newer versions of KDE Telepathy. Submitted by: Tobias Berner via area51 Added: head/net-im/libaccounts-glib/ head/net-im/libaccounts-glib/Makefile (contents, props changed) head/net-im/libaccounts-glib/distinfo (contents, props changed) head/net-im/libaccounts-glib/files/ head/net-im/libaccounts-glib/files/patch-libaccounts-glib_ag-manager.c (contents, props changed) head/net-im/libaccounts-glib/pkg-descr (contents, props changed) head/net-im/libaccounts-glib/pkg-plist (contents, props changed) Modified: head/net-im/Makefile Modified: head/net-im/Makefile ============================================================================== --- head/net-im/Makefile Fri Jul 3 19:21:32 2015 (r391271) +++ head/net-im/Makefile Fri Jul 3 20:52:54 2015 (r391272) @@ -54,6 +54,7 @@ SUBDIR += ktp-kded-integration-module SUBDIR += ktp-send-file SUBDIR += ktp-text-ui + SUBDIR += libaccounts-glib SUBDIR += libjreen SUBDIR += libnice SUBDIR += libnice-gst010 Added: head/net-im/libaccounts-glib/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/libaccounts-glib/Makefile Fri Jul 3 20:52:54 2015 (r391272) @@ -0,0 +1,33 @@ +# Created by: Tobias C. Berner +# $FreeBSD$ + +PORTNAME= libaccounts-glib +PORTVERSION= 1.18 +CATEGORIES= net-im +MASTER_SITES= https://drive.google.com/uc?export=download&id=0B8fX9XOwH_g4U1NzNmg0cWoxNGM&dummy= \ + LOCAL/rakuco + +MAINTAINER= kde@FreeBSD.org +COMMENT= Accounts and SSO framework for Linux and POSIX based platforms + +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ + libsqlite3.so:${PORTSDIR}/databases/sqlite3 + +FETCH_BEFORE_ARGS= -o ${DISTFILES} + +GNU_CONFIGURE= YES +# The line below is a hack required when the port is configure either without +# devel/libcheck installed or with --disable-tests. +# A proper fix has been submitted upstream: +# https://gitlab.com/accounts-sso/libaccounts-glib/merge_requests/1 +CONFIGURE_ENV= HAVE_GCOV_FALSE='\#' +CONFIGURE_ARGS= --disable-tests +INSTALL_TARGET= install-strip + +USES= gmake libtool pathfix pkgconfig python +USE_GNOME= pygobject3 introspection libxml2 + +.include Added: head/net-im/libaccounts-glib/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/libaccounts-glib/distinfo Fri Jul 3 20:52:54 2015 (r391272) @@ -0,0 +1,2 @@ +SHA256 (libaccounts-glib-1.18.tar.gz) = 7aab9ec2ba3ae2548125f4bb330ed433e8066c672e32101a339cbb7f4657ff56 +SIZE (libaccounts-glib-1.18.tar.gz) = 579435 Added: head/net-im/libaccounts-glib/files/patch-libaccounts-glib_ag-manager.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/libaccounts-glib/files/patch-libaccounts-glib_ag-manager.c Fri Jul 3 20:52:54 2015 (r391272) @@ -0,0 +1,21 @@ +Fixes the following build error with clang: + +ag-manager.c:503:16: error: implicit conversion from enumeration type 'AgAccountsError' to different enumeration type 'AgError' [-Werror,-Wenum-conversion] + code = AG_ACCOUNTS_ERROR_DB_LOCKED; + ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ +ag-manager.c:508:16: error: implicit conversion from enumeration type 'AgAccountsError' to different enumeration type 'AgError' [-Werror,-Wenum-conversion] + code = AG_ACCOUNTS_ERROR_DB; + ~ ^~~~~~~~~~~~~~~~~~~~ + +Sent upstream: https://gitlab.com/accounts-sso/libaccounts-glib/merge_requests/3 +--- libaccounts-glib/ag-manager.c ++++ libaccounts-glib/ag-manager.c +@@ -490,7 +490,7 @@ static void + set_error_from_db (AgManager *manager) + { + AgManagerPrivate *priv = manager->priv; +- AgError code; ++ AgAccountsError code; + GError *error; + + switch (sqlite3_errcode (priv->db)) Added: head/net-im/libaccounts-glib/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/libaccounts-glib/pkg-descr Fri Jul 3 20:52:54 2015 (r391272) @@ -0,0 +1,3 @@ +Accounts and SSO (Single Sign-On) framework for Linux and POSIX based platforms. + +WWW: https://code.google.com/p/accounts-sso/ Added: head/net-im/libaccounts-glib/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/libaccounts-glib/pkg-plist Fri Jul 3 20:52:54 2015 (r391272) @@ -0,0 +1,75 @@ +bin/ag-backup +bin/ag-tool +include/libaccounts-glib/accounts-glib.h +include/libaccounts-glib/ag-account-service.h +include/libaccounts-glib/ag-account.h +include/libaccounts-glib/ag-application.h +include/libaccounts-glib/ag-auth-data.h +include/libaccounts-glib/ag-errors.h +include/libaccounts-glib/ag-manager.h +include/libaccounts-glib/ag-provider.h +include/libaccounts-glib/ag-service-type.h +include/libaccounts-glib/ag-service.h +include/libaccounts-glib/ag-types.h +lib/girepository-1.0/Accounts-1.0.typelib +lib/libaccounts-glib.so +lib/libaccounts-glib.so.0 +lib/libaccounts-glib.so.0.1.3 +libdata/pkgconfig/libaccounts-glib.pc +%%PYTHON_SITELIBDIR%%/gi/overrides/Accounts.py +%%PYTHON_SITELIBDIR%%/gi/overrides/Accounts.pyc +%%PYTHON_SITELIBDIR%%/gi/overrides/Accounts.pyo +share/backup-framework/applications/accounts.conf +share/dbus-1/interfaces/com.google.code.AccountsSSO.Accounts.Manager.xml +share/gir-1.0/Accounts-1.0.gir +share/gtk-doc/html/libaccounts-glib/AgAccount.html +share/gtk-doc/html/libaccounts-glib/AgAccountService.html +share/gtk-doc/html/libaccounts-glib/AgApplication.html +share/gtk-doc/html/libaccounts-glib/AgAuthData.html +share/gtk-doc/html/libaccounts-glib/AgManager.html +share/gtk-doc/html/libaccounts-glib/AgProvider.html +share/gtk-doc/html/libaccounts-glib/AgService.html +share/gtk-doc/html/libaccounts-glib/AgServiceType.html +share/gtk-doc/html/libaccounts-glib/account-management.html +share/gtk-doc/html/libaccounts-glib/ag-backup.html +share/gtk-doc/html/libaccounts-glib/ag-tool.html +share/gtk-doc/html/libaccounts-glib/annotation-glossary.html +share/gtk-doc/html/libaccounts-glib/api-index-1-1.html +share/gtk-doc/html/libaccounts-glib/api-index-1-2.html +share/gtk-doc/html/libaccounts-glib/api-index-1-4.html +share/gtk-doc/html/libaccounts-glib/api-index-1-5.html +share/gtk-doc/html/libaccounts-glib/api-index-deprecated.html +share/gtk-doc/html/libaccounts-glib/api-index-full.html +share/gtk-doc/html/libaccounts-glib/appendices.html +share/gtk-doc/html/libaccounts-glib/gettext-xml-files.html +share/gtk-doc/html/libaccounts-glib/glossary.html +share/gtk-doc/html/libaccounts-glib/home.png +share/gtk-doc/html/libaccounts-glib/index.html +share/gtk-doc/html/libaccounts-glib/index.sgml +share/gtk-doc/html/libaccounts-glib/left-insensitive.png +share/gtk-doc/html/libaccounts-glib/left.png +share/gtk-doc/html/libaccounts-glib/libaccounts-compiling.html +share/gtk-doc/html/libaccounts-glib/libaccounts-glib-objects.html +share/gtk-doc/html/libaccounts-glib/libaccounts-glib-overview.html +share/gtk-doc/html/libaccounts-glib/libaccounts-glib-tools.html +share/gtk-doc/html/libaccounts-glib/libaccounts-glib.devhelp2 +share/gtk-doc/html/libaccounts-glib/libaccounts-overview.html +share/gtk-doc/html/libaccounts-glib/libaccounts-running.html +share/gtk-doc/html/libaccounts-glib/object-tree.html +share/gtk-doc/html/libaccounts-glib/provider-file-format.html +share/gtk-doc/html/libaccounts-glib/right-insensitive.png +share/gtk-doc/html/libaccounts-glib/right.png +share/gtk-doc/html/libaccounts-glib/service-file-format.html +share/gtk-doc/html/libaccounts-glib/service-type-file-format.html +share/gtk-doc/html/libaccounts-glib/style.css +share/gtk-doc/html/libaccounts-glib/up-insensitive.png +share/gtk-doc/html/libaccounts-glib/up.png +share/gtk-doc/html/libaccounts-glib/validating-xml-files.html +share/gtk-doc/html/libaccounts-glib/xml-file-formats.html +share/gtk-doc/html/libaccounts-glib/xml-files.html +share/vala/vapi/libaccounts-glib.deps +share/vala/vapi/libaccounts-glib.vapi +share/xml/accounts/schema/dtd/accounts-application.dtd +share/xml/accounts/schema/dtd/accounts-provider.dtd +share/xml/accounts/schema/dtd/accounts-service-type.dtd +share/xml/accounts/schema/dtd/accounts-service.dtd From owner-svn-ports-all@freebsd.org Fri Jul 3 20:58:39 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 369BD9937AF; Fri, 3 Jul 2015 20:58:39 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1AA8518E8; Fri, 3 Jul 2015 20:58:39 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t63Kwcl9040298; Fri, 3 Jul 2015 20:58:38 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t63KwbBq040293; Fri, 3 Jul 2015 20:58:37 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201507032058.t63KwbBq040293@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Fri, 3 Jul 2015 20:58:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391273 - in head/net-im: . libaccounts-qt5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 20:58:39 -0000 Author: rakuco Date: Fri Jul 3 20:58:37 2015 New Revision: 391273 URL: https://svnweb.freebsd.org/changeset/ports/391273 Log: New port: net-im/libaccounts-qt5. From pkg-descr: Accounts and SSO (Single Sign-On) framework for Linux and POSIX based platforms. WWW: https://code.google.com/p/accounts-sso/ This port will be used in upcoming versions of KDE Telepathy. Submitted by: Tobias Berner via area51 Added: head/net-im/libaccounts-qt5/ head/net-im/libaccounts-qt5/Makefile (contents, props changed) head/net-im/libaccounts-qt5/distinfo (contents, props changed) head/net-im/libaccounts-qt5/pkg-descr (contents, props changed) head/net-im/libaccounts-qt5/pkg-plist (contents, props changed) Modified: head/net-im/Makefile Modified: head/net-im/Makefile ============================================================================== --- head/net-im/Makefile Fri Jul 3 20:52:54 2015 (r391272) +++ head/net-im/Makefile Fri Jul 3 20:58:37 2015 (r391273) @@ -55,6 +55,7 @@ SUBDIR += ktp-send-file SUBDIR += ktp-text-ui SUBDIR += libaccounts-glib + SUBDIR += libaccounts-qt5 SUBDIR += libjreen SUBDIR += libnice SUBDIR += libnice-gst010 Added: head/net-im/libaccounts-qt5/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/libaccounts-qt5/Makefile Fri Jul 3 20:58:37 2015 (r391273) @@ -0,0 +1,29 @@ +# Created by: Tobias C. Berner +# $FreeBSD$ + +PORTNAME= libaccounts-qt5 +PORTVERSION= 1.13 +CATEGORIES= net-im +MASTER_SITES= https://drive.google.com/uc?export=download&id=0B8fX9XOwH_g4cTRCaktXNDRmMXM&dummy= \ + LOCAL/rakuco +DISTNAME= accounts-qt-${PORTVERSION} + +MAINTAINER= kde@FreeBSD.org +COMMENT= Qt5 wrapper for SSO framework + +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libaccounts-glib.so:${PORTSDIR}/net-im/libaccounts-glib +BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen + +FETCH_BEFORE_ARGS= -o ${DISTFILES} + +USES= compiler:c++11-lib qmake pathfix pkgconfig python tar:bz2 +USE_QT5= buildtools_build core qmake_build testlib xml + +pre-configure: + ${REINPLACE_CMD} -e 's,$$$${INSTALL_LIBDIR},${LOCALBASE}/libdata,' \ + ${WRKSRC}/common-pkgconfig.pri + +.include Added: head/net-im/libaccounts-qt5/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/libaccounts-qt5/distinfo Fri Jul 3 20:58:37 2015 (r391273) @@ -0,0 +1,2 @@ +SHA256 (accounts-qt-1.13.tar.bz2) = 9033891b7f122f578d0ccf22b0e31fc478e644e97f24e7ad8fb54ef0a5da30f0 +SIZE (accounts-qt-1.13.tar.bz2) = 544655 Added: head/net-im/libaccounts-qt5/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/libaccounts-qt5/pkg-descr Fri Jul 3 20:58:37 2015 (r391273) @@ -0,0 +1,3 @@ +Accounts and SSO (Single Sign-On) framework for Linux and POSIX based platforms. + +WWW: https://code.google.com/p/accounts-sso/ Added: head/net-im/libaccounts-qt5/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/libaccounts-qt5/pkg-plist Fri Jul 3 20:58:37 2015 (r391273) @@ -0,0 +1,153 @@ +bin/accountstest +include/accounts-qt5/Accounts/Account +include/accounts-qt5/Accounts/AccountService +include/accounts-qt5/Accounts/Application +include/accounts-qt5/Accounts/AuthData +include/accounts-qt5/Accounts/Error +include/accounts-qt5/Accounts/Manager +include/accounts-qt5/Accounts/Provider +include/accounts-qt5/Accounts/Service +include/accounts-qt5/Accounts/ServiceType +include/accounts-qt5/Accounts/account-service.h +include/accounts-qt5/Accounts/account.h +include/accounts-qt5/Accounts/accountscommon.h +include/accounts-qt5/Accounts/application.h +include/accounts-qt5/Accounts/auth-data.h +include/accounts-qt5/Accounts/error.h +include/accounts-qt5/Accounts/manager.h +include/accounts-qt5/Accounts/manager_p.h +include/accounts-qt5/Accounts/provider.h +include/accounts-qt5/Accounts/service-type.h +include/accounts-qt5/Accounts/service.h +include/accounts-qt5/Accounts/utils.h +lib/cmake/AccountsQt5/AccountsQt5Config.cmake +lib/cmake/AccountsQt5/AccountsQt5ConfigVersion.cmake +lib/libaccounts-qt5.so +lib/libaccounts-qt5.so.1 +lib/libaccounts-qt5.so.1.2 +lib/libaccounts-qt5.so.1.2.0 +libdata/pkgconfig/accounts-qt5.pc +share/doc/accounts-qt/html/account-service_8cpp_source.html +share/doc/accounts-qt/html/account-service_8h_source.html +share/doc/accounts-qt/html/account_8cpp_source.html +share/doc/accounts-qt/html/account_8h_source.html +share/doc/accounts-qt/html/accountscommon_8h_source.html +share/doc/accounts-qt/html/annotated.html +share/doc/accounts-qt/html/annotated.js +share/doc/accounts-qt/html/application_8cpp_source.html +share/doc/accounts-qt/html/application_8h_source.html +share/doc/accounts-qt/html/arrowdown.png +share/doc/accounts-qt/html/arrowright.png +share/doc/accounts-qt/html/auth-data_8cpp_source.html +share/doc/accounts-qt/html/auth-data_8h_source.html +share/doc/accounts-qt/html/bc_s.png +share/doc/accounts-qt/html/bdwn.png +share/doc/accounts-qt/html/classAccounts_1_1Account-members.html +share/doc/accounts-qt/html/classAccounts_1_1Account.html +share/doc/accounts-qt/html/classAccounts_1_1Account.js +share/doc/accounts-qt/html/classAccounts_1_1AccountService-members.html +share/doc/accounts-qt/html/classAccounts_1_1AccountService.html +share/doc/accounts-qt/html/classAccounts_1_1AccountService.js +share/doc/accounts-qt/html/classAccounts_1_1Application-members.html +share/doc/accounts-qt/html/classAccounts_1_1Application.html +share/doc/accounts-qt/html/classAccounts_1_1Application.js +share/doc/accounts-qt/html/classAccounts_1_1AuthData-members.html +share/doc/accounts-qt/html/classAccounts_1_1AuthData.html +share/doc/accounts-qt/html/classAccounts_1_1AuthData.js +share/doc/accounts-qt/html/classAccounts_1_1Error-members.html +share/doc/accounts-qt/html/classAccounts_1_1Error.html +share/doc/accounts-qt/html/classAccounts_1_1Error.js +share/doc/accounts-qt/html/classAccounts_1_1Manager-members.html +share/doc/accounts-qt/html/classAccounts_1_1Manager.html +share/doc/accounts-qt/html/classAccounts_1_1Manager.js +share/doc/accounts-qt/html/classAccounts_1_1Provider-members.html +share/doc/accounts-qt/html/classAccounts_1_1Provider.html +share/doc/accounts-qt/html/classAccounts_1_1Provider.js +share/doc/accounts-qt/html/classAccounts_1_1Service-members.html +share/doc/accounts-qt/html/classAccounts_1_1Service.html +share/doc/accounts-qt/html/classAccounts_1_1Service.js +share/doc/accounts-qt/html/classAccounts_1_1ServiceType-members.html +share/doc/accounts-qt/html/classAccounts_1_1ServiceType.html +share/doc/accounts-qt/html/classAccounts_1_1ServiceType.js +share/doc/accounts-qt/html/classAccounts_1_1Watch-members.html +share/doc/accounts-qt/html/classAccounts_1_1Watch.html +share/doc/accounts-qt/html/classAccounts_1_1Watch.js +share/doc/accounts-qt/html/classes.html +share/doc/accounts-qt/html/closed.png +share/doc/accounts-qt/html/deprecated.html +share/doc/accounts-qt/html/dir_c3d1d086c816c0518443c9e800634b9c.html +share/doc/accounts-qt/html/dir_c3d1d086c816c0518443c9e800634b9c.js +share/doc/accounts-qt/html/dir_c3d1d086c816c0518443c9e800634b9c_dep.map +share/doc/accounts-qt/html/dir_c3d1d086c816c0518443c9e800634b9c_dep.md5 +share/doc/accounts-qt/html/dir_c3d1d086c816c0518443c9e800634b9c_dep.png +share/doc/accounts-qt/html/doc.png +share/doc/accounts-qt/html/doxygen.css +share/doc/accounts-qt/html/doxygen.png +share/doc/accounts-qt/html/dynsections.js +share/doc/accounts-qt/html/error_8cpp_source.html +share/doc/accounts-qt/html/error_8h_source.html +share/doc/accounts-qt/html/files.html +share/doc/accounts-qt/html/files.js +share/doc/accounts-qt/html/folderclosed.png +share/doc/accounts-qt/html/folderopen.png +share/doc/accounts-qt/html/ftv2blank.png +share/doc/accounts-qt/html/ftv2cl.png +share/doc/accounts-qt/html/ftv2doc.png +share/doc/accounts-qt/html/ftv2folderclosed.png +share/doc/accounts-qt/html/ftv2folderopen.png +share/doc/accounts-qt/html/ftv2lastnode.png +share/doc/accounts-qt/html/ftv2link.png +share/doc/accounts-qt/html/ftv2mlastnode.png +share/doc/accounts-qt/html/ftv2mnode.png +share/doc/accounts-qt/html/ftv2mo.png +share/doc/accounts-qt/html/ftv2node.png +share/doc/accounts-qt/html/ftv2ns.png +share/doc/accounts-qt/html/ftv2plastnode.png +share/doc/accounts-qt/html/ftv2pnode.png +share/doc/accounts-qt/html/ftv2splitbar.png +share/doc/accounts-qt/html/ftv2vertline.png +share/doc/accounts-qt/html/functions.html +share/doc/accounts-qt/html/functions_enum.html +share/doc/accounts-qt/html/functions_eval.html +share/doc/accounts-qt/html/functions_func.html +share/doc/accounts-qt/html/graph_legend.html +share/doc/accounts-qt/html/graph_legend.md5 +share/doc/accounts-qt/html/graph_legend.png +share/doc/accounts-qt/html/index.html +share/doc/accounts-qt/html/index.qhp +share/doc/accounts-qt/html/jquery.js +share/doc/accounts-qt/html/manager_8cpp_source.html +share/doc/accounts-qt/html/manager_8h_source.html +share/doc/accounts-qt/html/manager__p_8h_source.html +share/doc/accounts-qt/html/nav_f.png +share/doc/accounts-qt/html/nav_g.png +share/doc/accounts-qt/html/nav_h.png +share/doc/accounts-qt/html/navtree.css +share/doc/accounts-qt/html/navtree.js +share/doc/accounts-qt/html/navtreedata.js +share/doc/accounts-qt/html/navtreeindex0.js +share/doc/accounts-qt/html/open.png +share/doc/accounts-qt/html/pages.html +share/doc/accounts-qt/html/provider_8cpp_source.html +share/doc/accounts-qt/html/provider_8h_source.html +share/doc/accounts-qt/html/resize.js +share/doc/accounts-qt/html/service-type_8cpp_source.html +share/doc/accounts-qt/html/service-type_8h_source.html +share/doc/accounts-qt/html/service_8cpp_source.html +share/doc/accounts-qt/html/service_8h_source.html +share/doc/accounts-qt/html/splitbar.png +share/doc/accounts-qt/html/sync_off.png +share/doc/accounts-qt/html/sync_on.png +share/doc/accounts-qt/html/tab_a.png +share/doc/accounts-qt/html/tab_b.png +share/doc/accounts-qt/html/tab_h.png +share/doc/accounts-qt/html/tab_s.png +share/doc/accounts-qt/html/tabs.css +share/doc/accounts-qt/html/utils_8cpp_source.html +share/doc/accounts-qt/html/utils_8h_source.html +share/doc/accounts-qt/qch/accounts.qch +share/libaccounts-qt-tests/MyProvider.provider +share/libaccounts-qt-tests/MyService.service +share/libaccounts-qt-tests/OtherService.service +share/libaccounts-qt-tests/e-mail.service-type +share/libaccounts-qt-tests/tests.xml From owner-svn-ports-all@freebsd.org Fri Jul 3 21:11:17 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1D1B8993A42; Fri, 3 Jul 2015 21:11:17 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 019FB1D77; Fri, 3 Jul 2015 21:11:17 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t63LBGn4048823; Fri, 3 Jul 2015 21:11:16 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t63LBGcS048821; Fri, 3 Jul 2015 21:11:16 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201507032111.t63LBGcS048821@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Fri, 3 Jul 2015 21:11:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391274 - in head/www/zope213: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 21:11:17 -0000 Author: rm Date: Fri Jul 3 21:11:15 2015 New Revision: 391274 URL: https://svnweb.freebsd.org/changeset/ports/391274 Log: www/zope213: make this port usable when installed from packages Both ports users and package users now follow uniform procedure of creating application instance. Summary: - Clean up port and remove `make instance` functionality that duplicates native Zope tool functionality - Standardize and ensure pkg-message instructions correctly set up Zope - Make Portlint and Poudriere testport clean - Set NO_ARCH PR: 200040 Submitted by: Jason Unovitch MFH: 2015Q3 Deleted: head/www/zope213/files/instance-message.in head/www/zope213/files/package-pkg-message.in head/www/zope213/files/zope.conf_changes Modified: head/www/zope213/Makefile head/www/zope213/files/pkg-message.in Modified: head/www/zope213/Makefile ============================================================================== --- head/www/zope213/Makefile Fri Jul 3 20:58:37 2015 (r391273) +++ head/www/zope213/Makefile Fri Jul 3 21:11:15 2015 (r391274) @@ -2,6 +2,7 @@ PORTNAME= zope213 PORTVERSION= 2.13.22 +PORTREVISION= 1 CATEGORIES= www python zope MASTER_SITES= CHEESESHOP DISTNAME= Zope2-${PORTVERSION} @@ -80,12 +81,11 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Acce ${PYTHON_PKGNAMEPREFIX}manuel>=0:${PORTSDIR}/devel/py-manuel USES= python:2 zip -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils +NO_ARCH= yes -PKGMESSAGE= ${WRKDIR}/pkg-message -SUB_FILES= instance-message package-pkg-message pkg-message -SUB_LIST= ZOPEINSTANCEBASE=${ZOPEINSTANCEBASE} \ - ZOPE_USER=${ZOPE_USER} \ +SUB_FILES= pkg-message +SUB_LIST= ZOPE_USER=${ZOPE_USER} \ ZOPEINSTANCEDIR=${ZOPEINSTANCEDIR} USE_RC_SUBR= ${PORTNAME} @@ -93,30 +93,9 @@ ZOPE_USER?= www ZOPEINSTANCEBASE?= ${PREFIX}/www/Zope213 ZOPEINSTANCEDIR?= ${ZOPEINSTANCEBASE}/${ZOPEINSTANCENAME} -.if defined(BATCH) -ISBATCH= --user admin:test123 -.else -ISBATCH= "" -.endif - -.if defined(INSTANCENAME) -ZOPEINSTANCENAME= ${INSTANCENAME} -.endif - -instance: - @${LOCALBASE}/bin/mkzopeinstance --dir ${ZOPEINSTANCEDIR} ${ISBATCH} - @${CHOWN} ${ZOPE_USER}:${ZOPE_USER} ${ZOPEINSTANCEDIR}/var - @${CHOWN} ${ZOPE_USER}:${ZOPE_USER} ${ZOPEINSTANCEDIR}/log - @${SED} ${SUB_LIST:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ - ${FILESDIR}/zope.conf_changes \ - | ${PATCH} --silent ${ZOPEINSTANCEDIR}/etc/zope.conf - @${RM} ${ZOPEINSTANCEDIR}/etc/zope.conf.orig - @${CAT} ${WRKDIR}/instance-message - -post-install: - @${CAT} ${WRKDIR}/pkg-message - -pre-package: - @${INSTALL_DATA} ${WRKDIR}/package-pkg-message ${PKGMESSAGE} +post-patch: + @${REINPLACE_CMD} -e 's/#.*effective-user chrism/effective-user ${ZOPE_USER}/' \ + ${WRKSRC}/src/Zope2/utilities/skel/etc/zope.conf.in + @${RM} ${WRKSRC}/src/Zope2/utilities/skel/etc/zope.conf.in.bak .include Modified: head/www/zope213/files/pkg-message.in ============================================================================== --- head/www/zope213/files/pkg-message.in Fri Jul 3 20:58:37 2015 (r391273) +++ head/www/zope213/files/pkg-message.in Fri Jul 3 21:11:15 2015 (r391274) @@ -2,22 +2,27 @@ Zope Successfull installed. -To create an instance of Zope please run -make instance +To create an instance of Zope using the default location, please run: -You can set the following Variables in /etc/make.conf +%%LOCALBASE%%/bin/mkzopeinstance --dir %%ZOPEINSTANCEDIR%% +chown %%ZOPE_USER%%:%%ZOPE_USER%% %%ZOPEINSTANCEDIR%%var +chown %%ZOPE_USER%%:%%ZOPE_USER%% %%ZOPEINSTANCEDIR%%log -ZOPEINSTANCEBASE Directory where Zope instance should go - (default: %%ZOPEINSTANCEBASE%%) -ZOPEINSTANCENAME Default name for a new Zope instance - (default: none) +Command-line options to 'mkzopeinstance' are available, and can be +investigated by running 'mkzopeinstance --help'. -If you want have multiple Zope you should run -make instance INSTANCENAME= +Zope instances, created by mkzopeinstance, will not be removed +when the package is deinstalled. You'll have to delete them yourself. -You may also define BATCH option if you want instance to be created with -default username/password pair for instance administartor (admin:test123): -make instance BATCH=yes +If you are not using the default instance location, please use the +desired paths during creation and add this line to /etc/rc.conf: -Zope instances, created by `make instance', will not be removed when the -port is deinstalled. You'll have to delete them yourself. +zope213_instances="" + +Additional Zope instances have to be added to zope213_instances +separated by a space. + +If Zope should get started automatically when the system starts, +please add the following line to /etc/rc.conf: + +zope213_enable="YES" From owner-svn-ports-all@freebsd.org Fri Jul 3 21:36:08 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 48054993E8F; Fri, 3 Jul 2015 21:36:08 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1F1EF2820; Fri, 3 Jul 2015 21:36:08 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t63La7oq059705; Fri, 3 Jul 2015 21:36:07 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t63La7Kc059703; Fri, 3 Jul 2015 21:36:07 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201507032136.t63La7Kc059703@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Fri, 3 Jul 2015 21:36:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391275 - in head/devel/libdlna: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 21:36:08 -0000 Author: riggs Date: Fri Jul 3 21:36:06 2015 New Revision: 391275 URL: https://svnweb.freebsd.org/changeset/ports/391275 Log: Fix build with ffmpeg 2.7 PR: 201318 Submitted by: riggs Approved by: portmgr (antoine) Modified: head/devel/libdlna/Makefile head/devel/libdlna/files/patch-src-profiles.c Modified: head/devel/libdlna/Makefile ============================================================================== --- head/devel/libdlna/Makefile Fri Jul 3 21:11:15 2015 (r391274) +++ head/devel/libdlna/Makefile Fri Jul 3 21:36:06 2015 (r391275) @@ -3,7 +3,7 @@ PORTNAME= libdlna PORTVERSION= 0.2.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MASTER_SITES= http://libdlna.geexbox.org/releases/ \ LOCAL/ehaupt @@ -25,8 +25,6 @@ CONFIGURE_ARGS+= --prefix="${PREFIX}" -- CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -BROKEN= Does not build with ffmpeg-2.7 - post-patch: @${REINPLACE_CMD} -e \ 's#\(PKGCONFIG_DIR = \).*#\1${STAGEDIR}${PREFIX}/libdata/pkgconfig#' \ Modified: head/devel/libdlna/files/patch-src-profiles.c ============================================================================== --- head/devel/libdlna/files/patch-src-profiles.c Fri Jul 3 21:11:15 2015 (r391274) +++ head/devel/libdlna/files/patch-src-profiles.c Fri Jul 3 21:36:06 2015 (r391275) @@ -1,6 +1,6 @@ ---- src/profiles.c.orig 2012-10-30 14:12:10.000000000 -0600 -+++ src/profiles.c 2012-10-30 14:13:49.000000000 -0600 -@@ -204,14 +204,24 @@ +--- src/profiles.c.orig 2007-11-26 21:47:43.000000000 +0100 ++++ src/profiles.c 2015-07-03 22:44:50.380315167 +0200 +@@ -204,14 +204,24 @@ av_profile_get_codecs (AVFormatContext * for (i = 0; i < ctx->nb_streams; i++) { @@ -25,7 +25,7 @@ { video_stream = i; continue; -@@ -280,7 +290,7 @@ +@@ -280,14 +290,14 @@ dlna_guess_media_profile (dlna_t *dlna, if (!dlna->inited) dlna = dlna_init (); @@ -34,7 +34,15 @@ { if (dlna->verbosity) fprintf (stderr, "can't open file: %s\n", filename); -@@ -334,7 +344,7 @@ + return NULL; + } + +- if (av_find_stream_info (ctx) < 0) ++ if (avformat_find_stream_info (ctx, NULL) < 0) + { + if (dlna->verbosity) + fprintf (stderr, "can't find stream info\n"); +@@ -334,7 +344,7 @@ dlna_guess_media_profile (dlna_t *dlna, p = p->next; } From owner-svn-ports-all@freebsd.org Fri Jul 3 21:36:54 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8131F993EC9; Fri, 3 Jul 2015 21:36:54 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7160D2903; Fri, 3 Jul 2015 21:36:54 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t63LasGu059909; Fri, 3 Jul 2015 21:36:54 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t63Lasku059907; Fri, 3 Jul 2015 21:36:54 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201507032136.t63Lasku059907@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Fri, 3 Jul 2015 21:36:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391276 - in head/emulators/kcemu: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 21:36:54 -0000 Author: riggs Date: Fri Jul 3 21:36:53 2015 New Revision: 391276 URL: https://svnweb.freebsd.org/changeset/ports/391276 Log: Fix build with ffmpeg 2.7 PR: 201319 Submitted by: riggs Approved by: portmgr (antoine) Modified: head/emulators/kcemu/Makefile head/emulators/kcemu/files/patch-src-ui-gtk-ffmpeg.cc Modified: head/emulators/kcemu/Makefile ============================================================================== --- head/emulators/kcemu/Makefile Fri Jul 3 21:36:06 2015 (r391275) +++ head/emulators/kcemu/Makefile Fri Jul 3 21:36:53 2015 (r391276) @@ -3,7 +3,7 @@ PORTNAME= kcemu PORTVERSION= 0.5.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/KCemu/KCemu-${PORTVERSION} DISTNAME= KCemu-${PORTVERSION} @@ -38,6 +38,4 @@ DESKTOP_ENTRIES="KCemu" "${COMMENT}" \ "${LOCALBASE}/share/KCemu/icons/kcemu-icon.png" "kcemu" \ "System;Emulator;" "true" -BROKEN= Does not build with ffmpeg-2.7 - .include Modified: head/emulators/kcemu/files/patch-src-ui-gtk-ffmpeg.cc ============================================================================== --- head/emulators/kcemu/files/patch-src-ui-gtk-ffmpeg.cc Fri Jul 3 21:36:06 2015 (r391275) +++ head/emulators/kcemu/files/patch-src-ui-gtk-ffmpeg.cc Fri Jul 3 21:36:53 2015 (r391276) @@ -1,6 +1,6 @@ --- src/ui/gtk/ffmpeg.cc.orig 2010-03-07 20:50:23.000000000 +0100 -+++ src/ui/gtk/ffmpeg.cc 2013-12-15 16:54:09.000000000 +0100 -@@ -48,7 +48,7 @@ ++++ src/ui/gtk/ffmpeg.cc 2015-07-03 22:59:12.842256554 +0200 +@@ -48,7 +48,7 @@ FfmpegVideoEncoder::init(const char *fil av_register_all(); @@ -9,16 +9,25 @@ if (fmt == NULL) return false; -@@ -66,7 +66,7 @@ +@@ -59,14 +59,15 @@ FfmpegVideoEncoder::init(const char *fil + _context->oformat = fmt; + snprintf(_context->filename, sizeof (_context->filename), "%s", filename); + +- _stream = av_new_stream(_context, 0); ++ _stream = avformat_new_stream(_context, NULL); + if (_stream == NULL) + { + close(); return false; } ++ _stream->id = 0; _stream->codec->codec_id = fmt->video_codec; - _stream->codec->codec_type = CODEC_TYPE_VIDEO; + _stream->codec->codec_type = AVMEDIA_TYPE_VIDEO; _stream->codec->codec_tag = MKTAG('D', 'X', '5', '0'); _stream->codec->bit_rate = 79000 + 1000 * pow(1.4, quality * 20.0); -@@ -81,14 +81,8 @@ +@@ -81,14 +82,8 @@ FfmpegVideoEncoder::init(const char *fil if (_context->oformat->flags & AVFMT_GLOBALHEADER) _stream->codec->flags |= CODEC_FLAG_GLOBAL_HEADER; @@ -34,7 +43,7 @@ { close(); return false; -@@ -119,14 +113,14 @@ +@@ -119,14 +114,14 @@ FfmpegVideoEncoder::init(const char *fil avpicture_fill((AVPicture *) _frame, buf, _stream->codec->pix_fmt, width, height); @@ -51,7 +60,7 @@ return true; } -@@ -171,7 +165,7 @@ +@@ -171,7 +166,7 @@ FfmpegVideoEncoder::encode(byte_t *image if (_stream->codec->coded_frame->pts != AV_NOPTS_VALUE) pkt.pts = av_rescale_q(_stream->codec->coded_frame->pts, _stream->codec->time_base, _stream->time_base); if (_stream->codec->coded_frame->key_frame) @@ -60,7 +69,7 @@ pkt.stream_index = _stream->index; pkt.data = _buf; pkt.size = out_size; -@@ -197,7 +191,7 @@ +@@ -197,7 +192,7 @@ FfmpegVideoEncoder::close(void) av_freep(&_context->streams[i]->codec); av_freep(&_context->streams[i]); } @@ -69,7 +78,7 @@ av_free(_context); -@@ -207,4 +201,4 @@ +@@ -207,4 +202,4 @@ FfmpegVideoEncoder::close(void) _buf = NULL; } From owner-svn-ports-all@freebsd.org Fri Jul 3 21:42:49 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 81329994121; Fri, 3 Jul 2015 21:42:49 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 724152D06; Fri, 3 Jul 2015 21:42:49 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t63LgngG064327; Fri, 3 Jul 2015 21:42:49 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t63LgnCB064325; Fri, 3 Jul 2015 21:42:49 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201507032142.t63LgnCB064325@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Fri, 3 Jul 2015 21:42:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391277 - head/math/octave-forge-symbolic X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 21:42:49 -0000 Author: stephen Date: Fri Jul 3 21:42:48 2015 New Revision: 391277 URL: https://svnweb.freebsd.org/changeset/ports/391277 Log: - Update to 2.2.2. Modified: head/math/octave-forge-symbolic/Makefile head/math/octave-forge-symbolic/distinfo Modified: head/math/octave-forge-symbolic/Makefile ============================================================================== --- head/math/octave-forge-symbolic/Makefile Fri Jul 3 21:36:53 2015 (r391276) +++ head/math/octave-forge-symbolic/Makefile Fri Jul 3 21:42:48 2015 (r391277) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= octave-forge-symbolic -PORTVERSION= 2.2.1 +PORTVERSION= 2.2.2 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org Modified: head/math/octave-forge-symbolic/distinfo ============================================================================== --- head/math/octave-forge-symbolic/distinfo Fri Jul 3 21:36:53 2015 (r391276) +++ head/math/octave-forge-symbolic/distinfo Fri Jul 3 21:42:48 2015 (r391277) @@ -1,2 +1,2 @@ -SHA256 (octave-forge/symbolic-2.2.1.tar.gz) = 1c162ff3495028db2a50a0dcd739636e6959c55dda815e4c20ca08fb97e88a88 -SIZE (octave-forge/symbolic-2.2.1.tar.gz) = 225153 +SHA256 (octave-forge/symbolic-2.2.2.tar.gz) = 73baead3394dc2fc3fb79da0bc461ddba65b17e1229b3f1cab6e9e0b3d302eb5 +SIZE (octave-forge/symbolic-2.2.2.tar.gz) = 229305 From owner-svn-ports-all@freebsd.org Fri Jul 3 21:43:15 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 06D6E994147; Fri, 3 Jul 2015 21:43:15 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D22102DE3; Fri, 3 Jul 2015 21:43:14 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t63LhEOI064505; Fri, 3 Jul 2015 21:43:14 GMT (envelope-from crees@FreeBSD.org) Received: (from crees@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t63LhErJ064502; Fri, 3 Jul 2015 21:43:14 GMT (envelope-from crees@FreeBSD.org) Message-Id: <201507032143.t63LhErJ064502@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: crees set sender to crees@FreeBSD.org using -f From: Chris Rees Date: Fri, 3 Jul 2015 21:43:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391278 - head/net-p2p/transmission-cli/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 21:43:15 -0000 Author: crees Date: Fri Jul 3 21:43:13 2015 New Revision: 391278 URL: https://svnweb.freebsd.org/changeset/ports/391278 Log: Don't depend on base OpenSSL when using WITH_OPENSSL_PORT. PR: ports/186978 Submitted by: Bernard Spil Added: head/net-p2p/transmission-cli/files/patch-daemon_Makefile.in (contents, props changed) Modified: head/net-p2p/transmission-cli/files/patch-qt-mainwin.cc Added: head/net-p2p/transmission-cli/files/patch-daemon_Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-p2p/transmission-cli/files/patch-daemon_Makefile.in Fri Jul 3 21:43:13 2015 (r391278) @@ -0,0 +1,11 @@ +--- daemon/Makefile.in.orig 2015-04-15 08:35:09 UTC ++++ daemon/Makefile.in +@@ -141,7 +141,7 @@ am__v_CC_1 = + CCLD = $(CC) + LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ +- $(AM_LDFLAGS) $(LDFLAGS) -o $@ ++ $(LDFLAGS) $(AM_LDFLAGS) -o $@ + AM_V_CCLD = $(am__v_CCLD_@AM_V@) + am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) + am__v_CCLD_0 = @echo " CCLD " $@; Modified: head/net-p2p/transmission-cli/files/patch-qt-mainwin.cc ============================================================================== --- head/net-p2p/transmission-cli/files/patch-qt-mainwin.cc Fri Jul 3 21:42:48 2015 (r391277) +++ head/net-p2p/transmission-cli/files/patch-qt-mainwin.cc Fri Jul 3 21:43:13 2015 (r391278) @@ -1,6 +1,6 @@ ---- qt/mainwin.cc.orig 2014-07-21 14:31:59.381934558 +0100 -+++ qt/mainwin.cc 2014-07-21 14:35:42.020934743 +0100 -@@ -1165,8 +1165,8 @@ +--- qt/mainwin.cc.orig 2014-07-01 17:09:14 UTC ++++ qt/mainwin.cc +@@ -1165,8 +1165,8 @@ TrMainWindow :: openTorrent () QCheckBox * b = new QCheckBox (tr ("Show &options dialog")); b->setChecked (myPrefs.getBool (Prefs::OPTIONS_PROMPT)); b->setObjectName (SHOW_OPTIONS_CHECKBOX_NAME); @@ -11,7 +11,7 @@ { l = new QGridLayout; d->setLayout (l); -@@ -1313,8 +1313,8 @@ +@@ -1313,8 +1313,8 @@ TrMainWindow :: removeTorrents (const bo msgBox.setDefaultButton (QMessageBox::Cancel); msgBox.setIcon (QMessageBox::Question); // hack needed to keep the dialog from being too narrow From owner-svn-ports-all@freebsd.org Fri Jul 3 21:46:39 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3ED569941BC; Fri, 3 Jul 2015 21:46:39 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 159062F75; Fri, 3 Jul 2015 21:46:39 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t63Lkc8I065123; Fri, 3 Jul 2015 21:46:38 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t63Lkcpc065121; Fri, 3 Jul 2015 21:46:38 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201507032146.t63Lkcpc065121@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Fri, 3 Jul 2015 21:46:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391279 - in head/math/octave-forge-ltfat: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 21:46:39 -0000 Author: stephen Date: Fri Jul 3 21:46:38 2015 New Revision: 391279 URL: https://svnweb.freebsd.org/changeset/ports/391279 Log: - Unbreak by using gnu_configure instead of Makefile_unix. PR: ports/199683 Submitted by: smars@yuntech.edu.tw Added: head/math/octave-forge-ltfat/files/ head/math/octave-forge-ltfat/files/patch-Makefile.in (contents, props changed) Modified: head/math/octave-forge-ltfat/Makefile Modified: head/math/octave-forge-ltfat/Makefile ============================================================================== --- head/math/octave-forge-ltfat/Makefile Fri Jul 3 21:43:13 2015 (r391278) +++ head/math/octave-forge-ltfat/Makefile Fri Jul 3 21:46:38 2015 (r391279) @@ -3,7 +3,6 @@ PORTNAME= octave-forge-ltfat PORTVERSION= 2.0.1 -PORTEVISION= 1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -16,15 +15,13 @@ LIB_DEPENDS= libfftw3.so:${PORTSDIR}/mat libportaudio.so:${PORTSDIR}/audio/portaudio \ libcblas.so:${PORTSDIR}/math/cblas -BROKEN= Installation has unresolved issues - # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${OCTAVE_PKGNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src -MAKEFILE= Makefile_unix +GNU_CONFIGURE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" Added: head/math/octave-forge-ltfat/files/patch-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-ltfat/files/patch-Makefile.in Fri Jul 3 21:46:38 2015 (r391279) @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2015-07-03 20:57:30 UTC ++++ Makefile.in +@@ -10,7 +10,7 @@ oct: + $(MAKE) -f Makefile_unix + $(MAKE) -C ../oct -f Makefile_unix + mv ../oct/*.oct . +- ls -1 *.oct | cut -d . -f 1 | xargs -i rm -f ../inst/comp/{}.m ++ ls -1 *.oct | cut -d . -f 1 | xargs -I{} rm -f ../inst/comp/{}.m + + playrec: + $(MAKE) -C ../thirdparty/Playrec -f Makefile_unixoct From owner-svn-ports-all@freebsd.org Fri Jul 3 21:53:49 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EA312994357; Fri, 3 Jul 2015 21:53:49 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DB14212E0; Fri, 3 Jul 2015 21:53:49 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t63LrnuB069666; Fri, 3 Jul 2015 21:53:49 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t63Lrn1W069664; Fri, 3 Jul 2015 21:53:49 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201507032153.t63Lrn1W069664@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Fri, 3 Jul 2015 21:53:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391280 - head/math/octave-forge-stk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 21:53:50 -0000 Author: stephen Date: Fri Jul 3 21:53:48 2015 New Revision: 391280 URL: https://svnweb.freebsd.org/changeset/ports/391280 Log: - Update to 2.3.2. Modified: head/math/octave-forge-stk/Makefile head/math/octave-forge-stk/distinfo Modified: head/math/octave-forge-stk/Makefile ============================================================================== --- head/math/octave-forge-stk/Makefile Fri Jul 3 21:46:38 2015 (r391279) +++ head/math/octave-forge-stk/Makefile Fri Jul 3 21:53:48 2015 (r391280) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= octave-forge-stk -PORTVERSION= 2.3.1 +PORTVERSION= 2.3.2 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org Modified: head/math/octave-forge-stk/distinfo ============================================================================== --- head/math/octave-forge-stk/distinfo Fri Jul 3 21:46:38 2015 (r391279) +++ head/math/octave-forge-stk/distinfo Fri Jul 3 21:53:48 2015 (r391280) @@ -1,2 +1,2 @@ -SHA256 (octave-forge/stk-2.3.1.tar.gz) = b64705ebd8ebbdc7e322c854fdb8c3a8d3e124b0ca109619c8673016510005b5 -SIZE (octave-forge/stk-2.3.1.tar.gz) = 226946 +SHA256 (octave-forge/stk-2.3.2.tar.gz) = c6bc8353fa9d48a0a1802a865ec202ee5076505f2299c973a025ac129c2aea0e +SIZE (octave-forge/stk-2.3.2.tar.gz) = 227899 From owner-svn-ports-all@freebsd.org Fri Jul 3 21:56:54 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 35AA299439D; Fri, 3 Jul 2015 21:56:54 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 26B9714EA; Fri, 3 Jul 2015 21:56:54 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t63Lus1e070182; Fri, 3 Jul 2015 21:56:54 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t63Lus6q070181; Fri, 3 Jul 2015 21:56:54 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201507032156.t63Lus6q070181@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 3 Jul 2015 21:56:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391281 - head/games/lolcat X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 21:56:54 -0000 Author: antoine Date: Fri Jul 3 21:56:53 2015 New Revision: 391281 URL: https://svnweb.freebsd.org/changeset/ports/391281 Log: - Fix a typo (and unbreak) - Use PLIST_FILES instead of creative things Modified: head/games/lolcat/Makefile Modified: head/games/lolcat/Makefile ============================================================================== --- head/games/lolcat/Makefile Fri Jul 3 21:53:48 2015 (r391280) +++ head/games/lolcat/Makefile Fri Jul 3 21:56:53 2015 (r391281) @@ -14,11 +14,10 @@ RUN_DEPENDS= rubygem-trollop>=1.9:${PORT NO_ARCH= yes -nUSE_RUBY= yes +USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -post-install: - ${ECHO_CMD} "bin/lolcat" >> ${TMPPLIST} +PLIST_FILES= bin/lolcat .include From owner-svn-ports-all@freebsd.org Fri Jul 3 22:02:25 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 636169944AE; Fri, 3 Jul 2015 22:02:25 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4FF3419CA; Fri, 3 Jul 2015 22:02:25 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t63M2PUP074683; Fri, 3 Jul 2015 22:02:25 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t63M2ODQ074679; Fri, 3 Jul 2015 22:02:24 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201507032202.t63M2ODQ074679@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Fri, 3 Jul 2015 22:02:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391282 - head/math/octave-forge-octproj X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 22:02:25 -0000 Author: stephen Date: Fri Jul 3 22:02:24 2015 New Revision: 391282 URL: https://svnweb.freebsd.org/changeset/ports/391282 Log: - Update to 1.1.5. Modified: head/math/octave-forge-octproj/Makefile head/math/octave-forge-octproj/distinfo Modified: head/math/octave-forge-octproj/Makefile ============================================================================== --- head/math/octave-forge-octproj/Makefile Fri Jul 3 21:56:53 2015 (r391281) +++ head/math/octave-forge-octproj/Makefile Fri Jul 3 22:02:24 2015 (r391282) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= octave-forge-octproj -PORTVERSION= 1.1.2 -PORTREVISION= 6 +PORTVERSION= 1.1.5 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -14,7 +13,7 @@ LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYIN # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. -OCTSRC= ${OCTAVE_PKGNAME} +OCTSRC= ${DISTNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src Modified: head/math/octave-forge-octproj/distinfo ============================================================================== --- head/math/octave-forge-octproj/distinfo Fri Jul 3 21:56:53 2015 (r391281) +++ head/math/octave-forge-octproj/distinfo Fri Jul 3 22:02:24 2015 (r391282) @@ -1,2 +1,2 @@ -SHA256 (octave-forge/octproj-1.1.2.tar.gz) = b1f1e7470606053da21bb7c66d5c82380299f8ed9a4d6de3e07647ac0e2d6cd9 -SIZE (octave-forge/octproj-1.1.2.tar.gz) = 223907 +SHA256 (octave-forge/octproj-1.1.5.tar.gz) = ee25b03e66cca30ebedcf09b4303b3e05d8896c3054a69d8e5810492bd86b5d3 +SIZE (octave-forge/octproj-1.1.5.tar.gz) = 224240 From owner-svn-ports-all@freebsd.org Fri Jul 3 22:12:15 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1DF41994651; Fri, 3 Jul 2015 22:12:15 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0E98C1EA2; Fri, 3 Jul 2015 22:12:15 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t63MCEY3079681; Fri, 3 Jul 2015 22:12:14 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t63MCEAr079679; Fri, 3 Jul 2015 22:12:14 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201507032212.t63MCEAr079679@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Fri, 3 Jul 2015 22:12:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391283 - in head/x11-toolkits/nucleo: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 22:12:15 -0000 Author: riggs Date: Fri Jul 3 22:12:13 2015 New Revision: 391283 URL: https://svnweb.freebsd.org/changeset/ports/391283 Log: Fix build with ffmpeg 2.7 when built with non-default FFMPEG OPTION Approved by: portmgr (antoine) Modified: head/x11-toolkits/nucleo/Makefile head/x11-toolkits/nucleo/files/patch-nucleo__plugins__ffmpeg__ffmpegImageSink.cxx Modified: head/x11-toolkits/nucleo/Makefile ============================================================================== --- head/x11-toolkits/nucleo/Makefile Fri Jul 3 22:02:24 2015 (r391282) +++ head/x11-toolkits/nucleo/Makefile Fri Jul 3 22:12:13 2015 (r391283) @@ -57,10 +57,6 @@ QT4_MAKE_ARGS= QT4MOC="${MOC}" .include -.if ${PORT_OPTIONS:MFFMPEG} -BROKEN= Does not build with ffmpeg-2.7 -.endif - .if ! ${PORT_OPTIONS:MAVAHI} && ! ${PORT_OPTIONS:MMDNSRESPONDER} CONFIGURE_ARGS+= --without-dns-sd .endif Modified: head/x11-toolkits/nucleo/files/patch-nucleo__plugins__ffmpeg__ffmpegImageSink.cxx ============================================================================== --- head/x11-toolkits/nucleo/files/patch-nucleo__plugins__ffmpeg__ffmpegImageSink.cxx Fri Jul 3 22:02:24 2015 (r391282) +++ head/x11-toolkits/nucleo/files/patch-nucleo__plugins__ffmpeg__ffmpegImageSink.cxx Fri Jul 3 22:12:13 2015 (r391283) @@ -1,6 +1,6 @@ ---- nucleo/plugins/ffmpeg/ffmpegImageSink.cxx.orig -+++ nucleo/plugins/ffmpeg/ffmpegImageSink.cxx -@@ -118,11 +118,11 @@ +--- nucleo/plugins/ffmpeg/ffmpegImageSink.cxx.orig 2009-05-25 14:53:15.000000000 +0200 ++++ nucleo/plugins/ffmpeg/ffmpegImageSink.cxx 2015-07-03 23:24:23.255152399 +0200 +@@ -118,11 +118,11 @@ namespace nucleo { output_format = 0 ; if (uri.scheme=="mpegts-udp") { @@ -15,7 +15,22 @@ } std::string message ; -@@ -190,7 +190,7 @@ +@@ -156,12 +156,13 @@ namespace nucleo { + snprintf(format_context->filename, sizeof(format_context->filename), + "%s", filename.c_str()) ; + +- vstream = av_new_stream(format_context, FREEPLAYER_VIDEO_PID) ; ++ vstream = avformat_new_stream(format_context, NULL) ; + if (!vstream) { + std::cerr << "ffmpegImageSink: unable to create the AVStream" << std::endl ; + stop() ; + return false ; + } ++ vstream -> id = FREEPLAYER_VIDEO_PID; + + // ---------------- + +@@ -190,7 +191,7 @@ namespace nucleo { AVCodecContext *codec_context = vstream->codec ; codec_context->codec_id = output_format->video_codec ; @@ -24,7 +39,7 @@ codec_context->pix_fmt = PIX_FMT_YUV420P ; codec_context->width = img->getWidth() ; // must be a multiple of two codec_context->height = img->getHeight() ; // must be a multiple of two -@@ -210,12 +210,7 @@ +@@ -210,12 +211,7 @@ namespace nucleo { || !strcmp(format_context->oformat->name, "3gp")) codec_context->flags |= CODEC_FLAG_GLOBAL_HEADER ; @@ -38,7 +53,7 @@ // ------------------ -@@ -225,7 +220,7 @@ +@@ -225,7 +221,7 @@ namespace nucleo { return false ; } @@ -47,7 +62,7 @@ std::cerr << "ffmpegImageSink: could not open codec" << std::endl ; vstream->codec = 0 ; return false ; -@@ -235,7 +230,7 @@ +@@ -235,7 +231,7 @@ namespace nucleo { if (filename!="") { sender = 0 ; @@ -56,7 +71,7 @@ std::cerr << "ffmpegImageSink: could not open " << filename << std::endl ; return false ; } -@@ -245,17 +240,17 @@ +@@ -245,17 +241,17 @@ namespace nucleo { int port = uri.port ; if (!port) port = 1234 ; sender = new UdpSender(uri.host.c_str(), port) ; @@ -77,7 +92,7 @@ video_outbuf_size = 256*1024 ; // FIXME ? video_outbuf = new uint8_t [video_outbuf_size] ; -@@ -346,7 +341,7 @@ +@@ -346,7 +342,7 @@ namespace nucleo { pkt.size = out_size ; if (cctx->coded_frame) { pkt.pts = pkt.dts = pts ; @@ -86,7 +101,7 @@ } if (av_write_frame(format_context, &pkt) != 0) { // std::cerr << "ffmpegImageSink: error while writing video frame" << std::endl ; -@@ -372,7 +367,7 @@ +@@ -372,7 +368,7 @@ namespace nucleo { if (vstream->codec) { avcodec_close(vstream->codec) ; av_write_trailer(format_context) ; From owner-svn-ports-all@freebsd.org Fri Jul 3 22:13:16 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 12638994679; Fri, 3 Jul 2015 22:13:16 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 031BF1F8C; Fri, 3 Jul 2015 22:13:16 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t63MDFFk079920; Fri, 3 Jul 2015 22:13:15 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t63MDFkN079918; Fri, 3 Jul 2015 22:13:15 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201507032213.t63MDFkN079918@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Fri, 3 Jul 2015 22:13:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391284 - head/math/octave-forge-octclip X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 22:13:16 -0000 Author: stephen Date: Fri Jul 3 22:13:14 2015 New Revision: 391284 URL: https://svnweb.freebsd.org/changeset/ports/391284 Log: - Update to 1.0.8. Modified: head/math/octave-forge-octclip/Makefile head/math/octave-forge-octclip/distinfo Modified: head/math/octave-forge-octclip/Makefile ============================================================================== --- head/math/octave-forge-octclip/Makefile Fri Jul 3 22:12:13 2015 (r391283) +++ head/math/octave-forge-octclip/Makefile Fri Jul 3 22:13:14 2015 (r391284) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= octave-forge-octclip -PORTVERSION= 1.0.3 -PORTREVISION= 4 +PORTVERSION= 1.0.8 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -14,7 +13,7 @@ LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYIN # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. -OCTSRC= ${OCTAVE_PKGNAME} +OCTSRC= ${DISTNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src Modified: head/math/octave-forge-octclip/distinfo ============================================================================== --- head/math/octave-forge-octclip/distinfo Fri Jul 3 22:12:13 2015 (r391283) +++ head/math/octave-forge-octclip/distinfo Fri Jul 3 22:13:14 2015 (r391284) @@ -1,2 +1,2 @@ -SHA256 (octave-forge/octclip-1.0.3.tar.gz) = d45246a7c90779ed88cc3b8b733744e8d4c5f53806a8f280c72be70cfd920640 -SIZE (octave-forge/octclip-1.0.3.tar.gz) = 340280 +SHA256 (octave-forge/octclip-1.0.8.tar.gz) = 6929666561d6a9857dd73c1cc99e2b5a929df559bcb97b3a9a0bc74f9600ae99 +SIZE (octave-forge/octclip-1.0.8.tar.gz) = 339754 From owner-svn-ports-all@freebsd.org Fri Jul 3 22:27:31 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8BBD599482B; Fri, 3 Jul 2015 22:27:31 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-wi0-x236.google.com (mail-wi0-x236.google.com [IPv6:2a00:1450:400c:c05::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2293D2461; Fri, 3 Jul 2015 22:27:31 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: by wiga1 with SMTP id a1so186851476wig.0; Fri, 03 Jul 2015 15:27:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=ju5GiKRa+Hh1ONWduYSFDOqh1j7HC+UnGCPfZQgqA3o=; b=G+Yy4dLdCU9DyTc6zz0akamMNXf+2SbrH3E0/LHWzv6MAqx36KgU5Uo0weNYU6sTGc 5b3XujmXvK896VYXqvNkwLzuh6IvB+JWxA4jWV40LeoC6WTlt2Vs6DNyNelfcQ02Op6I 1svtAgdagtuSTMIewsHDzKgH3N9yNN34WdAoFYUv8XiQaCIjoxVe8T+U6nvIqFb0TM/Y 4vZUcsJNvYV+HH4oLzMrbiCAg89R7Q7lH35chlYShq7yyAv3V75a0uUgNqLlqDgeum6t 23FdwOTvQ1b/cOpUodTRxsQdjl2i4RZZ5VuC+M/qQnl40ZvRc98/PCqgdRzJxmAhbwAl oSOg== X-Received: by 10.194.91.193 with SMTP id cg1mr31210401wjb.86.1435962449510; Fri, 03 Jul 2015 15:27:29 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by mx.google.com with ESMTPSA id c2sm15300897wjf.18.2015.07.03.15.27.28 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 03 Jul 2015 15:27:28 -0700 (PDT) Sender: Baptiste Daroussin Date: Sat, 4 Jul 2015 00:27:26 +0200 From: Baptiste Daroussin To: Greg Lewis Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r391255 - in head/java: openjdk7 openjdk7-jre Message-ID: <20150703222726.GC69623@ivaldir.etoilebsd.net> References: <201507031647.t63Gl437014730@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="VV4b6MQE+OnNyhkM" Content-Disposition: inline In-Reply-To: <201507031647.t63Gl437014730@repo.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 22:27:31 -0000 --VV4b6MQE+OnNyhkM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jul 03, 2015 at 04:47:04PM +0000, Greg Lewis wrote: > Author: glewis > Date: Fri Jul 3 16:47:04 2015 > New Revision: 391255 > URL: https://svnweb.freebsd.org/changeset/ports/391255 >=20 > Log: > . Give openjdk7-jre a unique LATEST_LINK value. >=20 have you noticed that LATEST_LINK is useless since pkg_install is not suppo= rted best regards, Bapt --VV4b6MQE+OnNyhkM Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlWXDE4ACgkQ8kTtMUmk6ExZHgCfUtDckmfc650DpSFxO3o98bwk FL0AoJqK2sD0dh1Cd5zEmTCW0OZflePZ =ocxx -----END PGP SIGNATURE----- --VV4b6MQE+OnNyhkM-- From owner-svn-ports-all@freebsd.org Fri Jul 3 23:04:38 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 20971994F58; Fri, 3 Jul 2015 23:04:38 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 11A681231; Fri, 3 Jul 2015 23:04:38 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t63N4bML005317; Fri, 3 Jul 2015 23:04:37 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t63N4b7C005316; Fri, 3 Jul 2015 23:04:37 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201507032304.t63N4b7C005316@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Fri, 3 Jul 2015 23:04:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391285 - head/net/py-soapy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 23:04:38 -0000 Author: rm Date: Fri Jul 3 23:04:37 2015 New Revision: 391285 URL: https://svnweb.freebsd.org/changeset/ports/391285 Log: net/py-soapy: set for deprecation This library didn't get any updates for 14 years and it depends upon ancient textproc/py-xml, that should be kicked from the ports tree. No ports in the tree depending upon this one and we have dozen of modern and actively developed alternatives: - net/py-soapy - net/py-suds - net/py-simplesoap etc. So mark it deprecated and set expiration date to 2015-08-01 (to conform expiration date of another py-xml consumer - net-p2p/btqueue, so we can kick them both in the same day). Discussed with: sbz (maintainer) Modified: head/net/py-soapy/Makefile Modified: head/net/py-soapy/Makefile ============================================================================== --- head/net/py-soapy/Makefile Fri Jul 3 22:13:14 2015 (r391284) +++ head/net/py-soapy/Makefile Fri Jul 3 23:04:37 2015 (r391285) @@ -14,6 +14,9 @@ LICENSE= PSFL RUN_DEPENDS= ${PYXML} +DEPRECATED= Abandonware depending on ancient py-xml. Please use net/py-soappy instead +EXPIRATION_DATE= 2015-08-01 + USES= python USE_PYTHON= distutils From owner-svn-ports-all@freebsd.org Fri Jul 3 23:10:41 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 170D6994006; Fri, 3 Jul 2015 23:10:41 +0000 (UTC) (envelope-from glewis@eyesbeyond.com) Received: from misty.eyesbeyond.com (gerbercreations.com [71.39.140.16]) by mx1.freebsd.org (Postfix) with ESMTP id 4C5411596; Fri, 3 Jul 2015 23:10:39 +0000 (UTC) (envelope-from glewis@eyesbeyond.com) Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) by misty.eyesbeyond.com (8.14.9/8.14.9) with ESMTP id t63N6Wxo093681; Fri, 3 Jul 2015 16:06:32 -0700 (PDT) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.14.9/8.14.9/Submit) id t63N6WZT093680; Fri, 3 Jul 2015 16:06:32 -0700 (PDT) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Fri, 3 Jul 2015 16:06:32 -0700 From: Greg Lewis To: Baptiste Daroussin Cc: Greg Lewis , ports-committers@FreeBSD.org, svn-ports-all@FreeBSD.org, svn-ports-head@FreeBSD.org Subject: Re: svn commit: r391255 - in head/java: openjdk7 openjdk7-jre Message-ID: <20150703230632.GA93667@misty.eyesbeyond.com> References: <201507031647.t63Gl437014730@repo.freebsd.org> <20150703222726.GC69623@ivaldir.etoilebsd.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150703222726.GC69623@ivaldir.etoilebsd.net> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 23:10:41 -0000 On Sat, Jul 04, 2015 at 12:27:26AM +0200, Baptiste Daroussin wrote: > On Fri, Jul 03, 2015 at 04:47:04PM +0000, Greg Lewis wrote: > > Author: glewis > > Date: Fri Jul 3 16:47:04 2015 > > New Revision: 391255 > > URL: https://svnweb.freebsd.org/changeset/ports/391255 > > > > Log: > > . Give openjdk7-jre a unique LATEST_LINK value. > > > have you noticed that LATEST_LINK is useless since pkg_install is not supported Great, so can we please turn off the email that tells me I have to fix it then? > From indexbuild@FreeBSD.org Fri Jul 3 05:38:15 2015 > Date: Fri, 3 Jul 2015 12:35:38 GMT > From: Ports Index build > Message-Id: <201507031235.t63CZcaa091871@portsindexbuild.ysv.freebsd.org> > To: glewis@FreeBSD.org > Subject: Ports with duplicate LATEST_LINKs > Received-SPF: pass (ginkgo.iagu.net: domain of indexbuild@FreeBSD.org designates 8.8.178.116 as permitted sender) > X-Dubious-Status: No, hits=2.767 required=5 tests=SPF_SOURCE_OK,NO_SIZE_SPECIFIED,AWL,RCVD_ILLEGAL_IP,SPF_SOFTFAIL server=ginkgo.iagu.net > X-Virus-Status: No > X-Virus-Checker-Version: clamassassin 1.2.4 with clamdscan / ClamAV 0.98.7/20638/Fri Jul 3 01:50:45 2015 > Status: RO > Content-Length: 728 > Lines: 19 > > Dear port maintainers, > > The following list includes ports maintained by you that have duplicate > LATEST_LINK values. They should either be modified to use a unique > PKGNAME, e.g. by using PKGNAMESUFFIX. Note that NO_LATEST_LINK is > deprecated. See the portmgr blog post for more information: > http://blogs.freebsdish.org/portmgr/2013/10/03/package-name-collisions/ > > > Thanks, > Erwin "Annoying Reminder Guy III" Lansing > > > LATEST_LINK PORTNAME MAINTAINER > ========================================================================== > openjdk7 java/openjdk7 glewis@FreeBSD.org > openjdk7 java/openjdk7-jre java@FreeBSD.org > > Total: 2 ports -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org From owner-svn-ports-all@freebsd.org Fri Jul 3 23:10:42 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 138EE99400C; Fri, 3 Jul 2015 23:10:42 +0000 (UTC) (envelope-from glewis@eyesbeyond.com) Received: from misty.eyesbeyond.com (gerbercreations.com [71.39.140.16]) by mx1.freebsd.org (Postfix) with ESMTP id C4B0315A9; Fri, 3 Jul 2015 23:10:41 +0000 (UTC) (envelope-from glewis@eyesbeyond.com) Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) by misty.eyesbeyond.com (8.14.9/8.14.9) with ESMTP id t63NAfao093800; Fri, 3 Jul 2015 16:10:41 -0700 (PDT) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.14.9/8.14.9/Submit) id t63NAeMJ093799; Fri, 3 Jul 2015 16:10:40 -0700 (PDT) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Fri, 3 Jul 2015 16:10:40 -0700 From: Greg Lewis To: Baptiste Daroussin Cc: Greg Lewis , ports-committers@FreeBSD.org, svn-ports-all@FreeBSD.org, svn-ports-head@FreeBSD.org Subject: Re: svn commit: r391255 - in head/java: openjdk7 openjdk7-jre Message-ID: <20150703231040.GA93785@misty.eyesbeyond.com> References: <201507031647.t63Gl437014730@repo.freebsd.org> <20150703222726.GC69623@ivaldir.etoilebsd.net> <20150703230632.GA93667@misty.eyesbeyond.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150703230632.GA93667@misty.eyesbeyond.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 23:10:42 -0000 On Fri, Jul 03, 2015 at 04:06:32PM -0700, Greg Lewis wrote: > On Sat, Jul 04, 2015 at 12:27:26AM +0200, Baptiste Daroussin wrote: > > On Fri, Jul 03, 2015 at 04:47:04PM +0000, Greg Lewis wrote: > > > Author: glewis > > > Date: Fri Jul 3 16:47:04 2015 > > > New Revision: 391255 > > > URL: https://svnweb.freebsd.org/changeset/ports/391255 > > > > > > Log: > > > . Give openjdk7-jre a unique LATEST_LINK value. > > > > > have you noticed that LATEST_LINK is useless since pkg_install is not supported > > Great, so can we please turn off the email that tells me I have to fix it then? Or even better, can we just remove support for it? > > From indexbuild@FreeBSD.org Fri Jul 3 05:38:15 2015 > > Date: Fri, 3 Jul 2015 12:35:38 GMT > > From: Ports Index build > > Message-Id: <201507031235.t63CZcaa091871@portsindexbuild.ysv.freebsd.org> > > To: glewis@FreeBSD.org > > Subject: Ports with duplicate LATEST_LINKs > > Received-SPF: pass (ginkgo.iagu.net: domain of indexbuild@FreeBSD.org designates 8.8.178.116 as permitted sender) > > X-Dubious-Status: No, hits=2.767 required=5 tests=SPF_SOURCE_OK,NO_SIZE_SPECIFIED,AWL,RCVD_ILLEGAL_IP,SPF_SOFTFAIL server=ginkgo.iagu.net > > X-Virus-Status: No > > X-Virus-Checker-Version: clamassassin 1.2.4 with clamdscan / ClamAV 0.98.7/20638/Fri Jul 3 01:50:45 2015 > > Status: RO > > Content-Length: 728 > > Lines: 19 > > > > Dear port maintainers, > > > > The following list includes ports maintained by you that have duplicate > > LATEST_LINK values. They should either be modified to use a unique > > PKGNAME, e.g. by using PKGNAMESUFFIX. Note that NO_LATEST_LINK is > > deprecated. See the portmgr blog post for more information: > > http://blogs.freebsdish.org/portmgr/2013/10/03/package-name-collisions/ > > > > > > Thanks, > > Erwin "Annoying Reminder Guy III" Lansing > > > > > > LATEST_LINK PORTNAME MAINTAINER > > ========================================================================== > > openjdk7 java/openjdk7 glewis@FreeBSD.org > > openjdk7 java/openjdk7-jre java@FreeBSD.org > > > > Total: 2 ports > > > -- > Greg Lewis Email : glewis@eyesbeyond.com > Eyes Beyond Web : http://www.eyesbeyond.com > Information Technology FreeBSD : glewis@FreeBSD.org -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org From owner-svn-ports-all@freebsd.org Fri Jul 3 23:15:07 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C9423994152; Fri, 3 Jul 2015 23:15:07 +0000 (UTC) (envelope-from osa@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id BC1281AB0; Fri, 3 Jul 2015 23:15:07 +0000 (UTC) (envelope-from osa@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 975) id BB27619C6; Fri, 3 Jul 2015 23:15:07 +0000 (UTC) Date: Fri, 3 Jul 2015 23:15:07 +0000 From: "Sergey A. Osokin" To: Kubilay Kocak Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r391254 - in head/www: nginx nginx-devel Message-ID: <20150703231507.GC24716@FreeBSD.org> References: <201507031644.t63GixME014247@repo.freebsd.org> <20150703172909.GB24716@FreeBSD.org> <5596CE3C.5000801@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <5596CE3C.5000801@FreeBSD.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 23:15:07 -0000 On Sat, Jul 04, 2015 at 04:02:36AM +1000, Kubilay Kocak wrote: > On 4/07/2015 3:29 AM, Sergey A. Osokin wrote: > > Dear Kubilay, > > > > I didn't approve this change, so, I have at least two questions here: > > I believe the tag was moved 11 days ago and the issue (PR) created 7 > days ago. A number of users had reported the issue today as ongoing, > which is when I found the bugzilla issue. I had assumed you weren't > otherwise available and wanted to help. Have you asked those users to add "+1" to PR 201129? > > 1. have you checked what actually has been changed? Is there any chance to see > > the diff between old distro and new one? > > I did not, I considered it the same as I would have a normal version > bump of a module, except in this case the distinfo checksum mismatch was > caused by upstream moving a tag, not a maintainer forgetting to run makesum. Well, I don't think that this is good idea to commit every change to the "super popular software packages", what I've heard in the PR. The size/SHA256 mismatch in third-party headers_more module has been acquired probably because of the module's author mistake (but I think he thought he did his best): he's changed something in source code after the creation of the release tag. Another version a bit paranoid, but anyway: somebody hacked a github account, committed a troyan, re-created the tag and Kubilay added that troyan into FreeBSD ports tree. Actually this is why I'm asking you to show the changes between versions. In my point of view, I'd highly recommend to ask the module's author about change, create new release with that change. > I don't know how to see how/where a tag was moved between commits, so as > to derive a changeset. > > It would be nice to know if there is a way. > > > 2. the third-party headers_more undefined by default, so PORTREVISION bump > > isn't necessary in this case. > > Understood. I had originally thought that since the distinfo was > packaged, and that the contents was changing, that it may have been > required. -- Sergey A. Osokin osa@FreeBSD.org From owner-svn-ports-all@freebsd.org Fri Jul 3 23:34:08 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6D80E994471; Fri, 3 Jul 2015 23:34:08 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5E48A20F8; Fri, 3 Jul 2015 23:34:08 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t63NY8aO021610; Fri, 3 Jul 2015 23:34:08 GMT (envelope-from glewis@FreeBSD.org) Received: (from glewis@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t63NY8jx021609; Fri, 3 Jul 2015 23:34:08 GMT (envelope-from glewis@FreeBSD.org) Message-Id: <201507032334.t63NY8jx021609@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: glewis set sender to glewis@FreeBSD.org using -f From: Greg Lewis Date: Fri, 3 Jul 2015 23:34:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391286 - head/devel/java-util-concurrent X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 23:34:08 -0000 Author: glewis Date: Fri Jul 3 23:34:07 2015 New Revision: 391286 URL: https://svnweb.freebsd.org/changeset/ports/391286 Log: . Mark this for deprecation. These are early versions of what current JDKs have included in the java.util.concurrent package by default since Java 5. PR: 199591 Modified: head/devel/java-util-concurrent/Makefile Modified: head/devel/java-util-concurrent/Makefile ============================================================================== --- head/devel/java-util-concurrent/Makefile Fri Jul 3 23:04:37 2015 (r391285) +++ head/devel/java-util-concurrent/Makefile Fri Jul 3 23:34:07 2015 (r391286) @@ -12,6 +12,9 @@ DISTNAME= concurrent MAINTAINER= ports@FreeBSD.org COMMENT= Utility classes for concurrent Java programming +DEPRECATED= Included in all current JDKs by default +EXPIRATION_DATE=2015-08-03 + USE_JAVA= yes JAVA_VERSION= 1.6+ From owner-svn-ports-all@freebsd.org Fri Jul 3 23:50:11 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5C8389946D2; Fri, 3 Jul 2015 23:50:11 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4971A261C; Fri, 3 Jul 2015 23:50:11 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t63NoBcq028689; Fri, 3 Jul 2015 23:50:11 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t63No9LK028681; Fri, 3 Jul 2015 23:50:09 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201507032350.t63No9LK028681@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Fri, 3 Jul 2015 23:50:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391287 - in head/sysutils/osquery: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 23:50:11 -0000 Author: zi Date: Fri Jul 3 23:50:09 2015 New Revision: 391287 URL: https://svnweb.freebsd.org/changeset/ports/391287 Log: - Update to 1.4.7 Added: head/sysutils/osquery/files/patch-osquery_core_init.cpp (contents, props changed) Deleted: head/sysutils/osquery/files/patch-CMakeLists.txt head/sysutils/osquery/files/patch-CMake_CMakeLibs.cmake head/sysutils/osquery/files/patch-CMake_FindGlog.cmake head/sysutils/osquery/files/patch-Makefile head/sysutils/osquery/files/patch-include_osquery_core.h head/sysutils/osquery/files/patch-include_osquery_events.h head/sysutils/osquery/files/patch-include_osquery_flags.h head/sysutils/osquery/files/patch-include_osquery_registry.h head/sysutils/osquery/files/patch-kernel_linux_.gitignore head/sysutils/osquery/files/patch-kernel_linux_Makefile head/sysutils/osquery/files/patch-kernel_linux_hash.c head/sysutils/osquery/files/patch-kernel_linux_hash.h head/sysutils/osquery/files/patch-kernel_linux_hide.c head/sysutils/osquery/files/patch-kernel_linux_hide.h head/sysutils/osquery/files/patch-kernel_linux_main.c head/sysutils/osquery/files/patch-kernel_linux_sysfs.c head/sysutils/osquery/files/patch-kernel_linux_sysfs.h head/sysutils/osquery/files/patch-osquery_config_config.cpp head/sysutils/osquery/files/patch-osquery_config_plugins_http.cpp head/sysutils/osquery/files/patch-osquery_config_plugins_tests_http__config__tests.cpp head/sysutils/osquery/files/patch-osquery_core_watcher.cpp head/sysutils/osquery/files/patch-osquery_core_watcher.h head/sysutils/osquery/files/patch-osquery_database_db__handle.cpp head/sysutils/osquery/files/patch-osquery_dispatcher_dispatcher.cpp head/sysutils/osquery/files/patch-osquery_dispatcher_dispatcher.h head/sysutils/osquery/files/patch-osquery_dispatcher_scheduler.cpp head/sysutils/osquery/files/patch-osquery_dispatcher_scheduler.h head/sysutils/osquery/files/patch-osquery_dispatcher_tests_dispatcher__tests.cpp head/sysutils/osquery/files/patch-osquery_events_darwin_fsevents.cpp head/sysutils/osquery/files/patch-osquery_events_darwin_fsevents.h head/sysutils/osquery/files/patch-osquery_events_darwin_tests_fsevents__tests.cpp head/sysutils/osquery/files/patch-osquery_events_events.cpp head/sysutils/osquery/files/patch-osquery_extensions_extensions.cpp head/sysutils/osquery/files/patch-osquery_extensions_interface.cpp head/sysutils/osquery/files/patch-osquery_extensions_interface.h head/sysutils/osquery/files/patch-osquery_extensions_tests_extensions__tests.cpp head/sysutils/osquery/files/patch-osquery_filesystem_CMakeLists.txt head/sysutils/osquery/files/patch-osquery_main_run.cpp head/sysutils/osquery/files/patch-osquery_remote_enrollment_plugins_tests_http__enrollment__tests.cpp head/sysutils/osquery/files/patch-osquery_remote_requests.h head/sysutils/osquery/files/patch-osquery_remote_transports_http.cpp head/sysutils/osquery/files/patch-osquery_remote_transports_tests_http__transports__tests.cpp head/sysutils/osquery/files/patch-osquery_tables_CMakeLists.txt head/sysutils/osquery/files/patch-osquery_tables_networking_interfaces.cpp head/sysutils/osquery/files/patch-osquery_tables_networking_utils.h head/sysutils/osquery/files/patch-osquery_tables_specs_blacklist head/sysutils/osquery/files/patch-osquery_tables_system_centos_rpm__packages.cpp head/sysutils/osquery/files/patch-osquery_tables_system_freebsd_groups.cpp head/sysutils/osquery/files/patch-osquery_tables_system_freebsd_mounts.cpp head/sysutils/osquery/files/patch-osquery_tables_system_freebsd_sysctl__utils.cpp head/sysutils/osquery/files/patch-osquery_tables_system_freebsd_users.cpp head/sysutils/osquery/files/patch-osquery_tables_system_linux_os__version.cpp head/sysutils/osquery/files/patch-third-party_cpp-netlib_CMakeLists.txt head/sysutils/osquery/files/patch-third-party_cpp-netlib_libs_network_src_CMakeLists.txt head/sysutils/osquery/files/patch-third-party_glog_src_utilities.h head/sysutils/osquery/files/patch-tools_codegen_gentable.py head/sysutils/osquery/files/patch-tools_deployment_osquery.example.conf head/sysutils/osquery/files/patch-tools_provision_freebsd.sh head/sysutils/osquery/files/patch-tools_provision_lib.sh head/sysutils/osquery/files/patch-tools_tests_test__extensions.py Modified: head/sysutils/osquery/Makefile head/sysutils/osquery/distinfo head/sysutils/osquery/files/patch-osquery_CMakeLists.txt head/sysutils/osquery/pkg-plist Modified: head/sysutils/osquery/Makefile ============================================================================== --- head/sysutils/osquery/Makefile Fri Jul 3 23:34:07 2015 (r391286) +++ head/sysutils/osquery/Makefile Fri Jul 3 23:50:09 2015 (r391287) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= osquery -PORTVERSION= 1.4.5 -PORTREVISION= 2 +PORTVERSION= 1.4.7 CATEGORIES= sysutils MAINTAINER= zi@FreeBSD.org @@ -30,7 +29,8 @@ LIB_DEPENDS= libboost_regex.so:${PORTSDI libicuuc.so:${PORTSDIR}/devel/icu USES= cmake:outsource gmake libtool python:build compiler:c++11-lib -CMAKE_ENV+= OSQUERY_BUILD_VERSION="${PORTVERSION}" HOME="${WRKDIR}" SKIP_TESTS="yes" +CMAKE_ENV+= OSQUERY_BUILD_VERSION="${PORTVERSION}" HOME="${WRKDIR}" \ + SKIP_TESTS="yes" CC="${CC}" CXX="${CXX}" CMAKE_ARGS+= -DFREEBSD=awesome -DCMAKE_SYSTEM_NAME="FreeBSD" BLDDIR= ${WRKDIR}/.build/${PORTNAME} USE_RC_SUBR= ${PORTNAME}d Modified: head/sysutils/osquery/distinfo ============================================================================== --- head/sysutils/osquery/distinfo Fri Jul 3 23:34:07 2015 (r391286) +++ head/sysutils/osquery/distinfo Fri Jul 3 23:50:09 2015 (r391287) @@ -1,4 +1,4 @@ -SHA256 (facebook-osquery-1.4.5_GH0.tar.gz) = b0812eec4ca53eb6ada4692330caaed00ed1e50ead43b99486b3d15139369738 -SIZE (facebook-osquery-1.4.5_GH0.tar.gz) = 412622 -SHA256 (osquery-third-party-1.4.5_GH0.tar.gz) = 06897b9ddf637c61f5c9e90f640b9f8c50c124d6276058a71f7d952439c8e58f -SIZE (osquery-third-party-1.4.5_GH0.tar.gz) = 6073986 +SHA256 (facebook-osquery-1.4.7_GH0.tar.gz) = da0b648159e8a9677152a2d2b3140d5a61e34b637c408c21462d07629d3b64c2 +SIZE (facebook-osquery-1.4.7_GH0.tar.gz) = 459762 +SHA256 (osquery-third-party-1.4.7_GH0.tar.gz) = baf57d27ca739d876e8da472c162552c6bb740cf4d723ffab4826a4abee83045 +SIZE (osquery-third-party-1.4.7_GH0.tar.gz) = 5509720 Modified: head/sysutils/osquery/files/patch-osquery_CMakeLists.txt ============================================================================== --- head/sysutils/osquery/files/patch-osquery_CMakeLists.txt Fri Jul 3 23:34:07 2015 (r391286) +++ head/sysutils/osquery/files/patch-osquery_CMakeLists.txt Fri Jul 3 23:50:09 2015 (r391287) @@ -1,40 +1,11 @@ ---- osquery/CMakeLists.txt.orig 2015-05-05 00:16:41 UTC +--- osquery/CMakeLists.txt.orig 2015-07-03 23:09:06 UTC +++ osquery/CMakeLists.txt -@@ -22,11 +22,14 @@ set(OSQUERY_LIBS - - readline - pthread -- dl - bz2 - z - ) - -+if(NOT FREEBSD) -+ set(OSQUERY_LIBS ${OSQUERY_LIBS} dl) -+endif() -+ - # Add default linking details (the first argument means SDK + core). - ADD_OSQUERY_LINK(TRUE "-rdynamic") - -@@ -44,7 +47,7 @@ endif() +@@ -54,7 +54,7 @@ endif() # The remaining boost libraries are discovered with find_library. - ADD_OSQUERY_LINK(TRUE "boost_system") - ADD_OSQUERY_LINK(TRUE "boost_filesystem") --ADD_OSQUERY_LINK(TRUE "boost_regex") -+ADD_OSQUERY_LINK(TRUE "-lboost_regex") - ADD_OSQUERY_LINK(TRUE "yara") + ADD_OSQUERY_LINK_CORE("boost_system") + ADD_OSQUERY_LINK_CORE("boost_filesystem") +-ADD_OSQUERY_LINK_CORE("boost_regex") ++ADD_OSQUERY_LINK_CORE("-lboost_regex") + ADD_OSQUERY_LINK_CORE("yara") if(DEFINED ENV{SANITIZE}) -@@ -133,7 +136,11 @@ if(NOT OSQUERY_BUILD_SDK_ONLY) - - # Include the public API includes if make devel. - install(TARGETS libosquery ARCHIVE DESTINATION lib COMPONENT devel OPTIONAL) -- install(DIRECTORY "${CMAKE_SOURCE_DIR}/include/" DESTINATION include COMPONENT devel OPTIONAL) -+ install(DIRECTORY "${CMAKE_SOURCE_DIR}/include" -+ DESTINATION include -+ COMPONENT devel OPTIONAL -+ PATTERN ".*" EXCLUDE -+ ) - - # make install (executables) - install(TARGETS shell RUNTIME DESTINATION bin COMPONENT main) Added: head/sysutils/osquery/files/patch-osquery_core_init.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/osquery/files/patch-osquery_core_init.cpp Fri Jul 3 23:50:09 2015 (r391287) @@ -0,0 +1,22 @@ +--- osquery/core/init.cpp.orig 2015-07-03 22:32:52 UTC ++++ osquery/core/init.cpp +@@ -31,6 +31,10 @@ + #include "osquery/core/watcher.h" + #include "osquery/database/db_handle.h" + ++#ifdef __FreeBSD__ ++#include ++#endif ++ + #ifdef __linux__ + #include + #include +@@ -238,7 +242,7 @@ void Initializer::initDaemon() { + #ifdef __linux__ + // Using: ioprio_set(IOPRIO_WHO_PGRP, 0, IOPRIO_CLASS_IDLE); + syscall(SYS_ioprio_set, IOPRIO_WHO_PGRP, 0, IOPRIO_CLASS_IDLE); +-#elif defined(__APPLE__) || defined(__FreeBSD__) ++#elif defined(__APPLE__) + setiopolicy_np(IOPOL_TYPE_DISK, IOPOL_SCOPE_PROCESS, IOPOL_THROTTLE); + #endif + } Modified: head/sysutils/osquery/pkg-plist ============================================================================== --- head/sysutils/osquery/pkg-plist Fri Jul 3 23:34:07 2015 (r391286) +++ head/sysutils/osquery/pkg-plist Fri Jul 3 23:50:09 2015 (r391287) @@ -3,10 +3,7 @@ bin/osqueryi include/osquery/config.h include/osquery/core.h include/osquery/database.h -include/osquery/database/db_handle.h -include/osquery/database/query.h -include/osquery/database/results.h -include/osquery/enrollment.h +include/osquery/enroll.h include/osquery/events.h include/osquery/extensions.h include/osquery/filesystem.h From owner-svn-ports-all@freebsd.org Sat Jul 4 00:24:25 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A342B994FC7; Sat, 4 Jul 2015 00:24:25 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-wi0-x22b.google.com (mail-wi0-x22b.google.com [IPv6:2a00:1450:400c:c05::22b]) (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 389DB12F4; Sat, 4 Jul 2015 00:24:25 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: by wiga1 with SMTP id a1so187973171wig.0; Fri, 03 Jul 2015 17:24:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=7wFkyt4L3hPkHD/PYk7RZ2DPKf3wEzySZVOrxpD71yo=; b=hZHHHbVvxHyORO8Fr6AhKgl7Fe5puIsuMde2UqN/AMsHhcyEEcX/qPawh2BswZ2fvh lQrD0lGq/W0/4qozJCOiW5EIvjC2QzGL+wP4JwIwRxEBZSgc1nBrAlysFmyVawIDGgeM zNO/EOuI0N7RxpaJ8biU5fTRDbGKzxYBbWO4fUnIcWQNxDA8PZRFnkWg2fypB1u1QTj0 +LrchNtA/1rqyZQPi0S7ZOnF7O7HPuxc1ZHkeTeGwqGLVhfI7WtAcnpEqabEE9JpsAGs JLofawZ4NZ94liQ2Ny9md1DWK0akLutS03QOliSPAuMf+At4gSekOwKkZvlCuT5ne/28 w3+w== X-Received: by 10.194.109.36 with SMTP id hp4mr76358501wjb.4.1435969463339; Fri, 03 Jul 2015 17:24:23 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by mx.google.com with ESMTPSA id ea2sm26423199wib.22.2015.07.03.17.24.21 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 03 Jul 2015 17:24:22 -0700 (PDT) Sender: Baptiste Daroussin Date: Sat, 4 Jul 2015 02:24:20 +0200 From: Baptiste Daroussin To: Greg Lewis Cc: Greg Lewis , ports-committers@FreeBSD.org, svn-ports-all@FreeBSD.org, svn-ports-head@FreeBSD.org Subject: Re: svn commit: r391255 - in head/java: openjdk7 openjdk7-jre Message-ID: <20150704002418.GD69623@ivaldir.etoilebsd.net> References: <201507031647.t63Gl437014730@repo.freebsd.org> <20150703222726.GC69623@ivaldir.etoilebsd.net> <20150703230632.GA93667@misty.eyesbeyond.com> <20150703231040.GA93785@misty.eyesbeyond.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="EgVrEAR5UttbsTXg" Content-Disposition: inline In-Reply-To: <20150703231040.GA93785@misty.eyesbeyond.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jul 2015 00:24:25 -0000 --EgVrEAR5UttbsTXg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jul 03, 2015 at 04:10:40PM -0700, Greg Lewis wrote: > On Fri, Jul 03, 2015 at 04:06:32PM -0700, Greg Lewis wrote: > > On Sat, Jul 04, 2015 at 12:27:26AM +0200, Baptiste Daroussin wrote: > > > On Fri, Jul 03, 2015 at 04:47:04PM +0000, Greg Lewis wrote: > > > > Author: glewis > > > > Date: Fri Jul 3 16:47:04 2015 > > > > New Revision: 391255 > > > > URL: https://svnweb.freebsd.org/changeset/ports/391255 > > > >=20 > > > > Log: > > > > . Give openjdk7-jre a unique LATEST_LINK value. > > > >=20 > > > have you noticed that LATEST_LINK is useless since pkg_install is not= supported > >=20 > > Great, so can we please turn off the email that tells me I have to fix = it then? >=20 > Or even better, can we just remove support for it? Well the LATEST_LINK is now only used for for pkg itself, to allow quick bootstrapping. I'm surprised you did received any email, I'll dig that. All we do care about now is that the PKGBASE name is uniq over the ports tr= ee. Best regards, Bapt --EgVrEAR5UttbsTXg Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlWXJ7IACgkQ8kTtMUmk6EwU8QCbBnjVJ9u0OlvDCj2oal9Ns3Mm hasAn3u8JRXXmug5EiOd7ern0HfBuF0t =Dl6s -----END PGP SIGNATURE----- --EgVrEAR5UttbsTXg-- From owner-svn-ports-all@freebsd.org Sat Jul 4 00:26:50 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9E9A8992027; Sat, 4 Jul 2015 00:26:50 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8FA2C1517; Sat, 4 Jul 2015 00:26:50 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t640Qocp048370; Sat, 4 Jul 2015 00:26:50 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t640QoaW048369; Sat, 4 Jul 2015 00:26:50 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507040026.t640QoaW048369@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sat, 4 Jul 2015 00:26:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391288 - head/databases/hiredis X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jul 2015 00:26:50 -0000 Author: olgeni Date: Sat Jul 4 00:26:49 2015 New Revision: 391288 URL: https://svnweb.freebsd.org/changeset/ports/391288 Log: Project has moved: fix WWW tag. Modified: head/databases/hiredis/pkg-descr Modified: head/databases/hiredis/pkg-descr ============================================================================== --- head/databases/hiredis/pkg-descr Fri Jul 3 23:50:09 2015 (r391287) +++ head/databases/hiredis/pkg-descr Sat Jul 4 00:26:49 2015 (r391288) @@ -16,4 +16,4 @@ any Redis version >= 1.2.0. The library comes with multiple APIs. There is the synchronous API, the asynchronous API and the reply parsing API. -WWW: https://github.com/antirez/hiredis +WWW: https://github.com/redis/hiredis/ From owner-svn-ports-all@freebsd.org Sat Jul 4 00:58:57 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D979D992642; Sat, 4 Jul 2015 00:58:57 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CA87F1282; Sat, 4 Jul 2015 00:58:57 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t640wv5Z063224; Sat, 4 Jul 2015 00:58:57 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t640wvsb063223; Sat, 4 Jul 2015 00:58:57 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507040058.t640wvsb063223@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sat, 4 Jul 2015 00:58:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391289 - head/www/erlang-mochiweb-basho X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jul 2015 00:58:57 -0000 Author: olgeni Date: Sat Jul 4 00:58:57 2015 New Revision: 391289 URL: https://svnweb.freebsd.org/changeset/ports/391289 Log: Fix WWW. Modified: head/www/erlang-mochiweb-basho/pkg-descr Modified: head/www/erlang-mochiweb-basho/pkg-descr ============================================================================== --- head/www/erlang-mochiweb-basho/pkg-descr Sat Jul 4 00:26:49 2015 (r391288) +++ head/www/erlang-mochiweb-basho/pkg-descr Sat Jul 4 00:58:57 2015 (r391289) @@ -2,4 +2,4 @@ MochiWeb is an Erlang library for buildi This is the Basho fork of MochiWeb. -WWW: https://github.com/mochi/mochiweb +WWW: https://github.com/basho/mochiweb From owner-svn-ports-all@freebsd.org Sat Jul 4 00:59:54 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 82E14992694; Sat, 4 Jul 2015 00:59:54 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 740CF1470; Sat, 4 Jul 2015 00:59:54 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t640xsce063450; Sat, 4 Jul 2015 00:59:54 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t640xsLj063449; Sat, 4 Jul 2015 00:59:54 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507040059.t640xsLj063449@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sat, 4 Jul 2015 00:59:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391290 - head/devel/swank-clojure X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jul 2015 00:59:54 -0000 Author: olgeni Date: Sat Jul 4 00:59:53 2015 New Revision: 391290 URL: https://svnweb.freebsd.org/changeset/ports/391290 Log: Use https in WWW tag. Modified: head/devel/swank-clojure/pkg-descr Modified: head/devel/swank-clojure/pkg-descr ============================================================================== --- head/devel/swank-clojure/pkg-descr Sat Jul 4 00:58:57 2015 (r391289) +++ head/devel/swank-clojure/pkg-descr Sat Jul 4 00:59:53 2015 (r391290) @@ -14,4 +14,4 @@ For example: Just replace "user" with your preferred namespace. -WWW: http://github.com/technomancy/swank-clojure +WWW: https://github.com/technomancy/swank-clojure From owner-svn-ports-all@freebsd.org Sat Jul 4 01:00:39 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2B29D9926F2; Sat, 4 Jul 2015 01:00:39 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1C75116AA; Sat, 4 Jul 2015 01:00:39 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6410cDa063843; Sat, 4 Jul 2015 01:00:38 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6410cqp063841; Sat, 4 Jul 2015 01:00:38 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201507040100.t6410cqp063841@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Sat, 4 Jul 2015 01:00:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391291 - in head/net/nss-pam-ldapd: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jul 2015 01:00:39 -0000 Author: zi Date: Sat Jul 4 01:00:38 2015 New Revision: 391291 URL: https://svnweb.freebsd.org/changeset/ports/391291 Log: - Fix rc script when running nslcd on host and within a jail PR: 201298 Submitted by: Kan Sasaki (sasaki@fcc.ad.jp) Modified: head/net/nss-pam-ldapd/Makefile head/net/nss-pam-ldapd/files/nslcd.in Modified: head/net/nss-pam-ldapd/Makefile ============================================================================== --- head/net/nss-pam-ldapd/Makefile Sat Jul 4 00:59:53 2015 (r391290) +++ head/net/nss-pam-ldapd/Makefile Sat Jul 4 01:00:38 2015 (r391291) @@ -3,7 +3,7 @@ PORTNAME= nss-pam-ldapd PORTVERSION= 0.8.14 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= http://arthurdejong.org/nss-pam-ldapd/ \ http://mirrors.rit.edu/zi/ Modified: head/net/nss-pam-ldapd/files/nslcd.in ============================================================================== --- head/net/nss-pam-ldapd/files/nslcd.in Sat Jul 4 00:59:53 2015 (r391290) +++ head/net/nss-pam-ldapd/files/nslcd.in Sat Jul 4 01:00:38 2015 (r391291) @@ -80,10 +80,11 @@ nslcd_stop() nslcd_findpid() { - if ! checkyesno nslcd_supervisor && $(%%PREFIX%%/sbin/nslcd -c && pgrep -F /var/run/nslcd.pid > /dev/null); then + if %%PREFIX%%/sbin/nslcd -c && pgrep -q -F /var/run/nslcd.pid; then mypid=$(cat /var/run/nslcd.pid) - else - mypid=$(pgrep -f "daemon: %%PREFIX%%/sbin/nslcd") + if checkyesno nslcd_supervisor; then + mypid=$(pgrep -f "daemon: %%PREFIX%%/sbin/nslcd\[${mypid}\]") + fi fi } From owner-svn-ports-all@freebsd.org Sat Jul 4 02:40:37 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 798BA995426; Sat, 4 Jul 2015 02:40:37 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pa0-x236.google.com (mail-pa0-x236.google.com [IPv6:2607:f8b0:400e:c03::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 44F021E5C; Sat, 4 Jul 2015 02:40:37 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by pacws9 with SMTP id ws9so65721578pac.0; Fri, 03 Jul 2015 19:40:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=dmDfbaIBNP0x1e+jEyw9EOYOyoBGKkGeJQyc7BGnNsA=; b=wC8km+GqYsWxcioXuwp03ZRetInbGOwh+gXcdDa4olNS6xrsIqZ7dyT9VPyglk1/Sl V6y8T+kPjy7z8DNEWAifO5ZSIXj4gf8/ID7VTVAUM5uLroYhVqOSzrRtYxqQtMtBWdjx E0wIfqivDgzhJFu3sQJ8E1CaxT8IFJ70GwkAHP/TrpmEOox1nLU3Ws6PxreF1w4mqHrJ IQ819GYGO2uTUfvwFF5ew/ROUFFIu3v0gUmk13Rog+sw8JAt+/P0d8RCUfqsuQ82Oji7 lYBHnD0PAKKHz8HqO9WZcA+PYuSieKDRN3Ad+FIxjYMHUP+dTfrjU4LEXGjZiDT1GsU/ VjJQ== X-Received: by 10.68.237.105 with SMTP id vb9mr81545915pbc.149.1435977636685; Fri, 03 Jul 2015 19:40:36 -0700 (PDT) Received: from ?IPv6:2001:44b8:31ae:7b01::1? (2001-44b8-31ae-7b01-0000-0000-0000-0001.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01::1]) by mx.google.com with ESMTPSA id f4sm10443910pdc.95.2015.07.03.19.40.33 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 03 Jul 2015 19:40:36 -0700 (PDT) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r391254 - in head/www: nginx nginx-devel References: <201507031644.t63GixME014247@repo.freebsd.org> <20150703172909.GB24716@FreeBSD.org> <5596CE3C.5000801@FreeBSD.org> <20150703231507.GC24716@FreeBSD.org> To: "Sergey A. Osokin" Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Kubilay Kocak X-Enigmail-Draft-Status: N1110 Message-ID: <55974799.8050907@FreeBSD.org> Date: Sat, 4 Jul 2015 12:40:25 +1000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0 MIME-Version: 1.0 In-Reply-To: <20150703231507.GC24716@FreeBSD.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jul 2015 02:40:37 -0000 On 4/07/2015 9:15 AM, Sergey A. Osokin wrote: > On Sat, Jul 04, 2015 at 04:02:36AM +1000, Kubilay Kocak wrote: >> On 4/07/2015 3:29 AM, Sergey A. Osokin wrote: >>> Dear Kubilay, >>> >>> I didn't approve this change, so, I have at least two questions here: >> >> I believe the tag was moved 11 days ago and the issue (PR) created 7 >> days ago. A number of users had reported the issue today as ongoing, >> which is when I found the bugzilla issue. I had assumed you weren't >> otherwise available and wanted to help. > > Have you asked those users to add "+1" to PR 201129? I did not, but I will next time. Would this have made my unapproved commit more OK? >>> 1. have you checked what actually has been changed? Is there any chance to see >>> the diff between old distro and new one? >> >> I did not, I considered it the same as I would have a normal version >> bump of a module, except in this case the distinfo checksum mismatch was >> caused by upstream moving a tag, not a maintainer forgetting to run makesum. > > Well, I don't think that this is good idea to commit every change to the "super popular > software packages", what I've heard in the PR. The change in question was only to address a two week broken build. I certainly agree, and do not subscribe to 'committing every change' outside of normal processed. Re-rolled distfiles and re-tagged git repositories are a regular occurrence, with a standard fix. > The size/SHA256 mismatch in third-party headers_more module has been acquired probably > because of the module's author mistake (but I think he thought he did his best): he's > changed something in source code after the creation of the release tag. > > Another version a bit paranoid, but anyway: somebody hacked a github account, committed > a troyan, re-created the tag and Kubilay added that troyan into FreeBSD ports tree. > Actually this is why I'm asking you to show the changes between versions. Agree with you on the potential risks. I did check commit history, I didnt review code. > In my point of view, I'd highly recommend to ask the module's author about change, > create new release with that change. feld@ created the following issue, to which I've added a comment requesting documentation of the changes: https://github.com/openresty/headers-more-nginx-module/issues/35 >> I don't know how to see how/where a tag was moved between commits, so as >> to derive a changeset. >> >> It would be nice to know if there is a way. >> >>> 2. the third-party headers_more undefined by default, so PORTREVISION bump >>> isn't necessary in this case. >> >> Understood. I had originally thought that since the distinfo was >> packaged, and that the contents was changing, that it may have been >> required. > From owner-svn-ports-all@freebsd.org Sat Jul 4 02:43:07 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0E90199550A; Sat, 4 Jul 2015 02:43:07 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pa0-x229.google.com (mail-pa0-x229.google.com [IPv6:2607:f8b0:400e:c03::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D2414103E; Sat, 4 Jul 2015 02:43:06 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by pacws9 with SMTP id ws9so65743543pac.0; Fri, 03 Jul 2015 19:43:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=qQGWZARV6Qo+O/9OVqcahLTBxTZD0ikr1F1XCC/lQqM=; b=LKXFhWRV5dDgTV9U99RtFbmHR2xR9giAejzklU3QLMuNUFtLB8AKlqDfsbxC9Mb1fQ vp7dRe1sQgGxGSATau2CQ22U/OXomdZvvmyq0A1SgX/k7stlweU+uUMw3EzopzyWkppw BGe7+3KPWDX8E6IZChpn/nlgyhjc7t6lVGhdEov25Xd1f5N+oSKgULLwdTLSe8Xrl79S 2pHCTOETIEF+3PNDKuXQ5rRcb5rl4+bcdFZ8EJQrp2ujqCEjtiMGZV6mkPvSk6x/tk3P ujO7qGHVmTJB97utTMdO+sn6UcLLSoXaNl9+vAVHCTYcD2dZOeRD1tpNaPYxVcMF69Tj 2Qtg== X-Received: by 10.70.138.70 with SMTP id qo6mr81505720pdb.163.1435977786499; Fri, 03 Jul 2015 19:43:06 -0700 (PDT) Received: from ?IPv6:2001:44b8:31ae:7b01::1? (2001-44b8-31ae-7b01-0000-0000-0000-0001.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01::1]) by mx.google.com with ESMTPSA id pj6sm10490801pac.18.2015.07.03.19.43.02 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 03 Jul 2015 19:43:05 -0700 (PDT) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r391255 - in head/java: openjdk7 openjdk7-jre References: <201507031647.t63Gl437014730@repo.freebsd.org> <20150703222726.GC69623@ivaldir.etoilebsd.net> <20150703230632.GA93667@misty.eyesbeyond.com> <20150703231040.GA93785@misty.eyesbeyond.com> To: Greg Lewis , Baptiste Daroussin Cc: Greg Lewis , ports-committers@FreeBSD.org, svn-ports-all@FreeBSD.org, svn-ports-head@FreeBSD.org From: Kubilay Kocak Message-ID: <5597482F.3020408@FreeBSD.org> Date: Sat, 4 Jul 2015 12:42:55 +1000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0 MIME-Version: 1.0 In-Reply-To: <20150703231040.GA93785@misty.eyesbeyond.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jul 2015 02:43:07 -0000 On 4/07/2015 9:10 AM, Greg Lewis wrote: > On Fri, Jul 03, 2015 at 04:06:32PM -0700, Greg Lewis wrote: >> On Sat, Jul 04, 2015 at 12:27:26AM +0200, Baptiste Daroussin wrote: >>> On Fri, Jul 03, 2015 at 04:47:04PM +0000, Greg Lewis wrote: >>>> Author: glewis >>>> Date: Fri Jul 3 16:47:04 2015 >>>> New Revision: 391255 >>>> URL: https://svnweb.freebsd.org/changeset/ports/391255 >>>> >>>> Log: >>>> . Give openjdk7-jre a unique LATEST_LINK value. >>>> >>> have you noticed that LATEST_LINK is useless since pkg_install is not supported >> >> Great, so can we please turn off the email that tells me I have to fix it then? > > Or even better, can we just remove support for it? > and/or add 'deprecated please remove' warnings to sanity.mk for DEVELOPER=yes ./koobs From owner-svn-ports-all@freebsd.org Sat Jul 4 04:10:53 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 551A0995108; Sat, 4 Jul 2015 04:10:53 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 464C11BB3; Sat, 4 Jul 2015 04:10:53 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t644Arbf058308; Sat, 4 Jul 2015 04:10:53 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t644ArVg058307; Sat, 4 Jul 2015 04:10:53 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201507040410.t644ArVg058307@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Sat, 4 Jul 2015 04:10:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391292 - head/multimedia/ffmpeg0 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jul 2015 04:10:53 -0000 Author: koobs Date: Sat Jul 4 04:10:52 2015 New Revision: 391292 URL: https://svnweb.freebsd.org/changeset/ports/391292 Log: multimedia/ffmpeg0: Fix X11GRAB dependency typo Fix a typo (s/xent/xext) in the X11GRAB USE_XORG dependency assignment that was introduced in r391234. PR: 201321 Submitted by: Andrey Fesenko Approved by: pointyhat (koobs) Modified: head/multimedia/ffmpeg0/Makefile Modified: head/multimedia/ffmpeg0/Makefile ============================================================================== --- head/multimedia/ffmpeg0/Makefile Sat Jul 4 01:00:38 2015 (r391291) +++ head/multimedia/ffmpeg0/Makefile Sat Jul 4 04:10:52 2015 (r391292) @@ -3,7 +3,7 @@ PORTNAME= ffmpeg PORTVERSION= 0.7.16 -PORTREVISION= 9 +PORTREVISION= 10 PORTEPOCH= 1 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= http://ffmpeg.org/releases/ @@ -118,7 +118,7 @@ SPEEX_CONFIGURE_ENABLE= libspeex THEORA_LIB_DEPENDS= libtheora.so:${PORTSDIR}/multimedia/libtheora THEORA_CONFIGURE_ENABLE= libtheora -X11GRAB_USE= XORG=x11,xent,xfixes +X11GRAB_USE= XORG=x11,xext,xfixes X11GRAB_CONFIGURE_ON= --enable-x11grab X264_LIB_DEPENDS= libx264.so:${PORTSDIR}/multimedia/libx264 From owner-svn-ports-all@freebsd.org Sat Jul 4 05:41:50 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 145AA995D45; Sat, 4 Jul 2015 05:41:50 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0563C1DB1; Sat, 4 Jul 2015 05:41:50 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t645fnJx009916; Sat, 4 Jul 2015 05:41:49 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t645fnEb009914; Sat, 4 Jul 2015 05:41:49 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201507040541.t645fnEb009914@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 4 Jul 2015 05:41:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391293 - in head/sysutils/k3b-kde4: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jul 2015 05:41:50 -0000 Author: riggs Date: Sat Jul 4 05:41:48 2015 New Revision: 391293 URL: https://svnweb.freebsd.org/changeset/ports/391293 Log: Fix build with ffmpeg 2.7 Approved by: portmgr (antoine) Added: head/sysutils/k3b-kde4/files/patch-ffmpeg27 (contents, props changed) Modified: head/sysutils/k3b-kde4/Makefile Modified: head/sysutils/k3b-kde4/Makefile ============================================================================== --- head/sysutils/k3b-kde4/Makefile Sat Jul 4 04:10:52 2015 (r391292) +++ head/sysutils/k3b-kde4/Makefile Sat Jul 4 05:41:48 2015 (r391293) @@ -3,7 +3,7 @@ PORTNAME= k3b PORTVERSION= 2.0.2 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= sysutils multimedia kde MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} @@ -94,10 +94,4 @@ TAGLIB_CMAKE_OFF= -DK3B_ENABLE_TAGLIB:BO TRANSCODE_DESC= Misc: Transcode (DVD ripping) TRANSCODE_RUN_DEPENDS= transcode:${PORTSDIR}/multimedia/transcode -.include - -.if ${PORT_OPTIONS:MFFMPEG} -BROKEN= Does not build with ffmpeg-2.7 -.endif - .include Added: head/sysutils/k3b-kde4/files/patch-ffmpeg27 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/k3b-kde4/files/patch-ffmpeg27 Sat Jul 4 05:41:48 2015 (r391293) @@ -0,0 +1,11 @@ +--- plugins/decoder/ffmpeg/k3bffmpegwrapper.cpp.orig 2011-01-15 21:47:29.000000000 +0100 ++++ plugins/decoder/ffmpeg/k3bffmpegwrapper.cpp 2015-07-04 07:21:54.284708677 +0200 +@@ -159,7 +159,7 @@ void K3bFFMpegFile::close() + } + + if( d->formatContext ) { +- ::av_close_input_file( d->formatContext ); ++ ::avformat_close_input( &d->formatContext ); + d->formatContext = 0; + } + } From owner-svn-ports-all@freebsd.org Sat Jul 4 06:11:03 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0564A993183; Sat, 4 Jul 2015 06:11:03 +0000 (UTC) (envelope-from thomas.e.zander@googlemail.com) Received: from mail-wi0-x22e.google.com (mail-wi0-x22e.google.com [IPv6:2a00:1450:400c:c05::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9E8002736; Sat, 4 Jul 2015 06:11:02 +0000 (UTC) (envelope-from thomas.e.zander@googlemail.com) Received: by widjy10 with SMTP id jy10so122931487wid.1; Fri, 03 Jul 2015 23:11:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=aupgZdEtr7uIQ8BS5gvbfgeyuQFdO0TmItXTwnCSsRQ=; b=zCLCrAbH+UPwTF2a0yAnJt+Jl3X8x7dyM33t5GGTx9RvV2UO87Le5nkg5awj5yayl6 ai+DV3xVBN3XmSUiUV247KcwHTTvncQmEKFif6YmpM3baIKRofmTuparBW65wYVUpHTR T8AV+lF5SRZyZ0LtmL4W3sZmfStrPSpVDwvGNiklwI934cWcUQjArDaDsQMowTTYfyhO nj/3CvEeNlPHNS4wu76TYPSNeOXms0LtTkMW37H4eC+Gw+LR3LaNyEXFMh3j/aU5okgI cvHG6u51skSAeqzPi9Yr/6tOWo7CA1X1ILfaupA6Mg33ErfpdOnmA6xTtwmib4BKRdZS PpfQ== MIME-Version: 1.0 X-Received: by 10.181.11.137 with SMTP id ei9mr31931994wid.48.1435990261186; Fri, 03 Jul 2015 23:11:01 -0700 (PDT) Sender: thomas.e.zander@googlemail.com Received: by 10.28.15.11 with HTTP; Fri, 3 Jul 2015 23:11:01 -0700 (PDT) In-Reply-To: <20150703142703.047d5f29@kalimero.tijl.coosemans.org> References: <201507021940.t62JeFUP048466@repo.freebsd.org> <20150702234350.4e97a968@kalimero.tijl.coosemans.org> <2340B5B29C05E9AA2D831F17@atuin.in.mat.cc> <20150703142703.047d5f29@kalimero.tijl.coosemans.org> Date: Sat, 4 Jul 2015 08:11:01 +0200 X-Google-Sender-Auth: koI8kIpkDDFD2VIoGR9L3RXtzHI Message-ID: Subject: Re: svn commit: r391183 - in head: . devel/libdlna emulators/kcemu graphics/bugle multimedia/ffmpeg multimedia/ffmpeg/files sysutils/k3b-kde4 x11-toolkits/nucleo From: Thomas Zander To: Tijl Coosemans Cc: Mathieu Arnold , Antoine Brodin , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jul 2015 06:11:03 -0000 On 3 July 2015 at 14:27, Tijl Coosemans wrote: > It's still not a good idea Riggs. The total time you have to spent > fixing all ports (known+unknown) is always the same, whichever > order you fix them in. So you can just fix the known cases first, > then commit and then maybe find additional broken ports. This also > avoids the situation where you run into unexpected issues while > fixing ports and have to leave things broken longer than you thought. Thanks Tijl, I take the feedback as input for next time. By now, all build breaks caused by this commit are fixed (graphics/bugle and cad/netgen were unaffected by this commit). On a very last note, this commit was not a surprise. I did announce in September last year (http://lists.freebsd.org/pipermail/freebsd-multimedia/2014-September/015216.html) that maintainers have to become proactive and make sure their ports do not use APIs which have been deprecated in the 2.4 branch. Apparently the ports tree was prepared quite well, given that I had to fix only 4 ports so far. From owner-svn-ports-all@freebsd.org Sat Jul 4 08:53:50 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5478A912C; Sat, 4 Jul 2015 08:53:50 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 43F7D1155; Sat, 4 Jul 2015 08:53:50 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t648ro61068593; Sat, 4 Jul 2015 08:53:50 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t648ro2I068592; Sat, 4 Jul 2015 08:53:50 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507040853.t648ro2I068592@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sat, 4 Jul 2015 08:53:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391294 - head/Mk/Uses X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jul 2015 08:53:50 -0000 Author: olgeni Date: Sat Jul 4 08:53:49 2015 New Revision: 391294 URL: https://svnweb.freebsd.org/changeset/ports/391294 Log: Change the default ELIXIR_HIDDEN regexp to match PORTNAME exactly. Modified: head/Mk/Uses/elixir.mk Modified: head/Mk/Uses/elixir.mk ============================================================================== --- head/Mk/Uses/elixir.mk Sat Jul 4 05:41:48 2015 (r391293) +++ head/Mk/Uses/elixir.mk Sat Jul 4 08:53:49 2015 (r391294) @@ -36,7 +36,7 @@ IGNORE= USES=elixir does not require arg ELIXIR_APP_NAME?= ${PORTNAME} ELIXIR_APP_ROOT?= ${PREFIX}/lib/elixir/lib/${ELIXIR_APP_NAME} -ELIXIR_HIDDEN?= ${PORTNAME} +ELIXIR_HIDDEN?= "^${PORTNAME}$$" ELIXIR_LOCALE?= en_US.UTF-8 MIX_CMD?= ${LOCALBASE}/bin/mix MIX_COMPILE?= LANG=${ELIXIR_LOCALE} MIX_ENV=${MIX_ENV_NAME} ELIXIR_HIDDEN=${ELIXIR_HIDDEN} ${MIX_CMD} compile From owner-svn-ports-all@freebsd.org Sat Jul 4 08:56:56 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 351E09157; Sat, 4 Jul 2015 08:56:56 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0F1A512CD; Sat, 4 Jul 2015 08:56:56 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t648uto1069083; Sat, 4 Jul 2015 08:56:55 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t648utp1069081; Sat, 4 Jul 2015 08:56:55 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201507040856.t648utp1069081@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 4 Jul 2015 08:56:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391295 - in head/Mk: . Scripts X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jul 2015 08:56:56 -0000 Author: bapt Date: Sat Jul 4 08:56:54 2015 New Revision: 391295 URL: https://svnweb.freebsd.org/changeset/ports/391295 Log: Rewite CLEAN-DEPENDS* Move inlined shell code into a proper script taking 2 args in arguments: full or limited. The code I more simpler and understandable. The argument allows to factorize the code between CLEAN-DEPENDS-FULL and CLEAN-DEPENDS-LIST While here, make the code accept dependencies without ${PORTSDIR} Added: head/Mk/Scripts/clean-depends-list.sh (contents, props changed) Modified: head/Mk/bsd.port.mk Added: head/Mk/Scripts/clean-depends-list.sh ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/Mk/Scripts/clean-depends-list.sh Sat Jul 4 08:56:54 2015 (r391295) @@ -0,0 +1,50 @@ +#!/bin/sh +# MAINTAINER: portmgr@FreeBSD.org +# $FreeBSD$ + +. ${dp_SCRIPTSDIR}/functions.sh + +set -e +validate_env dp_PKGNAME dp_MAKE dp_PORTSDIR +set -u + +arg=$1 +shift +if [ "${arg}" != "full" -a "${arg}" != "limited" ]; then + echo "the first argument can only be 'full' or 'limited'" >&2 + exit 1 +fi + +check_dep() { + for _dep ; do + myifs=${IFS} + IFS=: + set -- ${_dep} + IFS=${myifs} + + case "${2}" in + /*) d=${2} ;; + *) d=${dp_PORTSDIR}/${2} ;; + esac + + case " ${checked} " in + *\ ${d}\ *) continue ;; # Already checked + esac + checked="${checked} ${d}" + if [ ! -d ${d} ]; then + echo "${dp_PKGNAME}: \"${d}\" non-existent -- dependency list incomplete" >&2 + continue + fi + set -- $(${dp_MAKE} -C ${d} -VWRKDIR -V_UNIFIED_DEPENDS) + if [ -d ${1} ]; then + echo ${d} + elif [ "$arg" = "limited" ]; then + break + fi + shift + check_dep $@ + done +} + +checked= +check_dep ${dp_ALLDEPENDS} Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Sat Jul 4 08:53:49 2015 (r391294) +++ head/Mk/bsd.port.mk Sat Jul 4 08:56:54 2015 (r391295) @@ -4344,7 +4344,6 @@ ${deptype:tl}-depends: # Dependency lists: both build and runtime, recursive. Print out directory names. _UNIFIED_DEPENDS=${PKG_DEPENDS} ${EXTRACT_DEPENDS} ${PATCH_DEPENDS} ${FETCH_DEPENDS} ${BUILD_DEPENDS} ${LIB_DEPENDS} ${RUN_DEPENDS} -_DEPEND_DIRS= ${_UNIFIED_DEPENDS:C,^[^:]*:([^:]*).*$,\1,} _DEPEND_SPECIALS= ${_UNIFIED_DEPENDS:M*\:*\:*:C,^[^:]*:([^:]*):.*$,\1,} all-depends-list: @@ -4358,95 +4357,24 @@ ALL-DEPENDS-LIST= \ dp_SCRIPTSDIR="${SCRIPTSDIR}" \ ${SH} ${SCRIPTSDIR}/all-depends-list.sh -CLEAN-DEPENDS-FULL= \ - L="${_DEPEND_DIRS}"; \ - checked=""; \ - while [ -n "$$L" ]; do \ - l=""; \ - for d in $$L; do \ - case $$checked in \ - $$d\ *|*\ $$d\ *|*\ $$d) \ - continue;; \ - esac; \ - checked="$$checked $$d"; \ - if [ ! -d $$d ]; then \ - ${ECHO_MSG} "${PKGNAME}: \"$$d\" non-existent -- dependency list incomplete" >&2; \ - continue; \ - fi; \ - if ! children=$$(cd $$d && ${MAKE} -V WRKDIR -V _DEPEND_DIRS); then \ - ${ECHO_MSG} "${PKGNAME}: \"$$d\" erroneous -- dependency list incomplete" >&2; \ - continue; \ - fi; \ - state=0; \ - for child in $$children; do \ - case $$state in \ - 0) \ - if [ -d $$child ]; then \ - ${ECHO_CMD} $$d; \ - fi; \ - state=1;; \ - 1) \ - case "$$checked $$l" in \ - $$child\ *|*\ $$child\ *|*\ $$child) \ - continue;; \ - esac; \ - l="$$l $$child";; \ - esac; \ - done; \ - done; \ - L=$$l; \ - done - -CLEAN-DEPENDS-LIMITED= \ - L="${_DEPEND_DIRS}"; \ - checked=""; \ - while [ -n "$$L" ]; do \ - l=""; \ - for d in $$L; do \ - case $$checked in \ - $$d\ *|*\ $$d\ *|*\ $$d) \ - continue;; \ - esac; \ - checked="$$checked $$d"; \ - if [ ! -d $$d ]; then \ - ${ECHO_MSG} "${PKGNAME}: \"$$d\" non-existent -- dependency list incomplete" >&2; \ - continue; \ - fi; \ - if ! children=$$(cd $$d && ${MAKE} -V WRKDIR -V _DEPEND_DIRS); then \ - ${ECHO_MSG} "${PKGNAME}: \"$$d\" erroneous -- dependency list incomplete" >&2; \ - continue; \ - fi; \ - state=0; \ - for child in $$children; do \ - case $$state in \ - 0) \ - if [ ! -d $$child ]; then \ - break; \ - fi; \ - state=1; \ - ${ECHO_CMD} $$d;; \ - 1) \ - case "$$checked $$l" in \ - $$child\ *|*\ $$child\ *|*\ $$child) \ - continue;; \ - esac; \ - l="$$l $$child";; \ - esac; \ - done; \ - done; \ - L=$$l; \ - done +CLEAN-DEPENDS-LIST= \ + ${SETENV} dp_ALLDEPENDS="${_UNIFIED_DEPENDS}" \ + dp_PORTSDIR="${PORTSDIR}" \ + dp_MAKE="${MAKE}" \ + dp_PKGNAME="${PKGNAME}" \ + dp_SCRIPTSDIR="${SCRIPTSDIR}" \ + ${SH} ${SCRIPTSDIR}/clean-depends-list.sh .if !target(clean-depends) clean-depends: - @for dir in $$(${CLEAN-DEPENDS-FULL}); do \ + @for dir in $$(${CLEAN-DEPENDS-LIST} full); do \ (cd $$dir; ${MAKE} NOCLEANDEPENDS=yes clean); \ done .endif .if !target(limited-clean-depends) limited-clean-depends: - @for dir in $$(${CLEAN-DEPENDS-LIMITED}); do \ + @for dir in $$(${CLEAN-DEPENDS-LIST} limited); do \ (cd $$dir; ${MAKE} NOCLEANDEPENDS=yes clean); \ done .endif From owner-svn-ports-all@freebsd.org Sat Jul 4 09:09:35 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AA8D09A75; Sat, 4 Jul 2015 09:09:35 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 835A81A79; Sat, 4 Jul 2015 09:09:35 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6499Z3J074322; Sat, 4 Jul 2015 09:09:35 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6499Xnm074318; Sat, 4 Jul 2015 09:09:33 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201507040909.t6499Xnm074318@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Sat, 4 Jul 2015 09:09:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391296 - in head/net: . py-paho-mqtt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jul 2015 09:09:35 -0000 Author: ohauer Date: Sat Jul 4 09:09:32 2015 New Revision: 391296 URL: https://svnweb.freebsd.org/changeset/ports/391296 Log: - add port py-paho-mqtt This port replace the replace mosquitto python driver Python MQTT version 3.1/3.1.1 client class The MQTT protocol is a machine-to-machine (M2M)/"Internet of Things" connectivity protocol. Designed as an extremely lightweight publish/subscribe messaging transport, it is useful for connections with remote locations where a small code footprint is required and/or network bandwidth is at a premium. WWW: http://eclipse.org/paho PR: 200540 Submitted by: ohauer Approved by: Joseph Benden (maintainer, via PM) Added: head/net/py-paho-mqtt/ head/net/py-paho-mqtt/Makefile (contents, props changed) head/net/py-paho-mqtt/distinfo (contents, props changed) head/net/py-paho-mqtt/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Sat Jul 4 08:56:54 2015 (r391295) +++ head/net/Makefile Sat Jul 4 09:09:32 2015 (r391296) @@ -931,6 +931,7 @@ SUBDIR += py-novaclient SUBDIR += py-oauth SUBDIR += py-oauth2 + SUBDIR += py-paho-mqtt SUBDIR += py-pcap SUBDIR += py-pcapy SUBDIR += py-pcs Added: head/net/py-paho-mqtt/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-paho-mqtt/Makefile Sat Jul 4 09:09:32 2015 (r391296) @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= paho-mqtt +PORTVERSION= 1.1 +CATEGORIES= net python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= joe@thrallingpenguin.com +COMMENT= MQTT version 3.1/3.1.1 client class + +LICENSE= EPL + +USES= shebangfix python +USE_PYTHON= distutils autoplist +SHEBANG_FILES= examples/*.py + +.include Added: head/net/py-paho-mqtt/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-paho-mqtt/distinfo Sat Jul 4 09:09:32 2015 (r391296) @@ -0,0 +1,2 @@ +SHA256 (paho-mqtt-1.1.tar.gz) = 0f7a629efe6e3a2c61b59d3550aa9f2c4529b5689a65fde45e6f1ac36b9a261e +SIZE (paho-mqtt-1.1.tar.gz) = 41788 Added: head/net/py-paho-mqtt/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-paho-mqtt/pkg-descr Sat Jul 4 09:09:32 2015 (r391296) @@ -0,0 +1,8 @@ +Python MQTT version 3.1/3.1.1 client class + +The MQTT protocol is a machine-to-machine (M2M)/"Internet of Things" +connectivity protocol. Designed as an extremely lightweight publish/subscribe +messaging transport, it is useful for connections with remote locations where +a small code footprint is required and/or network bandwidth is at a premium. + +WWW: http://eclipse.org/paho From owner-svn-ports-all@freebsd.org Sat Jul 4 09:14:10 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F08609B7C; Sat, 4 Jul 2015 09:14:10 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D31D51DA1; Sat, 4 Jul 2015 09:14:10 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t649EASW078700; Sat, 4 Jul 2015 09:14:10 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t649E7VU078684; Sat, 4 Jul 2015 09:14:07 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201507040914.t649E7VU078684@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Sat, 4 Jul 2015 09:14:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391297 - in head/net/mosquitto: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jul 2015 09:14:11 -0000 Author: ohauer Date: Sat Jul 4 09:14:06 2015 New Revision: 391297 URL: https://svnweb.freebsd.org/changeset/ports/391297 Log: - update to 1.4.2 The Python driver is now provided by net/py-paho-mqtt! More drivers can be found at http://eclipse.org/paho PR: 200540 Submitted by: ohauer Approved by: Joseph Benden (maintainer, via PM) Added: head/net/mosquitto/pkg-message (contents, props changed) Modified: head/net/mosquitto/Makefile head/net/mosquitto/distinfo head/net/mosquitto/files/patch-CMakeLists.txt head/net/mosquitto/files/patch-config.mk head/net/mosquitto/files/patch-lib_tls__mosq.h head/net/mosquitto/files/patch-mosquitto.conf head/net/mosquitto/files/patch-src_CMakeLists.txt head/net/mosquitto/pkg-descr head/net/mosquitto/pkg-plist Modified: head/net/mosquitto/Makefile ============================================================================== --- head/net/mosquitto/Makefile Sat Jul 4 09:09:32 2015 (r391296) +++ head/net/mosquitto/Makefile Sat Jul 4 09:14:06 2015 (r391297) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mosquitto -PORTVERSION= 1.3.5 -PORTREVISION= 1 +PORTVERSION= 1.4.2 CATEGORIES= net MASTER_SITES= http://mosquitto.org/files/source/ @@ -15,36 +14,20 @@ LICENSE= BSD3CLAUSE LIB_DEPENDS= libcares.so:${PORTSDIR}/dns/c-ares BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt -OPTIONS_DEFAULT=PYTHON -OPTIONS_DEFINE= PYTHON - -PYTHON_DESC= Build python driver - USES= cmake python:2 NOCONFIGURE= yes USE_RC_SUBR= mosquitto USE_LDCONFIG= yes +PLIST_SUB= PORTVERSION=${PORTVERSION} USERS= nobody -.include - -.if ${PORT_OPTIONS:MPYTHON} -PLIST_SUB= PYTHON_VER=${PYTHON_VER} NOPYTHON="" PORTVERSION=${PORTVERSION} -.else -PLIST_SUB= NOPYTHON="@comment " PORTVERSION=${PORTVERSION} -.endif - post-patch: # do not run ldconfig in stage dir ${REINPLACE_CMD} -e '/ldconfig/d' ${WRKSRC}/src/CMakeLists.txt \ ${WRKSRC}/lib/CMakeLists.txt ${WRKSRC}/lib/cpp/CMakeLists.txt post-stage: -.if ${PORT_OPTIONS:MPYTHON} - (cd ${WRKSRC}/lib/python && \ - ${PYTHON_CMD} ${WRKSRC}/lib/python/setup.py build install --prefix=${PREFIX} --root=${STAGEDIR}) -.endif # Adjust configuration files ${MV} ${STAGEDIR}${ETCDIR}/mosquitto.conf ${STAGEDIR}${ETCDIR}/mosquitto.conf.sample ${MV} ${STAGEDIR}${ETCDIR}/pwfile.example ${STAGEDIR}${ETCDIR}/pwfile.sample Modified: head/net/mosquitto/distinfo ============================================================================== --- head/net/mosquitto/distinfo Sat Jul 4 09:09:32 2015 (r391296) +++ head/net/mosquitto/distinfo Sat Jul 4 09:14:06 2015 (r391297) @@ -1,2 +1,2 @@ -SHA256 (mosquitto-1.3.5.tar.gz) = 16eb3dbef183827665feee9288362c7352cd016ba04ca0402a0ccf857d1c2ab2 -SIZE (mosquitto-1.3.5.tar.gz) = 352231 +SHA256 (mosquitto-1.4.2.tar.gz) = 5ebc3800a0018bfbec62dcc3748fb29f628df068acd39c62c4ef651d9276647e +SIZE (mosquitto-1.4.2.tar.gz) = 323815 Modified: head/net/mosquitto/files/patch-CMakeLists.txt ============================================================================== --- head/net/mosquitto/files/patch-CMakeLists.txt Sat Jul 4 09:09:32 2015 (r391296) +++ head/net/mosquitto/files/patch-CMakeLists.txt Sat Jul 4 09:14:06 2015 (r391297) @@ -1,8 +1,8 @@ ---- CMakeLists.txt.orig 2014-10-08 21:50:07 UTC +--- CMakeLists.txt.orig 2015-05-07 13:21:22 UTC +++ CMakeLists.txt -@@ -8,6 +8,9 @@ cmake_minimum_required(VERSION 2.6) +@@ -13,6 +13,9 @@ cmake_minimum_required(VERSION 2.8) - set (VERSION 1.3.5) + set (VERSION 1.4.2) +include_directories(/usr/local/include) +link_directories(/usr/local/lib) @@ -10,8 +10,8 @@ if (WIN32) execute_process(COMMAND cmd /c echo %DATE% %TIME% OUTPUT_VARIABLE TIMESTAMP OUTPUT_STRIP_TRAILING_WHITESPACE) -@@ -40,7 +43,7 @@ else (WIN32) - set (LIBDIR lib${LIB_SUFFIX}) +@@ -47,7 +50,7 @@ else (WIN32) + set (CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/${LIBDIR}") set (INCLUDEDIR include) set (DATAROOTDIR share) - set (MANDIR ${DATAROOTDIR}/man) Modified: head/net/mosquitto/files/patch-config.mk ============================================================================== --- head/net/mosquitto/files/patch-config.mk Sat Jul 4 09:09:32 2015 (r391296) +++ head/net/mosquitto/files/patch-config.mk Sat Jul 4 09:14:06 2015 (r391297) @@ -1,7 +1,7 @@ ---- config.mk.orig 2014-10-08 21:50:07 UTC +--- config.mk.orig 2015-05-07 13:21:22 UTC +++ config.mk -@@ -213,7 +213,7 @@ endif - +@@ -241,7 +241,7 @@ ifeq ($(WITH_DOCS),yes) + endif INSTALL?=install -prefix=/usr/local Modified: head/net/mosquitto/files/patch-lib_tls__mosq.h ============================================================================== --- head/net/mosquitto/files/patch-lib_tls__mosq.h Sat Jul 4 09:09:32 2015 (r391296) +++ head/net/mosquitto/files/patch-lib_tls__mosq.h Sat Jul 4 09:14:06 2015 (r391297) @@ -1,6 +1,6 @@ ---- lib/tls_mosq.h.orig 2014-10-08 21:50:07 UTC +--- lib/tls_mosq.h.orig 2015-05-07 13:21:22 UTC +++ lib/tls_mosq.h -@@ -33,8 +33,9 @@ POSSIBILITY OF SUCH DAMAGE. +@@ -20,8 +20,9 @@ Contributors: #ifdef WITH_TLS #include Modified: head/net/mosquitto/files/patch-mosquitto.conf ============================================================================== --- head/net/mosquitto/files/patch-mosquitto.conf Sat Jul 4 09:09:32 2015 (r391296) +++ head/net/mosquitto/files/patch-mosquitto.conf Sat Jul 4 09:14:06 2015 (r391297) @@ -1,4 +1,4 @@ ---- mosquitto.conf.orig 2014-10-08 21:50:07 UTC +--- mosquitto.conf.orig 2015-05-07 13:21:22 UTC +++ mosquitto.conf @@ -32,7 +32,7 @@ # This should be set to /var/run/mosquitto.pid if mosquitto is Modified: head/net/mosquitto/files/patch-src_CMakeLists.txt ============================================================================== --- head/net/mosquitto/files/patch-src_CMakeLists.txt Sat Jul 4 09:09:32 2015 (r391296) +++ head/net/mosquitto/files/patch-src_CMakeLists.txt Sat Jul 4 09:14:06 2015 (r391297) @@ -1,6 +1,6 @@ ---- src/CMakeLists.txt.orig 2014-10-08 21:50:07 UTC +--- src/CMakeLists.txt.orig 2015-05-07 13:21:22 UTC +++ src/CMakeLists.txt -@@ -79,7 +79,7 @@ if (UNIX) +@@ -86,7 +86,7 @@ if (UNIX) if (APPLE) set (MOSQ_LIBS ${MOSQ_LIBS} dl m) else (APPLE) @@ -9,7 +9,7 @@ endif (APPLE) endif (UNIX) -@@ -100,6 +100,5 @@ if (${WITH_TLS} STREQUAL ON) +@@ -127,6 +127,5 @@ if (${WITH_TLS} STREQUAL ON) endif (${WITH_TLS} STREQUAL ON) if (UNIX) Modified: head/net/mosquitto/pkg-descr ============================================================================== --- head/net/mosquitto/pkg-descr Sat Jul 4 09:09:32 2015 (r391296) +++ head/net/mosquitto/pkg-descr Sat Jul 4 09:14:06 2015 (r391297) @@ -1,4 +1,8 @@ -Mosquitto is an open source implementation of a server for version 3.1 of the -MQTT protocol. +Mosquitto is an open source (BSD licensed) message broker that implements +the MQ Telemetry Transport protocol versions 3.1 and 3.1.1. MQTT provides +a lightweight method of carrying out messaging using a publish/subscribe +model. This makes it suitable for "machine to machine" messaging such as +with low power sensors or mobile devices such as phones, embedded +computers or microcontrollers like the Arduino. WWW: http://mosquitto.org/ Added: head/net/mosquitto/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/mosquitto/pkg-message Sat Jul 4 09:14:06 2015 (r391297) @@ -0,0 +1 @@ +The mosquitto MQTT Python driver is now provided by net/py-paho-mqtt Modified: head/net/mosquitto/pkg-plist ============================================================================== --- head/net/mosquitto/pkg-plist Sat Jul 4 09:09:32 2015 (r391296) +++ head/net/mosquitto/pkg-plist Sat Jul 4 09:14:06 2015 (r391297) @@ -14,9 +14,6 @@ lib/libmosquitto.so.%%PORTVERSION%% lib/libmosquittopp.so lib/libmosquittopp.so.1 lib/libmosquittopp.so.%%PORTVERSION%% -%%NOPYTHON%%%%PYTHON_SITELIBDIR%%/mosquitto-%%PORTVERSION%%-py%%PYTHON_VER%%.egg-info -%%NOPYTHON%%%%PYTHON_SITELIBDIR%%/mosquitto.py -%%NOPYTHON%%%%PYTHON_SITELIBDIR%%/mosquitto.pyc man/man1/mosquitto_passwd.1.gz man/man1/mosquitto_pub.1.gz man/man1/mosquitto_sub.1.gz From owner-svn-ports-all@freebsd.org Sat Jul 4 09:31:38 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0B7BE9CF8; Sat, 4 Jul 2015 09:31:38 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D9D8012AB; Sat, 4 Jul 2015 09:31:37 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t649Vbvu084851; Sat, 4 Jul 2015 09:31:37 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t649VZaS084841; Sat, 4 Jul 2015 09:31:35 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201507040931.t649VZaS084841@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Sat, 4 Jul 2015 09:31:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391298 - in head/devel: . p5-Hash-Slice X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jul 2015 09:31:38 -0000 Author: ehaupt Date: Sat Jul 4 09:31:35 2015 New Revision: 391298 URL: https://svnweb.freebsd.org/changeset/ports/391298 Log: Add p5-Hash-Slice, make a hash from a deep slice of another hash. Added: head/devel/p5-Hash-Slice/ head/devel/p5-Hash-Slice/Makefile (contents, props changed) head/devel/p5-Hash-Slice/distinfo (contents, props changed) head/devel/p5-Hash-Slice/pkg-descr (contents, props changed) head/devel/p5-Hash-Slice/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Jul 4 09:14:06 2015 (r391297) +++ head/devel/Makefile Sat Jul 4 09:31:35 2015 (r391298) @@ -2287,6 +2287,7 @@ SUBDIR += p5-Hash-MultiKey SUBDIR += p5-Hash-MultiValue SUBDIR += p5-Hash-NoRef + SUBDIR += p5-Hash-Slice SUBDIR += p5-Hash-Union SUBDIR += p5-Hash-Util-FieldHash-Compat SUBDIR += p5-Hash-WithDefaults Added: head/devel/p5-Hash-Slice/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Hash-Slice/Makefile Sat Jul 4 09:31:35 2015 (r391298) @@ -0,0 +1,21 @@ +# Created by: Emanuel Haupt +# $FreeBSD$ + +PORTNAME= Hash-Slice +PORTVERSION= 0.03 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= ehaupt@FreeBSD.org +COMMENT= Make a hash from a deep slice of another hash + +BUILD_DEPENDS= p5-Carp-Clan>=0:${PORTSDIR}/devel/p5-Carp-Clan \ + p5-Clone>=0.09:${PORTSDIR}/devel/p5-Clone +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Most>=0:${PORTSDIR}/devel/p5-Test-Most + +USES= perl5 +USE_PERL5= configure + +.include Added: head/devel/p5-Hash-Slice/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Hash-Slice/distinfo Sat Jul 4 09:31:35 2015 (r391298) @@ -0,0 +1,2 @@ +SHA256 (Hash-Slice-0.03.tar.gz) = 681293035bf7f711623fcac5f5298a41c3b24aa73bedda1825f1582bfea2c5d5 +SIZE (Hash-Slice-0.03.tar.gz) = 22031 Added: head/devel/p5-Hash-Slice/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Hash-Slice/pkg-descr Sat Jul 4 09:31:35 2015 (r391298) @@ -0,0 +1,7 @@ +Hash::Slice lets you easily make a deep slice of a hash, specifically a hash +containing one or more nested hashes. Instead of just taking a slice of the +first level of a hash in an all-or-nothing manner, you can use slice to take a +slice of the first level, then take a particular slice of the second level, and +so on. + +WWW: http://search.cpan.org/dist/Hash-Slice/ Added: head/devel/p5-Hash-Slice/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Hash-Slice/pkg-plist Sat Jul 4 09:31:35 2015 (r391298) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Hash/Slice.pm +%%PERL5_MAN3%%/Hash::Slice.3.gz From owner-svn-ports-all@freebsd.org Sat Jul 4 09:32:09 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 29F8F9D34; Sat, 4 Jul 2015 09:32:09 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 18F1714A5; Sat, 4 Jul 2015 09:32:09 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t649W8v4085111; Sat, 4 Jul 2015 09:32:08 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t649W78F085099; Sat, 4 Jul 2015 09:32:07 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201507040932.t649W78F085099@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Sat, 4 Jul 2015 09:32:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391299 - in head/graphics/asciio: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jul 2015 09:32:09 -0000 Author: ehaupt Date: Sat Jul 4 09:32:06 2015 New Revision: 391299 URL: https://svnweb.freebsd.org/changeset/ports/391299 Log: Update to 1.51.3 Added: head/graphics/asciio/files/ head/graphics/asciio/files/patch-Build.PL (contents, props changed) Modified: head/graphics/asciio/Makefile head/graphics/asciio/distinfo head/graphics/asciio/pkg-plist Modified: head/graphics/asciio/Makefile ============================================================================== --- head/graphics/asciio/Makefile Sat Jul 4 09:31:35 2015 (r391298) +++ head/graphics/asciio/Makefile Sat Jul 4 09:32:06 2015 (r391299) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= asciio -PORTVERSION= 1.02.71 -PORTREVISION= 6 +PORTVERSION= 1.51.3 CATEGORIES= graphics MASTER_SITES= http://mirror.switch.ch/ftp/mirror/CPAN/authors/id/N/NK/NKH/ \ LOCAL/ehaupt @@ -15,24 +14,27 @@ COMMENT= Perl/GTK application that lets LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Directory-Scratch>=0:${PORTSDIR}/devel/p5-Directory-Scratch \ - p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2 \ +BUILD_DEPENDS= p5-Algorithm-Diff>=0:${PORTSDIR}/devel/p5-Algorithm-Diff \ + p5-Check-ISA>=0:${PORTSDIR}/devel/p5-Check-ISA \ p5-Compress-Bzip2>=0:${PORTSDIR}/archivers/p5-Compress-Bzip2 \ + p5-Data-Compare>=0:${PORTSDIR}/devel/p5-Data-Compare \ + p5-Data-TreeDumper-Renderer-GTK>=0:${PORTSDIR}/devel/p5-Data-TreeDumper-Renderer-GTK \ + p5-Directory-Scratch>=0:${PORTSDIR}/devel/p5-Directory-Scratch \ + p5-Eval-Context>=0:${PORTSDIR}/devel/p5-Eval-Context \ + p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2 \ + p5-Hash-Slice>=0.03:${PORTSDIR}/devel/p5-Hash-Slice \ + p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \ + p5-Module-Util>=0:${PORTSDIR}/devel/p5-Module-Util \ + p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \ p5-Test-Block>=0:${PORTSDIR}/devel/p5-Test-Block \ - p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \ + p5-Test-Dependencies>=0:${PORTSDIR}/devel/p5-Test-Dependencies \ p5-Test-Distribution>=0:${PORTSDIR}/devel/p5-Test-Distribution \ p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings \ - p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn \ - p5-Test-Strict>=0:${PORTSDIR}/devel/p5-Test-Strict \ - p5-Test-Dependencies>=0:${PORTSDIR}/devel/p5-Test-Dependencies \ + p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \ p5-Test-Spelling>=0:${PORTSDIR}/devel/p5-Test-Spelling \ - p5-Data-TreeDumper-Renderer-GTK>=0:${PORTSDIR}/devel/p5-Data-TreeDumper-Renderer-GTK \ - p5-Algorithm-Diff>=0:${PORTSDIR}/devel/p5-Algorithm-Diff \ - p5-Data-Compare>=0:${PORTSDIR}/devel/p5-Data-Compare \ - p5-Module-Util>=0:${PORTSDIR}/devel/p5-Module-Util \ - p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \ - p5-Eval-Context>=0:${PORTSDIR}/devel/p5-Eval-Context \ - p5-Check-ISA>=0:${PORTSDIR}/devel/p5-Check-ISA + p5-Test-Strict>=0:${PORTSDIR}/devel/p5-Test-Strict \ + p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn \ + p5-Text-Diff>=1.41:${PORTSDIR}/textproc/p5-Text-Diff RUN_DEPENDS:= ${BUILD_DEPENDS} \ p5-Class-ISA>=0:${PORTSDIR}/devel/p5-Class-ISA Modified: head/graphics/asciio/distinfo ============================================================================== --- head/graphics/asciio/distinfo Sat Jul 4 09:31:35 2015 (r391298) +++ head/graphics/asciio/distinfo Sat Jul 4 09:32:06 2015 (r391299) @@ -1,2 +1,2 @@ -SHA256 (App-Asciio-1.02.71.tar.gz) = 82d1cbde7e68ca28b62f8d5284b731eb1ccc0c6e9df63c0013389d2e5943a333 -SIZE (App-Asciio-1.02.71.tar.gz) = 73858 +SHA256 (App-Asciio-1.51.3.tar.gz) = e2a553b7be900412f6f332071bd6c41058e43a60c7a605691cb96d14d4980fbd +SIZE (App-Asciio-1.51.3.tar.gz) = 97304 Added: head/graphics/asciio/files/patch-Build.PL ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/asciio/files/patch-Build.PL Sat Jul 4 09:32:06 2015 (r391299) @@ -0,0 +1,11 @@ +--- Build.PL.orig 2015-06-30 11:02:36 UTC ++++ Build.PL +@@ -282,7 +282,7 @@ my $build = $class->new + pm_files => \%all_modules, + #~ autosplit => \@split_modules, + +- script_files => ['script/asciio', 'script/asciio_to_text', 'script/A',], ++ script_files => ['script/asciio', 'script/asciio_to_text',], + dist_author => 'Khemir Nadim ibn Hamouda. ', + dist_abstract => 'App::Asciio - ASCII diagramming', + ); Modified: head/graphics/asciio/pkg-plist ============================================================================== --- head/graphics/asciio/pkg-plist Sat Jul 4 09:31:35 2015 (r391298) +++ head/graphics/asciio/pkg-plist Sat Jul 4 09:32:06 2015 (r391299) @@ -1,15 +1,27 @@ bin/asciio +bin/asciio_to_text %%SITE_PERL%%/App/Asciio.pm %%SITE_PERL%%/App/Asciio/Actions.pm %%SITE_PERL%%/App/Asciio/Ascii.pm %%SITE_PERL%%/App/Asciio/Connections.pm %%SITE_PERL%%/App/Asciio/Dialogs.pm %%SITE_PERL%%/App/Asciio/Elements.pm +%%SITE_PERL%%/App/Asciio/GTK/Asciio.pm +%%SITE_PERL%%/App/Asciio/GTK/Asciio/Dialogs.pm +%%SITE_PERL%%/App/Asciio/GTK/Asciio/Menues.pm +%%SITE_PERL%%/App/Asciio/GTK/Asciio/stripes/editable_arrow2.pm +%%SITE_PERL%%/App/Asciio/GTK/Asciio/stripes/editable_box2.pm +%%SITE_PERL%%/App/Asciio/GTK/Asciio/stripes/wirl_arrow.pm %%SITE_PERL%%/App/Asciio/Io.pm %%SITE_PERL%%/App/Asciio/Menues.pm %%SITE_PERL%%/App/Asciio/Options.pm %%SITE_PERL%%/App/Asciio/Setup.pm +%%SITE_PERL%%/App/Asciio/Stencil.pm %%SITE_PERL%%/App/Asciio/Undo.pm +%%SITE_PERL%%/App/Asciio/Utils/Presentation.pm +%%SITE_PERL%%/App/Asciio/setup/GTK/actions/clipboard.pl +%%SITE_PERL%%/App/Asciio/setup/GTK/import_export/png.pl +%%SITE_PERL%%/App/Asciio/setup/GTK/setup.ini %%SITE_PERL%%/App/Asciio/setup/actions/align.pl %%SITE_PERL%%/App/Asciio/setup/actions/clipboard.pl %%SITE_PERL%%/App/Asciio/setup/actions/colors.pl @@ -28,12 +40,12 @@ bin/asciio %%SITE_PERL%%/App/Asciio/setup/import_export/ascii.pl %%SITE_PERL%%/App/Asciio/setup/import_export/asciioe.pl %%SITE_PERL%%/App/Asciio/setup/import_export/perl.pl -%%SITE_PERL%%/App/Asciio/setup/import_export/png.pl %%SITE_PERL%%/App/Asciio/setup/setup.ini %%SITE_PERL%%/App/Asciio/setup/stencils/asciio %%SITE_PERL%%/App/Asciio/setup/stencils/computer %%SITE_PERL%%/App/Asciio/setup/stencils/divers %%SITE_PERL%%/App/Asciio/setup/stencils/people +%%SITE_PERL%%/App/Asciio/stripes/angled_arrow.pm %%SITE_PERL%%/App/Asciio/stripes/editable_arrow2.pm %%SITE_PERL%%/App/Asciio/stripes/editable_box2.pm %%SITE_PERL%%/App/Asciio/stripes/if_box.pm @@ -42,7 +54,8 @@ bin/asciio %%SITE_PERL%%/App/Asciio/stripes/single_stripe.pm %%SITE_PERL%%/App/Asciio/stripes/stripes.pm %%SITE_PERL%%/App/Asciio/stripes/wirl_arrow.pm -%%PERL5_MAN3%%/App::Asciio::setup::import_export::perl.3.gz %%PERL5_MAN3%%/App::Asciio.3.gz -%%PERL5_MAN3%%/App::Asciio::setup::hooks::canonize_connections.3.gz +%%PERL5_MAN3%%/App::Asciio::GTK::Asciio.3.gz %%PERL5_MAN3%%/App::Asciio::Undo.3.gz +%%PERL5_MAN3%%/App::Asciio::setup::hooks::canonize_connections.3.gz +%%PERL5_MAN3%%/App::Asciio::setup::import_export::perl.3.gz From owner-svn-ports-all@freebsd.org Sat Jul 4 09:55:10 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EF7A29F4F; Sat, 4 Jul 2015 09:55:10 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D63A21D9C; Sat, 4 Jul 2015 09:55:10 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t649tAWv095924; Sat, 4 Jul 2015 09:55:10 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t649tAhK095922; Sat, 4 Jul 2015 09:55:10 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201507040955.t649tAhK095922@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Sat, 4 Jul 2015 09:55:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391300 - head/databases/pecl-mongo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jul 2015 09:55:11 -0000 Author: bofh Date: Sat Jul 4 09:55:09 2015 New Revision: 391300 URL: https://svnweb.freebsd.org/changeset/ports/391300 Log: databases/pecl-mongo: Update version 1.6.9=>1.6.10 Modified: head/databases/pecl-mongo/Makefile head/databases/pecl-mongo/distinfo Modified: head/databases/pecl-mongo/Makefile ============================================================================== --- head/databases/pecl-mongo/Makefile Sat Jul 4 09:32:06 2015 (r391299) +++ head/databases/pecl-mongo/Makefile Sat Jul 4 09:55:09 2015 (r391300) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mongo -PORTVERSION= 1.6.9 +PORTVERSION= 1.6.10 CATEGORIES= databases pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- Modified: head/databases/pecl-mongo/distinfo ============================================================================== --- head/databases/pecl-mongo/distinfo Sat Jul 4 09:32:06 2015 (r391299) +++ head/databases/pecl-mongo/distinfo Sat Jul 4 09:55:09 2015 (r391300) @@ -1,2 +1,2 @@ -SHA256 (PECL/mongo-1.6.9.tgz) = b8213e0f08873f1455b2c7e8bfb5f33405afbcd5ce598d81b5f5c49556114581 -SIZE (PECL/mongo-1.6.9.tgz) = 208955 +SHA256 (PECL/mongo-1.6.10.tgz) = 02ec2002ebef399261b86e317970b3c89058dd44da6e48b71b51880430d34c63 +SIZE (PECL/mongo-1.6.10.tgz) = 209087 From owner-svn-ports-all@freebsd.org Sat Jul 4 10:16:45 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 766429293; Sat, 4 Jul 2015 10:16:45 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5C2CF1576; Sat, 4 Jul 2015 10:16:45 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t64AGjuu006774; Sat, 4 Jul 2015 10:16:45 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t64AGiFp006772; Sat, 4 Jul 2015 10:16:44 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201507041016.t64AGiFp006772@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Sat, 4 Jul 2015 10:16:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391301 - head/databases/mysql-connector-java X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jul 2015 10:16:45 -0000 Author: matthew Date: Sat Jul 4 10:16:43 2015 New Revision: 391301 URL: https://svnweb.freebsd.org/changeset/ports/391301 Log: Update to 5.1.36 - limit acceptable OpenJDK versions to 1.6 and 1.7 Change Log: https://dev.mysql.com/doc/relnotes/connector-j/en/news-5-1-36.html PR: 201317 Submitted by: glewis Modified: head/databases/mysql-connector-java/Makefile head/databases/mysql-connector-java/distinfo Modified: head/databases/mysql-connector-java/Makefile ============================================================================== --- head/databases/mysql-connector-java/Makefile Sat Jul 4 09:55:09 2015 (r391300) +++ head/databases/mysql-connector-java/Makefile Sat Jul 4 10:16:43 2015 (r391301) @@ -3,7 +3,7 @@ PORTNAME= mysql-connector-java -PORTVERSION= 5.1.35 +PORTVERSION= 5.1.36 CATEGORIES= databases java MASTER_SITES= MYSQL/Connector-J @@ -19,7 +19,7 @@ CPE_VENDOR= oracle CPE_PRODUCT= mysql_connector_j USE_JAVA= yes -JAVA_VERSION= 1.6+ +JAVA_VERSION= 1.6 1.7 BUILDDIR= ${WRKDIR}/${DISTNAME} APIDOCSDIR= ${STAGEDIR}${DOCSDIR}/javadoc SRCDIR= ${WRKDIR}/${DISTNAME}/src Modified: head/databases/mysql-connector-java/distinfo ============================================================================== --- head/databases/mysql-connector-java/distinfo Sat Jul 4 09:55:09 2015 (r391300) +++ head/databases/mysql-connector-java/distinfo Sat Jul 4 10:16:43 2015 (r391301) @@ -1,2 +1,2 @@ -SHA256 (mysql-connector-java-5.1.35.tar.gz) = fa77909a62363c1aa49ef5ab537ed4affe90a4a6aa5dd1045555b16b2611306d -SIZE (mysql-connector-java-5.1.35.tar.gz) = 3848304 +SHA256 (mysql-connector-java-5.1.36.tar.gz) = 2e8ae92c68e719732ff5d75dc7e50f2d893d5e8efd65e5c0acb372291a8fd114 +SIZE (mysql-connector-java-5.1.36.tar.gz) = 3888402 From owner-svn-ports-all@freebsd.org Sat Jul 4 10:19:39 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BCDDA92B9; Sat, 4 Jul 2015 10:19:39 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A466D1687; Sat, 4 Jul 2015 10:19:39 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t64AJdHH007450; Sat, 4 Jul 2015 10:19:39 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t64AJddZ007444; Sat, 4 Jul 2015 10:19:39 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201507041019.t64AJddZ007444@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Sat, 4 Jul 2015 10:19:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391302 - head/databases/freetds X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jul 2015 10:19:39 -0000 Author: bofh Date: Sat Jul 4 10:19:38 2015 New Revision: 391302 URL: https://svnweb.freebsd.org/changeset/ports/391302 Log: databases/freetds: Update version 0.95.8=>0.95.18 Modified: head/databases/freetds/Makefile head/databases/freetds/distinfo Modified: head/databases/freetds/Makefile ============================================================================== --- head/databases/freetds/Makefile Sat Jul 4 10:16:43 2015 (r391301) +++ head/databases/freetds/Makefile Sat Jul 4 10:19:38 2015 (r391302) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= freetds -PORTVERSION= 0.95.8 +PORTVERSION= 0.95.18 PORTEPOCH= 1 CATEGORIES= databases MASTER_SITES= ftp://ftp.freetds.org/pub/freetds/stable/ Modified: head/databases/freetds/distinfo ============================================================================== --- head/databases/freetds/distinfo Sat Jul 4 10:16:43 2015 (r391301) +++ head/databases/freetds/distinfo Sat Jul 4 10:19:38 2015 (r391302) @@ -1,2 +1,2 @@ -SHA256 (freetds-0.95.8.tar.bz2) = ace9f99993235c4a1e407981eea1cb345dd304f1703a9accfb8835296786d2fb -SIZE (freetds-0.95.8.tar.bz2) = 3204333 +SHA256 (freetds-0.95.18.tar.bz2) = acbd346583d6606f38240809c781c19fee6d085060290b0c638c8daaef3901dc +SIZE (freetds-0.95.18.tar.bz2) = 3205019 From owner-svn-ports-all@freebsd.org Sat Jul 4 12:28:10 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C7D5D9A8B; Sat, 4 Jul 2015 12:28:10 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B794B1ADC; Sat, 4 Jul 2015 12:28:10 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t64CSA7I077147; Sat, 4 Jul 2015 12:28:10 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t64CSAYf077146; Sat, 4 Jul 2015 12:28:10 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201507041228.t64CSAYf077146@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 4 Jul 2015 12:28:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391303 - head/math/R/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jul 2015 12:28:10 -0000 Author: antoine Date: Sat Jul 4 12:28:09 2015 New Revision: 391303 URL: https://svnweb.freebsd.org/changeset/ports/391303 Log: Fix build with texinfo 6.0 Reported by: pkg-fallout Modified: head/math/R/files/patch-configure Modified: head/math/R/files/patch-configure ============================================================================== --- head/math/R/files/patch-configure Sat Jul 4 10:19:38 2015 (r391302) +++ head/math/R/files/patch-configure Sat Jul 4 12:28:09 2015 (r391303) @@ -1,12 +1,22 @@ -#extra linker flags for threaded tk ---- configure.orig 2009-06-03 19:08:21.000000000 -0400 -+++ configure 2009-06-03 19:48:48.000000000 -0400 -@@ -43400,7 +43400,7 @@ +# Recognize makeinfo from texinfo 6.0 +# Extra linker flags for threaded tk +--- configure.orig 2013-09-17 22:06:13 UTC ++++ configure +@@ -5181,7 +5181,7 @@ if ${r_cv_prog_makeinfo_v4+:} false; the + $as_echo_n "(cached) " >&6 + else + makeinfo_version=`${MAKEINFO} --version | \ +- grep "^makeinfo" | sed 's/[^)]*) \(.*\)/\1/'` ++ grep -E "^(makeinfo|texi2any)" | sed 's/[^)]*) \(.*\)/\1/'` + makeinfo_version_maj=`echo ${makeinfo_version} | cut -f1 -d.` + makeinfo_version_min=`echo ${makeinfo_version} | \ + cut -f2 -d. | tr -dc '0123456789.' ` +@@ -32742,7 +32742,7 @@ fi ## Part 2. Try finding the tk library. if test -n "${TK_CONFIG}"; then . ${TK_CONFIG} - TCLTK_LIBS="${TCLTK_LIBS} ${TK_LIB_SPEC} ${TK_XLIBSW}" + TCLTK_LIBS="${TCLTK_LIBS} ${TK_LIB_SPEC} ${TK_XLIBSW} ${TCL_LD_FLAGS}" else - - { echo "$as_me:$LINENO: checking for Tk_Init in -ltk" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Tk_Init in -ltk" >&5 + $as_echo_n "checking for Tk_Init in -ltk... " >&6; } From owner-svn-ports-all@freebsd.org Sat Jul 4 12:34:50 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CAE2C9BFA; Sat, 4 Jul 2015 12:34:50 +0000 (UTC) (envelope-from theraven@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BA2A41E1C; Sat, 4 Jul 2015 12:34:50 +0000 (UTC) (envelope-from theraven@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t64CYoQE081644; Sat, 4 Jul 2015 12:34:50 GMT (envelope-from theraven@FreeBSD.org) Received: (from theraven@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t64CYokL081643; Sat, 4 Jul 2015 12:34:50 GMT (envelope-from theraven@FreeBSD.org) Message-Id: <201507041234.t64CYokL081643@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: theraven set sender to theraven@FreeBSD.org using -f From: David Chisnall Date: Sat, 4 Jul 2015 12:34:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391304 - head/lang/libobjc2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jul 2015 12:34:50 -0000 Author: theraven Date: Sat Jul 4 12:34:49 2015 New Revision: 391304 URL: https://svnweb.freebsd.org/changeset/ports/391304 Log: Bump port revision (forgot to do this when updating). Approved by: bapt (mentor) Modified: head/lang/libobjc2/Makefile Modified: head/lang/libobjc2/Makefile ============================================================================== --- head/lang/libobjc2/Makefile Sat Jul 4 12:28:09 2015 (r391303) +++ head/lang/libobjc2/Makefile Sat Jul 4 12:34:49 2015 (r391304) @@ -3,7 +3,7 @@ PORTNAME= libobjc2 PORTVERSION= 1.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang devel gnustep USE_GITHUB= yes GH_ACCOUNT= gnustep From owner-svn-ports-all@freebsd.org Sat Jul 4 12:48:54 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 36D199D30; Sat, 4 Jul 2015 12:48:54 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1C0DB1180; Sat, 4 Jul 2015 12:48:54 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t64Cmrom086966; Sat, 4 Jul 2015 12:48:53 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t64Cmrlv086963; Sat, 4 Jul 2015 12:48:53 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201507041248.t64Cmrlv086963@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Sat, 4 Jul 2015 12:48:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391305 - in head/net/nss-pam-ldapd: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jul 2015 12:48:54 -0000 Author: ohauer Date: Sat Jul 4 12:48:52 2015 New Revision: 391305 URL: https://svnweb.freebsd.org/changeset/ports/391305 Log: - use NSLCD_PIDFILE from Makefile instead hard coding PID Approved by: zi@ (via PM) Modified: head/net/nss-pam-ldapd/Makefile head/net/nss-pam-ldapd/files/nslcd.in Modified: head/net/nss-pam-ldapd/Makefile ============================================================================== --- head/net/nss-pam-ldapd/Makefile Sat Jul 4 12:34:49 2015 (r391304) +++ head/net/nss-pam-ldapd/Makefile Sat Jul 4 12:48:52 2015 (r391305) @@ -66,7 +66,8 @@ CONFIGURE_ARGS+= --with-ldap-conf-file=$ PLIST_SUB+= CONFIG="${CONFIG_FILE}" \ PAM_LDAP_SHMAJOR="${PAM_LDAP_SHMAJOR}" \ NSS_LDAP_SHMAJOR="${NSS_LDAP_SHMAJOR}" -SUB_LIST+= CONFIG_FILE="${PREFIX}/etc/${CONFIG_FILE}" +SUB_LIST+= CONFIG_FILE="${PREFIX}/etc/${CONFIG_FILE}" \ + NSLCD_PIDFILE="${NSLCD_PIDFILE}" .if empty(PORT_OPTIONS:MKERBEROS) CONFIGURE_ARGS+= --disable-kerberos Modified: head/net/nss-pam-ldapd/files/nslcd.in ============================================================================== --- head/net/nss-pam-ldapd/files/nslcd.in Sat Jul 4 12:34:49 2015 (r391304) +++ head/net/nss-pam-ldapd/files/nslcd.in Sat Jul 4 12:48:52 2015 (r391305) @@ -80,8 +80,8 @@ nslcd_stop() nslcd_findpid() { - if %%PREFIX%%/sbin/nslcd -c && pgrep -q -F /var/run/nslcd.pid; then - mypid=$(cat /var/run/nslcd.pid) + if %%PREFIX%%/sbin/nslcd -c && pgrep -q -F %%NSLCD_PIDFILE%%; then + mypid=$(cat %%NSLCD_PIDFILE%%) if checkyesno nslcd_supervisor; then mypid=$(pgrep -f "daemon: %%PREFIX%%/sbin/nslcd\[${mypid}\]") fi From owner-svn-ports-all@freebsd.org Sat Jul 4 15:17:24 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E023191A6; Sat, 4 Jul 2015 15:17:24 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B3AFC3877; Sat, 4 Jul 2015 15:17:24 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t64FHO9p057409; Sat, 4 Jul 2015 15:17:24 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t64FHOZB057402; Sat, 4 Jul 2015 15:17:24 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201507041517.t64FHOZB057402@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sat, 4 Jul 2015 15:17:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391306 - in head/databases/rocksdb: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jul 2015 15:17:25 -0000 Author: marino Date: Sat Jul 4 15:17:23 2015 New Revision: 391306 URL: https://svnweb.freebsd.org/changeset/ports/391306 Log: databases/rocksdb: Unbreak on DragonFly For the third time, disable Werror on this port. For this latest version, that wasn't the only problem with regard to DragonFly -- the endian configuration code was wrong and required a patch to fix. Added: head/databases/rocksdb/files/patch-port_port__posix.h (contents, props changed) Modified: head/databases/rocksdb/Makefile Modified: head/databases/rocksdb/Makefile ============================================================================== --- head/databases/rocksdb/Makefile Sat Jul 4 12:48:52 2015 (r391305) +++ head/databases/rocksdb/Makefile Sat Jul 4 15:17:23 2015 (r391306) @@ -21,6 +21,7 @@ LDFLAGS+= -L${LOCALBASE}/lib USE_CXXSTD= c++11 USE_LDCONFIG= yes USES= compiler:c++11-lib gmake +MAKE_ARGS= DISABLE_WARNING_AS_ERROR=1 GH_ACCOUNT= facebook USE_GITHUB= yes Added: head/databases/rocksdb/files/patch-port_port__posix.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/rocksdb/files/patch-port_port__posix.h Sat Jul 4 15:17:23 2015 (r391306) @@ -0,0 +1,17 @@ +--- port/port_posix.h.orig 2015-06-11 22:49:11 UTC ++++ port/port_posix.h +@@ -25,12 +25,11 @@ + #else + #define PLATFORM_IS_LITTLE_ENDIAN false + #endif +-#elif defined(OS_FREEBSD) ++#elif defined(OS_FREEBSD) || defined(OS_DRAGONFLYBSD) + #include + #include + #define PLATFORM_IS_LITTLE_ENDIAN (_BYTE_ORDER == _LITTLE_ENDIAN) +-#elif defined(OS_OPENBSD) || defined(OS_NETBSD) ||\ +- defined(OS_DRAGONFLYBSD) || defined(OS_ANDROID) ++#elif defined(OS_OPENBSD) || defined(OS_NETBSD) || defined(OS_ANDROID) + #include + #include + #else From owner-svn-ports-all@freebsd.org Sat Jul 4 15:21:29 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4381492BE; Sat, 4 Jul 2015 15:21:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3344B3C3C; Sat, 4 Jul 2015 15:21:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t64FLTXv060383; Sat, 4 Jul 2015 15:21:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t64FLT91060382; Sat, 4 Jul 2015 15:21:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507041521.t64FLT91060382@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 4 Jul 2015 15:21:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391307 - in head/databases/rocksdb: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jul 2015 15:21:29 -0000 Author: sunpoet Date: Sat Jul 4 15:21:28 2015 New Revision: 391307 URL: https://svnweb.freebsd.org/changeset/ports/391307 Log: - Revert r391306 as it has no maintainer approval Deleted: head/databases/rocksdb/files/patch-port_port__posix.h Modified: head/databases/rocksdb/Makefile Modified: head/databases/rocksdb/Makefile ============================================================================== --- head/databases/rocksdb/Makefile Sat Jul 4 15:17:23 2015 (r391306) +++ head/databases/rocksdb/Makefile Sat Jul 4 15:21:28 2015 (r391307) @@ -21,7 +21,6 @@ LDFLAGS+= -L${LOCALBASE}/lib USE_CXXSTD= c++11 USE_LDCONFIG= yes USES= compiler:c++11-lib gmake -MAKE_ARGS= DISABLE_WARNING_AS_ERROR=1 GH_ACCOUNT= facebook USE_GITHUB= yes From owner-svn-ports-all@freebsd.org Sat Jul 4 15:23:45 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2DDA29412; Sat, 4 Jul 2015 15:23:45 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 099CF1084; Sat, 4 Jul 2015 15:23:44 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from [192.168.1.20] (141.Red-83-32-2.dynamicIP.rima-tde.net [83.32.2.141]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id C513F43BCF; Sat, 4 Jul 2015 10:23:34 -0500 (CDT) Subject: Re: svn commit: r391307 - in head/databases/rocksdb: . files To: Sunpoet Po-Chuan Hsieh , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201507041521.t64FLT91060382@repo.freebsd.org> Reply-To: marino@freebsd.org From: John Marino Message-ID: <5597FA71.30207@marino.st> Date: Sat, 4 Jul 2015 17:23:29 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1 MIME-Version: 1.0 In-Reply-To: <201507041521.t64FLT91060382@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jul 2015 15:23:45 -0000 On 7/4/2015 5:21 PM, Sunpoet Po-Chuan Hsieh wrote: > Author: sunpoet > Date: Sat Jul 4 15:21:28 2015 > New Revision: 391307 > URL: https://svnweb.freebsd.org/changeset/ports/391307 > > Log: > - Revert r391306 as it has no maintainer approval Removing Werror is blanket approval. Please re-revert this. From owner-svn-ports-all@freebsd.org Sat Jul 4 15:51:01 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BE2CC99C6; Sat, 4 Jul 2015 15:51:01 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AD2E91280; Sat, 4 Jul 2015 15:51:01 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t64Fp1sI072316; Sat, 4 Jul 2015 15:51:01 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t64Fp13q072314; Sat, 4 Jul 2015 15:51:01 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201507041551.t64Fp13q072314@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Sat, 4 Jul 2015 15:51:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391308 - in head/math/octave-forge-ltfat: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jul 2015 15:51:01 -0000 Author: stephen Date: Sat Jul 4 15:51:00 2015 New Revision: 391308 URL: https://svnweb.freebsd.org/changeset/ports/391308 Log: - Update to 2.1.0. Deleted: head/math/octave-forge-ltfat/files/ Modified: head/math/octave-forge-ltfat/Makefile head/math/octave-forge-ltfat/distinfo Modified: head/math/octave-forge-ltfat/Makefile ============================================================================== --- head/math/octave-forge-ltfat/Makefile Sat Jul 4 15:21:28 2015 (r391307) +++ head/math/octave-forge-ltfat/Makefile Sat Jul 4 15:51:00 2015 (r391308) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= octave-forge-ltfat -PORTVERSION= 2.0.1 +PORTVERSION= 2.1.0 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org Modified: head/math/octave-forge-ltfat/distinfo ============================================================================== --- head/math/octave-forge-ltfat/distinfo Sat Jul 4 15:21:28 2015 (r391307) +++ head/math/octave-forge-ltfat/distinfo Sat Jul 4 15:51:00 2015 (r391308) @@ -1,2 +1,2 @@ -SHA256 (octave-forge/ltfat-2.0.1.tar.gz) = d92432994d648069a04bbd00333c394c9ff6fe09ac2d41d0ad2139e477ef110d -SIZE (octave-forge/ltfat-2.0.1.tar.gz) = 2636551 +SHA256 (octave-forge/ltfat-2.1.0.tar.gz) = 8e14e2b13e53c6caea462074aee9ae177601ebab01fc9d2c21eb424c52fa8848 +SIZE (octave-forge/ltfat-2.1.0.tar.gz) = 2689384 From owner-svn-ports-all@freebsd.org Sat Jul 4 16:16:22 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7BBAA9E1A; Sat, 4 Jul 2015 16:16:22 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6ACAB12B3; Sat, 4 Jul 2015 16:16:22 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t64GGMGR086181; Sat, 4 Jul 2015 16:16:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t64GGLmk086177; Sat, 4 Jul 2015 16:16:21 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507041616.t64GGLmk086177@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 4 Jul 2015 16:16:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391309 - head/editors/vim X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jul 2015 16:16:22 -0000 Author: sunpoet Date: Sat Jul 4 16:16:21 2015 New Revision: 391309 URL: https://svnweb.freebsd.org/changeset/ports/391309 Log: - Update to 7.4.764 Changes: https://github.com/vim/vim/commits/master Modified: head/editors/vim/Makefile head/editors/vim/distinfo Modified: head/editors/vim/Makefile ============================================================================== --- head/editors/vim/Makefile Sat Jul 4 15:51:00 2015 (r391308) +++ head/editors/vim/Makefile Sat Jul 4 16:16:21 2015 (r391309) @@ -3,7 +3,7 @@ PORTNAME= vim DISTVERSIONPREFIX= v -DISTVERSION= 7-4-764 +DISTVERSION= 7-4-768 CATEGORIES?= editors MAINTAINER?= sunpoet@FreeBSD.org Modified: head/editors/vim/distinfo ============================================================================== --- head/editors/vim/distinfo Sat Jul 4 15:51:00 2015 (r391308) +++ head/editors/vim/distinfo Sat Jul 4 16:16:21 2015 (r391309) @@ -1,2 +1,2 @@ -SHA256 (vim-vim-v7-4-764_GH0.tar.bz2) = 1a38433112999785dbe089d9d95e3328eeee5dfaacb2a2cfd31dd341c13dd189 -SIZE (vim-vim-v7-4-764_GH0.tar.bz2) = 12188115 +SHA256 (vim-vim-v7-4-768_GH0.tar.bz2) = d079db0ee574d23ab1b2a6ec48bf9c3f0ea55caf7d685ba8d26333d108de97b4 +SIZE (vim-vim-v7-4-768_GH0.tar.bz2) = 12189214 From owner-svn-ports-all@freebsd.org Sat Jul 4 16:16:28 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AA0369E3A; Sat, 4 Jul 2015 16:16:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 86D0613DB; Sat, 4 Jul 2015 16:16:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t64GGRwt086320; Sat, 4 Jul 2015 16:16:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t64GGReY086316; Sat, 4 Jul 2015 16:16:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507041616.t64GGReY086316@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 4 Jul 2015 16:16:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391310 - head/www/npm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jul 2015 16:16:28 -0000 Author: sunpoet Date: Sat Jul 4 16:16:26 2015 New Revision: 391310 URL: https://svnweb.freebsd.org/changeset/ports/391310 Log: - Update to 2.12.1 Changes: https://github.com/npm/npm/releases Modified: head/www/npm/Makefile head/www/npm/distinfo head/www/npm/pkg-plist Modified: head/www/npm/Makefile ============================================================================== --- head/www/npm/Makefile Sat Jul 4 16:16:21 2015 (r391309) +++ head/www/npm/Makefile Sat Jul 4 16:16:26 2015 (r391310) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= npm -PORTVERSION= 2.12.0 +PORTVERSION= 2.12.1 CATEGORIES= www MASTER_SITES= LOCAL/sunpoet Modified: head/www/npm/distinfo ============================================================================== --- head/www/npm/distinfo Sat Jul 4 16:16:21 2015 (r391309) +++ head/www/npm/distinfo Sat Jul 4 16:16:26 2015 (r391310) @@ -1,2 +1,2 @@ -SHA256 (npm-2.12.0.tar.xz) = b4c8869e92fda6eb39b2fd26396721c1dfac0779fa50adedfc89bd05c8dccc61 -SIZE (npm-2.12.0.tar.xz) = 2470476 +SHA256 (npm-2.12.1.tar.xz) = 76bc36039f2b5141ad89149e09b92bdadff6a7efb9eef36f4ea36ca088ee84b4 +SIZE (npm-2.12.1.tar.xz) = 2508192 Modified: head/www/npm/pkg-plist ============================================================================== --- head/www/npm/pkg-plist Sat Jul 4 16:16:21 2015 (r391309) +++ head/www/npm/pkg-plist Sat Jul 4 16:16:26 2015 (r391310) @@ -1196,6 +1196,7 @@ lib/node_modules/npm/node_modules/node-g lib/node_modules/npm/node_modules/node-gyp/package.json lib/node_modules/npm/node_modules/node-gyp/src/win_delay_load_hook.c lib/node_modules/npm/node_modules/nopt/.npmignore +lib/node_modules/npm/node_modules/nopt/.travis.yml lib/node_modules/npm/node_modules/nopt/LICENSE lib/node_modules/npm/node_modules/nopt/README.md lib/node_modules/npm/node_modules/nopt/bin/nopt.js @@ -1454,6 +1455,7 @@ lib/node_modules/npm/node_modules/path-i lib/node_modules/npm/node_modules/path-is-inside/lib/path-is-inside.js lib/node_modules/npm/node_modules/path-is-inside/package.json lib/node_modules/npm/node_modules/read-installed/.npmignore +lib/node_modules/npm/node_modules/read-installed/.travis.yml lib/node_modules/npm/node_modules/read-installed/LICENSE lib/node_modules/npm/node_modules/read-installed/README.md lib/node_modules/npm/node_modules/read-installed/node_modules/debuglog/LICENSE @@ -1494,6 +1496,7 @@ lib/node_modules/npm/node_modules/read-i lib/node_modules/npm/node_modules/read-installed/test/fixtures/package.json lib/node_modules/npm/node_modules/read-installed/test/grandparent-peer-dev.js lib/node_modules/npm/node_modules/read-installed/test/grandparent-peer.js +lib/node_modules/npm/node_modules/read-installed/test/issue-40.js lib/node_modules/npm/node_modules/read-installed/test/linked-dep-dev-deps-extraneous.js lib/node_modules/npm/node_modules/read-installed/test/noargs.js lib/node_modules/npm/node_modules/read-installed/test/peer-dep-at-latest.js From owner-svn-ports-all@freebsd.org Sat Jul 4 16:16:35 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B07749E5D; Sat, 4 Jul 2015 16:16:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6239D158F; Sat, 4 Jul 2015 16:16:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t64GGZXl086519; Sat, 4 Jul 2015 16:16:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t64GGXs6086512; Sat, 4 Jul 2015 16:16:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507041616.t64GGXs6086512@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 4 Jul 2015 16:16:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391311 - in head: devel devel/rubygem-listen2 sysutils/vagrant www/rubygem-jekyll-watch X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jul 2015 16:16:35 -0000 Author: sunpoet Date: Sat Jul 4 16:16:33 2015 New Revision: 391311 URL: https://svnweb.freebsd.org/changeset/ports/391311 Log: - Add rubygem-listen2 2.10.1 (copied from rubygem-listen) - Bump PORTREVISION for dependent ports Added: head/devel/rubygem-listen2/ - copied from r391217, head/devel/rubygem-listen/ Modified: head/devel/Makefile head/devel/rubygem-listen2/Makefile head/sysutils/vagrant/Makefile head/www/rubygem-jekyll-watch/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Jul 4 16:16:26 2015 (r391310) +++ head/devel/Makefile Sat Jul 4 16:16:33 2015 (r391311) @@ -4673,6 +4673,7 @@ SUBDIR += rubygem-librarianp SUBDIR += rubygem-libyajl2 SUBDIR += rubygem-listen + SUBDIR += rubygem-listen2 SUBDIR += rubygem-little-plugger SUBDIR += rubygem-locale SUBDIR += rubygem-lockfile Modified: head/devel/rubygem-listen2/Makefile ============================================================================== --- head/devel/rubygem-listen/Makefile Fri Jul 3 07:02:44 2015 (r391217) +++ head/devel/rubygem-listen2/Makefile Sat Jul 4 16:16:33 2015 (r391311) @@ -5,6 +5,7 @@ PORTNAME= listen PORTVERSION= 2.10.1 CATEGORIES= devel rubygems MASTER_SITES= RG +PKGNAMESUFFIX= 2 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Listen to file modifications and notify about the changes @@ -21,6 +22,7 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -PLIST_FILES= bin/listen +post-install: + ${RM} ${STAGEDIR}${PREFIX}/bin/listen .include Modified: head/sysutils/vagrant/Makefile ============================================================================== --- head/sysutils/vagrant/Makefile Sat Jul 4 16:16:26 2015 (r391310) +++ head/sysutils/vagrant/Makefile Sat Jul 4 16:16:33 2015 (r391311) @@ -3,6 +3,7 @@ PORTNAME= vagrant PORTVERSION= 1.7.2 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= sysutils rubygems devel @@ -19,7 +20,7 @@ RUN_DEPENDS= rubygem-bundler17>=1.5.3:${ rubygem-erubis>=2.7.0:${PORTSDIR}/www/rubygem-erubis \ rubygem-hashicorp-checkpoint>=0.1.4:${PORTSDIR}/www/rubygem-hashicorp-checkpoint \ rubygem-i18n>=0.6.9:${PORTSDIR}/devel/rubygem-i18n \ - rubygem-listen>=2.8.0:${PORTSDIR}/devel/rubygem-listen \ + rubygem-listen2>=2.8.0:${PORTSDIR}/devel/rubygem-listen2 \ rubygem-log4r>=1.1.10:${PORTSDIR}/sysutils/rubygem-log4r \ rubygem-net-scp>=1.1.0:${PORTSDIR}/security/rubygem-net-scp \ rubygem-net-sftp>=2.1:${PORTSDIR}/security/rubygem-net-sftp \ Modified: head/www/rubygem-jekyll-watch/Makefile ============================================================================== --- head/www/rubygem-jekyll-watch/Makefile Sat Jul 4 16:16:26 2015 (r391310) +++ head/www/rubygem-jekyll-watch/Makefile Sat Jul 4 16:16:33 2015 (r391311) @@ -3,6 +3,7 @@ PORTNAME= jekyll-watch PORTVERSION= 1.2.1 +PORTREVISION= 1 CATEGORIES= www rubygems MASTER_SITES= RG @@ -11,7 +12,7 @@ COMMENT= Handles rebuilding of Jekyll si LICENSE= MIT -RUN_DEPENDS= rubygem-listen>=2.7:${PORTSDIR}/devel/rubygem-listen +RUN_DEPENDS= rubygem-listen2>=2.7:${PORTSDIR}/devel/rubygem-listen2 NO_ARCH= yes From owner-svn-ports-all@freebsd.org Sat Jul 4 16:16:43 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4FAED9E84; Sat, 4 Jul 2015 16:16:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3D6011698; Sat, 4 Jul 2015 16:16:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t64GGh6b086649; Sat, 4 Jul 2015 16:16:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t64GGgAW086647; Sat, 4 Jul 2015 16:16:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507041616.t64GGgAW086647@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 4 Jul 2015 16:16:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391312 - head/devel/rubygem-listen X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jul 2015 16:16:43 -0000 Author: sunpoet Date: Sat Jul 4 16:16:41 2015 New Revision: 391312 URL: https://svnweb.freebsd.org/changeset/ports/391312 Log: - Update to 3.0.1 Changes: https://github.com/guard/listen/releases Modified: head/devel/rubygem-listen/Makefile head/devel/rubygem-listen/distinfo Modified: head/devel/rubygem-listen/Makefile ============================================================================== --- head/devel/rubygem-listen/Makefile Sat Jul 4 16:16:33 2015 (r391311) +++ head/devel/rubygem-listen/Makefile Sat Jul 4 16:16:41 2015 (r391312) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= listen -PORTVERSION= 2.10.1 +PORTVERSION= 3.0.1 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-listen/distinfo ============================================================================== --- head/devel/rubygem-listen/distinfo Sat Jul 4 16:16:33 2015 (r391311) +++ head/devel/rubygem-listen/distinfo Sat Jul 4 16:16:41 2015 (r391312) @@ -1,2 +1,2 @@ -SHA256 (rubygem/listen-2.10.1.gem) = 0fc7366e034515b24713cbc529dddf3d5a53a3ec7aae36553fd106d1978deac6 -SIZE (rubygem/listen-2.10.1.gem) = 26624 +SHA256 (rubygem/listen-3.0.1.gem) = 6b265989325fbe68c665993302a7a16b195492943f0b28067a1d3608560e3563 +SIZE (rubygem/listen-3.0.1.gem) = 26624 From owner-svn-ports-all@freebsd.org Sat Jul 4 16:17:21 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9D41A9EC8; Sat, 4 Jul 2015 16:17:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 808E119A3; Sat, 4 Jul 2015 16:17:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t64GHLrv086972; Sat, 4 Jul 2015 16:17:21 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t64GHKEs086968; Sat, 4 Jul 2015 16:17:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507041617.t64GHKEs086968@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 4 Jul 2015 16:17:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391313 - in head: devel devel/rubygem-trollop1 games/lolcat net/rubygem-amqp-utils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jul 2015 16:17:21 -0000 Author: sunpoet Date: Sat Jul 4 16:17:19 2015 New Revision: 391313 URL: https://svnweb.freebsd.org/changeset/ports/391313 Log: - Add rubygem-trollop1 1.16.2 (copied from rubygem-trollop) - Bump PORTREVISION for dependent ports Added: head/devel/rubygem-trollop1/ - copied from r391217, head/devel/rubygem-trollop/ Modified: head/devel/Makefile head/devel/rubygem-trollop1/Makefile head/games/lolcat/Makefile head/net/rubygem-amqp-utils/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Jul 4 16:16:41 2015 (r391312) +++ head/devel/Makefile Sat Jul 4 16:17:19 2015 (r391313) @@ -4865,6 +4865,7 @@ SUBDIR += rubygem-travis SUBDIR += rubygem-treetop SUBDIR += rubygem-trollop + SUBDIR += rubygem-trollop1 SUBDIR += rubygem-turn SUBDIR += rubygem-typed-array SUBDIR += rubygem-tzinfo Modified: head/devel/rubygem-trollop1/Makefile ============================================================================== --- head/devel/rubygem-trollop/Makefile Fri Jul 3 07:02:44 2015 (r391217) +++ head/devel/rubygem-trollop1/Makefile Sat Jul 4 16:17:19 2015 (r391313) @@ -5,6 +5,7 @@ PORTNAME= trollop PORTVERSION= 1.16.2 CATEGORIES= devel rubygems MASTER_SITES= RG +PKGNAMESUFFIX= 1 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Commandline option parser for Ruby that gets out of your way Modified: head/games/lolcat/Makefile ============================================================================== --- head/games/lolcat/Makefile Sat Jul 4 16:16:41 2015 (r391312) +++ head/games/lolcat/Makefile Sat Jul 4 16:17:19 2015 (r391313) @@ -2,14 +2,14 @@ PORTNAME= lolcat PORTVERSION= 42.0.99 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= RG MAINTAINER= arved@FreeBSD.org COMMENT= Rainbows and unicorns -RUN_DEPENDS= rubygem-trollop>=1.9:${PORTSDIR}/devel/rubygem-trollop \ +RUN_DEPENDS= rubygem-trollop1>=1.9:${PORTSDIR}/devel/rubygem-trollop1 \ rubygem-paint>=0.8.5:${PORTSDIR}/devel/rubygem-paint NO_ARCH= yes Modified: head/net/rubygem-amqp-utils/Makefile ============================================================================== --- head/net/rubygem-amqp-utils/Makefile Sat Jul 4 16:16:41 2015 (r391312) +++ head/net/rubygem-amqp-utils/Makefile Sat Jul 4 16:17:19 2015 (r391313) @@ -3,7 +3,7 @@ PORTNAME= amqp-utils PORTVERSION= 0.5.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net rubygems MASTER_SITES= RG @@ -18,7 +18,7 @@ RUN_DEPENDS= rubygem-amqp>=0.7.1:${PORTS rubygem-heredoc_unindent>=1.1.2:${PORTSDIR}/textproc/rubygem-heredoc_unindent \ rubygem-json>=1.5:${PORTSDIR}/devel/rubygem-json \ rubygem-msgpack>=0.4.5:${PORTSDIR}/devel/rubygem-msgpack \ - rubygem-trollop>=1.16.2:${PORTSDIR}/devel/rubygem-trollop + rubygem-trollop1>=1.16.2:${PORTSDIR}/devel/rubygem-trollop1 USE_RUBY= yes USE_RUBYGEMS= yes From owner-svn-ports-all@freebsd.org Sat Jul 4 16:17:27 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BE3C69EEB; Sat, 4 Jul 2015 16:17:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7E8311A18; Sat, 4 Jul 2015 16:17:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t64GHRbH087099; Sat, 4 Jul 2015 16:17:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t64GHQqr087097; Sat, 4 Jul 2015 16:17:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507041617.t64GHQqr087097@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 4 Jul 2015 16:17:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391314 - head/devel/rubygem-trollop X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jul 2015 16:17:27 -0000 Author: sunpoet Date: Sat Jul 4 16:17:25 2015 New Revision: 391314 URL: https://svnweb.freebsd.org/changeset/ports/391314 Log: - Update to 2.1.2 Changes: https://github.com/ManageIQ/trollop/blob/master/History.txt Modified: head/devel/rubygem-trollop/Makefile head/devel/rubygem-trollop/distinfo Modified: head/devel/rubygem-trollop/Makefile ============================================================================== --- head/devel/rubygem-trollop/Makefile Sat Jul 4 16:17:19 2015 (r391313) +++ head/devel/rubygem-trollop/Makefile Sat Jul 4 16:17:25 2015 (r391314) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= trollop -PORTVERSION= 1.16.2 +PORTVERSION= 2.1.2 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-trollop/distinfo ============================================================================== --- head/devel/rubygem-trollop/distinfo Sat Jul 4 16:17:19 2015 (r391313) +++ head/devel/rubygem-trollop/distinfo Sat Jul 4 16:17:25 2015 (r391314) @@ -1,2 +1,2 @@ -SHA256 (rubygem/trollop-1.16.2.gem) = 8f96479851ce7c5b6c33dcce2ed13d34e5786f2b22bde4e680c608de40ba393b -SIZE (rubygem/trollop-1.16.2.gem) = 22016 +SHA256 (rubygem/trollop-2.1.2.gem) = 88422e8137b1e635ed07f6b8480c2c2a16d3ac1288023688c4da20d786f12510 +SIZE (rubygem/trollop-2.1.2.gem) = 26112 From owner-svn-ports-all@freebsd.org Sat Jul 4 16:17:41 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D298A9F0E; Sat, 4 Jul 2015 16:17:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BE8891B78; Sat, 4 Jul 2015 16:17:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t64GHfNh087257; Sat, 4 Jul 2015 16:17:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t64GHfKo087255; Sat, 4 Jul 2015 16:17:41 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507041617.t64GHfKo087255@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 4 Jul 2015 16:17:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391315 - head/devel/p5-mem X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jul 2015 16:17:41 -0000 Author: sunpoet Date: Sat Jul 4 16:17:40 2015 New Revision: 391315 URL: https://svnweb.freebsd.org/changeset/ports/391315 Log: - Update to 0.4.6 Modified: head/devel/p5-mem/Makefile head/devel/p5-mem/distinfo Modified: head/devel/p5-mem/Makefile ============================================================================== --- head/devel/p5-mem/Makefile Sat Jul 4 16:17:25 2015 (r391314) +++ head/devel/p5-mem/Makefile Sat Jul 4 16:17:40 2015 (r391315) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mem -PORTVERSION= 0.4.5 -PORTREVISION= 2 +PORTVERSION= 0.4.6 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:LAWALSH Modified: head/devel/p5-mem/distinfo ============================================================================== --- head/devel/p5-mem/distinfo Sat Jul 4 16:17:25 2015 (r391314) +++ head/devel/p5-mem/distinfo Sat Jul 4 16:17:40 2015 (r391315) @@ -1,2 +1,2 @@ -SHA256 (mem-0.4.5.tar.gz) = cd0dc335ea9589e76b7b81fa15902300889ac3308b8783a52d65e3c46f11576d -SIZE (mem-0.4.5.tar.gz) = 11792 +SHA256 (mem-0.4.6.tar.gz) = eff7ec8ae21ef7b12d7e1cbd26b013b93d6105c5148a453c1e43df3713611009 +SIZE (mem-0.4.6.tar.gz) = 12412 From owner-svn-ports-all@freebsd.org Sat Jul 4 16:17:48 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1F46F9F38; Sat, 4 Jul 2015 16:17:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C6F0E1C1B; Sat, 4 Jul 2015 16:17:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t64GHlnn087390; Sat, 4 Jul 2015 16:17:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t64GHkHo087386; Sat, 4 Jul 2015 16:17:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507041617.t64GHkHo087386@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 4 Jul 2015 16:17:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391316 - head/devel/p5-Types-Core X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jul 2015 16:17:48 -0000 Author: sunpoet Date: Sat Jul 4 16:17:46 2015 New Revision: 391316 URL: https://svnweb.freebsd.org/changeset/ports/391316 Log: - Update to 0.1.7 Modified: head/devel/p5-Types-Core/Makefile head/devel/p5-Types-Core/distinfo Modified: head/devel/p5-Types-Core/Makefile ============================================================================== --- head/devel/p5-Types-Core/Makefile Sat Jul 4 16:17:40 2015 (r391315) +++ head/devel/p5-Types-Core/Makefile Sat Jul 4 16:17:46 2015 (r391316) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Types-Core -PORTVERSION= 0.1.4 +PORTVERSION= 0.1.7 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:LAWALSH @@ -14,18 +14,18 @@ COMMENT= Core types defined as tests and LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Xporter>=0.0.7:${PORTSDIR}/devel/p5-Xporter \ - p5-mem>=0.4.3:${PORTSDIR}/devel/p5-mem +BUILD_DEPENDS= p5-Xporter>=0.0.8:${PORTSDIR}/devel/p5-Xporter \ + p5-mem>=0.4.5:${PORTSDIR}/devel/p5-mem RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USE_PERL5= configure USES= perl5 -NO_ARCH= yes .include .if ${PERL_LEVEL} < 502000 -BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.82:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker +BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.86:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker .endif .include Modified: head/devel/p5-Types-Core/distinfo ============================================================================== --- head/devel/p5-Types-Core/distinfo Sat Jul 4 16:17:40 2015 (r391315) +++ head/devel/p5-Types-Core/distinfo Sat Jul 4 16:17:46 2015 (r391316) @@ -1,2 +1,2 @@ -SHA256 (Types-Core-0.1.4.tar.gz) = ec21ebd3c992fdf0283c455f8d3428851706198f33d90f2576212be5fd7b3061 -SIZE (Types-Core-0.1.4.tar.gz) = 14199 +SHA256 (Types-Core-0.1.7.tar.gz) = ad6c9c17ea39f7654ecb074d5e0482f7889fbd4b75e15988ac072c5878d8ed25 +SIZE (Types-Core-0.1.7.tar.gz) = 15084 From owner-svn-ports-all@freebsd.org Sat Jul 4 16:17:51 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D202C9F52; Sat, 4 Jul 2015 16:17:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C0AFF1C6A; Sat, 4 Jul 2015 16:17:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t64GHpbg087498; Sat, 4 Jul 2015 16:17:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t64GHpgV087497; Sat, 4 Jul 2015 16:17:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507041617.t64GHpgV087497@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 4 Jul 2015 16:17:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391317 - head/ftp/p5-SOAP-Transport-FTP X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jul 2015 16:17:51 -0000 Author: sunpoet Date: Sat Jul 4 16:17:50 2015 New Revision: 391317 URL: https://svnweb.freebsd.org/changeset/ports/391317 Log: - Add LICENSE - Add NO_ARCH Modified: head/ftp/p5-SOAP-Transport-FTP/Makefile Modified: head/ftp/p5-SOAP-Transport-FTP/Makefile ============================================================================== --- head/ftp/p5-SOAP-Transport-FTP/Makefile Sat Jul 4 16:17:46 2015 (r391316) +++ head/ftp/p5-SOAP-Transport-FTP/Makefile Sat Jul 4 16:17:50 2015 (r391317) @@ -11,9 +11,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= FTP Client support for SOAP::Lite +LICENSE= ART10 + BUILD_DEPENDS= p5-SOAP-Lite>=0.711:${PORTSDIR}/net/p5-SOAP-Lite RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USE_PERL5= modbuild USES= perl5 From owner-svn-ports-all@freebsd.org Sat Jul 4 16:17:56 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 59E789F88; Sat, 4 Jul 2015 16:17:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 499FC1D56; Sat, 4 Jul 2015 16:17:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t64GHuDd087607; Sat, 4 Jul 2015 16:17:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t64GHuM8087606; Sat, 4 Jul 2015 16:17:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507041617.t64GHuM8087606@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 4 Jul 2015 16:17:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391318 - head/graphics/p5-Graph-Writer-GraphViz X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jul 2015 16:17:56 -0000 Author: sunpoet Date: Sat Jul 4 16:17:55 2015 New Revision: 391318 URL: https://svnweb.freebsd.org/changeset/ports/391318 Log: - Add LICENSE - Add NO_ARCH Modified: head/graphics/p5-Graph-Writer-GraphViz/Makefile Modified: head/graphics/p5-Graph-Writer-GraphViz/Makefile ============================================================================== --- head/graphics/p5-Graph-Writer-GraphViz/Makefile Sat Jul 4 16:17:50 2015 (r391317) +++ head/graphics/p5-Graph-Writer-GraphViz/Makefile Sat Jul 4 16:17:55 2015 (r391318) @@ -11,12 +11,16 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= GraphViz Writer for Graph object +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Graph>=0.54:${PORTSDIR}/math/p5-Graph \ p5-Graph-ReadWrite>=0:${PORTSDIR}/graphics/p5-Graph-ReadWrite \ p5-GraphViz>=2.02:${PORTSDIR}/graphics/p5-GraphViz \ p5-IO-All>=0.30:${PORTSDIR}/devel/p5-IO-All RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USE_PERL5= configure USES= perl5 From owner-svn-ports-all@freebsd.org Sat Jul 4 16:18:00 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C2FCC9FA8; Sat, 4 Jul 2015 16:18:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B27191E31; Sat, 4 Jul 2015 16:18:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t64GI0mp087730; Sat, 4 Jul 2015 16:18:00 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t64GI0nb087728; Sat, 4 Jul 2015 16:18:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507041618.t64GI0nb087728@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 4 Jul 2015 16:18:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391319 - head/graphics/p5-Image-Base-SVG X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jul 2015 16:18:00 -0000 Author: sunpoet Date: Sat Jul 4 16:17:59 2015 New Revision: 391319 URL: https://svnweb.freebsd.org/changeset/ports/391319 Log: - Add LICENSE - Add NO_ARCH Modified: head/graphics/p5-Image-Base-SVG/Makefile Modified: head/graphics/p5-Image-Base-SVG/Makefile ============================================================================== --- head/graphics/p5-Image-Base-SVG/Makefile Sat Jul 4 16:17:55 2015 (r391318) +++ head/graphics/p5-Image-Base-SVG/Makefile Sat Jul 4 16:17:59 2015 (r391319) @@ -11,11 +11,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= SVG image file output +LICENSE= GPLv3 + BUILD_DEPENDS= p5-Image-Base>=0:${PORTSDIR}/graphics/p5-Image-Base \ p5-SVG>=2.38:${PORTSDIR}/textproc/p5-SVG \ p5-SVG-Parser>=0:${PORTSDIR}/textproc/p5-SVG-Parser RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USE_PERL5= configure USES= perl5 From owner-svn-ports-all@freebsd.org Sat Jul 4 16:18:05 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1675D9FCA; Sat, 4 Jul 2015 16:18:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 05AB01F05; Sat, 4 Jul 2015 16:18:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t64GI4W8087862; Sat, 4 Jul 2015 16:18:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t64GI4nX087861; Sat, 4 Jul 2015 16:18:04 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507041618.t64GI4nX087861@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 4 Jul 2015 16:18:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391320 - head/lang/p5-Marpa X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jul 2015 16:18:05 -0000 Author: sunpoet Date: Sat Jul 4 16:18:04 2015 New Revision: 391320 URL: https://svnweb.freebsd.org/changeset/ports/391320 Log: - Add LICENSE - Add NO_ARCH Modified: head/lang/p5-Marpa/Makefile Modified: head/lang/p5-Marpa/Makefile ============================================================================== --- head/lang/p5-Marpa/Makefile Sat Jul 4 16:17:59 2015 (r391319) +++ head/lang/p5-Marpa/Makefile Sat Jul 4 16:18:04 2015 (r391320) @@ -13,10 +13,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Parse any Language You Can Describe in BNF +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-HTML-Parser>=3.64:${PORTSDIR}/www/p5-HTML-Parser \ p5-PPI>=1.206:${PORTSDIR}/textproc/p5-PPI RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USE_PERL5= modbuild USES= perl5 From owner-svn-ports-all@freebsd.org Sat Jul 4 16:18:10 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E01A59FEE; Sat, 4 Jul 2015 16:18:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B71A01044; Sat, 4 Jul 2015 16:18:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t64GIA3H087993; Sat, 4 Jul 2015 16:18:10 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t64GIAnh087991; Sat, 4 Jul 2015 16:18:10 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507041618.t64GIAnh087991@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 4 Jul 2015 16:18:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391321 - head/devel/p5-Devel-PatchPerl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jul 2015 16:18:11 -0000 Author: sunpoet Date: Sat Jul 4 16:18:09 2015 New Revision: 391321 URL: https://svnweb.freebsd.org/changeset/ports/391321 Log: - Update to 1.38 - Add NO_ARCH Changes: http://search.cpan.org/dist/Devel-PatchPerl/Changes Modified: head/devel/p5-Devel-PatchPerl/Makefile head/devel/p5-Devel-PatchPerl/distinfo Modified: head/devel/p5-Devel-PatchPerl/Makefile ============================================================================== --- head/devel/p5-Devel-PatchPerl/Makefile Sat Jul 4 16:18:04 2015 (r391320) +++ head/devel/p5-Devel-PatchPerl/Makefile Sat Jul 4 16:18:09 2015 (r391321) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Devel-PatchPerl -PORTVERSION= 1.34 +PORTVERSION= 1.38 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:BINGOS @@ -17,6 +17,7 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-File-pushd>=1:${PORTSDIR}/devel/p5-File-pushd RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/devel/p5-Devel-PatchPerl/distinfo ============================================================================== --- head/devel/p5-Devel-PatchPerl/distinfo Sat Jul 4 16:18:04 2015 (r391320) +++ head/devel/p5-Devel-PatchPerl/distinfo Sat Jul 4 16:18:09 2015 (r391321) @@ -1,2 +1,2 @@ -SHA256 (Devel-PatchPerl-1.34.tar.gz) = be294c95841f521a6b53f429e4fd2fc6f4b34a7fa1d66a8bba7434d5d12af643 -SIZE (Devel-PatchPerl-1.34.tar.gz) = 108652 +SHA256 (Devel-PatchPerl-1.38.tar.gz) = f3e55d9211f984c5956e7decd85e5d59b4d1613d3543bb4007be6f3d89ae2725 +SIZE (Devel-PatchPerl-1.38.tar.gz) = 109406 From owner-svn-ports-all@freebsd.org Sat Jul 4 16:18:16 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 52584900F; Sat, 4 Jul 2015 16:18:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0B74E10E3; Sat, 4 Jul 2015 16:18:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t64GIFG3088124; Sat, 4 Jul 2015 16:18:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t64GIFPo088118; Sat, 4 Jul 2015 16:18:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507041618.t64GIFPo088118@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 4 Jul 2015 16:18:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391322 - head/devel/p5-MooseX-Types-Path-Class X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jul 2015 16:18:16 -0000 Author: sunpoet Date: Sat Jul 4 16:18:14 2015 New Revision: 391322 URL: https://svnweb.freebsd.org/changeset/ports/391322 Log: - Update to 0.07 - Add LICENSE - Add NO_ARCH Changes: http://search.cpan.org/dist/MooseX-Types-Path-Class/Changes Modified: head/devel/p5-MooseX-Types-Path-Class/Makefile head/devel/p5-MooseX-Types-Path-Class/distinfo Modified: head/devel/p5-MooseX-Types-Path-Class/Makefile ============================================================================== --- head/devel/p5-MooseX-Types-Path-Class/Makefile Sat Jul 4 16:18:09 2015 (r391321) +++ head/devel/p5-MooseX-Types-Path-Class/Makefile Sat Jul 4 16:18:14 2015 (r391322) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= MooseX-Types-Path-Class -PORTVERSION= 0.06 -PORTREVISION= 1 +PORTVERSION= 0.07 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,12 +10,17 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Path::Class type library for Moose +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + RUN_DEPENDS= p5-Moose>=2:${PORTSDIR}/devel/p5-Moose \ + p5-MooseX-Getopt>=0:${PORTSDIR}/devel/p5-MooseX-Getopt \ p5-MooseX-Types>=0.04:${PORTSDIR}/devel/p5-MooseX-Types \ p5-Path-Class>=0.16:${PORTSDIR}/devel/p5-Path-Class BUILD_DEPENDS:= ${RUN_DEPENDS} +NO_ARCH= yes USES= perl5 -USE_PERL5= configure +USE_PERL5= modbuildtiny .include Modified: head/devel/p5-MooseX-Types-Path-Class/distinfo ============================================================================== --- head/devel/p5-MooseX-Types-Path-Class/distinfo Sat Jul 4 16:18:09 2015 (r391321) +++ head/devel/p5-MooseX-Types-Path-Class/distinfo Sat Jul 4 16:18:14 2015 (r391322) @@ -1,2 +1,2 @@ -SHA256 (MooseX-Types-Path-Class-0.06.tar.gz) = ef107415831672a76f6423668f27dc23614e2b4848dbc37854dadc6bb2419c0a -SIZE (MooseX-Types-Path-Class-0.06.tar.gz) = 10536 +SHA256 (MooseX-Types-Path-Class-0.07.tar.gz) = 48ed549ee71bf0e67a31b2ce7f5248c5ea54fd2643d8a847503c4705ac595851 +SIZE (MooseX-Types-Path-Class-0.07.tar.gz) = 26645 From owner-svn-ports-all@freebsd.org Sat Jul 4 16:35:00 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A2A349384; Sat, 4 Jul 2015 16:35:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9256B1DE5; Sat, 4 Jul 2015 16:35:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t64GZ0mS097464; Sat, 4 Jul 2015 16:35:00 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t64GZ087097463; Sat, 4 Jul 2015 16:35:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507041635.t64GZ087097463@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 4 Jul 2015 16:35:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391323 - head/devel/rubygem-listen X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jul 2015 16:35:00 -0000 Author: sunpoet Date: Sat Jul 4 16:34:59 2015 New Revision: 391323 URL: https://svnweb.freebsd.org/changeset/ports/391323 Log: - Fix RUN_DEPENDS - Bump PORTREVISION for dependency change Modified: head/devel/rubygem-listen/Makefile Modified: head/devel/rubygem-listen/Makefile ============================================================================== --- head/devel/rubygem-listen/Makefile Sat Jul 4 16:18:14 2015 (r391322) +++ head/devel/rubygem-listen/Makefile Sat Jul 4 16:34:59 2015 (r391323) @@ -3,6 +3,7 @@ PORTNAME= listen PORTVERSION= 3.0.1 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -11,8 +12,7 @@ COMMENT= Listen to file modifications an LICENSE= MIT -RUN_DEPENDS= rubygem-celluloid>=0.16.0:${PORTSDIR}/devel/rubygem-celluloid \ - rubygem-rb-fsevent>=0.9.3:${PORTSDIR}/devel/rubygem-rb-fsevent \ +RUN_DEPENDS= rubygem-rb-fsevent>=0.9.3:${PORTSDIR}/devel/rubygem-rb-fsevent \ rubygem-rb-inotify>=0.9:${PORTSDIR}/devel/rubygem-rb-inotify \ rubygem-rb-kqueue>=0.2:${PORTSDIR}/devel/rubygem-rb-kqueue From owner-svn-ports-all@freebsd.org Sat Jul 4 18:10:52 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7B2029FA7; Sat, 4 Jul 2015 18:10:52 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6AE811CF2; Sat, 4 Jul 2015 18:10:52 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t64IAqHD042222; Sat, 4 Jul 2015 18:10:52 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t64IAp1g042220; Sat, 4 Jul 2015 18:10:51 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201507041810.t64IAp1g042220@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 4 Jul 2015 18:10:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391324 - head/devel/libfwsi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jul 2015 18:10:52 -0000 Author: antoine Date: Sat Jul 4 18:10:50 2015 New Revision: 391324 URL: https://svnweb.freebsd.org/changeset/ports/391324 Log: Update to experimental-20150701 Modified: head/devel/libfwsi/Makefile head/devel/libfwsi/distinfo Modified: head/devel/libfwsi/Makefile ============================================================================== --- head/devel/libfwsi/Makefile Sat Jul 4 16:34:59 2015 (r391323) +++ head/devel/libfwsi/Makefile Sat Jul 4 18:10:50 2015 (r391324) @@ -3,7 +3,7 @@ PORTNAME= libfwsi # If/When moving from experimental to alpha, switch to DISTVERSIONPREFIX to prevent PORTEPOCH -DISTVERSION= experimental-20150614 +DISTVERSION= experimental-20150701 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libfwsi/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine Modified: head/devel/libfwsi/distinfo ============================================================================== --- head/devel/libfwsi/distinfo Sat Jul 4 16:34:59 2015 (r391323) +++ head/devel/libfwsi/distinfo Sat Jul 4 18:10:50 2015 (r391324) @@ -1,2 +1,2 @@ -SHA256 (libfwsi-experimental-20150614.tar.gz) = 2994659210c118a4af31a8113ab5c1fb890cbad7749b6d9955cb7c4a023890e4 -SIZE (libfwsi-experimental-20150614.tar.gz) = 1175646 +SHA256 (libfwsi-experimental-20150701.tar.gz) = d6739672b5bac45c1e775fe08b442c90697ea0f1310ee85ce23c1c5fc553277e +SIZE (libfwsi-experimental-20150701.tar.gz) = 1211567 From owner-svn-ports-all@freebsd.org Sat Jul 4 18:11:54 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 241E690A9; Sat, 4 Jul 2015 18:11:54 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 138271F30; Sat, 4 Jul 2015 18:11:54 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t64IBr6f045348; Sat, 4 Jul 2015 18:11:53 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t64IBrKA045343; Sat, 4 Jul 2015 18:11:53 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201507041811.t64IBrKA045343@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 4 Jul 2015 18:11:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391325 - head/devel/libregf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jul 2015 18:11:54 -0000 Author: antoine Date: Sat Jul 4 18:11:52 2015 New Revision: 391325 URL: https://svnweb.freebsd.org/changeset/ports/391325 Log: Update to alpha-20150704 Modified: head/devel/libregf/Makefile head/devel/libregf/distinfo Modified: head/devel/libregf/Makefile ============================================================================== --- head/devel/libregf/Makefile Sat Jul 4 18:10:50 2015 (r391324) +++ head/devel/libregf/Makefile Sat Jul 4 18:11:52 2015 (r391325) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libregf -DISTVERSION= alpha-20150315 +DISTVERSION= alpha-20150704 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libregf/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine @@ -12,8 +12,10 @@ COMMENT= Library and tools to support th LICENSE= LGPL3 +LIB_DEPENDS= libfwsi.so:${PORTSDIR}/devel/libfwsi + GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} +CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} --with-libfwsi=${LOCALBASE} USES= fuse gettext libtool pathfix pkgconfig python USE_LDCONFIG= yes INSTALL_TARGET= install-strip Modified: head/devel/libregf/distinfo ============================================================================== --- head/devel/libregf/distinfo Sat Jul 4 18:10:50 2015 (r391324) +++ head/devel/libregf/distinfo Sat Jul 4 18:11:52 2015 (r391325) @@ -1,2 +1,2 @@ -SHA256 (libregf-alpha-20150315.tar.gz) = 0f90f5f87ff098d0f7d9d7ec40763b5bb0c8f4db8400a7267021859eb595cf41 -SIZE (libregf-alpha-20150315.tar.gz) = 1566658 +SHA256 (libregf-alpha-20150704.tar.gz) = 212723f6560947f414d3200256ca6ae9a205bf7162452bd7511be7165830f1c9 +SIZE (libregf-alpha-20150704.tar.gz) = 1571438 From owner-svn-ports-all@freebsd.org Sat Jul 4 18:28:56 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 44CA69398; Sat, 4 Jul 2015 18:28:56 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1AFB9185B; Sat, 4 Jul 2015 18:28:56 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t64IStgM051264; Sat, 4 Jul 2015 18:28:55 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t64IStLM051263; Sat, 4 Jul 2015 18:28:55 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201507041828.t64IStLM051263@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Sat, 4 Jul 2015 18:28:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391326 - head/math/octave-forge X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jul 2015 18:28:56 -0000 Author: stephen Date: Sat Jul 4 18:28:55 2015 New Revision: 391326 URL: https://svnweb.freebsd.org/changeset/ports/391326 Log: - Reinstate optional dependency math/octave-forge-ltfat. - Update to 20150704. Modified: head/math/octave-forge/Makefile Modified: head/math/octave-forge/Makefile ============================================================================== --- head/math/octave-forge/Makefile Sat Jul 4 18:11:52 2015 (r391325) +++ head/math/octave-forge/Makefile Sat Jul 4 18:28:55 2015 (r391326) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= octave-forge -PORTVERSION= 20150220 +PORTVERSION= 20150704 CATEGORIES= math MASTER_SITES= #none DISTFILES= #none @@ -21,8 +21,8 @@ OPTIONS_DEFINE= ACTUARIAL AD AUDIO BENCH FINANCIAL FL_CORE FPL FUZZY_LOGIC_TOOLKIT GA GEOMETRY GENERAL \ GENERATE_HTML GNUPLOT GSL IDENT IMAGE \ INFORMATIONTHEORY INTEGRATION INTERVAL IO IRSA LEVEL_SET \ - LINEAR_ALGEBRA \ - LSSA MAPPING MECHANICS MISCELLANEOUS MISSING_FUNCTIONS MSH \ + LINEAR_ALGEBRA LSSA LTFAT \ + MAPPING MECHANICS MISCELLANEOUS MISSING_FUNCTIONS MSH \ MULTICORE MVN NAN NCARRAY NETCDF NLWING2 NNET NURBS OCS \ OCT2MAT OCTCDF OCTCLIP OCTGPR OCTPROJ ODEBVP ODEPKG OPTICS \ OPTIM OPTIMINTERP OUTLIERS PARALLEL PDB PLOT PT_BR QUATERNION \ @@ -69,8 +69,7 @@ IRSA_DESC= Install package: irsa LEVEL_SET_DESC= Install package: level-set LINEAR_ALGEBRA_DESC= Install package: linear-algebra LSSA_DESC= Install package: lssa -# Do not reenable without testing first -#LTFAT_DESC= Install package: ltfat +LTFAT_DESC= Install package: ltfat MAPPING_DESC= Install package: mapping MECHANICS_DESC= Install package: mechanics MISCELLANEOUS_DESC= Install package: miscellaneous @@ -245,9 +244,9 @@ RUN_DEPENDS+= ${TARBALLS_DIR}/linear-alg .if ${PORT_OPTIONS:MLSSA} RUN_DEPENDS+= ${TARBALLS_DIR}/lssa.tar.gz:${PORTSDIR}/math/octave-forge-lssa .endif -#.if ${PORT_OPTIONS:MLTFAT} -#RUN_DEPENDS+= ${TARBALLS_DIR}/ltfat.tar.gz:${PORTSDIR}/math/octave-forge-ltfat -#.endif +.if ${PORT_OPTIONS:MLTFAT} +RUN_DEPENDS+= ${TARBALLS_DIR}/ltfat.tar.gz:${PORTSDIR}/math/octave-forge-ltfat +.endif .if ${PORT_OPTIONS:MMAPPING} RUN_DEPENDS+= ${TARBALLS_DIR}/mapping.tar.gz:${PORTSDIR}/math/octave-forge-mapping .endif From owner-svn-ports-all@freebsd.org Sat Jul 4 18:40:55 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B34079616; Sat, 4 Jul 2015 18:40:55 +0000 (UTC) (envelope-from trociny@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 984651F34; Sat, 4 Jul 2015 18:40:55 +0000 (UTC) (envelope-from trociny@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t64Ietvj059092; Sat, 4 Jul 2015 18:40:55 GMT (envelope-from trociny@FreeBSD.org) Received: (from trociny@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t64Ieri6059083; Sat, 4 Jul 2015 18:40:53 GMT (envelope-from trociny@FreeBSD.org) Message-Id: <201507041840.t64Ieri6059083@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: trociny set sender to trociny@FreeBSD.org using -f From: Mikolaj Golub Date: Sat, 4 Jul 2015 18:40:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391327 - in head/databases/leofs: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jul 2015 18:40:55 -0000 Author: trociny Date: Sat Jul 4 18:40:53 2015 New Revision: 391327 URL: https://svnweb.freebsd.org/changeset/ports/391327 Log: - update to 1.2.11 - fix build on i386 - change the daemons default starting order (managers should start first) Added: head/databases/leofs/files/patch-deps-eleveldb-c_src-leveldb-eleveldb.cc (contents, props changed) Modified: head/databases/leofs/Makefile head/databases/leofs/distinfo head/databases/leofs/files/leofs.in head/databases/leofs/files/patch-deps-leo_storage-priv-leo_storage.conf Modified: head/databases/leofs/Makefile ============================================================================== --- head/databases/leofs/Makefile Sat Jul 4 18:28:55 2015 (r391326) +++ head/databases/leofs/Makefile Sat Jul 4 18:40:53 2015 (r391327) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= leofs -PORTVERSION= 1.2.10 +PORTVERSION= 1.2.11 CATEGORIES= databases DIST_SUBDIR= ${PORTNAME} @@ -15,8 +15,6 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/erlang17 ${LOCALBASE}/bin/cmake:${PORTSDIR}/devel/cmake \ ${LOCALBASE}/lib/libcheck.a:${PORTSDIR}/devel/libcheck -BROKEN_i386= does not build on i386 - USE_GITHUB= yes GH_ACCOUNT= leo-project @@ -70,9 +68,9 @@ LEOFS_DEPS= \ DeadZen/goldrush=0.1.6:goldrush \ basho/bitcask=2.0.0:bitcask \ basho/cuttlefish=2.0.1:cuttlefish \ - basho/eleveldb=2.1.0:eleveldb \ + basho/eleveldb=2.1.1:eleveldb \ basho/lager=2.0.3:lager \ - basho/leveldb=2.0.0:leveldb \ + basho/leveldb=2.0.1:leveldb \ davisp/jiffy=0.13.3:jiffy \ eproxus/meck=0.8.2:meck \ extend/cowlib=1.0.0:cowlib \ @@ -80,31 +78,31 @@ LEOFS_DEPS= \ ferd/recon=2.2.1:recon \ jcomellas/getopt=v0.4.3:getopt \ leo-project/bear=0.8.2-for-leofs:bear \ + leo-project/cowboy=for-leofs-1.2.11:cowboy \ leo-project/elarm=d237636:elarm \ leo-project/erlang-lz4=0.2.2:lz4 \ leo-project/erpcgen=0.2.3:erpcgen \ leo-project/folsom=0.8.2-for-leofs:folsom \ - leo-project/leo_backend_db=1.1.8:leo_backend_db \ - leo-project/leo_cache=0.6.3:leo_cache \ - leo-project/leo_commons=1.1.1:leo_commons \ - leo-project/leo_dcerl=0.2.12:leo_dcerl \ - leo-project/leo_logger=1.1.5:leo_logger \ - leo-project/leo_mcerl=0.4.1:leo_mcerl \ - leo-project/leo_mq=1.3.9:leo_mq \ - leo-project/leo_object_storage=1.2.7:leo_object_storage \ - leo-project/leo_ordning_reda=1.0.0:leo_ordning_reda \ - leo-project/leo_pod=0.6.3:leo_pod \ - leo-project/leo_redundant_manager=1.9.13:leo_redundant_manager \ - leo-project/leo_rpc=0.10.1:leo_rpc \ - leo-project/leo_s3_libs=1.1.7:leo_s3_libs \ - leo-project/leo_statistics=1.1.4:leo_statistics \ - leo-project/leo_watchdog=0.8.0:leo_watchdog \ + leo-project/leo_backend_db=1.1.9:leo_backend_db \ + leo-project/leo_cache=0.6.5:leo_cache \ + leo-project/leo_commons=1.1.2:leo_commons \ + leo-project/leo_dcerl=0.4.0:leo_dcerl \ + leo-project/leo_logger=1.1.6:leo_logger \ + leo-project/leo_mcerl=0.6.0:leo_mcerl \ + leo-project/leo_mq=1.3.11:leo_mq \ + leo-project/leo_object_storage=1.2.8:leo_object_storage \ + leo-project/leo_ordning_reda=1.1.0:leo_ordning_reda \ + leo-project/leo_pod=0.6.4:leo_pod \ + leo-project/leo_redundant_manager=1.9.15:leo_redundant_manager \ + leo-project/leo_rpc=0.10.2:leo_rpc \ + leo-project/leo_s3_libs=1.1.8:leo_s3_libs \ + leo-project/leo_statistics=1.1.6:leo_statistics \ + leo-project/leo_watchdog=0.10.1:leo_watchdog \ leo-project/libcutil=0.4.3:libcutil \ leo-project/nfs_rpc_server=0.2.3:nfs_rpc_server \ - leo-project/savanna_agent=0.4.7:savanna_agent \ - leo-project/savanna_commons=0.8.10:savanna_commons \ + leo-project/savanna_agent=0.4.9:savanna_agent \ + leo-project/savanna_commons=0.8.12:savanna_commons \ manopapad/proper=7d535ac:proper \ - ninenines/cowboy=1.0.0:cowboy \ project-fifo/fifo_utils=0.1.8:fifo_utils \ seancribbs/neotoma=1.7.2:neotoma \ Modified: head/databases/leofs/distinfo ============================================================================== --- head/databases/leofs/distinfo Sat Jul 4 18:28:55 2015 (r391326) +++ head/databases/leofs/distinfo Sat Jul 4 18:40:53 2015 (r391327) @@ -1,23 +1,23 @@ -SHA256 (leofs/leo-project-leofs-1.2.10_GH0.tar.gz) = 8a4dd5a52fd9152e4dafce20c76c573bf679e30b70195a2eb3c1b738733e7d44 -SIZE (leofs/leo-project-leofs-1.2.10_GH0.tar.gz) = 292069 -SHA256 (leofs/leo-project-leo_gateway-1.2.10_GH0.tar.gz) = a482ea1de48b277c5fecb2414ce93ded0e19b491bdd17fa885501eb871c49d2a -SIZE (leofs/leo-project-leo_gateway-1.2.10_GH0.tar.gz) = 614835 -SHA256 (leofs/leo-project-leo_manager-1.2.10_GH0.tar.gz) = 00c0e4a554fa678325384f74678d745a0dbdbaaf14de8ed4a989a313efdb7dfa -SIZE (leofs/leo-project-leo_manager-1.2.10_GH0.tar.gz) = 594038 -SHA256 (leofs/leo-project-leo_storage-1.2.10_GH0.tar.gz) = 9e2f5a4521d5f12dd520d6aacf4aef6ca798e534c786791bfdbaced3cc57c54a -SIZE (leofs/leo-project-leo_storage-1.2.10_GH0.tar.gz) = 576273 +SHA256 (leofs/leo-project-leofs-1.2.11_GH0.tar.gz) = a9e3a3b227732c7226af6f7fba67e3eebac6a5b11966c81940795727fb6dfb4c +SIZE (leofs/leo-project-leofs-1.2.11_GH0.tar.gz) = 294842 +SHA256 (leofs/leo-project-leo_gateway-1.2.11_GH0.tar.gz) = 3e94f8433fe36bbeafc043b803995163426af93c587edd6d1396ee92761f8d6b +SIZE (leofs/leo-project-leo_gateway-1.2.11_GH0.tar.gz) = 615672 +SHA256 (leofs/leo-project-leo_manager-1.2.11_GH0.tar.gz) = b91bd894e84b7bbe4332c278b3a1590886d626a6f85f49771062bbdb1699b5f5 +SIZE (leofs/leo-project-leo_manager-1.2.11_GH0.tar.gz) = 593831 +SHA256 (leofs/leo-project-leo_storage-1.2.11_GH0.tar.gz) = 2efd33fefb55daa9a582dcc1d921efc0dfe9fd9008d81019c54fc95ee30e8720 +SIZE (leofs/leo-project-leo_storage-1.2.11_GH0.tar.gz) = 579144 SHA256 (leofs/DeadZen-goldrush-0.1.6_GH0.tar.gz) = 554f36983e19fcf2ebee18b5c0ff502af4fc1b853b49041c7a9821d7043e349f SIZE (leofs/DeadZen-goldrush-0.1.6_GH0.tar.gz) = 19445 SHA256 (leofs/basho-bitcask-2.0.0_GH0.tar.gz) = 8a8ab6c2040873f00ca8559d9171cd7630c4c3451d569d861d21f8372f2b85bd SIZE (leofs/basho-bitcask-2.0.0_GH0.tar.gz) = 967163 SHA256 (leofs/basho-cuttlefish-2.0.1_GH0.tar.gz) = 958aa5269dacef62aa28e0706a5fe1c0abaa543ce15e61c6999420bd76a769f7 SIZE (leofs/basho-cuttlefish-2.0.1_GH0.tar.gz) = 230990 -SHA256 (leofs/basho-eleveldb-2.1.0_GH0.tar.gz) = e102b7825b8462492b1688dfdeb555ce9274c8a17ff5fbd506e56edff4dcfed4 -SIZE (leofs/basho-eleveldb-2.1.0_GH0.tar.gz) = 1749221 +SHA256 (leofs/basho-eleveldb-2.1.1_GH0.tar.gz) = 29331d7e9461ae06aeabdaaf1ea8291c75a7e634a4198bfe9fd6edba8a26c4f5 +SIZE (leofs/basho-eleveldb-2.1.1_GH0.tar.gz) = 1749217 SHA256 (leofs/basho-lager-2.0.3_GH0.tar.gz) = e6f4ef80c98fbb7e4edb235ebd613d9718678ff05c99b52905b059a5228c1c97 SIZE (leofs/basho-lager-2.0.3_GH0.tar.gz) = 238048 -SHA256 (leofs/basho-leveldb-2.0.0_GH0.tar.gz) = 1709e6476dfefdceec93669ec7901b95b14ef65d490b2585ef5fec5a909d39f3 -SIZE (leofs/basho-leveldb-2.0.0_GH0.tar.gz) = 290137 +SHA256 (leofs/basho-leveldb-2.0.1_GH0.tar.gz) = 72b93115863c90ddf8efcc3c2ed2f2c26b1add55cd8a90b8991a1857a1b7587b +SIZE (leofs/basho-leveldb-2.0.1_GH0.tar.gz) = 290502 SHA256 (leofs/davisp-jiffy-0.13.3_GH0.tar.gz) = e61c8c7c026e6d82ecb07418a340efadb25e3e11b9af51e9dfe9fcc19959e3a8 SIZE (leofs/davisp-jiffy-0.13.3_GH0.tar.gz) = 1852537 SHA256 (leofs/eproxus-meck-0.8.2_GH0.tar.gz) = dc1ad985b1c994c69b645f5cfd159bf9ba71d10a2984ce354500adb4ff0ae473 @@ -32,6 +32,8 @@ SHA256 (leofs/jcomellas-getopt-v0.4.3_GH SIZE (leofs/jcomellas-getopt-v0.4.3_GH0.tar.gz) = 13980 SHA256 (leofs/leo-project-bear-0.8.2-for-leofs_GH0.tar.gz) = 3c547fb59f1d5ba830a3b24cefc600c9ac42b5b41ee9180ebbd2cad7d8899ecd SIZE (leofs/leo-project-bear-0.8.2-for-leofs_GH0.tar.gz) = 110538 +SHA256 (leofs/leo-project-cowboy-for-leofs-1.2.11_GH0.tar.gz) = e712af6b68db1821f8e96389126d5d7ece78fa7a96feb8e3eeac7f6ded3b3153 +SIZE (leofs/leo-project-cowboy-for-leofs-1.2.11_GH0.tar.gz) = 4790132 SHA256 (leofs/leo-project-elarm-d237636_GH0.tar.gz) = 5942c3f1b09095799eefc9d8e3571d91cb5e5d75bb0a8d1fb6f2ba774bb5974e SIZE (leofs/leo-project-elarm-d237636_GH0.tar.gz) = 23475 SHA256 (leofs/leo-project-erlang-lz4-0.2.2_GH0.tar.gz) = 8f12635ea5d65497b3b2d4f99783af92abada9fe5e6f65849321befe1f6f4025 @@ -40,48 +42,46 @@ SHA256 (leofs/leo-project-erpcgen-0.2.3_ SIZE (leofs/leo-project-erpcgen-0.2.3_GH0.tar.gz) = 205099 SHA256 (leofs/leo-project-folsom-0.8.2-for-leofs_GH0.tar.gz) = fad850337a7f4331a46246c7911d9353b0e42966158561138d95ca1f52ed0d09 SIZE (leofs/leo-project-folsom-0.8.2-for-leofs_GH0.tar.gz) = 174986 -SHA256 (leofs/leo-project-leo_backend_db-1.1.8_GH0.tar.gz) = c1560b7ac27efd3fb6ec02f94a996c3bfde596041016c544ded70a25adf8a888 -SIZE (leofs/leo-project-leo_backend_db-1.1.8_GH0.tar.gz) = 194087 -SHA256 (leofs/leo-project-leo_cache-0.6.3_GH0.tar.gz) = 98160e41dbdcb386915cce768746875a1ba14b4a65a4cb8781eb19400956bd85 -SIZE (leofs/leo-project-leo_cache-0.6.3_GH0.tar.gz) = 186658 -SHA256 (leofs/leo-project-leo_commons-1.1.1_GH0.tar.gz) = fcd99890ced115001d10f507453efe8482c6ae34c796f0f50528547c870bcdc3 -SIZE (leofs/leo-project-leo_commons-1.1.1_GH0.tar.gz) = 195544 -SHA256 (leofs/leo-project-leo_dcerl-0.2.12_GH0.tar.gz) = 6d5bd8fb395c485ea6407137f0d73a9985f9f4874caf3e400bc45ad3e26fc805 -SIZE (leofs/leo-project-leo_dcerl-0.2.12_GH0.tar.gz) = 192059 -SHA256 (leofs/leo-project-leo_logger-1.1.5_GH0.tar.gz) = 3c9dad617b758b0c9d43707564feedaf761324f4806f9ee074ba073502fc17d0 -SIZE (leofs/leo-project-leo_logger-1.1.5_GH0.tar.gz) = 210803 -SHA256 (leofs/leo-project-leo_mcerl-0.4.1_GH0.tar.gz) = 42a704dee612fdd32ebd194eb7887de286eeff567ab7ecd0e7a9f87bbcac7fda -SIZE (leofs/leo-project-leo_mcerl-0.4.1_GH0.tar.gz) = 184427 -SHA256 (leofs/leo-project-leo_mq-1.3.9_GH0.tar.gz) = 82e7c5c3e1572be3fd84aea8d475e6c6d4984358d7e5bd2ac7eff83d23910a77 -SIZE (leofs/leo-project-leo_mq-1.3.9_GH0.tar.gz) = 192955 -SHA256 (leofs/leo-project-leo_object_storage-1.2.7_GH0.tar.gz) = 8556c0da623d823bcd9048b4dc0d3996043566d353c49581239213b6ef3ae2e2 -SIZE (leofs/leo-project-leo_object_storage-1.2.7_GH0.tar.gz) = 572460 -SHA256 (leofs/leo-project-leo_ordning_reda-1.0.0_GH0.tar.gz) = c4179ece03be1db9e8289cb593edd4d354a2e59723f07b35dc7153ec4f55118d -SIZE (leofs/leo-project-leo_ordning_reda-1.0.0_GH0.tar.gz) = 189147 -SHA256 (leofs/leo-project-leo_pod-0.6.3_GH0.tar.gz) = 204ca54bd46ac6c55b37d7a545114c1344faf15f3a64949118c8100c9815fb9f -SIZE (leofs/leo-project-leo_pod-0.6.3_GH0.tar.gz) = 170305 -SHA256 (leofs/leo-project-leo_redundant_manager-1.9.13_GH0.tar.gz) = eaeb9d4cfbf43a2e9cc52d04bf4c4492407fbc1ae8c988cc69690c037bebd052 -SIZE (leofs/leo-project-leo_redundant_manager-1.9.13_GH0.tar.gz) = 237633 -SHA256 (leofs/leo-project-leo_rpc-0.10.1_GH0.tar.gz) = 5f1c7494f58ba0ed7c33cb0116139b44ae6df2a01b91c8096294a56cd4f40fa2 -SIZE (leofs/leo-project-leo_rpc-0.10.1_GH0.tar.gz) = 197593 -SHA256 (leofs/leo-project-leo_s3_libs-1.1.7_GH0.tar.gz) = ba4401bd9f33966942a2605d88a3bf8dfc0f64c892f59f6e1676cb26dacf70dd -SIZE (leofs/leo-project-leo_s3_libs-1.1.7_GH0.tar.gz) = 203353 -SHA256 (leofs/leo-project-leo_statistics-1.1.4_GH0.tar.gz) = 42749dbc6a7c55d1e422ff9e205a889f0df14416c963fff269f2960df5cf8a49 -SIZE (leofs/leo-project-leo_statistics-1.1.4_GH0.tar.gz) = 190221 -SHA256 (leofs/leo-project-leo_watchdog-0.8.0_GH0.tar.gz) = 7f260e5f211f1f6912ba79f7079d5e93039eafb3db17c62abb879736254a84e5 -SIZE (leofs/leo-project-leo_watchdog-0.8.0_GH0.tar.gz) = 199623 +SHA256 (leofs/leo-project-leo_backend_db-1.1.9_GH0.tar.gz) = a7ee3e827b82c1f6a8227a7b0dd771dd07e315e74d02bac465db3fb60f874890 +SIZE (leofs/leo-project-leo_backend_db-1.1.9_GH0.tar.gz) = 194083 +SHA256 (leofs/leo-project-leo_cache-0.6.5_GH0.tar.gz) = 44b0fa2b49452d85caff74e2ae86cefdfdb920aba7b4eeed4b485e1a94cb8cd8 +SIZE (leofs/leo-project-leo_cache-0.6.5_GH0.tar.gz) = 186792 +SHA256 (leofs/leo-project-leo_commons-1.1.2_GH0.tar.gz) = 39851c2ebb3f2b225289fcf5c4fc7065d995a8081fc9721b71b025b06b230e3c +SIZE (leofs/leo-project-leo_commons-1.1.2_GH0.tar.gz) = 197106 +SHA256 (leofs/leo-project-leo_dcerl-0.4.0_GH0.tar.gz) = 18f0d2baa05675f7cd96fa466d8205dd972aac8eeea5aa8f5b6885501a382c52 +SIZE (leofs/leo-project-leo_dcerl-0.4.0_GH0.tar.gz) = 192086 +SHA256 (leofs/leo-project-leo_logger-1.1.6_GH0.tar.gz) = d5cdfe8918a74a7dcccdaa422504d865528a3bf3e052f79ef26e4c73fc8e84b1 +SIZE (leofs/leo-project-leo_logger-1.1.6_GH0.tar.gz) = 210803 +SHA256 (leofs/leo-project-leo_mcerl-0.6.0_GH0.tar.gz) = e3739a74d3934816d6002f92c64598661ed4d0e0681287d2e53bac9014cb6eaa +SIZE (leofs/leo-project-leo_mcerl-0.6.0_GH0.tar.gz) = 185221 +SHA256 (leofs/leo-project-leo_mq-1.3.11_GH0.tar.gz) = b8bbf93ac336fc6c5fde21f15a692ab32a3ac87b89e2623efda07b5b9da1f53f +SIZE (leofs/leo-project-leo_mq-1.3.11_GH0.tar.gz) = 193416 +SHA256 (leofs/leo-project-leo_object_storage-1.2.8_GH0.tar.gz) = c4aaae5deb885b27644c6a92d334cc3cfedf8d7c892f11afc6599d9e86871b50 +SIZE (leofs/leo-project-leo_object_storage-1.2.8_GH0.tar.gz) = 575195 +SHA256 (leofs/leo-project-leo_ordning_reda-1.1.0_GH0.tar.gz) = 239be4e536f435355959de02d9531608d2b1cb9f04d346c046a24276568d28f6 +SIZE (leofs/leo-project-leo_ordning_reda-1.1.0_GH0.tar.gz) = 189745 +SHA256 (leofs/leo-project-leo_pod-0.6.4_GH0.tar.gz) = 2ac06e753ac31447bb94090156dda154f1658c1113f25ae811fdbefba2bfc70d +SIZE (leofs/leo-project-leo_pod-0.6.4_GH0.tar.gz) = 170311 +SHA256 (leofs/leo-project-leo_redundant_manager-1.9.15_GH0.tar.gz) = 8a401384aa8842d6f7db56d3b9c4f177d8770f98582489f4d80805b120d65b00 +SIZE (leofs/leo-project-leo_redundant_manager-1.9.15_GH0.tar.gz) = 237588 +SHA256 (leofs/leo-project-leo_rpc-0.10.2_GH0.tar.gz) = ce800f8df8644548fa95af7eb1bc1db3cde88f789dd1a8899dbb96565ade018e +SIZE (leofs/leo-project-leo_rpc-0.10.2_GH0.tar.gz) = 197593 +SHA256 (leofs/leo-project-leo_s3_libs-1.1.8_GH0.tar.gz) = f930817d2b32d44ad84b73c1d2ed80ad6a39e0c5e20f8432290048dfa5d3a722 +SIZE (leofs/leo-project-leo_s3_libs-1.1.8_GH0.tar.gz) = 203352 +SHA256 (leofs/leo-project-leo_statistics-1.1.6_GH0.tar.gz) = 97b1ddadd883d120bf342e5a220827cf8d22719d7c83068054e7c5cdf4aa398c +SIZE (leofs/leo-project-leo_statistics-1.1.6_GH0.tar.gz) = 190212 +SHA256 (leofs/leo-project-leo_watchdog-0.10.1_GH0.tar.gz) = bbd8d6374268b0be05f4feaed6a299eae352374c9e3d0a453f3a702d728b6e20 +SIZE (leofs/leo-project-leo_watchdog-0.10.1_GH0.tar.gz) = 199878 SHA256 (leofs/leo-project-libcutil-0.4.3_GH0.tar.gz) = b291dfc86e2b9a33c78a6544eb361f3d7bd1289fb32d8d971f0a6e3a398f64e0 SIZE (leofs/leo-project-libcutil-0.4.3_GH0.tar.gz) = 23090 SHA256 (leofs/leo-project-nfs_rpc_server-0.2.3_GH0.tar.gz) = 642dcb800532f76cbc6632569b8089a98c21178072054fc4d050e86901f4af3f SIZE (leofs/leo-project-nfs_rpc_server-0.2.3_GH0.tar.gz) = 196821 -SHA256 (leofs/leo-project-savanna_agent-0.4.7_GH0.tar.gz) = 14c0721bbe8e7a4e957cec29993e257add053c8f3d9f63ed911477b03c6f330f -SIZE (leofs/leo-project-savanna_agent-0.4.7_GH0.tar.gz) = 186996 -SHA256 (leofs/leo-project-savanna_commons-0.8.10_GH0.tar.gz) = 4564f65f9cd5c12e24a4a09014320b7eeca1eb34a229bc89fa8ff8f074ba82a3 -SIZE (leofs/leo-project-savanna_commons-0.8.10_GH0.tar.gz) = 197811 +SHA256 (leofs/leo-project-savanna_agent-0.4.9_GH0.tar.gz) = 1456201e2a2238095aec144683b9ec86dd3c620e6ffe3ac3a1dc44d5eb914104 +SIZE (leofs/leo-project-savanna_agent-0.4.9_GH0.tar.gz) = 187000 +SHA256 (leofs/leo-project-savanna_commons-0.8.12_GH0.tar.gz) = d16e2ba644cc90841a9a270fa4b5fe4680f676056bd826f415cf183249dfd04a +SIZE (leofs/leo-project-savanna_commons-0.8.12_GH0.tar.gz) = 198191 SHA256 (leofs/manopapad-proper-7d535ac_GH0.tar.gz) = 7999e3411c0a3f4943629b7a0947dc2d8710dbe5e95fc6c7bfce18dd6b41ec9b SIZE (leofs/manopapad-proper-7d535ac_GH0.tar.gz) = 283295 -SHA256 (leofs/ninenines-cowboy-1.0.0_GH0.tar.gz) = d280a6c3e928d8e7520b8d6a3069847518decd38b63695d72a9d7222760517fb -SIZE (leofs/ninenines-cowboy-1.0.0_GH0.tar.gz) = 4790012 SHA256 (leofs/project-fifo-fifo_utils-0.1.8_GH0.tar.gz) = 6550cb487184c39bdd674c213707e6eb46dacb28685047d331ca4da4a26c8e39 SIZE (leofs/project-fifo-fifo_utils-0.1.8_GH0.tar.gz) = 175422 SHA256 (leofs/seancribbs-neotoma-1.7.2_GH0.tar.gz) = 73c356991b9685e86cd142d3b09e808dc9ef300bd7261113a0463c74de81a6ea Modified: head/databases/leofs/files/leofs.in ============================================================================== --- head/databases/leofs/files/leofs.in Sat Jul 4 18:28:55 2015 (r391326) +++ head/databases/leofs/files/leofs.in Sat Jul 4 18:40:53 2015 (r391327) @@ -108,7 +108,7 @@ fi for s in ${leofs_servers}; do case "${s}" in ALL) - leofs_servers="gateway manager manager_slave storage" + leofs_servers="manager manager_slave storage gateway" break ;; gateway|manager|manager_slave|storage) Added: head/databases/leofs/files/patch-deps-eleveldb-c_src-leveldb-eleveldb.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/leofs/files/patch-deps-eleveldb-c_src-leveldb-eleveldb.cc Sat Jul 4 18:40:53 2015 (r391327) @@ -0,0 +1,29 @@ +--- deps/eleveldb/c_src/eleveldb.cc.orig 2015-07-04 18:36:42.000000000 +0300 ++++ deps/eleveldb/c_src/eleveldb.cc 2015-07-04 18:36:54.000000000 +0300 +@@ -240,7 +240,7 @@ + { + if (option[0] == eleveldb::ATOM_TOTAL_LEVELDB_MEM) + { +- size_t memory_sz; ++ unsigned long memory_sz; + if (enif_get_ulong(env, option[1], &memory_sz)) + { + if (memory_sz != 0) +@@ -328,7 +328,7 @@ + } + else if (option[0] == eleveldb::ATOM_BLOCK_CACHE_THRESHOLD) + { +- size_t memory_sz; ++ unsigned long memory_sz; + if (enif_get_ulong(env, option[1], &memory_sz)) + { + if (memory_sz != 0) +@@ -581,7 +581,7 @@ + // 4. fail safe when no guidance given + if (0==priv.m_Opts.m_TotalMem && 0==priv.m_Opts.m_TotalMemPercent) + { +- if (8*1024*1024*1024L < gCurrentTotalMemory) ++ if (8*1024*1024*1024LL < gCurrentTotalMemory) + use_memory=(gCurrentTotalMemory * 80)/100; // integer percent + else + use_memory=(gCurrentTotalMemory * 25)/100; // integer percent Modified: head/databases/leofs/files/patch-deps-leo_storage-priv-leo_storage.conf ============================================================================== --- head/databases/leofs/files/patch-deps-leo_storage-priv-leo_storage.conf Sat Jul 4 18:28:55 2015 (r391326) +++ head/databases/leofs/files/patch-deps-leo_storage-priv-leo_storage.conf Sat Jul 4 18:40:53 2015 (r391327) @@ -1,5 +1,5 @@ ---- deps/leo_storage/priv/leo_storage.conf.orig 2015-03-06 08:28:03.000000000 +0200 -+++ deps/leo_storage/priv/leo_storage.conf 2015-03-07 08:29:19.000000000 +0200 +--- deps/leo_storage/priv/leo_storage.conf.orig 2015-06-30 07:30:19.000000000 +0300 ++++ deps/leo_storage/priv/leo_storage.conf 2015-07-04 21:02:35.000000000 +0300 @@ -13,7 +13,7 @@ ## about configuration parameters @@ -34,8 +34,8 @@ obj_containers.num_of_containers = [8] ## e.g. Case of plural pathes -@@ -276,16 +276,16 @@ - ## log.log_level = 1 +@@ -239,16 +239,16 @@ + log.log_level = 1 ## Output log file(s) - Erlang's log -## log.erlang = ./log/erlang @@ -55,7 +55,7 @@ ## Output data-diagnosis log log.is_enable_diagnosis_log = true -@@ -294,10 +294,10 @@ +@@ -257,10 +257,10 @@ ## STORAGE - Other Directories ## -------------------------------------------------------------------- ## Directory of queue for monitoring "RING" @@ -68,7 +68,7 @@ ## -------------------------------------------------------------------- -@@ -307,7 +307,7 @@ +@@ -270,7 +270,7 @@ ## leo_ordning_reda.send_after_interval = 100 ## Temporary directory of stacked objects @@ -77,7 +77,7 @@ ## -------------------------------------------------------------------- -@@ -377,7 +377,7 @@ +@@ -344,7 +344,7 @@ ## For vm.args ##====================================================================== ## Name of the leofs-storage node @@ -86,7 +86,7 @@ ## Cookie for distributed node communication. All nodes in the same cluster ## should use the same cookie or they will not be able to communicate. -@@ -393,7 +393,7 @@ +@@ -360,7 +360,7 @@ erlang.max_ports = 64000 ## Set the location of crash dumps @@ -95,7 +95,7 @@ ## Raise the ETS table limit erlang.max_ets_tables = 256000 -@@ -423,4 +423,4 @@ +@@ -390,4 +390,4 @@ process_limit = 1048576 ## Path of SNMP-agent configuration From owner-svn-ports-all@freebsd.org Sat Jul 4 20:03:18 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5CADF92CB; Sat, 4 Jul 2015 20:03:18 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 40F4A1554; Sat, 4 Jul 2015 20:03:18 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t64K3IYi099726; Sat, 4 Jul 2015 20:03:18 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t64K3IT3099725; Sat, 4 Jul 2015 20:03:18 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201507042003.t64K3IT3099725@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 4 Jul 2015 20:03:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391328 - head/editors/chexedit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jul 2015 20:03:18 -0000 Author: amdmi3 Date: Sat Jul 4 20:03:17 2015 New Revision: 391328 URL: https://svnweb.freebsd.org/changeset/ports/391328 Log: - Clarify LICENSE - Add LICENSE_FILE Modified: head/editors/chexedit/Makefile Modified: head/editors/chexedit/Makefile ============================================================================== --- head/editors/chexedit/Makefile Sat Jul 4 18:40:53 2015 (r391327) +++ head/editors/chexedit/Makefile Sat Jul 4 20:03:17 2015 (r391328) @@ -12,7 +12,8 @@ DISTNAME= hexedit-${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= Full screen text mode Hex editor using the [n]curses library -LICENSE= GPLv2 +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes PLIST_FILES= bin/chexedit \ From owner-svn-ports-all@freebsd.org Sat Jul 4 20:15:19 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B476C951C; Sat, 4 Jul 2015 20:15:19 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9A6741DF7; Sat, 4 Jul 2015 20:15:19 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t64KFJCG005122; Sat, 4 Jul 2015 20:15:19 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t64KFHwQ005117; Sat, 4 Jul 2015 20:15:17 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507042015.t64KFHwQ005117@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sat, 4 Jul 2015 20:15:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391329 - in head/devel: . elixir-msgpax X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jul 2015 20:15:19 -0000 Author: olgeni Date: Sat Jul 4 20:15:16 2015 New Revision: 391329 URL: https://svnweb.freebsd.org/changeset/ports/391329 Log: Add devel/elixir-msgpax, a MessagePack implementation for Elixir. Added: head/devel/elixir-msgpax/ head/devel/elixir-msgpax/Makefile (contents, props changed) head/devel/elixir-msgpax/distinfo (contents, props changed) head/devel/elixir-msgpax/pkg-descr (contents, props changed) head/devel/elixir-msgpax/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Jul 4 20:03:17 2015 (r391328) +++ head/devel/Makefile Sat Jul 4 20:15:16 2015 (r391329) @@ -416,6 +416,7 @@ SUBDIR += elixir-exjsx SUBDIR += elixir-exrm SUBDIR += elixir-lager_logger + SUBDIR += elixir-msgpax SUBDIR += elixir-plug SUBDIR += elixir-poison SUBDIR += elixir-timex Added: head/devel/elixir-msgpax/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-msgpax/Makefile Sat Jul 4 20:15:16 2015 (r391329) @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= msgpax +PORTVERSION= 0.7.1 +DISTVERSIONPREFIX= v +CATEGORIES= devel +PKGNAMEPREFIX= elixir- + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= MessagePack implementation for Elixir + +LICENSE= ISCL + +USES= elixir +USE_GITHUB= yes +GH_ACCOUNT= lexmag + +.include Added: head/devel/elixir-msgpax/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-msgpax/distinfo Sat Jul 4 20:15:16 2015 (r391329) @@ -0,0 +1,2 @@ +SHA256 (lexmag-msgpax-v0.7.1_GH0.tar.gz) = 9842a9e8029835e5644f4dba08b81d7c2c7ddd338a98da909079470d4af181e6 +SIZE (lexmag-msgpax-v0.7.1_GH0.tar.gz) = 5403 Added: head/devel/elixir-msgpax/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-msgpax/pkg-descr Sat Jul 4 20:15:16 2015 (r391329) @@ -0,0 +1,4 @@ +This library provides an API for serializing and de-serializing Elixir +terms using the MessagePack format. + +WWW: https://github.com/lexmag/msgpax Added: head/devel/elixir-msgpax/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-msgpax/pkg-plist Sat Jul 4 20:15:16 2015 (r391329) @@ -0,0 +1,19 @@ +lib/elixir/lib/msgpax/ebin/Elixir.Msgpax.Binary.beam +lib/elixir/lib/msgpax/ebin/Elixir.Msgpax.PackError.beam +lib/elixir/lib/msgpax/ebin/Elixir.Msgpax.Packer.Atom.beam +lib/elixir/lib/msgpax/ebin/Elixir.Msgpax.Packer.BitString.beam +lib/elixir/lib/msgpax/ebin/Elixir.Msgpax.Packer.Float.beam +lib/elixir/lib/msgpax/ebin/Elixir.Msgpax.Packer.Integer.beam +lib/elixir/lib/msgpax/ebin/Elixir.Msgpax.Packer.List.beam +lib/elixir/lib/msgpax/ebin/Elixir.Msgpax.Packer.Map.beam +lib/elixir/lib/msgpax/ebin/Elixir.Msgpax.Packer.Msgpax.Binary.beam +lib/elixir/lib/msgpax/ebin/Elixir.Msgpax.Packer.beam +lib/elixir/lib/msgpax/ebin/Elixir.Msgpax.UnpackError.beam +lib/elixir/lib/msgpax/ebin/Elixir.Msgpax.Unpacker.Transform.beam +lib/elixir/lib/msgpax/ebin/Elixir.Msgpax.Unpacker.beam +lib/elixir/lib/msgpax/ebin/Elixir.Msgpax.beam +lib/elixir/lib/msgpax/ebin/msgpax.app +lib/elixir/lib/msgpax/lib/msgpax.ex +lib/elixir/lib/msgpax/lib/msgpax/packer.ex +lib/elixir/lib/msgpax/lib/msgpax/unpacker.ex +%%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-all@freebsd.org Sat Jul 4 21:07:38 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3EBA19E86; Sat, 4 Jul 2015 21:07:38 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0B4221614; Sat, 4 Jul 2015 21:07:38 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t64L7btG029056; Sat, 4 Jul 2015 21:07:37 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t64L7U8j029015; Sat, 4 Jul 2015 21:07:30 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201507042107.t64L7U8j029015@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Sat, 4 Jul 2015 21:07:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391330 - in head: devel/py-Acquisition devel/py-ExtensionClass devel/py-Products.BTreeFolder2 devel/py-Products.ExternalMethod devel/py-Products.StandardCacheManagers devel/py-zLOG dev... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jul 2015 21:07:38 -0000 Author: rm Date: Sat Jul 4 21:07:29 2015 New Revision: 391330 URL: https://svnweb.freebsd.org/changeset/ports/391330 Log: Update Zope to 2.13.23. This update also includes: - devel/py-Acquisition 4.0a1 -> 4.2.1 - devel/py-ExtensionClass 4.0a1 -> 4.2.1 - devel/py-Products.BTreeFolder2 2.13.4 -> 2.14.0 - devel/py-Products.ExternalMethod 2.13.0 -> 2.13.1 - mail/py-Products.MailHost 2.13.1 -> 2.13.2 - devel/py-Products.StandardCacheManagers 2.13.0 -> 2.13.1 - devel/py-zconfig 2.9.3 -> 3.0.4 - devel/py-zLOG 2.11.1 -> 2.11.2 Changes common across this ports: add LICENSE_FILE, add NO_ARCH, sort USE_PYTHON MFH: 2015Q3 Modified: head/devel/py-Acquisition/Makefile head/devel/py-Acquisition/distinfo head/devel/py-ExtensionClass/Makefile head/devel/py-ExtensionClass/distinfo head/devel/py-Products.BTreeFolder2/Makefile head/devel/py-Products.BTreeFolder2/distinfo head/devel/py-Products.ExternalMethod/Makefile head/devel/py-Products.ExternalMethod/distinfo head/devel/py-Products.StandardCacheManagers/Makefile head/devel/py-Products.StandardCacheManagers/distinfo head/devel/py-zLOG/Makefile head/devel/py-zLOG/distinfo head/devel/py-zconfig/Makefile head/devel/py-zconfig/distinfo head/mail/py-Products.MailHost/Makefile head/mail/py-Products.MailHost/distinfo head/www/zope213/Makefile head/www/zope213/distinfo Modified: head/devel/py-Acquisition/Makefile ============================================================================== --- head/devel/py-Acquisition/Makefile Sat Jul 4 20:15:16 2015 (r391329) +++ head/devel/py-Acquisition/Makefile Sat Jul 4 21:07:29 2015 (r391330) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= Acquisition -PORTVERSION= 4.0a1 -PORTREVISION= 1 +PORTVERSION= 4.2.1 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,11 +11,12 @@ MAINTAINER= zope@FreeBSD.org COMMENT= Allows to obtain attributes from the containment hierarchy LICENSE= ZPL21 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ExtensionClass>=4.0:${PORTSDIR}/devel/py-ExtensionClass \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ExtensionClass>=4.1.1:${PORTSDIR}/devel/py-ExtensionClass \ ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface -USES= python zip -USE_PYTHON= distutils autoplist +USES= python +USE_PYTHON= autoplist distutils .include Modified: head/devel/py-Acquisition/distinfo ============================================================================== --- head/devel/py-Acquisition/distinfo Sat Jul 4 20:15:16 2015 (r391329) +++ head/devel/py-Acquisition/distinfo Sat Jul 4 21:07:29 2015 (r391330) @@ -1,2 +1,2 @@ -SHA256 (zope/Acquisition-4.0a1.zip) = ec2035e9db9785256d49599ff594616e5331653b0d49557fd54ea984b7d67d10 -SIZE (zope/Acquisition-4.0a1.zip) = 71986 +SHA256 (zope/Acquisition-4.2.1.tar.gz) = c71253201c5596228b1708de3b5df9563ddd9d26ff9117a44efeef78d0f47b75 +SIZE (zope/Acquisition-4.2.1.tar.gz) = 63813 Modified: head/devel/py-ExtensionClass/Makefile ============================================================================== --- head/devel/py-ExtensionClass/Makefile Sat Jul 4 20:15:16 2015 (r391329) +++ head/devel/py-ExtensionClass/Makefile Sat Jul 4 21:07:29 2015 (r391330) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= ExtensionClass -PORTVERSION= 4.0a1 -PORTREVISION= 1 +PORTVERSION= 4.1.2 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,8 +11,9 @@ MAINTAINER= zope@FreeBSD.org COMMENT= Metaclass for subclassable extension types LICENSE= ZPL21 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python zip -USE_PYTHON= distutils autoplist +USES= python +USE_PYTHON= autoplist distutils .include Modified: head/devel/py-ExtensionClass/distinfo ============================================================================== --- head/devel/py-ExtensionClass/distinfo Sat Jul 4 20:15:16 2015 (r391329) +++ head/devel/py-ExtensionClass/distinfo Sat Jul 4 21:07:29 2015 (r391330) @@ -1,2 +1,2 @@ -SHA256 (zope/ExtensionClass-4.0a1.zip) = 8a4092f8fc86457c92936c468328c9f131a031e72ff3bc030f67dc0bba309bbd -SIZE (zope/ExtensionClass-4.0a1.zip) = 35508 +SHA256 (zope/ExtensionClass-4.1.2.tar.gz) = eaa5e0f37a8303e2d4a08f74d8dfadd34c9de0de789f6934590923d03b670199 +SIZE (zope/ExtensionClass-4.1.2.tar.gz) = 30944 Modified: head/devel/py-Products.BTreeFolder2/Makefile ============================================================================== --- head/devel/py-Products.BTreeFolder2/Makefile Sat Jul 4 20:15:16 2015 (r391329) +++ head/devel/py-Products.BTreeFolder2/Makefile Sat Jul 4 21:07:29 2015 (r391330) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= Products.BTreeFolder2 -PORTVERSION= 2.13.4 -PORTREVISION= 1 +PORTVERSION= 2.14.0 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,16 +11,19 @@ MAINTAINER= zope@FreeBSD.org COMMENT= BTree based implementation for Zope 2's OFS LICENSE= ZPL21 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}AccessControl>=0:${PORTSDIR}/security/py-AccessControl \ ${PYTHON_PKGNAMEPREFIX}Acquisition>=0:${PORTSDIR}/devel/py-Acquisition \ + ${PYTHON_PKGNAMEPREFIX}ExtensionClass>=4.1.1:${PORTSDIR}/devel/py-ExtensionClass \ ${PYTHON_PKGNAMEPREFIX}Persistence>=0:${PORTSDIR}/devel/py-Persistence \ zodb${PYTHON_PKGNAMESUFFIX}>=0:${PORTSDIR}/databases/zodb3 \ ${PYTHON_PKGNAMEPREFIX}zope.container>=0:${PORTSDIR}/devel/py-zope.container \ ${PYTHON_PKGNAMEPREFIX}zope.event>=0:${PORTSDIR}/devel/py-zope.event \ ${PYTHON_PKGNAMEPREFIX}zope.lifecycleevent>=0:${PORTSDIR}/devel/py-zope.lifecycleevent -USES= python zip -USE_PYTHON= distutils autoplist +NO_ARCH= yes +USES= python +USE_PYTHON= autoplist distutils .include Modified: head/devel/py-Products.BTreeFolder2/distinfo ============================================================================== --- head/devel/py-Products.BTreeFolder2/distinfo Sat Jul 4 20:15:16 2015 (r391329) +++ head/devel/py-Products.BTreeFolder2/distinfo Sat Jul 4 21:07:29 2015 (r391330) @@ -1,2 +1,2 @@ -SHA256 (zope/Products.BTreeFolder2-2.13.4.zip) = 775d276cdbed40e58fcc5ad78e708975d683756c633bb520c5b8af0583bbe8d9 -SIZE (zope/Products.BTreeFolder2-2.13.4.zip) = 26030 +SHA256 (zope/Products.BTreeFolder2-2.14.0.tar.gz) = d234839b43d4c9869c19daef0b9882a97b77e789c0557f7a0b7998607f037b5d +SIZE (zope/Products.BTreeFolder2-2.14.0.tar.gz) = 18739 Modified: head/devel/py-Products.ExternalMethod/Makefile ============================================================================== --- head/devel/py-Products.ExternalMethod/Makefile Sat Jul 4 20:15:16 2015 (r391329) +++ head/devel/py-Products.ExternalMethod/Makefile Sat Jul 4 21:07:29 2015 (r391330) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= Products.ExternalMethod -PORTVERSION= 2.13.0 -PORTREVISION= 1 +PORTVERSION= 2.13.1 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,6 +11,7 @@ MAINTAINER= zope@FreeBSD.org COMMENT= Support for external Python methods within a Zope 2 environment LICENSE= ZPL21 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}AccessControl>=0:${PORTSDIR}/security/py-AccessControl \ ${PYTHON_PKGNAMEPREFIX}Acquisition>=0:${PORTSDIR}/devel/py-Acquisition \ @@ -19,7 +19,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Acce ${PYTHON_PKGNAMEPREFIX}Persistence>=0:${PORTSDIR}/devel/py-Persistence \ zodb${PYTHON_PKGNAMESUFFIX}>=0:${PORTSDIR}/databases/zodb3 +NO_ARCH= yes USES= python zip -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils .include Modified: head/devel/py-Products.ExternalMethod/distinfo ============================================================================== --- head/devel/py-Products.ExternalMethod/distinfo Sat Jul 4 20:15:16 2015 (r391329) +++ head/devel/py-Products.ExternalMethod/distinfo Sat Jul 4 21:07:29 2015 (r391330) @@ -1,2 +1,2 @@ -SHA256 (zope/Products.ExternalMethod-2.13.0.zip) = 88d8c7f444a1be5bec13578637177550ce35109926b6bd619184f5965f3d8ca2 -SIZE (zope/Products.ExternalMethod-2.13.0.zip) = 20170 +SHA256 (zope/Products.ExternalMethod-2.13.1.zip) = 0caabb212fe8730b5e5f089f687d42a0f5a9997abcd11bf300b934e91b53dc6d +SIZE (zope/Products.ExternalMethod-2.13.1.zip) = 18537 Modified: head/devel/py-Products.StandardCacheManagers/Makefile ============================================================================== --- head/devel/py-Products.StandardCacheManagers/Makefile Sat Jul 4 20:15:16 2015 (r391329) +++ head/devel/py-Products.StandardCacheManagers/Makefile Sat Jul 4 21:07:29 2015 (r391330) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= Products.StandardCacheManagers -PORTVERSION= 2.13.0 -PORTREVISION= 1 +PORTVERSION= 2.13.1 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,12 +11,14 @@ MAINTAINER= zope@FreeBSD.org COMMENT= Cache managers for Zope 2 LICENSE= ZPL21 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}AccessControl>=0:${PORTSDIR}/security/py-AccessControl \ ${PYTHON_PKGNAMEPREFIX}transaction>=0:${PORTSDIR}/devel/py-transaction \ ${PYTHON_PKGNAMEPREFIX}zope.component>=0:${PORTSDIR}/devel/py-zope.component -USES= python zip -USE_PYTHON= distutils autoplist +NO_ARCH= yes +USES= python +USE_PYTHON= autoplist distutils .include Modified: head/devel/py-Products.StandardCacheManagers/distinfo ============================================================================== --- head/devel/py-Products.StandardCacheManagers/distinfo Sat Jul 4 20:15:16 2015 (r391329) +++ head/devel/py-Products.StandardCacheManagers/distinfo Sat Jul 4 21:07:29 2015 (r391330) @@ -1,2 +1,2 @@ -SHA256 (zope/Products.StandardCacheManagers-2.13.0.zip) = 9ddd7bb628bd12464865ae7e294117103786074f4bc9afc531aeadced6822001 -SIZE (zope/Products.StandardCacheManagers-2.13.0.zip) = 34434 +SHA256 (zope/Products.StandardCacheManagers-2.13.1.tar.gz) = b27902493c85a08da2eba37691772d8eb9f04081c9b31bd3ab60d45834651dbd +SIZE (zope/Products.StandardCacheManagers-2.13.1.tar.gz) = 22523 Modified: head/devel/py-zLOG/Makefile ============================================================================== --- head/devel/py-zLOG/Makefile Sat Jul 4 20:15:16 2015 (r391329) +++ head/devel/py-zLOG/Makefile Sat Jul 4 21:07:29 2015 (r391330) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= zLOG -PORTVERSION= 2.11.1 -PORTREVISION= 1 +PORTVERSION= 2.11.2 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,10 +11,12 @@ MAINTAINER= zope@FreeBSD.org COMMENT= General logging facility LICENSE= ZPL21 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zconfig>=0:${PORTSDIR}/devel/py-zconfig -USES= python -USE_PYTHON= distutils autoplist +NO_ARCH= yes +USES= python:2 +USE_PYTHON= autoplist distutils .include Modified: head/devel/py-zLOG/distinfo ============================================================================== --- head/devel/py-zLOG/distinfo Sat Jul 4 20:15:16 2015 (r391329) +++ head/devel/py-zLOG/distinfo Sat Jul 4 21:07:29 2015 (r391330) @@ -1,2 +1,2 @@ -SHA256 (zope/zLOG-2.11.1.tar.gz) = 0d8621499d8db143b4224d661258016295f1b2513166ac4b89bbdf761445fd73 -SIZE (zope/zLOG-2.11.1.tar.gz) = 6613 +SHA256 (zope/zLOG-2.11.2.tar.gz) = 8fa387501217cda142eaa984a43296a1f33c186ec191805ada02b99e5cbd7a25 +SIZE (zope/zLOG-2.11.2.tar.gz) = 7052 Modified: head/devel/py-zconfig/Makefile ============================================================================== --- head/devel/py-zconfig/Makefile Sat Jul 4 20:15:16 2015 (r391329) +++ head/devel/py-zconfig/Makefile Sat Jul 4 21:07:29 2015 (r391330) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= zconfig -PORTVERSION= 2.9.3 -PORTREVISION= 1 +PORTVERSION= 3.0.4 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,8 +13,10 @@ MAINTAINER= zope@FreeBSD.org COMMENT= General use python configuration library LICENSE= ZPL21 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:2 -USE_PYTHON= distutils autoplist +NO_ARCH= yes +USES= python +USE_PYTHON= autoplist distutils .include Modified: head/devel/py-zconfig/distinfo ============================================================================== --- head/devel/py-zconfig/distinfo Sat Jul 4 20:15:16 2015 (r391329) +++ head/devel/py-zconfig/distinfo Sat Jul 4 21:07:29 2015 (r391330) @@ -1,2 +1,2 @@ -SHA256 (zope/ZConfig-2.9.3.tar.gz) = 28aae6309cbf14fdf446a4d7331476633fdb07f0cdbc2bde1d1ab34a1c1f447d -SIZE (zope/ZConfig-2.9.3.tar.gz) = 259894 +SHA256 (zope/ZConfig-3.0.4.tar.gz) = 7db2f932e74730eb5302e16964f9997121b5381738ac87ddf9559b5df2a0bffe +SIZE (zope/ZConfig-3.0.4.tar.gz) = 260105 Modified: head/mail/py-Products.MailHost/Makefile ============================================================================== --- head/mail/py-Products.MailHost/Makefile Sat Jul 4 20:15:16 2015 (r391329) +++ head/mail/py-Products.MailHost/Makefile Sat Jul 4 21:07:29 2015 (r391330) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= Products.MailHost -PORTVERSION= 2.13.1 -PORTREVISION= 1 +PORTVERSION= 2.13.2 CATEGORIES= mail python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,8 +11,19 @@ MAINTAINER= zope@FreeBSD.org COMMENT= Zope.sendmail integration for Zope 2 LICENSE= ZPL21 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}AccessControl>0:${PORTSDIR}/security/py-AccessControl \ + ${PYTHON_PKGNAMEPREFIX}Acquisition>0:${PORTSDIR}/devel/py-Acquisition \ + ${PYTHON_PKGNAMEPREFIX}DateTime>0:${PORTSDIR}/devel/py-DateTime \ + ${PYTHON_PKGNAMEPREFIX}DocumentTemplate>0:${PORTSDIR}/devel/py-DocumentTemplate \ + ${PYTHON_PKGNAMEPREFIX}Persistence>0:${PORTSDIR}/devel/py-Persistence \ + ${PYTHON_PKGNAMEPREFIX}zope.deferredimport>0:${PORTSDIR}/devel/py-zope.deferredimport \ + ${PYTHON_PKGNAMEPREFIX}zope.interface>0:${PORTSDIR}/devel/py-zope.interface \ + ${PYTHON_PKGNAMEPREFIX}zope.sendmail>0:${PORTSDIR}/mail/py-zope.sendmail + +NO_ARCH= yes USES= python zip -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils .include Modified: head/mail/py-Products.MailHost/distinfo ============================================================================== --- head/mail/py-Products.MailHost/distinfo Sat Jul 4 20:15:16 2015 (r391329) +++ head/mail/py-Products.MailHost/distinfo Sat Jul 4 21:07:29 2015 (r391330) @@ -1,2 +1,2 @@ -SHA256 (zope/Products.MailHost-2.13.1.zip) = fe1b4797c4d3c5dd8123f715a75107f966f8b5469169c4c5c68c6b5776dc1199 -SIZE (zope/Products.MailHost-2.13.1.zip) = 29366 +SHA256 (zope/Products.MailHost-2.13.2.zip) = 5ccd20d7cd7979a7cc4c1db04fafe542f29e1c2cde18f6289a5d0a342e843e3a +SIZE (zope/Products.MailHost-2.13.2.zip) = 28007 Modified: head/www/zope213/Makefile ============================================================================== --- head/www/zope213/Makefile Sat Jul 4 20:15:16 2015 (r391329) +++ head/www/zope213/Makefile Sat Jul 4 21:07:29 2015 (r391330) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= zope213 -PORTVERSION= 2.13.22 -PORTREVISION= 1 +PORTVERSION= 2.13.23 CATEGORIES= www python zope MASTER_SITES= CHEESESHOP DISTNAME= Zope2-${PORTVERSION} @@ -12,6 +11,7 @@ MAINTAINER= zope@FreeBSD.org COMMENT= Object-based web application platform Version 2.13 LICENSE= ZPL21 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}AccessControl>=2.13.2:${PORTSDIR}/security/py-AccessControl \ ${PYTHON_PKGNAMEPREFIX}Acquisition>=0:${PORTSDIR}/devel/py-Acquisition \ @@ -80,7 +80,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Acce ${PYTHON_PKGNAMEPREFIX}Products.StandardCacheManagers>=0:${PORTSDIR}/devel/py-Products.StandardCacheManagers \ ${PYTHON_PKGNAMEPREFIX}manuel>=0:${PORTSDIR}/devel/py-manuel -USES= python:2 zip +USES= python:2 USE_PYTHON= autoplist distutils NO_ARCH= yes Modified: head/www/zope213/distinfo ============================================================================== --- head/www/zope213/distinfo Sat Jul 4 20:15:16 2015 (r391329) +++ head/www/zope213/distinfo Sat Jul 4 21:07:29 2015 (r391330) @@ -1,2 +1,2 @@ -SHA256 (zope/Zope2-2.13.22.zip) = 5470fbd19ce1e6718fabf97643b2648793582e7830ed0e05f14fa8df77e4ef5e -SIZE (zope/Zope2-2.13.22.zip) = 1400905 +SHA256 (zope/Zope2-2.13.23.tar.gz) = 5079375fe8ed3bbcc5e312dad9150941bb377c22963a0587785524a60d7c8885 +SIZE (zope/Zope2-2.13.23.tar.gz) = 1008870 From owner-svn-ports-all@freebsd.org Sat Jul 4 21:20:58 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4EFD69021; Sat, 4 Jul 2015 21:20:58 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 308F51D05; Sat, 4 Jul 2015 21:20:58 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t64LKwqR037069; Sat, 4 Jul 2015 21:20:58 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t64LKvMX037066; Sat, 4 Jul 2015 21:20:57 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201507042120.t64LKvMX037066@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Sat, 4 Jul 2015 21:20:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391331 - head/textproc/freexl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jul 2015 21:20:58 -0000 Author: robak Date: Sat Jul 4 21:20:56 2015 New Revision: 391331 URL: https://svnweb.freebsd.org/changeset/ports/391331 Log: textproc/freexl: update 1.0.0i -> 1.0.1 - Change DISTVERSION to PORTVERSION PR: 201309 Submitted by: Bartoletti (maintainer) Modified: head/textproc/freexl/Makefile head/textproc/freexl/distinfo head/textproc/freexl/pkg-plist Modified: head/textproc/freexl/Makefile ============================================================================== --- head/textproc/freexl/Makefile Sat Jul 4 21:07:29 2015 (r391330) +++ head/textproc/freexl/Makefile Sat Jul 4 21:20:56 2015 (r391331) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= freexl -DISTVERSION= 1.0.0i +PORTVERSION= 1.0.1 CATEGORIES= textproc MASTER_SITES= http://www.gaia-gis.it/gaia-sins/freexl-sources/ Modified: head/textproc/freexl/distinfo ============================================================================== --- head/textproc/freexl/distinfo Sat Jul 4 21:07:29 2015 (r391330) +++ head/textproc/freexl/distinfo Sat Jul 4 21:20:56 2015 (r391331) @@ -1,2 +1,2 @@ -SHA256 (freexl-1.0.0i.tar.gz) = facef8070230730b16b06c98874c35046942be153236cc348b2898dfa7443b23 -SIZE (freexl-1.0.0i.tar.gz) = 933104 +SHA256 (freexl-1.0.1.tar.gz) = df0127e1e23e9ac9a189c27880fb71207837e8cba93d21084356491c9934b89b +SIZE (freexl-1.0.1.tar.gz) = 933371 Modified: head/textproc/freexl/pkg-plist ============================================================================== --- head/textproc/freexl/pkg-plist Sat Jul 4 21:07:29 2015 (r391330) +++ head/textproc/freexl/pkg-plist Sat Jul 4 21:20:56 2015 (r391331) @@ -2,5 +2,5 @@ include/freexl.h lib/libfreexl.a lib/libfreexl.so lib/libfreexl.so.1 -lib/libfreexl.so.1.0.0 +lib/libfreexl.so.1.1.0 libdata/pkgconfig/freexl.pc From owner-svn-ports-all@freebsd.org Sat Jul 4 21:41:56 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A782C93E7; Sat, 4 Jul 2015 21:41:56 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8C97E15AE; Sat, 4 Jul 2015 21:41:56 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t64LfugP047293; Sat, 4 Jul 2015 21:41:56 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t64Lfu60047288; Sat, 4 Jul 2015 21:41:56 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201507042141.t64Lfu60047288@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Sat, 4 Jul 2015 21:41:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391332 - in head/textproc: py-libxml2 py3-libxml2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jul 2015 21:41:56 -0000 Author: rm Date: Sat Jul 4 21:41:55 2015 New Revision: 391332 URL: https://svnweb.freebsd.org/changeset/ports/391332 Log: Convert py-libxml2 ports to autoplist PR: 194470 Submitted by: rm (myself) Approved by: maintainer timeout (6 months+) Deleted: head/textproc/py-libxml2/pkg-plist head/textproc/py3-libxml2/pkg-plist Modified: head/textproc/py-libxml2/Makefile head/textproc/py3-libxml2/Makefile Modified: head/textproc/py-libxml2/Makefile ============================================================================== --- head/textproc/py-libxml2/Makefile Sat Jul 4 21:20:56 2015 (r391331) +++ head/textproc/py-libxml2/Makefile Sat Jul 4 21:41:55 2015 (r391332) @@ -17,8 +17,7 @@ PLIST= ${.CURDIR}/pkg-plist USE_GNOME+= libxml2 USES+= python:2 -USE_PYTHON= distutils -PYDISTUTILS_EGGINFO= libxml2_python-${PORTVERSION}-py${PYTHON_VER}.egg-info +USE_PYTHON= autoplist distutils CPPFLAGS+= `${PYTHON_VERSION}-config --cflags` LDFLAGS+= -L${LOCALBASE}/lib `${PYTHON_VERSION}-config --libs` Modified: head/textproc/py3-libxml2/Makefile ============================================================================== --- head/textproc/py3-libxml2/Makefile Sat Jul 4 21:20:56 2015 (r391331) +++ head/textproc/py3-libxml2/Makefile Sat Jul 4 21:41:55 2015 (r391332) @@ -17,9 +17,7 @@ PLIST= ${.CURDIR}/pkg-plist USE_GNOME+= libxml2 USES= python:3 -USE_PYTHON= distutils -PYDISTUTILS_EGGINFO= libxml2_python-${PORTVERSION}-py${PYTHON_VER}.egg-info -PLIST_SUB+= PYTVER=${PYTHON_VER:S/.//} +USE_PYTHON= autoplist distutils CPPFLAGS+= `${PYTHON_VERSION}-config --cflags` LDFLAGS+= -L${LOCALBASE}/lib `${PYTHON_VERSION}-config --libs` From owner-svn-ports-all@freebsd.org Sat Jul 4 21:54:55 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 839C795BC; Sat, 4 Jul 2015 21:54:55 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 73A551BD7; Sat, 4 Jul 2015 21:54:55 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t64LstcZ052613; Sat, 4 Jul 2015 21:54:55 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t64LssQC052606; Sat, 4 Jul 2015 21:54:54 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201507042154.t64LssQC052606@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Sat, 4 Jul 2015 21:54:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391333 - in head/www: nginx nginx-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jul 2015 21:54:55 -0000 Author: osa Date: Sat Jul 4 21:54:53 2015 New Revision: 391333 URL: https://svnweb.freebsd.org/changeset/ports/391333 Log: Upgrade third-party headers_more module from 0.26 to 0.261. Modified: head/www/nginx-devel/Makefile head/www/nginx-devel/distinfo head/www/nginx/Makefile head/www/nginx/distinfo Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Sat Jul 4 21:41:55 2015 (r391332) +++ head/www/nginx-devel/Makefile Sat Jul 4 21:54:53 2015 (r391333) @@ -382,7 +382,7 @@ CONFIGURE_ARGS+=--add-module=${WRKSRC_ec .endif .if ${PORT_OPTIONS:MHEADERS_MORE} -NGINX_HEADERS_MORE_VERSION= 0.26 +NGINX_HEADERS_MORE_VERSION= 0.261 GH_ACCOUNT+= openresty:headers_more GH_PROJECT+= headers-more-nginx-module:headers_more GH_TAGNAME+= v${NGINX_HEADERS_MORE_VERSION}:headers_more Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Sat Jul 4 21:41:55 2015 (r391332) +++ head/www/nginx-devel/distinfo Sat Jul 4 21:54:53 2015 (r391333) @@ -48,8 +48,8 @@ SHA256 (nginx-clojure-nginx-clojure-v0.3 SIZE (nginx-clojure-nginx-clojure-v0.3.0_GH0.tar.gz) = 472761 SHA256 (openresty-echo-nginx-module-v0.57_GH0.tar.gz) = 8467237ca0fae74ca7a32fbd34fc6044df307098415d48068214c9c235695a07 SIZE (openresty-echo-nginx-module-v0.57_GH0.tar.gz) = 65073 -SHA256 (openresty-headers-more-nginx-module-v0.26_GH0.tar.gz) = 648e450ff48256919e948092e22dc9e17557f55311a669c5c72842a3d5ec1e79 -SIZE (openresty-headers-more-nginx-module-v0.26_GH0.tar.gz) = 28033 +SHA256 (openresty-headers-more-nginx-module-v0.261_GH0.tar.gz) = 03d1f5fbecba8565f247d87a38f5e4b6440b0a56d752bdd2b29af2f1c4aea480 +SIZE (openresty-headers-more-nginx-module-v0.261_GH0.tar.gz) = 28022 SHA256 (arut-nginx-dav-ext-module-v0.0.3_GH0.tar.gz) = d428a0236c933779cb40ac8c91afb19d5c25a376dc3caab825bfd543e1ee530d SIZE (arut-nginx-dav-ext-module-v0.0.3_GH0.tar.gz) = 6260 SHA256 (vkholodkov-nginx-eval-module-1.0.3_GH0.tar.gz) = 849381433a9020ee1162fa6211b047369fde38dc1a8b5de79f03f8fff2407fe2 Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Sat Jul 4 21:41:55 2015 (r391332) +++ head/www/nginx/Makefile Sat Jul 4 21:54:53 2015 (r391333) @@ -376,7 +376,7 @@ CONFIGURE_ARGS+=--add-module=${WRKSRC_ec .endif .if ${PORT_OPTIONS:MHEADERS_MORE} -NGINX_HEADERS_MORE_VERSION= 0.26 +NGINX_HEADERS_MORE_VERSION= 0.261 GH_ACCOUNT+= openresty:headers_more GH_PROJECT+= headers-more-nginx-module:headers_more GH_TAGNAME+= v${NGINX_HEADERS_MORE_VERSION}:headers_more Modified: head/www/nginx/distinfo ============================================================================== --- head/www/nginx/distinfo Sat Jul 4 21:41:55 2015 (r391332) +++ head/www/nginx/distinfo Sat Jul 4 21:54:53 2015 (r391333) @@ -48,8 +48,8 @@ SHA256 (nginx-clojure-nginx-clojure-v0.3 SIZE (nginx-clojure-nginx-clojure-v0.3.0_GH0.tar.gz) = 472761 SHA256 (openresty-echo-nginx-module-v0.57_GH0.tar.gz) = 8467237ca0fae74ca7a32fbd34fc6044df307098415d48068214c9c235695a07 SIZE (openresty-echo-nginx-module-v0.57_GH0.tar.gz) = 65073 -SHA256 (openresty-headers-more-nginx-module-v0.26_GH0.tar.gz) = 648e450ff48256919e948092e22dc9e17557f55311a669c5c72842a3d5ec1e79 -SIZE (openresty-headers-more-nginx-module-v0.26_GH0.tar.gz) = 28033 +SHA256 (openresty-headers-more-nginx-module-v0.261_GH0.tar.gz) = 03d1f5fbecba8565f247d87a38f5e4b6440b0a56d752bdd2b29af2f1c4aea480 +SIZE (openresty-headers-more-nginx-module-v0.261_GH0.tar.gz) = 28022 SHA256 (arut-nginx-dav-ext-module-v0.0.3_GH0.tar.gz) = d428a0236c933779cb40ac8c91afb19d5c25a376dc3caab825bfd543e1ee530d SIZE (arut-nginx-dav-ext-module-v0.0.3_GH0.tar.gz) = 6260 SHA256 (vkholodkov-nginx-eval-module-1.0.3_GH0.tar.gz) = 849381433a9020ee1162fa6211b047369fde38dc1a8b5de79f03f8fff2407fe2 From owner-svn-ports-all@freebsd.org Sat Jul 4 22:14:16 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 33EE1981E; Sat, 4 Jul 2015 22:14:16 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 23D0A1150; Sat, 4 Jul 2015 22:14:16 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t64MEGOD062536; Sat, 4 Jul 2015 22:14:16 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t64MEFVl062532; Sat, 4 Jul 2015 22:14:15 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201507042214.t64MEFVl062532@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Sat, 4 Jul 2015 22:14:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391334 - in head/x11: libxcb xcb-proto X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jul 2015 22:14:16 -0000 Author: rm Date: Sat Jul 4 22:14:14 2015 New Revision: 391334 URL: https://svnweb.freebsd.org/changeset/ports/391334 Log: Allow build libxcb and xcb-proto with python3 Since version 1.11 libxcb successfully builds with pytnon3, so we don't need to limit python version anymore. PR: 194748 194749 Submitted by: rm (myself) Approved by: maintainer timeout (6 months+) Modified: head/x11/libxcb/Makefile head/x11/xcb-proto/Makefile head/x11/xcb-proto/pkg-plist Modified: head/x11/libxcb/Makefile ============================================================================== --- head/x11/libxcb/Makefile Sat Jul 4 21:54:53 2015 (r391333) +++ head/x11/libxcb/Makefile Sat Jul 4 22:14:14 2015 (r391334) @@ -21,7 +21,7 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgcon CONFIGURE_ARGS+= --disable-build-docs --without-doxygen --enable-xinput XORG_CAT= lib -USES= cpe gmake python:2,build +USES= cpe gmake python:build USE_GNOME= libxslt:build USE_XORG= xau xdmcp INSTALL_TARGET= install-strip Modified: head/x11/xcb-proto/Makefile ============================================================================== --- head/x11/xcb-proto/Makefile Sat Jul 4 21:54:53 2015 (r391333) +++ head/x11/xcb-proto/Makefile Sat Jul 4 22:14:14 2015 (r391334) @@ -11,8 +11,16 @@ COMMENT= The X protocol C-language Bindi USE_GNOME= libxml2:build XORG_CAT= proto -USES= python:2 +USES= python DATADIR= ${PREFIX}/share/xcb -.include +.include + +.if ${PYTHON_MAJOR_VER} == 3 +PLIST_SUB+= PYTHON_SUFFIX=${PYTHON_SUFFIX} PY3="" PY2="@comment " +.else +PLIST_SUB+= PY2="" PY3="@comment " +.endif + +.include Modified: head/x11/xcb-proto/pkg-plist ============================================================================== --- head/x11/xcb-proto/pkg-plist Sat Jul 4 21:54:53 2015 (r391333) +++ head/x11/xcb-proto/pkg-plist Sat Jul 4 22:14:14 2015 (r391334) @@ -37,15 +37,27 @@ libdata/pkgconfig/xcb-proto.pc %%PYTHON_SITELIBDIR%%/xcbgen/matcher.py %%PYTHON_SITELIBDIR%%/xcbgen/state.py %%PYTHON_SITELIBDIR%%/xcbgen/xtypes.py -%%PYTHON_SITELIBDIR%%/xcbgen/__init__.pyc -%%PYTHON_SITELIBDIR%%/xcbgen/error.pyc -%%PYTHON_SITELIBDIR%%/xcbgen/expr.pyc -%%PYTHON_SITELIBDIR%%/xcbgen/matcher.pyc -%%PYTHON_SITELIBDIR%%/xcbgen/state.pyc -%%PYTHON_SITELIBDIR%%/xcbgen/xtypes.pyc -%%PYTHON_SITELIBDIR%%/xcbgen/__init__.pyo -%%PYTHON_SITELIBDIR%%/xcbgen/error.pyo -%%PYTHON_SITELIBDIR%%/xcbgen/expr.pyo -%%PYTHON_SITELIBDIR%%/xcbgen/matcher.pyo -%%PYTHON_SITELIBDIR%%/xcbgen/state.pyo -%%PYTHON_SITELIBDIR%%/xcbgen/xtypes.pyo +%%PY2%%%%PYTHON_SITELIBDIR%%/xcbgen/__init__.pyc +%%PY2%%%%PYTHON_SITELIBDIR%%/xcbgen/error.pyc +%%PY2%%%%PYTHON_SITELIBDIR%%/xcbgen/expr.pyc +%%PY2%%%%PYTHON_SITELIBDIR%%/xcbgen/matcher.pyc +%%PY2%%%%PYTHON_SITELIBDIR%%/xcbgen/state.pyc +%%PY2%%%%PYTHON_SITELIBDIR%%/xcbgen/xtypes.pyc +%%PY2%%%%PYTHON_SITELIBDIR%%/xcbgen/__init__.pyo +%%PY2%%%%PYTHON_SITELIBDIR%%/xcbgen/error.pyo +%%PY2%%%%PYTHON_SITELIBDIR%%/xcbgen/expr.pyo +%%PY2%%%%PYTHON_SITELIBDIR%%/xcbgen/matcher.pyo +%%PY2%%%%PYTHON_SITELIBDIR%%/xcbgen/state.pyo +%%PY2%%%%PYTHON_SITELIBDIR%%/xcbgen/xtypes.pyo +%%PY3%%%%PYTHON_SITELIBDIR%%/xcbgen/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc +%%PY3%%%%PYTHON_SITELIBDIR%%/xcbgen/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyo +%%PY3%%%%PYTHON_SITELIBDIR%%/xcbgen/__pycache__/error.cpython-%%PYTHON_SUFFIX%%.pyc +%%PY3%%%%PYTHON_SITELIBDIR%%/xcbgen/__pycache__/error.cpython-%%PYTHON_SUFFIX%%.pyo +%%PY3%%%%PYTHON_SITELIBDIR%%/xcbgen/__pycache__/expr.cpython-%%PYTHON_SUFFIX%%.pyc +%%PY3%%%%PYTHON_SITELIBDIR%%/xcbgen/__pycache__/expr.cpython-%%PYTHON_SUFFIX%%.pyo +%%PY3%%%%PYTHON_SITELIBDIR%%/xcbgen/__pycache__/matcher.cpython-%%PYTHON_SUFFIX%%.pyc +%%PY3%%%%PYTHON_SITELIBDIR%%/xcbgen/__pycache__/matcher.cpython-%%PYTHON_SUFFIX%%.pyo +%%PY3%%%%PYTHON_SITELIBDIR%%/xcbgen/__pycache__/state.cpython-%%PYTHON_SUFFIX%%.pyc +%%PY3%%%%PYTHON_SITELIBDIR%%/xcbgen/__pycache__/state.cpython-%%PYTHON_SUFFIX%%.pyo +%%PY3%%%%PYTHON_SITELIBDIR%%/xcbgen/__pycache__/xtypes.cpython-%%PYTHON_SUFFIX%%.pyc +%%PY3%%%%PYTHON_SITELIBDIR%%/xcbgen/__pycache__/xtypes.cpython-%%PYTHON_SUFFIX%%.pyo From owner-svn-ports-all@freebsd.org Sat Jul 4 22:24:38 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9DE4599E6; Sat, 4 Jul 2015 22:24:38 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 881F018AD; Sat, 4 Jul 2015 22:24:38 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t64MOcLB067542; Sat, 4 Jul 2015 22:24:38 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t64MOZnS067519; Sat, 4 Jul 2015 22:24:35 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201507042224.t64MOZnS067519@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Sat, 4 Jul 2015 22:24:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391335 - in head/www: nginx nginx-devel nginx-devel/files nginx/files rubygem-passenger X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jul 2015 22:24:38 -0000 Author: osa Date: Sat Jul 4 22:24:34 2015 New Revision: 391335 URL: https://svnweb.freebsd.org/changeset/ports/391335 Log: Upgrade from 5.0.11 to 5.0.13: o) www/rubygem-passenger; o) third-party modules for www/nginx and www/nginx-devel. Modified: head/www/nginx-devel/Makefile head/www/nginx-devel/distinfo head/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb head/www/nginx/Makefile head/www/nginx/distinfo head/www/nginx/files/extra-patch-passenger-build-nginx.rb head/www/rubygem-passenger/Makefile head/www/rubygem-passenger/distinfo Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Sat Jul 4 22:14:14 2015 (r391334) +++ head/www/nginx-devel/Makefile Sat Jul 4 22:24:34 2015 (r391335) @@ -687,7 +687,7 @@ CONFIGURE_ARGS+=--without-http_rewrite_m .endif .if ${PORT_OPTIONS:MPASSENGER} -PASSENGER_VERSION= 5.0.11 +PASSENGER_VERSION= 5.0.13 MASTER_SITES+= http://s3.amazonaws.com/phusion-passenger/releases/:passenger DISTFILES+= passenger-${PASSENGER_VERSION}.tar.gz:passenger CONFIGURE_ARGS+=--add-module=${WRKDIR}/passenger-${PASSENGER_VERSION}/ext/nginx Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Sat Jul 4 22:14:14 2015 (r391334) +++ head/www/nginx-devel/distinfo Sat Jul 4 22:24:34 2015 (r391335) @@ -28,8 +28,8 @@ SHA256 (modsecurity-2.9.0.tar.gz) = e2bb SIZE (modsecurity-2.9.0.tar.gz) = 4246467 SHA256 (naxsi-core-0.50.tgz) = 7cece5f9d9c5df9e09af1e1023bc8e04bbbbe953e67461b893b8240e82ca52ef SIZE (naxsi-core-0.50.tgz) = 49809 -SHA256 (passenger-5.0.11.tar.gz) = 5f90508c9192393f227664ae01a236147f9fe05e249bad1bccb4f921e9239c01 -SIZE (passenger-5.0.11.tar.gz) = 5555746 +SHA256 (passenger-5.0.13.tar.gz) = 9fef27b97e883e6bc55d817c52b927f2d5cd8bbc2ce79686a3de794d7e0c40e1 +SIZE (passenger-5.0.13.tar.gz) = 5556161 SHA256 (nginx-sflow-module-0.9.7.tar.gz) = 508d15a43059abab08281bfa66d2dd520e2e7635d0b17043549bb331c8755b76 SIZE (nginx-sflow-module-0.9.7.tar.gz) = 27614 SHA256 (ngx_slowfs_cache-1.10.tar.gz) = 1e81453942e5b0877de1f1f06c56ae82918ea9818255cb935bcb673c95a758a1 Modified: head/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb ============================================================================== --- head/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb Sat Jul 4 22:14:14 2015 (r391334) +++ head/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb Sat Jul 4 22:24:34 2015 (r391335) @@ -1,5 +1,5 @@ ---- ../passenger-5.0.11/build/nginx.rb.orig 2013-10-27 02:00:00.000000000 +0400 -+++ ../passenger-5.0.11/build/nginx.rb 2015-03-07 06:07:38.000000000 +0300 +--- ../passenger-5.0.13/build/nginx.rb.orig 2013-10-27 02:00:00.000000000 +0400 ++++ ../passenger-5.0.13/build/nginx.rb 2015-03-07 06:07:38.000000000 +0300 @@ -32,6 +32,7 @@ desc "Build Nginx support files" task :nginx => [ Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Sat Jul 4 22:14:14 2015 (r391334) +++ head/www/nginx/Makefile Sat Jul 4 22:24:34 2015 (r391335) @@ -672,7 +672,7 @@ CONFIGURE_ARGS+=--without-http_rewrite_m .endif .if ${PORT_OPTIONS:MPASSENGER} -PASSENGER_VERSION= 5.0.11 +PASSENGER_VERSION= 5.0.13 MASTER_SITES+= http://s3.amazonaws.com/phusion-passenger/releases/:passenger DISTFILES+= passenger-${PASSENGER_VERSION}.tar.gz:passenger CONFIGURE_ARGS+=--add-module=${WRKDIR}/passenger-${PASSENGER_VERSION}/ext/nginx Modified: head/www/nginx/distinfo ============================================================================== --- head/www/nginx/distinfo Sat Jul 4 22:14:14 2015 (r391334) +++ head/www/nginx/distinfo Sat Jul 4 22:24:34 2015 (r391335) @@ -28,8 +28,8 @@ SHA256 (modsecurity-2.9.0.tar.gz) = e2bb SIZE (modsecurity-2.9.0.tar.gz) = 4246467 SHA256 (naxsi-core-0.50.tgz) = 7cece5f9d9c5df9e09af1e1023bc8e04bbbbe953e67461b893b8240e82ca52ef SIZE (naxsi-core-0.50.tgz) = 49809 -SHA256 (passenger-5.0.11.tar.gz) = 5f90508c9192393f227664ae01a236147f9fe05e249bad1bccb4f921e9239c01 -SIZE (passenger-5.0.11.tar.gz) = 5555746 +SHA256 (passenger-5.0.13.tar.gz) = 9fef27b97e883e6bc55d817c52b927f2d5cd8bbc2ce79686a3de794d7e0c40e1 +SIZE (passenger-5.0.13.tar.gz) = 5556161 SHA256 (nginx-sflow-module-0.9.7.tar.gz) = 508d15a43059abab08281bfa66d2dd520e2e7635d0b17043549bb331c8755b76 SIZE (nginx-sflow-module-0.9.7.tar.gz) = 27614 SHA256 (ngx_slowfs_cache-1.10.tar.gz) = 1e81453942e5b0877de1f1f06c56ae82918ea9818255cb935bcb673c95a758a1 Modified: head/www/nginx/files/extra-patch-passenger-build-nginx.rb ============================================================================== --- head/www/nginx/files/extra-patch-passenger-build-nginx.rb Sat Jul 4 22:14:14 2015 (r391334) +++ head/www/nginx/files/extra-patch-passenger-build-nginx.rb Sat Jul 4 22:24:34 2015 (r391335) @@ -1,5 +1,5 @@ ---- ../passenger-5.0.11/build/nginx.rb.orig 2013-10-27 02:00:00.000000000 +0400 -+++ ../passenger-5.0.11/build/nginx.rb 2015-03-07 06:07:38.000000000 +0300 +--- ../passenger-5.0.13/build/nginx.rb.orig 2013-10-27 02:00:00.000000000 +0400 ++++ ../passenger-5.0.13/build/nginx.rb 2015-03-07 06:07:38.000000000 +0300 @@ -32,6 +32,7 @@ desc "Build Nginx support files" task :nginx => [ Modified: head/www/rubygem-passenger/Makefile ============================================================================== --- head/www/rubygem-passenger/Makefile Sat Jul 4 22:14:14 2015 (r391334) +++ head/www/rubygem-passenger/Makefile Sat Jul 4 22:24:34 2015 (r391335) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= passenger -PORTVERSION= 5.0.11 +PORTVERSION= 5.0.13 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMEPREFIX= rubygem- Modified: head/www/rubygem-passenger/distinfo ============================================================================== --- head/www/rubygem-passenger/distinfo Sat Jul 4 22:14:14 2015 (r391334) +++ head/www/rubygem-passenger/distinfo Sat Jul 4 22:24:34 2015 (r391335) @@ -1,2 +1,2 @@ -SHA256 (rubygem/passenger-5.0.11.gem) = b1b827b8baf22cf10019f20fec2f0198ef57e58325fda5cba4ae893b27e6223e -SIZE (rubygem/passenger-5.0.11.gem) = 5565440 +SHA256 (rubygem/passenger-5.0.13.gem) = 91795e0ae23992eb1df758f70089239ee4b85253e6a9886c1c39bf8f4ee983b2 +SIZE (rubygem/passenger-5.0.13.gem) = 5565952 From owner-svn-ports-all@freebsd.org Sat Jul 4 22:32:31 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 184019B3E; Sat, 4 Jul 2015 22:32:31 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D87C81BE9; Sat, 4 Jul 2015 22:32:30 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t64MWUsT072624; Sat, 4 Jul 2015 22:32:30 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t64MWTn1072621; Sat, 4 Jul 2015 22:32:29 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201507042232.t64MWTn1072621@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 4 Jul 2015 22:32:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391336 - head/x11/nxcomp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jul 2015 22:32:31 -0000 Author: bapt Date: Sat Jul 4 22:32:29 2015 New Revision: 391336 URL: https://svnweb.freebsd.org/changeset/ports/391336 Log: Update to 3.5.0.32 Modified: head/x11/nxcomp/Makefile head/x11/nxcomp/distinfo head/x11/nxcomp/pkg-plist Modified: head/x11/nxcomp/Makefile ============================================================================== --- head/x11/nxcomp/Makefile Sat Jul 4 22:24:34 2015 (r391335) +++ head/x11/nxcomp/Makefile Sat Jul 4 22:32:29 2015 (r391336) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= nxcomp -PORTVERSION= 3.5.0.31 +PORTVERSION= 3.5.0.32 MASTER_SITES= http://code.x2go.org/releases/source/nx-libs/ CATEGORIES= x11 devel DISTNAME= nx-libs-${PORTVERSION}-lite @@ -11,8 +11,7 @@ COMMENT= NX X11 protocol compression lib WRKSRC= ${WRKDIR}/nx-libs-${PORTVERSION}/${PORTNAME} -USES= gmake jpeg -USE_AUTOTOOLS= autoconf +USES= autoreconf gmake jpeg USE_XORG= xproto GNU_CONFIGURE= yes LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png Modified: head/x11/nxcomp/distinfo ============================================================================== --- head/x11/nxcomp/distinfo Sat Jul 4 22:24:34 2015 (r391335) +++ head/x11/nxcomp/distinfo Sat Jul 4 22:32:29 2015 (r391336) @@ -1,2 +1,2 @@ -SHA256 (nx-libs-3.5.0.31-lite.tar.gz) = 6dbaa60d9505454011d53e06ee60d44bd86ae43b7370d9c4d1ff8cfc65ee23c2 -SIZE (nx-libs-3.5.0.31-lite.tar.gz) = 1551126 +SHA256 (nx-libs-3.5.0.32-lite.tar.gz) = b5ab9f0ae35cdf6c3e26484d2a2ca55cd0225b6d8693f5544a096b19585bc50a +SIZE (nx-libs-3.5.0.32-lite.tar.gz) = 621121 Modified: head/x11/nxcomp/pkg-plist ============================================================================== --- head/x11/nxcomp/pkg-plist Sat Jul 4 22:24:34 2015 (r391335) +++ head/x11/nxcomp/pkg-plist Sat Jul 4 22:32:29 2015 (r391336) @@ -9,4 +9,4 @@ include/nx/NXvars.h lib/libXcomp.a lib/libXcomp.so lib/libXcomp.so.3 -lib/libXcomp.so.3.5.0.31 +lib/libXcomp.so.3.5.0.32 From owner-svn-ports-all@freebsd.org Sat Jul 4 22:33:09 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 480159B61; Sat, 4 Jul 2015 22:33:09 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 389CF1CC9; Sat, 4 Jul 2015 22:33:09 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t64MX9QJ072849; Sat, 4 Jul 2015 22:33:09 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t64MX9AS072848; Sat, 4 Jul 2015 22:33:09 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201507042233.t64MX9AS072848@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 4 Jul 2015 22:33:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391337 - head/x11/nxcomp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jul 2015 22:33:09 -0000 Author: bapt Date: Sat Jul 4 22:33:08 2015 New Revision: 391337 URL: https://svnweb.freebsd.org/changeset/ports/391337 Log: Drop maintainership Modified: head/x11/nxcomp/Makefile Modified: head/x11/nxcomp/Makefile ============================================================================== --- head/x11/nxcomp/Makefile Sat Jul 4 22:32:29 2015 (r391336) +++ head/x11/nxcomp/Makefile Sat Jul 4 22:33:08 2015 (r391337) @@ -6,7 +6,7 @@ MASTER_SITES= http://code.x2go.org/relea CATEGORIES= x11 devel DISTNAME= nx-libs-${PORTVERSION}-lite -MAINTAINER= bapt@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= NX X11 protocol compression libraries WRKSRC= ${WRKDIR}/nx-libs-${PORTVERSION}/${PORTNAME} From owner-svn-ports-all@freebsd.org Sat Jul 4 22:35:06 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3E19A9BA0; Sat, 4 Jul 2015 22:35:06 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2A5291DB3; Sat, 4 Jul 2015 22:35:06 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t64MZ634073287; Sat, 4 Jul 2015 22:35:06 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t64MZ5x5073279; Sat, 4 Jul 2015 22:35:05 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201507042235.t64MZ5x5073279@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 4 Jul 2015 22:35:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391338 - head/net/nxproxy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jul 2015 22:35:06 -0000 Author: bapt Date: Sat Jul 4 22:35:04 2015 New Revision: 391338 URL: https://svnweb.freebsd.org/changeset/ports/391338 Log: Update to 3.5.0.32 Drop maintainership Modified: head/net/nxproxy/Makefile head/net/nxproxy/distinfo Modified: head/net/nxproxy/Makefile ============================================================================== --- head/net/nxproxy/Makefile Sat Jul 4 22:33:08 2015 (r391337) +++ head/net/nxproxy/Makefile Sat Jul 4 22:35:04 2015 (r391338) @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= nxproxy -DISTVERSION= 3.5.0.31 +DISTVERSION= 3.5.0.32 CATEGORIES= net MASTER_SITES= http://code.x2go.org/releases/source/nx-libs/ DISTNAME= nx-libs-${PORTVERSION}-lite -MAINTAINER= bapt@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Helper program for x2go LICENSE= GPLv2 @@ -16,7 +16,8 @@ LIB_DEPENDS= libXcomp.so:${PORTSDIR}/x11 WRKSRC= ${WRKDIR}/nx-libs-${PORTVERSION}/${PORTNAME} LDFLAGS+= -L${LOCALBASE}/lib -USE_AUTOTOOLS= autoconf +USES= autoreconf +GNU_CONFIGURE= yes PLIST_FILES= bin/nxproxy \ man/man1/nxproxy.1.gz Modified: head/net/nxproxy/distinfo ============================================================================== --- head/net/nxproxy/distinfo Sat Jul 4 22:33:08 2015 (r391337) +++ head/net/nxproxy/distinfo Sat Jul 4 22:35:04 2015 (r391338) @@ -1,2 +1,2 @@ -SHA256 (nx-libs-3.5.0.31-lite.tar.gz) = 6dbaa60d9505454011d53e06ee60d44bd86ae43b7370d9c4d1ff8cfc65ee23c2 -SIZE (nx-libs-3.5.0.31-lite.tar.gz) = 1551126 +SHA256 (nx-libs-3.5.0.32-lite.tar.gz) = b5ab9f0ae35cdf6c3e26484d2a2ca55cd0225b6d8693f5544a096b19585bc50a +SIZE (nx-libs-3.5.0.32-lite.tar.gz) = 621121