From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 00:10:17 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 91C924B5; Sun, 1 Sep 2013 00:10:17 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 70AD12B38; Sun, 1 Sep 2013 00:10:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r810AHLi050597; Sun, 1 Sep 2013 00:10:17 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r810AGvY050590; Sun, 1 Sep 2013 00:10:16 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201309010010.r810AGvY050590@svn.freebsd.org> From: Guido Falsi Date: Sun, 1 Sep 2013 00:10:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325837 - in head/misc/vifm: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 00:10:17 -0000 Author: madpilot Date: Sun Sep 1 00:10:16 2013 New Revision: 325837 URL: http://svnweb.freebsd.org/changeset/ports/325837 Log: - Update to 0.7.4b PR: ports/177589 Submitted by: Kaspars Bankovskis (maintainer) Added: head/misc/vifm/files/patch-configure.in (contents, props changed) head/misc/vifm/files/patch-src-sort.c (contents, props changed) head/misc/vifm/files/patch-src-utils-utils.c (contents, props changed) Deleted: head/misc/vifm/files/patch-src__commands.c head/misc/vifm/files/patch-src__file_magic.c head/misc/vifm/files/patch-src__fileops.c Modified: head/misc/vifm/Makefile (contents, props changed) head/misc/vifm/distinfo (contents, props changed) Modified: head/misc/vifm/Makefile ============================================================================== --- head/misc/vifm/Makefile Sat Aug 31 23:55:40 2013 (r325836) +++ head/misc/vifm/Makefile Sun Sep 1 00:10:16 2013 (r325837) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= vifm -PORTVERSION= 0.6.3 +PORTVERSION= 0.7.4b CATEGORIES= misc MASTER_SITES= SF/${PORTNAME}/${PORTNAME} @@ -12,40 +12,21 @@ COMMENT= Ncurses based file manager with LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -OPTIONS_DEFINE= VIFM_SCREEN -VIFM_SCREEN_DESC= Use vifm with the screen program - -USES= ncurses +USES= gmake ncurses USE_BZIP2= yes -GNU_CONFIGURE= yes +USE_AUTOTOOLS= autoconf CONFIGURE_ARGS= --without-gtk MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOHEADER="${TRUE}" \ AUTOMAKE="${TRUE}" -MAN1= vifm.1 +MAN1= vifm.1 \ + vifm-pause.1 \ + vifmrc-converter.1 PLIST_FILES= bin/vifm \ + bin/vifmrc-converter \ bin/vifm-pause \ - %%DATADIR%%/startup \ %%DATADIR%%/vifm-help.txt \ - %%DATADIR%%/vifm.txt \ - %%DATADIR%%/vifm.vim \ %%DATADIR%%/vifmrc PLIST_DIRS= %%DATADIR%% -.include - -.if ${PORT_OPTIONS:MVIFM_SCREEN} -RUN_DEPENDS= screen:${PORTSDIR}/sysutils/screen -.endif - -post-patch: - @${REINPLACE_CMD} -e 's/resize_term/resizeterm/g' \ - ${WRKSRC}/src/ui.c -.if ${PORT_OPTIONS:MVIFM_SCREEN} - @${REINPLACE_CMD} -e "s/cfg.use_screen = 0/cfg.use_screen = 1/" \ - ${WRKSRC}/src/config.c - @${REINPLACE_CMD} -e "s/USE_SCREEN=0/USE_SCREEN=1/" \ - ${WRKSRC}/src/vifmrc -.endif - .include Modified: head/misc/vifm/distinfo ============================================================================== --- head/misc/vifm/distinfo Sat Aug 31 23:55:40 2013 (r325836) +++ head/misc/vifm/distinfo Sun Sep 1 00:10:16 2013 (r325837) @@ -1,2 +1,2 @@ -SHA256 (vifm-0.6.3.tar.bz2) = 7b6ac1056e7fbca46fb8eb1a40f31c92fc5694b19ca4267fc63e9e295d8cb3ec -SIZE (vifm-0.6.3.tar.bz2) = 386861 +SHA256 (vifm-0.7.4b.tar.bz2) = 90b4fb64501e436d7ac8699f0cc75d013a72aa471f978ada0ce9b90506213c57 +SIZE (vifm-0.7.4b.tar.bz2) = 562778 Added: head/misc/vifm/files/patch-configure.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/vifm/files/patch-configure.in Sun Sep 1 00:10:16 2013 (r325837) @@ -0,0 +1,42 @@ +--- configure.in.orig 2013-04-02 18:52:13.000000000 +0300 ++++ configure.in 2013-04-02 18:53:57.000000000 +0300 +@@ -24,7 +24,6 @@ + AC_CHECK_HEADER([limits.h], [], [AC_MSG_ERROR([limits.h header not found.])]) + AC_CHECK_HEADER([locale.h], [], [AC_MSG_ERROR([locale.h header not found.])]) + AC_CHECK_HEADER([math.h], [], [AC_MSG_ERROR([math.h header not found.])]) +-AC_CHECK_HEADER([mntent.h], [], [AC_MSG_ERROR([mntent.h header not found.])]) + AC_CHECK_HEADER([pwd.h], [], [AC_MSG_ERROR([pwd.h header not found.])]) + AC_CHECK_HEADER([signal.h], [], [AC_MSG_ERROR([signal.h header not found.])]) + AC_CHECK_HEADER([stdarg.h], [], [AC_MSG_ERROR([stdarg.h header not found.])]) +@@ -69,7 +68,6 @@ + AC_CHECK_FUNC([closedir], [], [AC_MSG_ERROR([closedir() function not found.])]) + AC_CHECK_FUNC([dup], [], [AC_MSG_ERROR([dup() function not found.])]) + AC_CHECK_FUNC([dup2], [], [AC_MSG_ERROR([dup2() function not found.])]) +-AC_CHECK_FUNC([endmntent], [], [AC_MSG_ERROR([endmntent() function not found.])]) + AC_CHECK_FUNC([execve], [], [AC_MSG_ERROR([execve() function not found.])]) + AC_CHECK_FUNC([execvp], [], [AC_MSG_ERROR([execvp() function not found.])]) + AC_CHECK_FUNC([exit], [], [AC_MSG_ERROR([exit() function not found.])]) +@@ -91,7 +89,6 @@ + AC_CHECK_FUNC([getgrgid], [], [AC_MSG_ERROR([getgrgid() function not found.])]) + AC_CHECK_FUNC([getgrgid_r], [], [AC_MSG_ERROR([getgrgid_r() function not found.])]) + AC_CHECK_FUNC([getgrnam], [], [AC_MSG_ERROR([getgrnam() function not found.])]) +-AC_CHECK_FUNC([getmntent], [], [AC_MSG_ERROR([getmntent() function not found.])]) + AC_CHECK_FUNC([getpid], [], [AC_MSG_ERROR([getpid() function not found.])]) + AC_CHECK_FUNC([getppid], [], [AC_MSG_ERROR([getppid() function not found.])]) + AC_CHECK_FUNC([getpwent], [], [AC_MSG_ERROR([getpwent() function not found.])]) +@@ -132,7 +129,6 @@ + AC_CHECK_FUNC([setenv], [], [AC_MSG_ERROR([setenv() function not found.])]) + AC_CHECK_FUNC([setgrent], [], [AC_MSG_ERROR([setgrent() function not found.])]) + AC_CHECK_FUNC([setlocale], [], [AC_MSG_ERROR([setlocale() function not found.])]) +-AC_CHECK_FUNC([setmntent], [], [AC_MSG_ERROR([setmntent() function not found.])]) + AC_CHECK_FUNC([setpgid], [], [AC_MSG_ERROR([setpgid() function not found.])]) + AC_CHECK_FUNC([setpwent], [], [AC_MSG_ERROR([setpwent() function not found.])]) + AC_CHECK_FUNC([setsid], [], [AC_MSG_ERROR([setsid() function not found.])]) +@@ -164,7 +160,6 @@ + AC_CHECK_FUNC([strtok_r], [], [AC_MSG_ERROR([strtok_r() function not found.])]) + AC_CHECK_FUNC([strtol], [], [AC_MSG_ERROR([strtol() function not found.])]) + AC_CHECK_FUNC([strtoll], [], [AC_MSG_ERROR([strtoll() function not found.])]) +-AC_CHECK_FUNC([strverscmp], [], [AC_MSG_ERROR([strverscmp() function not found.])]) + AC_CHECK_FUNC([sysconf], [], [AC_MSG_ERROR([sysconf() function not found.])]) + AC_CHECK_FUNC([time], [], [AC_MSG_ERROR([time() function not found.])]) + AC_CHECK_FUNC([tolower], [], [AC_MSG_ERROR([tolower() function not found.])]) Added: head/misc/vifm/files/patch-src-sort.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/vifm/files/patch-src-sort.c Sun Sep 1 00:10:16 2013 (r325837) @@ -0,0 +1,29 @@ +--- src/sort.c.orig 2013-04-02 18:55:08.000000000 +0300 ++++ src/sort.c 2013-04-02 18:37:26.000000000 +0300 +@@ -46,7 +46,7 @@ + + static int sort_dir_list(const void *one, const void *two); + TSTATIC int strnumcmp(const char s[], const char t[]); +-#if defined(_WIN32) || defined(__APPLE__) || defined(__CYGWIN__) ++#if defined(_WIN32) || defined(__APPLE__) || defined(__CYGWIN__) || defined(__FreeBSD__) + static int vercmp(const char s[], const char t[]); + #else + static char * skip_leading_zeros(const char str[]); +@@ -106,7 +106,7 @@ + TSTATIC int + strnumcmp(const char s[], const char t[]) + { +-#if defined(_WIN32) || defined(__APPLE__) || defined(__CYGWIN__) ++#if defined(_WIN32) || defined(__APPLE__) || defined(__CYGWIN__) || defined(__FreeBSD__) + return vercmp(s, t); + #else + const char *new_s = skip_leading_zeros(s); +@@ -115,7 +115,7 @@ + #endif + } + +-#if defined(_WIN32) || defined(__APPLE__) || defined(__CYGWIN__) ++#if defined(_WIN32) || defined(__APPLE__) || defined(__CYGWIN__) || defined(__FreeBSD__) + static int + vercmp(const char s[], const char t[]) + { Added: head/misc/vifm/files/patch-src-utils-utils.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/vifm/files/patch-src-utils-utils.c Sun Sep 1 00:10:16 2013 (r325837) @@ -0,0 +1,20 @@ +--- src/utils/utils.c.orig 2013-04-02 18:56:49.000000000 +0300 ++++ src/utils/utils.c 2013-04-02 18:21:24.000000000 +0300 +@@ -34,7 +34,7 @@ + #include /* waitpid() */ + #endif + +-#if !defined(_WIN32) && !defined(__APPLE__) ++#if !defined(_WIN32) && !defined(__APPLE__) && !defined(__FreeBSD__) + #include /* getmntent() */ + #endif + +@@ -267,7 +267,7 @@ + int + is_on_slow_fs(const char *full_path) + { +-#if defined(_WIN32) || defined(__APPLE__) ++#if defined(_WIN32) || defined(__APPLE__) || defined(__FreeBSD__) + return 0; + #else + FILE *f; From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 00:13:52 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 998BC5D0; Sun, 1 Sep 2013 00:13:52 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6B2302B72; Sun, 1 Sep 2013 00:13:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r810DqW6053644; Sun, 1 Sep 2013 00:13:52 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r810Dp9p053629; Sun, 1 Sep 2013 00:13:51 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201309010013.r810Dp9p053629@svn.freebsd.org> From: Guido Falsi Date: Sun, 1 Sep 2013 00:13:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325838 - in head/games/opensonic: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 00:13:52 -0000 Author: madpilot Date: Sun Sep 1 00:13:51 2013 New Revision: 325838 URL: http://svnweb.freebsd.org/changeset/ports/325838 Log: - Update to 0.1.4 - Trim Makefile headers - Convert to new LIB_DEPENDS syntax PR: ports/180967 Submitted by: Stas Timokhin (maintainer) Deleted: head/games/opensonic/files/patch-src__misc__opensonic_launcher Modified: head/games/opensonic/Makefile head/games/opensonic/distinfo (contents, props changed) head/games/opensonic/files/patch-CMakeLists.txt (contents, props changed) head/games/opensonic/pkg-plist (contents, props changed) Modified: head/games/opensonic/Makefile ============================================================================== --- head/games/opensonic/Makefile Sun Sep 1 00:10:16 2013 (r325837) +++ head/games/opensonic/Makefile Sun Sep 1 00:13:51 2013 (r325838) @@ -1,16 +1,11 @@ -# New ports collection makefile for: games/opensonic -# Date created: 27 Aug 2009 -# Whom: Stas Timokhin -# +# Created by: Stas Timokhin # $FreeBSD$ -# PORTNAME= opensonic -PORTVERSION= 0.1.2 -PORTREVISION= 4 +PORTVERSION= 0.1.4 CATEGORIES= games MASTER_SITES= SF/opensnc/Open%20Sonic/${PORTVERSION} -DISTNAME= opensnc-src${PORTVERSION} +DISTNAME= opensnc-src-${PORTVERSION} MAINTAINER= devel@stasyan.com COMMENT= Game based on the "Sonic the Hedgehog" universe @@ -23,7 +18,7 @@ DESKTOP_ENTRIES="${PORTNAME}" \ "false" USES= cmake -CMAKE_ENV+= OPENSNC_ALLEGRO_LIBS="`allegro-config --libs`" OPENSNC_ALLEGRO_VERSION="`allegro-config --version`" +CMAKE_ENV+= _ALLEGRO_LIBS="`allegro-config --libs`" _ALLEGRO_VERSION="`allegro-config --version`" CFLAGS+= -I${LOCALBASE}/include @@ -31,18 +26,21 @@ BUILD_DEPENDS+= ${LOCALBASE}/lib/libaldm alpng>=1.3:${PORTSDIR}/graphics/alpng RUN_DEPENDS+= ${LOCALBASE}/lib/libaldmb.a:${PORTSDIR}/audio/dumb-allegro \ alpng>=1.3:${PORTSDIR}/graphics/alpng -LIB_DEPENDS+= alleg:${PORTSDIR}/devel/allegro \ - ogg:${PORTSDIR}/audio/libogg \ - vorbis.4:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS+= liballeg.so:${PORTSDIR}/devel/allegro \ + libogg.so:${PORTSDIR}/audio/libogg \ + libvorbis.so:${PORTSDIR}/audio/libvorbis .include post-patch: @${REINPLACE_CMD} -e 's,/usr/bin,${LOCALBASE}/bin,g' \ - ${PATCH_WRKSRC}/CMakeLists.txt ${PATCH_WRKSRC}/src/global.h + ${PATCH_WRKSRC}/CMakeLists.txt ${PATCH_WRKSRC}/src/core/global.h @${REINPLACE_CMD} -e 's,/usr/share,${LOCALBASE}/share,g' \ - ${PATCH_WRKSRC}/src/global.h - @${REINPLACE_CMD} -e 's,%%GAME_DIR%%,${DATADIR},g' \ - ${PATCH_WRKSRC}/src/misc/opensonic ${PATCH_WRKSRC}/src/misc/opensonic_launcher + ${PATCH_WRKSRC}/src/core/global.h + @${REINPLACE_CMD} -e 's,%%GAME_DIR%%,${DATADIR},g' -e 's,opensonic_bin,opensonic,g' -e 's,/bin/bash,/bin/sh,g' \ + ${PATCH_WRKSRC}/src/misc/opensonic + +post-install: + @${INSTALL_SCRIPT} ${PATCH_WRKSRC}/src/misc/opensonic ${LOCALBASE}/bin/opensonic .include Modified: head/games/opensonic/distinfo ============================================================================== --- head/games/opensonic/distinfo Sun Sep 1 00:10:16 2013 (r325837) +++ head/games/opensonic/distinfo Sun Sep 1 00:13:51 2013 (r325838) @@ -1,2 +1,2 @@ -SHA256 (opensnc-src0.1.2.tar.gz) = 9171ee123556f6600fb2b4198f75b7b252d5159e3714666e3589f17b6a76b1a5 -SIZE (opensnc-src0.1.2.tar.gz) = 4392887 +SHA256 (opensnc-src-0.1.4.tar.gz) = 3a4c3fa9538ee27c04b5ea848c9ad0a83f335471936d4617a18d3648c42588e9 +SIZE (opensnc-src-0.1.4.tar.gz) = 10525059 Modified: head/games/opensonic/files/patch-CMakeLists.txt ============================================================================== --- head/games/opensonic/files/patch-CMakeLists.txt Sun Sep 1 00:10:16 2013 (r325837) +++ head/games/opensonic/files/patch-CMakeLists.txt Sun Sep 1 00:13:51 2013 (r325838) @@ -1,43 +1,13 @@ ---- CMakeLists.txt.orig 2009-07-22 16:54:28.000000000 +1100 -+++ CMakeLists.txt 2010-02-02 20:05:55.037102480 +1000 -@@ -6,8 +6,15 @@ - # Initializing... - CMAKE_MINIMUM_REQUIRED(VERSION 2.4) - PROJECT(opensonic C) --SET(GAME_BIN opensonic) --SET(LAUNCHER_BIN opensonic_launcher) -+SET(GAME_NAME opensonic) -+if(NOT WIN32) -+SET(GAME_BIN ${GAME_NAME}_bin) -+SET(LAUNCHER_BIN ${GAME_NAME}_launcher_bin) -+else(NOT WIN32) -+SET(GAME_BIN ${GAME_NAME}) -+SET(LAUNCHER_BIN ${GAME_NAME}_launcher) -+endif(NOT WIN32) -+ - SET(GAME_VERSION "0.1.2") - SET(ALLEGRO_RECOMMENDED_VERSION "4.2.2") - SET(CMAKE_BUILD_TYPE Release) -@@ -248,8 +255,8 @@ - - # Installing on *nix - IF(UNIX) -- SET(GAME_INSTALL_DIR "/usr/share/opensonic") -- SET(GAME_FINAL_DIR "/usr/bin") -+ SET(GAME_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/share/opensonic") -+ SET(GAME_FINAL_DIR "${CMAKE_INSTALL_PREFIX}/bin") - - INSTALL(CODE "MESSAGE(\"Installing Open Sonic ${GAME_VERSION}... Make sure you have root privileges.\")") - INSTALL(TARGETS ${GAME_BIN} ${LAUNCHER_BIN} RUNTIME DESTINATION ${GAME_INSTALL_DIR}) -@@ -257,8 +264,8 @@ - INSTALL(DIRECTORY config gui images levels licenses musics quests samples screenshots themes languages DESTINATION ${GAME_INSTALL_DIR} PATTERN ".svn" EXCLUDE) - - INSTALL(CODE "MESSAGE(\"Creating files at ${GAME_FINAL_DIR}...\")") -- INSTALL(CODE "EXECUTE_PROCESS(COMMAND \"cmake\" \"-E\" \"copy\" \"${GAME_INSTALL_DIR}/${GAME_BIN}\" \"${GAME_FINAL_DIR}/${GAME_BIN}\")") -- INSTALL(CODE "EXECUTE_PROCESS(COMMAND \"cmake\" \"-E\" \"copy\" \"${GAME_INSTALL_DIR}/${LAUNCHER_BIN}\" \"${GAME_FINAL_DIR}/${LAUNCHER_BIN}\")") -+ INSTALL(CODE "EXECUTE_PROCESS(COMMAND \"cmake\" \"-E\" \"copy\" \"${CMAKE_CURRENT_BINARY_DIR}/src/misc/${GAME_NAME}\" \"${GAME_FINAL_DIR}/${GAME_NAME}\")") -+ INSTALL(CODE "EXECUTE_PROCESS(COMMAND \"cmake\" \"-E\" \"copy\" \"${CMAKE_CURRENT_BINARY_DIR}/src/misc/${GAME_NAME}_launcher\" \"${GAME_FINAL_DIR}/${GAME_NAME}_launcher\")") - -- INSTALL(CODE "MESSAGE(\"Done! Run ${LAUNCHER_BIN} to start the game.\")") -+ INSTALL(CODE "MESSAGE(\"Done! Run ${GAME_NAME}_launcher to start the game.\")") - ENDIF(UNIX) +--- CMakeLists.txt.orig 2010-12-15 10:31:17.000000000 +0600 ++++ CMakeLists.txt 2010-12-15 10:32:02.000000000 +0600 +@@ -410,8 +410,8 @@ + + # Installing on *nix + IF(UNIX) +- SET(GAME_INSTALL_DIR "/usr/share/${GAME_UNIXNAME}") +- SET(GAME_FINAL_DIR "/usr/bin") ++ SET(GAME_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/share/${GAME_UNIXNAME}") ++ SET(GAME_FINAL_DIR "{CMAKE_INSTALL_PREFIX}/bin") + + INSTALL(CODE "MESSAGE(\"Installing ${GAME_NAME} ${GAME_VERSION}... Make sure you have root privileges.\")") + INSTALL(TARGETS ${GAME_UNIXNAME} RUNTIME DESTINATION ${GAME_INSTALL_DIR}) Modified: head/games/opensonic/pkg-plist ============================================================================== --- head/games/opensonic/pkg-plist Sun Sep 1 00:10:16 2013 (r325837) +++ head/games/opensonic/pkg-plist Sun Sep 1 00:13:51 2013 (r325838) @@ -1,87 +1,95 @@ bin/opensonic -bin/opensonic_launcher -%%DATADIR%%/config/sprite.def -%%DATADIR%%/gui/button1.tga -%%DATADIR%%/gui/button_disabled.tga -%%DATADIR%%/gui/buttonhi.tga -%%DATADIR%%/gui/buttonpress.tga -%%DATADIR%%/gui/checkbox.tga -%%DATADIR%%/gui/dialog.tga -%%DATADIR%%/gui/gui.dat -%%DATADIR%%/gui/listbox.tga -%%DATADIR%%/gui/logo.tga -%%DATADIR%%/gui/radio.tga -%%DATADIR%%/gui/scrollbar.tga -%%DATADIR%%/gui/slider.tga -%%DATADIR%%/gui/textbox.tga -%%DATADIR%%/gui/vscroll.tga +%%DATADIR%%/config/samples.def +%%DATADIR%%/images/acts.png %%DATADIR%%/images/animals.png %%DATADIR%%/images/baddies.png %%DATADIR%%/images/boss.png +%%DATADIR%%/images/bumper.png %%DATADIR%%/images/checkpoint_orb.png +%%DATADIR%%/images/desert1.png +%%DATADIR%%/images/dnadoors.png +%%DATADIR%%/images/editorbg.png +%%DATADIR%%/images/even_more_shields.png %%DATADIR%%/images/font.png %%DATADIR%%/images/gui.png -%%DATADIR%%/images/icon.png %%DATADIR%%/images/intro.png %%DATADIR%%/images/island.png %%DATADIR%%/images/island2.png %%DATADIR%%/images/island3.png +%%DATADIR%%/images/item_boxes.png %%DATADIR%%/images/items.png +%%DATADIR%%/images/lady_bugsy.png +%%DATADIR%%/images/more_shields.png %%DATADIR%%/images/null.png %%DATADIR%%/images/ocean.png %%DATADIR%%/images/ocean2.png +%%DATADIR%%/images/oceanfg.png %%DATADIR%%/images/player.png %%DATADIR%%/images/prototype1.png %%DATADIR%%/images/prototype2.png +%%DATADIR%%/images/quest_extra.png +%%DATADIR%%/images/quest_superbosses.png +%%DATADIR%%/images/quest_tutorial.png +%%DATADIR%%/images/questionmark.png %%DATADIR%%/images/ring_shields.png %%DATADIR%%/images/sourcecode.png +%%DATADIR%%/images/special.png +%%DATADIR%%/images/spikes.png %%DATADIR%%/images/spring_pads.png %%DATADIR%%/images/squarebg.png +%%DATADIR%%/images/switches.png +%%DATADIR%%/images/template.png +%%DATADIR%%/images/template2.png +%%DATADIR%%/images/template3.png %%DATADIR%%/images/title.png +%%DATADIR%%/languages/deutsch.lng +%%DATADIR%%/languages/dutch.lng %%DATADIR%%/languages/english.lng -%%DATADIR%%/languages/espanol.lng %%DATADIR%%/languages/francais.lng +%%DATADIR%%/languages/indonesian.lng +%%DATADIR%%/languages/italiano.lng +%%DATADIR%%/languages/polish.lng %%DATADIR%%/languages/ptbr.lng %%DATADIR%%/levels/blue_ocean_1.lev -%%DATADIR%%/levels/blue_ocean_1m.lev %%DATADIR%%/levels/blue_ocean_2.lev -%%DATADIR%%/levels/blue_ocean_2m.lev %%DATADIR%%/levels/blue_ocean_3.lev -%%DATADIR%%/levels/blue_ocean_3m.lev +%%DATADIR%%/levels/desert1.lev %%DATADIR%%/levels/exotic_1.lev -%%DATADIR%%/levels/exotic_1m.lev %%DATADIR%%/levels/exotic_2.lev -%%DATADIR%%/levels/exotic_2m.lev %%DATADIR%%/levels/exotic_3.lev -%%DATADIR%%/levels/exotic_3m.lev +%%DATADIR%%/levels/exotichell_1.lev %%DATADIR%%/levels/prototype.lev +%%DATADIR%%/levels/superboss_1.lev +%%DATADIR%%/levels/superboss_2.lev +%%DATADIR%%/levels/template.lev %%DATADIR%%/levels/testzone.lev %%DATADIR%%/levels/tutorial_1.lev %%DATADIR%%/levels/tutorial_2.lev %%DATADIR%%/license.txt %%DATADIR%%/licenses/2xsai.txt %%DATADIR%%/licenses/Allegro.txt -%%DATADIR%%/licenses/AllegroPNG.txt %%DATADIR%%/licenses/DUMB.txt -%%DATADIR%%/licenses/lexgui.txt +%%DATADIR%%/licenses/jpgalleg.txt +%%DATADIR%%/licenses/loadpng.txt %%DATADIR%%/licenses/logg.txt -%%DATADIR%%/musics/boss.it +%%DATADIR%%/licenses/nanoparser.txt +%%DATADIR%%/musics/boss.ogg %%DATADIR%%/musics/credits.txt -%%DATADIR%%/musics/endofquest.it -%%DATADIR%%/musics/exotic.it -%%DATADIR%%/musics/invencible.it -%%DATADIR%%/musics/ocean.it -%%DATADIR%%/musics/speed.it +%%DATADIR%%/musics/crusader.ogg +%%DATADIR%%/musics/invincible.ogg +%%DATADIR%%/musics/luminous_vein.ogg +%%DATADIR%%/musics/options.ogg +%%DATADIR%%/musics/speed.ogg %%DATADIR%%/musics/title.ogg -%%DATADIR%%/musics/tutorial.it -%%DATADIR%%/opensonic_bin -%%DATADIR%%/opensonic_launcher_bin -%%DATADIR%%/quests/master.png -%%DATADIR%%/quests/master.qst -%%DATADIR%%/quests/tutorial.png +%%DATADIR%%/objects/old_enemies.obj +%%DATADIR%%/opensonic +%%DATADIR%%/quests/default.qst +%%DATADIR%%/quests/extra.qst +%%DATADIR%%/quests/superbosses.qst %%DATADIR%%/quests/tutorial.qst %%DATADIR%%/readme.html %%DATADIR%%/samples/1up.ogg +%%DATADIR%%/samples/acidshield.wav %%DATADIR%%/samples/bigring.wav %%DATADIR%%/samples/bigshot.wav %%DATADIR%%/samples/bosshit.wav @@ -100,9 +108,10 @@ bin/opensonic_launcher %%DATADIR%%/samples/endsign.wav %%DATADIR%%/samples/fire.wav %%DATADIR%%/samples/fire2.wav +%%DATADIR%%/samples/fireshield.wav %%DATADIR%%/samples/floorfall.wav %%DATADIR%%/samples/glasses.wav -%%DATADIR%%/samples/goal.wav +%%DATADIR%%/samples/goal.ogg %%DATADIR%%/samples/jump.wav %%DATADIR%%/samples/puff.wav %%DATADIR%%/samples/return.wav @@ -114,6 +123,8 @@ bin/opensonic_launcher %%DATADIR%%/samples/shield.wav %%DATADIR%%/samples/shot.wav %%DATADIR%%/samples/spikes.wav +%%DATADIR%%/samples/spikes_appearing.wav +%%DATADIR%%/samples/spikes_disappearing.wav %%DATADIR%%/samples/spin.wav %%DATADIR%%/samples/spindash1.wav %%DATADIR%%/samples/spindash2.wav @@ -122,32 +133,92 @@ bin/opensonic_launcher %%DATADIR%%/samples/teleporter.wav %%DATADIR%%/samples/tfly1.wav %%DATADIR%%/samples/tfly2.wav +%%DATADIR%%/samples/thundershield.wav %%DATADIR%%/samples/touch.wav %%DATADIR%%/samples/touch2.wav +%%DATADIR%%/samples/watershield.wav +%%DATADIR%%/samples/windshield.wav %%DATADIR%%/screenshots/screenshots.txt +%%DATADIR%%/sprites/animal.spr +%%DATADIR%%/sprites/bigring.spr +%%DATADIR%%/sprites/bluering.spr +%%DATADIR%%/sprites/bosses.spr +%%DATADIR%%/sprites/bumper.spr +%%DATADIR%%/sprites/charge.spr +%%DATADIR%%/sprites/checkpointorb.spr +%%DATADIR%%/sprites/chef.spr +%%DATADIR%%/sprites/danger.spr +%%DATADIR%%/sprites/dangpower.spr +%%DATADIR%%/sprites/dnadoor.spr +%%DATADIR%%/sprites/door.spr +%%DATADIR%%/sprites/explosion.spr +%%DATADIR%%/sprites/fireball.spr +%%DATADIR%%/sprites/flyingboy.spr +%%DATADIR%%/sprites/flyingeyes.spr +%%DATADIR%%/sprites/font.spr +%%DATADIR%%/sprites/glasses.spr +%%DATADIR%%/sprites/goal.spr +%%DATADIR%%/sprites/goldfish.spr +%%DATADIR%%/sprites/hud.spr +%%DATADIR%%/sprites/icon.spr +%%DATADIR%%/sprites/itembox.spr +%%DATADIR%%/sprites/joan.spr +%%DATADIR%%/sprites/kleps.spr +%%DATADIR%%/sprites/lady_bugsy.spr +%%DATADIR%%/sprites/levelact.spr +%%DATADIR%%/sprites/loop.spr +%%DATADIR%%/sprites/menu.spr +%%DATADIR%%/sprites/misc.spr +%%DATADIR%%/sprites/nafder.spr +%%DATADIR%%/sprites/neon.spr +%%DATADIR%%/sprites/oranjection.spr +%%DATADIR%%/sprites/ring.spr +%%DATADIR%%/sprites/roboxer.spr +%%DATADIR%%/sprites/shield.spr +%%DATADIR%%/sprites/spikes.spr +%%DATADIR%%/sprites/spring.spr +%%DATADIR%%/sprites/surge.spr +%%DATADIR%%/sprites/surpreyes.spr +%%DATADIR%%/sprites/switch.spr +%%DATADIR%%/sprites/teleporter.spr +%%DATADIR%%/themes/credits.bg +%%DATADIR%%/themes/desert1.bg +%%DATADIR%%/themes/desert1.brk +%%DATADIR%%/themes/intro.bg %%DATADIR%%/themes/island.bg %%DATADIR%%/themes/island.brk +%%DATADIR%%/themes/island.grp %%DATADIR%%/themes/island2.bg %%DATADIR%%/themes/island2.brk %%DATADIR%%/themes/island3.bg %%DATADIR%%/themes/island3.brk +%%DATADIR%%/themes/langselect.bg +%%DATADIR%%/themes/levelselect.bg +%%DATADIR%%/themes/menu.bg %%DATADIR%%/themes/ocean.bg %%DATADIR%%/themes/ocean.brk %%DATADIR%%/themes/ocean2.bg %%DATADIR%%/themes/ocean2.brk %%DATADIR%%/themes/ocean2b.bg %%DATADIR%%/themes/oceanb.bg +%%DATADIR%%/themes/oceanf.bg +%%DATADIR%%/themes/options.bg %%DATADIR%%/themes/prototype.bg %%DATADIR%%/themes/prototype.brk +%%DATADIR%%/themes/template.bg +%%DATADIR%%/themes/template.brk +%%DATADIR%%/themes/template.grp +%%DATADIR%%/themes/tutorial.bg @dirrm %%DATADIR%%/themes +@dirrm %%DATADIR%%/sprites @dirrm %%DATADIR%%/screenshots @dirrm %%DATADIR%%/samples @dirrm %%DATADIR%%/quests +@dirrm %%DATADIR%%/objects @dirrm %%DATADIR%%/musics @dirrm %%DATADIR%%/licenses @dirrm %%DATADIR%%/levels @dirrm %%DATADIR%%/languages @dirrm %%DATADIR%%/images -@dirrm %%DATADIR%%/gui @dirrm %%DATADIR%%/config @dirrm %%DATADIR%% From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 00:17:41 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 503146F4; Sun, 1 Sep 2013 00:17:41 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 234DD2B97; Sun, 1 Sep 2013 00:17:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r810HfmG055152; Sun, 1 Sep 2013 00:17:41 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r810HetS055149; Sun, 1 Sep 2013 00:17:40 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201309010017.r810HetS055149@svn.freebsd.org> From: Guido Falsi Date: Sun, 1 Sep 2013 00:17:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325839 - in head/graphics/openimageio: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 00:17:41 -0000 Author: madpilot Date: Sun Sep 1 00:17:40 2013 New Revision: 325839 URL: http://svnweb.freebsd.org/changeset/ports/325839 Log: - Update to 1.2.1 - Convert to new LIB_DEPENDS format PR: ports/181517 Submitted by: Shane Ambler (maintainer) Deleted: head/graphics/openimageio/files/patch-include__thread.h Modified: head/graphics/openimageio/Makefile head/graphics/openimageio/distinfo head/graphics/openimageio/pkg-plist Modified: head/graphics/openimageio/Makefile ============================================================================== --- head/graphics/openimageio/Makefile Sun Sep 1 00:13:51 2013 (r325838) +++ head/graphics/openimageio/Makefile Sun Sep 1 00:17:40 2013 (r325839) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= openimageio -PORTVERSION= 1.2.0 +PORTVERSION= 1.2.1 PORTREVISION?= 0 CATEGORIES?= graphics multimedia @@ -11,18 +11,18 @@ COMMENT= OpenImageIO graphics library LICENSE?= BSD -LIB_DEPENDS?= IlmImf:${PORTSDIR}/graphics/OpenEXR \ - boost_thread:${PORTSDIR}/devel/boost-libs \ - hdf5:${PORTSDIR}/science/hdf5-18 \ - opencv_legacy:${PORTSDIR}/graphics/opencv \ - openjpeg:${PORTSDIR}/graphics/openjpeg \ - webp:${PORTSDIR}/graphics/webp +LIB_DEPENDS?= libIlmImf.so:${PORTSDIR}/graphics/OpenEXR \ + libboost_thread.so:${PORTSDIR}/devel/boost-libs \ + libhdf5.so:${PORTSDIR}/science/hdf5-18 \ + libopencv_legacy.so:${PORTSDIR}/graphics/opencv \ + libopenjpeg.so:${PORTSDIR}/graphics/openjpeg \ + libwebp.so:${PORTSDIR}/graphics/webp USE_GITHUB= yes GH_ACCOUNT= OpenImageIO GH_PROJECT= oiio GH_TAGNAME= Release-${PORTVERSION} -GH_COMMIT= f4d79c0 +GH_COMMIT= f7908a3 WRKSRC= ${WRKDIR}/OpenImageIO-oiio-${GH_COMMIT}/src # fbm also installs bin/idiff Modified: head/graphics/openimageio/distinfo ============================================================================== --- head/graphics/openimageio/distinfo Sun Sep 1 00:13:51 2013 (r325838) +++ head/graphics/openimageio/distinfo Sun Sep 1 00:17:40 2013 (r325839) @@ -1,2 +1,2 @@ -SHA256 (openimageio-1.2.0.tar.gz) = f378aff7bcf57e396453b5b21ce9216d6d2055484f6f13ea3b62c75c1548fba8 -SIZE (openimageio-1.2.0.tar.gz) = 12366933 +SHA256 (openimageio-1.2.1.tar.gz) = 030f4247c2c2a576f5611989bf656baf502f3bfaeb6e9ae37f3b5d3a5e5c97b7 +SIZE (openimageio-1.2.1.tar.gz) = 12380093 Modified: head/graphics/openimageio/pkg-plist ============================================================================== --- head/graphics/openimageio/pkg-plist Sun Sep 1 00:13:51 2013 (r325838) +++ head/graphics/openimageio/pkg-plist Sun Sep 1 00:17:40 2013 (r325839) @@ -39,7 +39,7 @@ include/OpenImageIO/version.h lib/libOpenImageIO.so lib/libOpenImageIO.so.1 lib/libOpenImageIO.so.1.2 -lib/libOpenImageIO.so.1.2.0 +lib/libOpenImageIO.so.1.2.1 %%PORTDOCS%%%%DOCSDIR%%/CHANGES %%PORTDOCS%%%%DOCSDIR%%/LICENSE %%PORTDOCS%%%%DOCSDIR%%/openimageio.pdf From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 01:15:24 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DF7729FA; Sun, 1 Sep 2013 01:15:24 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BD1A82D86; Sun, 1 Sep 2013 01:15:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r811FORp089013; Sun, 1 Sep 2013 01:15:24 GMT (envelope-from zeising@svn.freebsd.org) Received: (from zeising@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r811FOMp089011; Sun, 1 Sep 2013 01:15:24 GMT (envelope-from zeising@svn.freebsd.org) Message-Id: <201309010115.r811FOMp089011@svn.freebsd.org> From: Niclas Zeising Date: Sun, 1 Sep 2013 01:15:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325840 - head/x11/xscreensaver X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 01:15:25 -0000 Author: zeising Date: Sun Sep 1 01:15:24 2013 New Revision: 325840 URL: http://svnweb.freebsd.org/changeset/ports/325840 Log: Fix plist. Bump portrevision. noticed by: QAT Modified: head/x11/xscreensaver/Makefile head/x11/xscreensaver/pkg-plist Modified: head/x11/xscreensaver/Makefile ============================================================================== --- head/x11/xscreensaver/Makefile Sun Sep 1 00:17:40 2013 (r325839) +++ head/x11/xscreensaver/Makefile Sun Sep 1 01:15:24 2013 (r325840) @@ -3,6 +3,7 @@ PORTNAME= xscreensaver PORTVERSION= 5.22 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://www.jwz.org/xscreensaver/ @@ -103,23 +104,23 @@ MAN6= anemone.6 anemotaxis.6 antinspect. fuzzyflakes.6 galaxy.6 gears.6 gflux.6 glblur.6 gleidescope.6 \ glhanoi.6 glknots.6 glmatrix.6 glplanet.6 glschool.6 \ glslideshow.6 glsnake.6 gltext.6 goop.6 grav.6 greynetic.6 halftone.6 \ - halo.6 helix.6 hopalong.6 hypertorus.6 ifs.6 \ + halo.6 helix.6 hexadrop.6 hopalong.6 hypertorus.6 ifs.6 \ imsmap.6 interaggregate.6 interference.6 intermomentary.6 jigglypuff.6 \ - jigsaw.6 juggler3d.6 julia.6 kaleidescope.6 klein.6 kumppa.6 \ - lament.6 lavalite.6 ljlatest.6 \ + jigsaw.6 juggler3d.6 julia.6 kaleidocycle.6 kaleidescope.6 klein.6 \ + kumppa.6 lament.6 lavalite.6 ljlatest.6 \ loop.6 maze.6 memscroller.6 menger.6 metaballs.6 mirrorblob.6 \ moebius.6 moire.6 moire2.6 molecule.6 morph3d.6 mountain.6 \ munch.6 nerverot.6 noof.6 noseguy.6 pacman.6 pedal.6 penetrate.6 \ penrose.6 petri.6 phosphor.6 piecewise.6 pinion.6 pipes.6 polyhedra.6 \ polyominoes.6 polytopes.6 pong.6 providence.6 pulsar.6 pyro.6 qix.6 \ - queens.6 rd-bomb.6 ripples.6 rocks.6 rorschach.6 rotzoomer.6 \ - rubik.6 sballs.6 shadebobs.6 sierpinski.6 sierpinski3d.6 slidescreen.6 \ - slip.6 sonar.6 speedmine.6 spheremonics.6 \ + quasicrystal.6 queens.6 rd-bomb.6 ripples.6 rocks.6 rorschach.6 \ + rotzoomer.6 rubik.6 sballs.6 shadebobs.6 sierpinski.6 sierpinski3d.6 \ + slidescreen.6 slip.6 sonar.6 speedmine.6 spheremonics.6 \ spotlight.6 sproingies.6 squiral.6 stairs.6 starfish.6 \ starwars.6 stonerview.6 strange.6 substrate.6 superquadrics.6 \ swirl.6 tangram.6 thornbird.6 timetunnel.6 topblock.6 \ - triangle.6 truchet.6 twang.6 vermiculate.6 vidwhacker.6 \ - wander.6 webcollage.6 whirlwindwarp.6 wormhole.6 \ + triangle.6 truchet.6 twang.6 unknownpleasures.6 vermiculate.6 \ + vidwhacker.6 wander.6 webcollage.6 whirlwindwarp.6 wormhole.6 \ xanalogtv.6 xflame.6 xjack.6 xlyap.6 xmatrix.6 xrayswarm.6 \ xspirograph.6 zoom.6 cwaves.6 glcells.6 voronoi.6 \ abstractile.6 moebiusgears.6 lockward.6 cubicgrid.6 hypnowheel.6 \ Modified: head/x11/xscreensaver/pkg-plist ============================================================================== --- head/x11/xscreensaver/pkg-plist Sun Sep 1 00:17:40 2013 (r325839) +++ head/x11/xscreensaver/pkg-plist Sun Sep 1 01:15:24 2013 (r325840) @@ -94,6 +94,7 @@ bin/xscreensaver-hacks/greynetic bin/xscreensaver-hacks/halftone bin/xscreensaver-hacks/halo bin/xscreensaver-hacks/helix +bin/xscreensaver-hacks/hexadrop bin/xscreensaver-hacks/hilbert bin/xscreensaver-hacks/hopalong bin/xscreensaver-hacks/hypertorus @@ -107,6 +108,7 @@ bin/xscreensaver-hacks/jigglypuff bin/xscreensaver-hacks/jigsaw bin/xscreensaver-hacks/juggler3d bin/xscreensaver-hacks/julia +bin/xscreensaver-hacks/kaleidocycle bin/xscreensaver-hacks/kaleidescope bin/xscreensaver-hacks/klein bin/xscreensaver-hacks/kumppa @@ -152,6 +154,7 @@ bin/xscreensaver-hacks/providence bin/xscreensaver-hacks/pulsar bin/xscreensaver-hacks/pyro bin/xscreensaver-hacks/qix +bin/xscreensaver-hacks/quasicrystal bin/xscreensaver-hacks/queens bin/xscreensaver-hacks/rd-bomb bin/xscreensaver-hacks/ripples @@ -190,6 +193,7 @@ bin/xscreensaver-hacks/triangle bin/xscreensaver-hacks/tronbit bin/xscreensaver-hacks/truchet bin/xscreensaver-hacks/twang +bin/xscreensaver-hacks/unknownpleasures bin/xscreensaver-hacks/vermiculate bin/xscreensaver-hacks/vidwhacker bin/xscreensaver-hacks/voronoi @@ -304,6 +308,7 @@ share/pixmaps/xscreensaver.xpm %%DATADIR%%/config/halftone.xml %%DATADIR%%/config/halo.xml %%DATADIR%%/config/helix.xml +%%DATADIR%%/config/hexadrop.xml %%DATADIR%%/config/hilbert.xml %%DATADIR%%/config/hopalong.xml %%DATADIR%%/config/hypertorus.xml @@ -317,6 +322,7 @@ share/pixmaps/xscreensaver.xpm %%DATADIR%%/config/jigsaw.xml %%DATADIR%%/config/juggler3d.xml %%DATADIR%%/config/julia.xml +%%DATADIR%%/config/kaleidocycle.xml %%DATADIR%%/config/kaleidescope.xml %%DATADIR%%/config/klein.xml %%DATADIR%%/config/kumppa.xml @@ -361,6 +367,7 @@ share/pixmaps/xscreensaver.xpm %%DATADIR%%/config/pulsar.xml %%DATADIR%%/config/pyro.xml %%DATADIR%%/config/qix.xml +%%DATADIR%%/config/quasicrystal.xml %%DATADIR%%/config/queens.xml %%DATADIR%%/config/rd-bomb.xml %%DATADIR%%/config/ripples.xml @@ -399,6 +406,7 @@ share/pixmaps/xscreensaver.xpm %%DATADIR%%/config/tronbit.xml %%DATADIR%%/config/truchet.xml %%DATADIR%%/config/twang.xml +%%DATADIR%%/config/unknownpleasures.xml %%DATADIR%%/config/vermiculate.xml %%DATADIR%%/config/vidwhacker.xml %%DATADIR%%/config/voronoi.xml From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 01:18:06 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2A8F7AE7; Sun, 1 Sep 2013 01:18:06 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 04D4B2D94; Sun, 1 Sep 2013 01:18:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r811I5MM089929; Sun, 1 Sep 2013 01:18:05 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r811I5vQ089928; Sun, 1 Sep 2013 01:18:05 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201309010118.r811I5vQ089928@svn.freebsd.org> From: Kubilay Kocak Date: Sun, 1 Sep 2013 01:18:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325841 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 01:18:06 -0000 Author: koobs Date: Sun Sep 1 01:18:05 2013 New Revision: 325841 URL: http://svnweb.freebsd.org/changeset/ports/325841 Log: Fix spelling mistake Reported by: danfe (with hat: aspell) Modified: head/Mk/bsd.autotools.mk Modified: head/Mk/bsd.autotools.mk ============================================================================== --- head/Mk/bsd.autotools.mk Sun Sep 1 01:15:24 2013 (r325840) +++ head/Mk/bsd.autotools.mk Sun Sep 1 01:18:05 2013 (r325841) @@ -44,7 +44,7 @@ Autotools_Include_MAINTAINER= autotools@ # - Extra arguments passed to autoheader during configure step # # LIBTOOLIZE_ARGS=... -# - Extra arugments passed to libtoolize during configure step +# - Extra arguments passed to libtoolize during configure step # # LIBTOOLFLAGS= # - Arguments passed to libtool during configure step From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 02:38:22 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 31EB3452; Sun, 1 Sep 2013 02:38:22 +0000 (UTC) (envelope-from jase@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 10D332092; Sun, 1 Sep 2013 02:38:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r812cLE8036916; Sun, 1 Sep 2013 02:38:21 GMT (envelope-from jase@svn.freebsd.org) Received: (from jase@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r812cLFm036912; Sun, 1 Sep 2013 02:38:21 GMT (envelope-from jase@svn.freebsd.org) Message-Id: <201309010238.r812cLFm036912@svn.freebsd.org> From: Jase Thew Date: Sun, 1 Sep 2013 02:38:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325842 - head/sysutils/duplicity X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 02:38:22 -0000 Author: jase Date: Sun Sep 1 02:38:20 2013 New Revision: 325842 URL: http://svnweb.freebsd.org/changeset/ports/325842 Log: - Update to 0.6.22 - Add options for GIO and Ubuntu One backends as their dependancies are now available in the Ports Collection Changes: http://duplicity.nongnu.org/CHANGELOG Modified: head/sysutils/duplicity/Makefile head/sysutils/duplicity/distinfo head/sysutils/duplicity/pkg-message head/sysutils/duplicity/pkg-plist Modified: head/sysutils/duplicity/Makefile ============================================================================== --- head/sysutils/duplicity/Makefile Sun Sep 1 01:18:05 2013 (r325841) +++ head/sysutils/duplicity/Makefile Sun Sep 1 02:38:20 2013 (r325842) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= duplicity -PORTVERSION= 0.6.21 +PORTVERSION= 0.6.22 CATEGORIES= sysutils MASTER_SITES= http://launchpad.net/duplicity/0.6-series/${PORTVERSION}/+download/ @@ -20,14 +20,16 @@ USE_PYTHON= 2.5+ USE_PYDISTUTILS=yes USE_LDCONFIG= yes -OPTIONS_DEFINE= NLS DOCS SSH FTP FTPS S3 GDOCS CLOUDFILES +OPTIONS_DEFINE= NLS DOCS SSH FTP FTPS S3 GDOCS CLOUDFILES GIO U1 OPTIONS_DEFAULT=SSH FTP FTPS S3 CLOUDFILES_DESC=Install CloudFiles backend FTP_DESC= Install FTP backend FTPS_DESC= Install FTPS backend GDOCS_DESC= Install Google Docs backend +GIO_DESC= Install GIO backend S3_DESC= Install Amazon S3 backend SSH_DESC= Install SSH/SCP/SFTP backend +U1_DESC= Install Ubuntu One backend .include "bsd.port.options.mk" @@ -80,6 +82,22 @@ PLIST_SUB+= CLOUDFILES="" PLIST_SUB+= CLOUDFILES="@comment " .endif +.if ${PORT_OPTIONS:MGIO} +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}gobject>0:${PORTSDIR}/devel/py-gobject \ + dbus>0:${PORTSDIR}/devel/dbus +PLIST_SUB+= GIO="" +.else +PLIST_SUB+= GIO="@comment " +.endif + +.if ${PORT_OPTIONS:MU1} +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}httplib2>0:${PORTSDIR}/www/py-httplib2 \ + ${PYTHON_PKGNAMEPREFIX}oauthlib>0:${PORTSDIR}/security/py-oauthlib +PLIST_SUB+= U1="" +.else +PLIST_SUB+= U1="@comment " +.endif + post-patch: .if empty(PORT_OPTIONS:MNLS) @${REINPLACE_CMD} -e '54,62d' \ @@ -103,6 +121,12 @@ post-patch: .if empty(PORT_OPTIONS:MCLOUDFILES) @${RM} -f ${WRKSRC}/${PORTNAME}/backends/cloudfilesbackend.py .endif +.if empty(PORT_OPTIONS:MGIO) + @${RM} -f ${WRKSRC}/${PORTNAME}/backends/giobackend.py +.endif +.if empty(PORT_OPTIONS:MU1) + @${RM} -f ${WRKSRC}/${PORTNAME}/backends/u1backend.py +.endif MAN1= duplicity.1 rdiffdir.1 Modified: head/sysutils/duplicity/distinfo ============================================================================== --- head/sysutils/duplicity/distinfo Sun Sep 1 01:18:05 2013 (r325841) +++ head/sysutils/duplicity/distinfo Sun Sep 1 02:38:20 2013 (r325842) @@ -1,2 +1,2 @@ -SHA256 (duplicity-0.6.21.tar.gz) = a3628aa6c151fbc1a3014f0db7812d7234e04bba0a45ce1255e7450bdfeff706 -SIZE (duplicity-0.6.21.tar.gz) = 1235340 +SHA256 (duplicity-0.6.22.tar.gz) = 6f489b0445681f0697488f3d4097b4c56a7fe8a5fea5fadd2e431724039c5a12 +SIZE (duplicity-0.6.22.tar.gz) = 1257082 Modified: head/sysutils/duplicity/pkg-message ============================================================================== --- head/sysutils/duplicity/pkg-message Sun Sep 1 01:18:05 2013 (r325841) +++ head/sysutils/duplicity/pkg-message Sun Sep 1 02:38:20 2013 (r325842) @@ -3,10 +3,10 @@ * require manual installation of their respective dependencies because * * they are not yet available in the ports tree: * * * -* - The GIO backend. * -* - The HSI backend. * -* - The tahoe backend for Tahoe-LAFS. * -* - The U1 backend for Ubuntu One cloud storage * +* - The Dropbox backend * +* - The HSI backend * +* - The swift backend for OpenStack Object Storage * +* - The tahoe backend for Tahoe-LAFS * * * * Please refer to upstream duplicity documentation for information on * * the use of these backends. * Modified: head/sysutils/duplicity/pkg-plist ============================================================================== --- head/sysutils/duplicity/pkg-plist Sun Sep 1 01:18:05 2013 (r325841) +++ head/sysutils/duplicity/pkg-plist Sun Sep 1 02:38:20 2013 (r325842) @@ -31,6 +31,9 @@ bin/rdiffdir %%CLOUDFILES%%%%PYTHON_SITELIBDIR%%/duplicity/backends/cloudfilesbackend.py %%CLOUDFILES%%%%PYTHON_SITELIBDIR%%/duplicity/backends/cloudfilesbackend.pyc %%CLOUDFILES%%%%PYTHON_SITELIBDIR%%/duplicity/backends/cloudfilesbackend.pyo +%%PYTHON_SITELIBDIR%%/duplicity/backends/dpbxbackend.py +%%PYTHON_SITELIBDIR%%/duplicity/backends/dpbxbackend.pyc +%%PYTHON_SITELIBDIR%%/duplicity/backends/dpbxbackend.pyo %%FTP%%%%PYTHON_SITELIBDIR%%/duplicity/backends/ftpbackend.py %%FTP%%%%PYTHON_SITELIBDIR%%/duplicity/backends/ftpbackend.pyc %%FTP%%%%PYTHON_SITELIBDIR%%/duplicity/backends/ftpbackend.pyo @@ -40,9 +43,9 @@ bin/rdiffdir %%GDOCS%%%%PYTHON_SITELIBDIR%%/duplicity/backends/gdocsbackend.py %%GDOCS%%%%PYTHON_SITELIBDIR%%/duplicity/backends/gdocsbackend.pyc %%GDOCS%%%%PYTHON_SITELIBDIR%%/duplicity/backends/gdocsbackend.pyo -%%PYTHON_SITELIBDIR%%/duplicity/backends/giobackend.py -%%PYTHON_SITELIBDIR%%/duplicity/backends/giobackend.pyc -%%PYTHON_SITELIBDIR%%/duplicity/backends/giobackend.pyo +%%GIO%%%%PYTHON_SITELIBDIR%%/duplicity/backends/giobackend.py +%%GIO%%%%PYTHON_SITELIBDIR%%/duplicity/backends/giobackend.pyc +%%GIO%%%%PYTHON_SITELIBDIR%%/duplicity/backends/giobackend.pyo %%PYTHON_SITELIBDIR%%/duplicity/backends/hsibackend.py %%PYTHON_SITELIBDIR%%/duplicity/backends/hsibackend.pyc %%PYTHON_SITELIBDIR%%/duplicity/backends/hsibackend.pyo @@ -52,18 +55,24 @@ bin/rdiffdir %%PYTHON_SITELIBDIR%%/duplicity/backends/localbackend.py %%PYTHON_SITELIBDIR%%/duplicity/backends/localbackend.pyc %%PYTHON_SITELIBDIR%%/duplicity/backends/localbackend.pyo +%%PYTHON_SITELIBDIR%%/duplicity/backends/megabackend.py +%%PYTHON_SITELIBDIR%%/duplicity/backends/megabackend.pyc +%%PYTHON_SITELIBDIR%%/duplicity/backends/megabackend.pyo %%PYTHON_SITELIBDIR%%/duplicity/backends/rsyncbackend.py %%PYTHON_SITELIBDIR%%/duplicity/backends/rsyncbackend.pyc %%PYTHON_SITELIBDIR%%/duplicity/backends/rsyncbackend.pyo %%SSH%%%%PYTHON_SITELIBDIR%%/duplicity/backends/sshbackend.py %%SSH%%%%PYTHON_SITELIBDIR%%/duplicity/backends/sshbackend.pyc %%SSH%%%%PYTHON_SITELIBDIR%%/duplicity/backends/sshbackend.pyo +%%PYTHON_SITELIBDIR%%/duplicity/backends/swiftbackend.py +%%PYTHON_SITELIBDIR%%/duplicity/backends/swiftbackend.pyc +%%PYTHON_SITELIBDIR%%/duplicity/backends/swiftbackend.pyo %%PYTHON_SITELIBDIR%%/duplicity/backends/tahoebackend.py %%PYTHON_SITELIBDIR%%/duplicity/backends/tahoebackend.pyc %%PYTHON_SITELIBDIR%%/duplicity/backends/tahoebackend.pyo -%%PYTHON_SITELIBDIR%%/duplicity/backends/u1backend.py -%%PYTHON_SITELIBDIR%%/duplicity/backends/u1backend.pyc -%%PYTHON_SITELIBDIR%%/duplicity/backends/u1backend.pyo +%%U1%%%%PYTHON_SITELIBDIR%%/duplicity/backends/u1backend.py +%%U1%%%%PYTHON_SITELIBDIR%%/duplicity/backends/u1backend.pyc +%%U1%%%%PYTHON_SITELIBDIR%%/duplicity/backends/u1backend.pyo %%PYTHON_SITELIBDIR%%/duplicity/backends/webdavbackend.py %%PYTHON_SITELIBDIR%%/duplicity/backends/webdavbackend.pyc %%PYTHON_SITELIBDIR%%/duplicity/backends/webdavbackend.pyo @@ -133,6 +142,9 @@ bin/rdiffdir %%PYTHON_SITELIBDIR%%/duplicity/pexpect.py %%PYTHON_SITELIBDIR%%/duplicity/pexpect.pyc %%PYTHON_SITELIBDIR%%/duplicity/pexpect.pyo +%%PYTHON_SITELIBDIR%%/duplicity/progress.py +%%PYTHON_SITELIBDIR%%/duplicity/progress.pyc +%%PYTHON_SITELIBDIR%%/duplicity/progress.pyo %%PYTHON_SITELIBDIR%%/duplicity/robust.py %%PYTHON_SITELIBDIR%%/duplicity/robust.pyc %%PYTHON_SITELIBDIR%%/duplicity/robust.pyo From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 06:32:43 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 32659B38; Sun, 1 Sep 2013 06:32:43 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 20A9529A0; Sun, 1 Sep 2013 06:32:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r816WgMg073962; Sun, 1 Sep 2013 06:32:42 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r816WgpI073955; Sun, 1 Sep 2013 06:32:42 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201309010632.r816WgpI073955@svn.freebsd.org> From: Ruslan Makhmatkhanov Date: Sun, 1 Sep 2013 06:32:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325843 - head/sysutils/sec X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 06:32:43 -0000 Author: rm Date: Sun Sep 1 06:32:42 2013 New Revision: 325843 URL: http://svnweb.freebsd.org/changeset/ports/325843 Log: - update to 2.7.4 PR: 181674 Submitted by: Kurt Jaeger Approved by: Nicolas Jombart (maintainer) Modified: head/sysutils/sec/Makefile head/sysutils/sec/distinfo Modified: head/sysutils/sec/Makefile ============================================================================== --- head/sysutils/sec/Makefile Sun Sep 1 02:38:20 2013 (r325842) +++ head/sysutils/sec/Makefile Sun Sep 1 06:32:42 2013 (r325843) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= sec -PORTVERSION= 2.7.2 +PORTVERSION= 2.7.4 CATEGORIES= sysutils MASTER_SITES= SF/simple-evcorr/${PORTNAME}/${PORTVERSION} Modified: head/sysutils/sec/distinfo ============================================================================== --- head/sysutils/sec/distinfo Sun Sep 1 02:38:20 2013 (r325842) +++ head/sysutils/sec/distinfo Sun Sep 1 06:32:42 2013 (r325843) @@ -1,2 +1,2 @@ -SHA256 (sec-2.7.2.tar.gz) = 7fd013cdb16b03f57ee785877d94bcab9d302085662b4094cd5bfe1db68a0970 -SIZE (sec-2.7.2.tar.gz) = 107642 +SHA256 (sec-2.7.4.tar.gz) = 9970285caf14406c74a6899bfb1dc376a5ee3bfc95c6299ee3d44ad4790526f2 +SIZE (sec-2.7.4.tar.gz) = 114289 From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 07:49:49 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 066052A6; Sun, 1 Sep 2013 07:49:49 +0000 (UTC) (envelope-from naylor.b.david@gmail.com) Received: from mail-wi0-x229.google.com (mail-wi0-x229.google.com [IPv6:2a00:1450:400c:c05::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E322A2C02; Sun, 1 Sep 2013 07:49:47 +0000 (UTC) Received: by mail-wi0-f169.google.com with SMTP id l12so891328wiv.0 for ; Sun, 01 Sep 2013 00:49:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-type; bh=X5hFJec7645Ha8d2HdR3sG+8MOdY7VD/KuqbO85BZn0=; b=GnGewiuODs7QbCrzZfonBixRiiaG/U6fK7j9U1YoC6sOsm58oiHpFLATtzjWxFLxid Dpw92WxKMQwy2fFr3cfsUmTdfAn0q7yP96DBnjqjtMqbU4ZbLZ5z0oOU5sFb9otpORQI oxxnO11aTZ85mtsggz9d0xOXfStmEub+QLt4pirx0/YyMet6tBdCkIAN5+G4ELx3debo vCbzL2x9TB5v44cNPcTIE7VdLoQCYERnK5lhbE0qb0mg/petev/Ijr7PAOQBwuO4GgsW FKKs65Kemx7rY6mMAFi1ZmtOXaHfGD3gcJifEYbuOSf4SUOJGwo2nApXsVMIid8mcaJK eXPA== X-Received: by 10.194.201.202 with SMTP id kc10mr17841602wjc.1.1378021786192; Sun, 01 Sep 2013 00:49:46 -0700 (PDT) Received: from dragon.dg ([197.87.91.139]) by mx.google.com with ESMTPSA id ey2sm8724269wib.5.1969.12.31.16.00.00 (version=TLSv1 cipher=RC4-SHA bits=128/128); Sun, 01 Sep 2013 00:49:45 -0700 (PDT) Sender: David Naylor From: David Naylor To: Bryan Drewery Subject: Re: svn commit: r325807 - in head: . Mk Date: Sun, 01 Sep 2013 09:49:37 +0300 Message-ID: <2131634.G81FAWrTEc@dragon.dg> Organization: FreeBSD User-Agent: KMail/4.10.5 (FreeBSD/9.2-PRERELEASE; KDE/4.10.5; amd64; ; ) In-Reply-To: <5221FA9D.7020005@FreeBSD.org> References: <201308311356.r7VDu8N8094811@svn.freebsd.org> <20130831141013.GA27765@FreeBSD.org> <5221FA9D.7020005@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart2939983.Mf9WZlMFG6"; micalg="pgp-sha1"; protocol="application/pgp-signature" Cc: svn-ports-head@freebsd.org, Alexey Dokuchaev , svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 07:49:49 -0000 --nextPart2939983.Mf9WZlMFG6 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="ISO-8859-1" On Saturday, 31 August 2013 09:15:57 Bryan Drewery wrote: > On 8/31/2013 9:10 AM, Alexey Dokuchaev wrote: > > On Sat, Aug 31, 2013 at 01:56:08PM +0000, Bryan Drewery wrote: > >> New Revision: 325807 > >> URL: http://svnweb.freebsd.org/changeset/ports/325807 > >> > >> - Add USE_PACKAGE_DEPENDS_ONLY which will try installing dependencies > >> > >> from existing packages and not fallback on building from source. > >> > >> This is useful for package building tools such as poudriere and > >> tinderbox > >> to avoid building from source and confusing the build log, if a > >> dependency > >> failed to build for some reason. > > > > I actually don't quite see the use for any of them. As for the build log, > > if I understand correctly what you're describing, usually it's *good* to > > "confuse" the log, as it's an indication of wrongly spelled _DEPENDS line. > > > > Am I missing some really warranted usage scenario for these knobs? > > > > ./danfe > > make build-depends USE_PACKAGE_DEPENDS > This installs dependencies from packages if present, else, fallback on > source. > > make build-depends USE_PACKAGE_DEPENDS_ONLY > This installs dependencies from packages only. > > It has nothing to do with misspelling anything. > > These are used to install dependencies from packages using the ports > framework. The alternative is to have the package building tool install > the dependencies themselves, which tinderbox _and_ portbuild do wrong! > Why reinvent the wheel. Let the ports framework install depenencies with > 'build-depends', and use packages from already built. Are you are referring to ports-mgmt/portbuilder? In which case I would like to clarify that while the default behaviour is this, it can be changed using the '--method' argument. Also, portbuilder passes NO_DEPENDS to the build and install stages, managing the installation of dependencies itself. Regards --nextPart2939983.Mf9WZlMFG6 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part. Content-Transfer-Encoding: 7Bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.21 (FreeBSD) iEYEABECAAYFAlIi8ZQACgkQUaaFgP9pFrIKSQCfXvUo1V9vYQutauUcMHbbpVcK jgoAn0WVkDpAQGpirV2T1LuofUf53HxZ =ZY2e -----END PGP SIGNATURE----- --nextPart2939983.Mf9WZlMFG6-- From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 08:23:06 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4E1E293E; Sun, 1 Sep 2013 08:23:06 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3B25E2D83; Sun, 1 Sep 2013 08:23:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r818N6GZ037809; Sun, 1 Sep 2013 08:23:06 GMT (envelope-from tota@svn.freebsd.org) Received: (from tota@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r818N5So037804; Sun, 1 Sep 2013 08:23:05 GMT (envelope-from tota@svn.freebsd.org) Message-Id: <201309010823.r818N5So037804@svn.freebsd.org> From: TAKATSU Tomonari Date: Sun, 1 Sep 2013 08:23:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325844 - head/textproc/rubygem-coderay X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 08:23:06 -0000 Author: tota Date: Sun Sep 1 08:23:05 2013 New Revision: 325844 URL: http://svnweb.freebsd.org/changeset/ports/325844 Log: - Update to 1.1.0 - Transfer maintainership to ruby@ Modified: head/textproc/rubygem-coderay/Makefile head/textproc/rubygem-coderay/distinfo Modified: head/textproc/rubygem-coderay/Makefile ============================================================================== --- head/textproc/rubygem-coderay/Makefile Sun Sep 1 06:32:42 2013 (r325843) +++ head/textproc/rubygem-coderay/Makefile Sun Sep 1 08:23:05 2013 (r325844) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= coderay -PORTVERSION= 1.0.9 +PORTVERSION= 1.1.0 CATEGORIES= textproc rubygems MASTER_SITES= RG -MAINTAINER= tota@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= Fast and easy syntax highlighting for selected languages LICENSE= LGPL21 Modified: head/textproc/rubygem-coderay/distinfo ============================================================================== --- head/textproc/rubygem-coderay/distinfo Sun Sep 1 06:32:42 2013 (r325843) +++ head/textproc/rubygem-coderay/distinfo Sun Sep 1 08:23:05 2013 (r325844) @@ -1,2 +1,2 @@ -SHA256 (rubygem/coderay-1.0.9.gem) = c8c713f7f06c8c0c60a89abaa6ba3bbfc8b0ac4be1b2a84cebaa896cdad672dd -SIZE (rubygem/coderay-1.0.9.gem) = 89088 +SHA256 (rubygem/coderay-1.1.0.gem) = 5a943c59e36f7ef9dd2677855735656413af02e3f302431e9c548aabe89f3c15 +SIZE (rubygem/coderay-1.1.0.gem) = 95232 From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 08:55:17 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 73777C98; Sun, 1 Sep 2013 08:55:17 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6138E2E9F; Sun, 1 Sep 2013 08:55:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r818tHsP055651; Sun, 1 Sep 2013 08:55:17 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r818tG7j055642; Sun, 1 Sep 2013 08:55:16 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201309010855.r818tG7j055642@svn.freebsd.org> From: Kubilay Kocak Date: Sun, 1 Sep 2013 08:55:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325845 - in head/devel: buildbot buildbot-slave buildbot-slave/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 08:55:17 -0000 Author: koobs Date: Sun Sep 1 08:55:15 2013 New Revision: 325845 URL: http://svnweb.freebsd.org/changeset/ports/325845 Log: devel/buildbot devel/buildbot-slave: Update to 0.8.8 - Update to 0.8.8 - Update pkg-plist - Add extract target to regression-test: - Tweak TESTS option description - master: Update RUN and BUILD DEPENDS versions - slave: Remove patch that is now upstream Changes: https://github.com/buildbot/buildbot/blob/master/master/docs/relnotes/0.8.8.rst Deleted: head/devel/buildbot-slave/files/patch-buildslave__test____init__.py Modified: head/devel/buildbot-slave/Makefile head/devel/buildbot-slave/distinfo head/devel/buildbot-slave/pkg-plist head/devel/buildbot/Makefile (contents, props changed) head/devel/buildbot/distinfo (contents, props changed) head/devel/buildbot/pkg-plist (contents, props changed) Modified: head/devel/buildbot-slave/Makefile ============================================================================== --- head/devel/buildbot-slave/Makefile Sun Sep 1 08:23:05 2013 (r325844) +++ head/devel/buildbot-slave/Makefile Sun Sep 1 08:55:15 2013 (r325845) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= buildbot-slave -PORTVERSION= 0.8.7p1 +PORTVERSION= 0.8.8 CATEGORIES= devel python MASTER_SITES= GOOGLE_CODE @@ -23,8 +23,7 @@ USE_TWISTED_RUN= runner MAKE_ENV+= NO_INSTALL_REQS=1 OPTIONS_DEFINE= TESTS -TESTS_DESC= Install py-mock for unit tests -# Ports infrastructure bug +TESTS_DESC= Install py-mock for test suite OPTIONSFILE?= ${PORT_DBDIR}/py-${PORTNAME}/options .include @@ -38,7 +37,7 @@ MAN1= buildslave.1 post-install: ${INSTALL_MAN} ${WRKSRC}/docs/buildslave.1 ${MANPREFIX}/man/man1 -regression-test: +regression-test: extract @cd ${WRKSRC} && trial buildslave.test .include Modified: head/devel/buildbot-slave/distinfo ============================================================================== --- head/devel/buildbot-slave/distinfo Sun Sep 1 08:23:05 2013 (r325844) +++ head/devel/buildbot-slave/distinfo Sun Sep 1 08:55:15 2013 (r325845) @@ -1,2 +1,2 @@ -SHA256 (buildbot-slave-0.8.7p1.tar.gz) = bbdb07a3847efa186f942142a09394b467d7375745c49da0a42e9aa5b206eadc -SIZE (buildbot-slave-0.8.7p1.tar.gz) = 104575 +SHA256 (buildbot-slave-0.8.8.tar.gz) = 8b7532d4d34527aea41e353d1bc3c35291ec335d3224c27800d2cc0cfc9837cc +SIZE (buildbot-slave-0.8.8.tar.gz) = 107470 Modified: head/devel/buildbot-slave/pkg-plist ============================================================================== --- head/devel/buildbot-slave/pkg-plist Sun Sep 1 08:23:05 2013 (r325844) +++ head/devel/buildbot-slave/pkg-plist Sun Sep 1 08:55:15 2013 (r325845) @@ -78,6 +78,9 @@ bin/buildslave %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildslave/monkeypatches/bug5079.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildslave/monkeypatches/bug5079.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildslave/monkeypatches/bug5079.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildslave/monkeypatches/testcase_assert.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildslave/monkeypatches/testcase_assert.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildslave/monkeypatches/testcase_assert.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildslave/pbutil.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildslave/pbutil.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildslave/pbutil.pyo @@ -87,6 +90,9 @@ bin/buildslave %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildslave/scripts/__init__.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildslave/scripts/__init__.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildslave/scripts/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildslave/scripts/base.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildslave/scripts/base.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildslave/scripts/base.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildslave/scripts/logwatcher.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildslave/scripts/logwatcher.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildslave/scripts/logwatcher.pyo @@ -174,6 +180,12 @@ bin/buildslave %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildslave/test/unit/test_runprocess.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildslave/test/unit/test_runprocess.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildslave/test/unit/test_runprocess.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildslave/test/unit/test_scripts_base.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildslave/test/unit/test_scripts_base.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildslave/test/unit/test_scripts_base.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildslave/test/unit/test_scripts_runner.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildslave/test/unit/test_scripts_runner.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildslave/test/unit/test_scripts_runner.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildslave/test/unit/test_util.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildslave/test/unit/test_util.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildslave/test/unit/test_util.pyo Modified: head/devel/buildbot/Makefile ============================================================================== --- head/devel/buildbot/Makefile Sun Sep 1 08:23:05 2013 (r325844) +++ head/devel/buildbot/Makefile Sun Sep 1 08:55:15 2013 (r325845) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= buildbot -PORTVERSION= 0.8.7p1 +PORTVERSION= 0.8.8 CATEGORIES= devel python MASTER_SITES= GOOGLE_CODE @@ -14,14 +14,14 @@ LICENSE= GPLv2 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.1:${PORTSDIR}/devel/py-Jinja2 \ ${PYTHON_PKGNAMEPREFIX}dateutil>=2.1:${PORTSDIR}/devel/py-dateutil \ ${PYTHON_PKGNAMEPREFIX}migrate>=0.6.1:${PORTSDIR}/databases/py-migrate \ - ${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0.6.1:${PORTSDIR}/databases/py-sqlalchemy \ + ${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0.6:${PORTSDIR}/databases/py-sqlalchemy \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 TEST_DEPENDS:= ${RUN_DEPENDS} \ ${PYTHON_PKGNAMEPREFIX}mock>0:${PORTSDIR}/devel/py-mock \ trial:${PORTSDIR}/devel/py-twistedCore \ - ${PYTHON_PKGNAMEPREFIX}twistedWeb>9.0.0:${PORTSDIR}/www/py-twistedWeb \ - ${PYTHON_PKGNAMEPREFIX}twistedWords>9.0.0:${PORTSDIR}/net-im/py-twistedWords + ${PYTHON_PKGNAMEPREFIX}twistedWeb>=9.0.0:${PORTSDIR}/www/py-twistedWeb \ + ${PYTHON_PKGNAMEPREFIX}twistedWords>=9.0.0:${PORTSDIR}/net-im/py-twistedWords USE_PYTHON= yes USE_PYDISTUTILS= easy_install @@ -30,8 +30,7 @@ USE_TWISTED_RUN= conch mail web words MAKE_ENV+= NO_INSTALL_REQS=1 OPTIONS_DEFINE= TESTS -TESTS_DESC= Install py-mock for unit tests -# Ports infrastructure bug +TESTS_DESC= Install py-mock for test suite OPTIONSFILE?= ${PORT_DBDIR}/py-${PORTNAME}/options .include @@ -45,7 +44,7 @@ post-patch: 's|/usr/bin/python|${PYTHON_CMD}|g' @${FIND} ${WRKSRC} -name \*.bak -delete -regression-test: +regression-test: extract @cd ${WRKSRC} && trial buildbot .include Modified: head/devel/buildbot/distinfo ============================================================================== --- head/devel/buildbot/distinfo Sun Sep 1 08:23:05 2013 (r325844) +++ head/devel/buildbot/distinfo Sun Sep 1 08:55:15 2013 (r325845) @@ -1,2 +1,2 @@ -SHA256 (buildbot-0.8.7p1.tar.gz) = 8dee3f887bce55a7f7cf01e6c421a2511898c2f89f55f202f5193a100a9a5776 -SIZE (buildbot-0.8.7p1.tar.gz) = 4597202 +SHA256 (buildbot-0.8.8.tar.gz) = 5013e3f3d83d2fcac8b5c391e3a740597330015300f0ebb94005ed2f90d739d0 +SIZE (buildbot-0.8.8.tar.gz) = 4641582 Modified: head/devel/buildbot/pkg-plist ============================================================================== --- head/devel/buildbot/pkg-plist Sun Sep 1 08:23:05 2013 (r325844) +++ head/devel/buildbot/pkg-plist Sun Sep 1 08:55:15 2013 (r325845) @@ -13,9 +13,21 @@ bin/buildbot %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/buildrequest.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/buildrequest.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/buildrequest.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/buildslave.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/buildslave.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/buildslave.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/buildslave/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/buildslave/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/buildslave/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/buildslave/base.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/buildslave/base.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/buildslave/base.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/buildslave/ec2.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/buildslave/ec2.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/buildslave/ec2.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/buildslave/libvirt.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/buildslave/libvirt.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/buildslave/libvirt.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/buildslave/openstack.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/buildslave/openstack.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/buildslave/openstack.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/changes/__init__.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/changes/__init__.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/changes/__init__.pyo @@ -234,6 +246,9 @@ bin/buildbot %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/monkeypatches/bug5079.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/monkeypatches/bug5079.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/monkeypatches/bug5079.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/monkeypatches/gatherResults.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/monkeypatches/gatherResults.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/monkeypatches/gatherResults.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/monkeypatches/servicechecks.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/monkeypatches/servicechecks.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/monkeypatches/servicechecks.pyo @@ -270,6 +285,9 @@ bin/buildbot %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/process/buildrequest.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/process/buildrequest.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/process/buildrequest.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/process/buildrequestdistributor.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/process/buildrequestdistributor.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/process/buildrequestdistributor.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/process/buildstep.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/process/buildstep.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/process/buildstep.pyo @@ -604,9 +622,6 @@ bin/buildbot %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/steps/__init__.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/steps/__init__.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/steps/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/steps/blocker.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/steps/blocker.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/steps/blocker.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/steps/master.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/steps/master.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/steps/master.pyo @@ -673,6 +688,12 @@ bin/buildbot %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/steps/source/oldsource.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/steps/source/oldsource.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/steps/source/oldsource.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/steps/source/p4.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/steps/source/p4.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/steps/source/p4.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/steps/source/repo.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/steps/source/repo.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/steps/source/repo.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/steps/source/svn.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/steps/source/svn.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/steps/source/svn.pyo @@ -709,12 +730,18 @@ bin/buildbot %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/fake/libvirt.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/fake/libvirt.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/fake/libvirt.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/fake/openstack.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/fake/openstack.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/fake/openstack.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/fake/pbmanager.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/fake/pbmanager.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/fake/pbmanager.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/fake/remotecommand.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/fake/remotecommand.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/fake/remotecommand.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/fake/slave.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/fake/slave.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/fake/slave.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/fake/state.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/fake/state.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/fake/state.pyo @@ -751,9 +778,15 @@ bin/buildbot %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/__init__.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/__init__.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_buildslave.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_buildslave.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_buildslave.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_buildslave_base.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_buildslave_base.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_buildslave_base.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_buildslave_libvirt.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_buildslave_libvirt.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_buildslave_libvirt.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_buildslave_openstack.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_buildslave_openstack.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_buildslave_openstack.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_changes_base.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_changes_base.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_changes_base.pyo @@ -877,9 +910,6 @@ bin/buildbot %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_db_users.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_db_users.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_db_users.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_libvirtbuildslave.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_libvirtbuildslave.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_libvirtbuildslave.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_master.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_master.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_master.pyo @@ -889,9 +919,6 @@ bin/buildbot %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_process_botmaster_BotMaster.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_process_botmaster_BotMaster.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_process_botmaster_BotMaster.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_process_botmaster_BuildRequestDistributor.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_process_botmaster_BuildRequestDistributor.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_process_botmaster_BuildRequestDistributor.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_process_botmaster_DuplicateSlaveArbitrator.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_process_botmaster_DuplicateSlaveArbitrator.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_process_botmaster_DuplicateSlaveArbitrator.pyo @@ -904,6 +931,9 @@ bin/buildbot %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_process_buildrequest.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_process_buildrequest.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_process_buildrequest.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_process_buildrequestdistributor_BuildRequestDistributor.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_process_buildrequestdistributor_BuildRequestDistributor.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_process_buildrequestdistributor_BuildRequestDistributor.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_process_buildstep.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_process_buildstep.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_process_buildstep.pyo @@ -1069,9 +1099,6 @@ bin/buildbot %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_status_words.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_status_words.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_status_words.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_steps_blocker.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_steps_blocker.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_steps_blocker.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_steps_master.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_steps_master.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_steps_master.pyo @@ -1129,6 +1156,12 @@ bin/buildbot %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_steps_source_oldsource_Repo.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_steps_source_oldsource_Repo.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_steps_source_oldsource_Repo.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_steps_source_p4.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_steps_source_p4.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_steps_source_p4.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_steps_source_repo.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_steps_source_repo.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_steps_source_repo.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_steps_source_svn.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_steps_source_svn.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/unit/test_steps_source_svn.pyo @@ -1210,6 +1243,9 @@ bin/buildbot %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/util/interfaces.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/util/interfaces.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/util/interfaces.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/util/logging.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/util/logging.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/util/logging.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/util/migration.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/util/migration.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/test/util/migration.pyo @@ -1293,6 +1329,7 @@ bin/buildbot @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/db @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/changes @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/clients +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot/buildslave @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/buildbot @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 09:09:00 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E1581F1F; Sun, 1 Sep 2013 09:09:00 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CFA8A2F8F; Sun, 1 Sep 2013 09:09:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81990iJ063172; Sun, 1 Sep 2013 09:09:00 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81990Cq063171; Sun, 1 Sep 2013 09:09:00 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201309010909.r81990Cq063171@svn.freebsd.org> From: Kubilay Kocak Date: Sun, 1 Sep 2013 09:09:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325846 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 09:09:01 -0000 Author: koobs Date: Sun Sep 1 09:09:00 2013 New Revision: 325846 URL: http://svnweb.freebsd.org/changeset/ports/325846 Log: Bring the Python PyPi MASTERSITES list back to the future - Part I - Remove a. b. d. and g. mirrors that now redirect to pypi. [1][2][3] [1] http://www.python.org/dev/peps/pep-0449/ [2] http://mail.python.org/pipermail/distutils-sig/2013-August/022126.html [3] pypi.python.org is a CDN backed by Fastly Reviewed by: mva, kwm, Johannes Meixner (xmj) Modified: head/Mk/bsd.sites.mk Modified: head/Mk/bsd.sites.mk ============================================================================== --- head/Mk/bsd.sites.mk Sun Sep 1 08:55:15 2013 (r325845) +++ head/Mk/bsd.sites.mk Sun Sep 1 09:09:00 2013 (r325846) @@ -126,13 +126,9 @@ MASTER_SITE_CENKES+= \ .if !defined(IGNORE_MASTER_SITE_CHEESESHOP) MASTER_SITE_CHEESESHOP+= \ http://pypi.python.org/packages/%SUBDIR%/ \ - http://a.pypi.python.org/packages/%SUBDIR%/ \ - http://b.pypi.python.org/packages/%SUBDIR%/ \ http://c.pypi.python.org/packages/%SUBDIR%/ \ - http://d.pypi.python.org/packages/%SUBDIR%/ \ http://e.pypi.python.org/packages/%SUBDIR%/ \ http://f.pypi.python.org/packages/%SUBDIR%/ \ - http://g.pypi.python.org/packages/%SUBDIR%/ \ http://pypi.crate.io/packages/%SUBDIR%/ \ http://pypi.python.jp/${DISTNAME:S/${DISTVERSION}//:S/-//}/ .endif From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 09:14:27 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 863F51F8; Sun, 1 Sep 2013 09:14:27 +0000 (UTC) Date: Sun, 1 Sep 2013 09:14:27 +0000 From: Alexey Dokuchaev To: Bryan Drewery Subject: Re: svn commit: r325807 - in head: . Mk Message-ID: <20130901091427.GA77614@FreeBSD.org> References: <201308311356.r7VDu8N8094811@svn.freebsd.org> <20130831141013.GA27765@FreeBSD.org> <5221FA9D.7020005@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5221FA9D.7020005@FreeBSD.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 09:14:27 -0000 On Sat, Aug 31, 2013 at 09:15:57AM -0500, Bryan Drewery wrote: > make build-depends USE_PACKAGE_DEPENDS > This installs dependencies from packages if present, else, fallback on > source. > > make build-depends USE_PACKAGE_DEPENDS_ONLY > This installs dependencies from packages only. Yes, that's how I understood it. I still fail to see how it can be useful for regular ports users (vs. bulk builders like poudriere or tinderbox). Several things are immediately not clear to me: 1) as a ports user, I do not have any binary packages repositories around (except tinderbox cache); 2) even if I would, how can it be decided on per-ports basis what *user* wants to use, ports or packages: I don't see the reason to expose this at the ports' Makefile level; 3) it looks (even without looking at the details of implementation) like some sort of hack, and that bothers me. > It has nothing to do with misspelling anything. I was referring to the cases when wrongly spelled LIB_DEPENDS results in ports rebuilding already-installed-from-package dependencies because, say, package installs libfoo.so.4, but port says libfoo.so.3 because of missed shlib version bump. In this case, build log would be polluted with the build of the dependency, which normally would not happen (only lines like "package libfoo-1.42 already installed" and "... depends on libfoo.so.4 - found" should be there). > These are used to install dependencies from packages using the ports > framework. The alternative is to have the package building tool install > the dependencies themselves, which tinderbox _and_ portbuild do wrong! Perhaps I don't quite understand this particular point here, but why not fix tinderbox/portbuild instead? Are we talking about some really hard to track down and fix bug(s) here? > The reason for _ONLY is that if a dependency failed to build, a port > would still, in some race-condition cases, run build-depends, not find > the dependency packages, then try to build them. Having no network > access, it would hit fetch errors; it shouldn't be building missing > dependencies, it should immediately fail because dependencies were not met. > > The PR has more information and linked patches which demonstrate the issue: > > http://www.bayofrum.net/~crees/scratch/log.log > > With fix: > > http://www.bayofrum.net/~crees/scratch/loglog.log What I see exactly proves my point: these knobs belong inside the bulk builder, not in the ports' Makefiles. If I would see, as a user, that I'm having some network problem, I would rather go and fix it, and continue to play with my ports. This obviously may not work for bulk builders, but that's totally different use case and definitely not something normal ports users should case about or even know = see those USE_PACKAGE_DEPENDS* knobs. ./danfe From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 10:28:58 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 45E43DE4; Sun, 1 Sep 2013 10:28:58 +0000 (UTC) (envelope-from tobez@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 31ED52484; Sun, 1 Sep 2013 10:28:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81ASwQE009562; Sun, 1 Sep 2013 10:28:58 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81ASvFa009557; Sun, 1 Sep 2013 10:28:57 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201309011028.r81ASvFa009557@svn.freebsd.org> From: Anton Berezin Date: Sun, 1 Sep 2013 10:28:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325847 - head/lang/p5-Scalar-List-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-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 10:28:58 -0000 Author: tobez Date: Sun Sep 1 10:28:57 2013 New Revision: 325847 URL: http://svnweb.freebsd.org/changeset/ports/325847 Log: Update to 1.32. Changes: http://search.cpan.org/dist/Scalar-List-Utils/Changes Modified: head/lang/p5-Scalar-List-Utils/Makefile head/lang/p5-Scalar-List-Utils/distinfo Modified: head/lang/p5-Scalar-List-Utils/Makefile ============================================================================== --- head/lang/p5-Scalar-List-Utils/Makefile Sun Sep 1 09:09:00 2013 (r325846) +++ head/lang/p5-Scalar-List-Utils/Makefile Sun Sep 1 10:28:57 2013 (r325847) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Scalar-List-Utils -PORTVERSION= 1.31 +PORTVERSION= 1.32 PORTEPOCH= 1 CATEGORIES= lang perl5 MASTER_SITES= CPAN Modified: head/lang/p5-Scalar-List-Utils/distinfo ============================================================================== --- head/lang/p5-Scalar-List-Utils/distinfo Sun Sep 1 09:09:00 2013 (r325846) +++ head/lang/p5-Scalar-List-Utils/distinfo Sun Sep 1 10:28:57 2013 (r325847) @@ -1,2 +1,2 @@ -SHA256 (Scalar-List-Utils-1.31.tar.gz) = 761bc0a204d9ed307a4addb783390672630d7687b250e3850ae294970984e8b6 -SIZE (Scalar-List-Utils-1.31.tar.gz) = 72587 +SHA256 (Scalar-List-Utils-1.32.tar.gz) = 1906496a893b0e642103ebb2438ae2a6f7f728e24abf13d1e84d61e1e2ed4813 +SIZE (Scalar-List-Utils-1.32.tar.gz) = 72905 From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 10:59:31 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 736951ED; Sun, 1 Sep 2013 10:59:31 +0000 (UTC) (envelope-from tobez@tobez.org) Received: from heechee.tobez.org (heechee.tobez.org [IPv6:2001:2010:1::feef]) by mx1.freebsd.org (Postfix) with ESMTP id 3638B25B1; Sun, 1 Sep 2013 10:59:31 +0000 (UTC) Received: by heechee.tobez.org (Postfix, from userid 1001) id 9B6F6457C6; Sun, 1 Sep 2013 12:59:28 +0200 (CEST) Date: Sun, 1 Sep 2013 12:59:28 +0200 From: Anton Berezin To: Sahil Tandon Subject: Re: svn commit: r325805 - head/Mk Message-ID: <20130901105928.GG26604@heechee.tobez.org> References: <201308311322.r7VDM2wa076581@svn.freebsd.org> <20130831215840.GA13875@magnus> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130831215840.GA13875@magnus> X-Powered-By: FreeBSD http://www.freebsd.org/ User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org, Bryan Drewery X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 10:59:31 -0000 On Sat, Aug 31, 2013 at 05:58:41PM -0400, Sahil Tandon wrote: > On Sat, 2013-08-31 at 13:22:02 +0000, Bryan Drewery wrote: > > > Log: > > - make fetch/checksum: If a fetched file does not match the expected size, > > delete it and try the next site, if there is one to try. > [...] > > + actual_size=`stat -f %z "$${file}"`; \ > > + if [ $${actual_size} -eq $${CKSIZE} ]; then \ > > + continue 2; \ > > + else \ > > + ${ECHO_MSG} "=> Fetched file size mismatch (expected $${CKSIZE}, actual $${actual_size})"; \ > > + if [ $${sites_remaining} -gt 1 ]; then \ > > + ${ECHO_MSG} "=> Trying next site"; \ > > + ${RM} -f $${file}; \ > > + fi; \ > > + fi; \ > > fi; \ > > done; \ > > ${ECHO_MSG} "=> Couldn't fetch it - please try to retrieve this";\ > > I have not had time to properly investigate, but could the above explain > the following behavior? Or, perhaps I've messed up something in my > local environment. Sorry for the line-wraps: > > sahil@mirage [/usr/ports/mail/postfix-current] % sudo make makesum > ===> License IPL10 accepted by the user > ===> Found saved configuration for postfix-current-2.11.20130825,4 > ===> postfix-current-2.11.20130825,4 depends on file: > /usr/local/sbin/pkg - found > => postfix-2.11-20130825.tar.gz doesn't seem to exist in > /usr/ports/distfiles/postfix. > => Attempting to fetch > ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/postfix-2.11-20130825.tar.gz > postfix-2.11-20130825.tar.gz 100% of 3866 kB 910 > kBps > [: -eq: argument expected > => Fetched file size mismatch (expected , actual 3959547) > => Trying next site > > This only happens if the distfile does not already exist (and therefore > needs to be fetched), and I 'make makesum'. Apparently, CKSIZE is > undefined. Notably, if I 'make fetch' first, and then 'make makesum', > there is no problem. I see the same behavior. So, updating ports is kinda broken at the moment. Cheers, \Anton. -- Our society can survive even a large amount of irrational regulation. -- John McCarthy From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 11:04:54 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4B9DE358; Sun, 1 Sep 2013 11:04:54 +0000 (UTC) (envelope-from tobez@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 391B32602; Sun, 1 Sep 2013 11:04:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81B4suf031041; Sun, 1 Sep 2013 11:04:54 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81B4rhB031039; Sun, 1 Sep 2013 11:04:53 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201309011104.r81B4rhB031039@svn.freebsd.org> From: Anton Berezin Date: Sun, 1 Sep 2013 11:04:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325848 - head/devel/p5-enum X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 11:04:54 -0000 Author: tobez Date: Sun Sep 1 11:04:53 2013 New Revision: 325848 URL: http://svnweb.freebsd.org/changeset/ports/325848 Log: Update to 1.02(0). Changes: http://search.cpan.org/dist/enum/Changes Modified: head/devel/p5-enum/Makefile head/devel/p5-enum/distinfo Modified: head/devel/p5-enum/Makefile ============================================================================== --- head/devel/p5-enum/Makefile Sun Sep 1 10:28:57 2013 (r325847) +++ head/devel/p5-enum/Makefile Sun Sep 1 11:04:53 2013 (r325848) @@ -2,10 +2,12 @@ # $FreeBSD$ PORTNAME= enum -PORTVERSION= 1.016 +PORTVERSION= 1.020 CATEGORIES= devel perl5 MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:NEILB PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION:C/0$//} MAINTAINER= perl@FreeBSD.org COMMENT= \ Modified: head/devel/p5-enum/distinfo ============================================================================== --- head/devel/p5-enum/distinfo Sun Sep 1 10:28:57 2013 (r325847) +++ head/devel/p5-enum/distinfo Sun Sep 1 11:04:53 2013 (r325848) @@ -1,2 +1,2 @@ -SHA256 (enum-1.016.tar.gz) = fd4a2f44f60fe0ac5f708a7a232601a634bfb6b7f561e2eef706e9efa2cd04d0 -SIZE (enum-1.016.tar.gz) = 5847 +SHA256 (enum-1.02.tar.gz) = cc843bfe879f0cf5ae2f99f88f66923d0f041cf49b340c68a949fef72d6f88b6 +SIZE (enum-1.02.tar.gz) = 6827 From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 11:24:20 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2CCE5545; Sun, 1 Sep 2013 11:24:20 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1707A26A6; Sun, 1 Sep 2013 11:24:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81BOJrC042491; Sun, 1 Sep 2013 11:24:19 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81BOJ3j042490; Sun, 1 Sep 2013 11:24:19 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201309011124.r81BOJ3j042490@svn.freebsd.org> From: Alexey Dokuchaev Date: Sun, 1 Sep 2013 11:24:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325849 - 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-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 11:24:20 -0000 Author: danfe Date: Sun Sep 1 11:24:19 2013 New Revision: 325849 URL: http://svnweb.freebsd.org/changeset/ports/325849 Log: - Unmark it as make jobs (-jX) unsafe: there is a comment saying that as of version 10.35.80, it should be safe; MAKE_JOBS_UNSAFE was added back in 2011, and no build failure logs are available since that time; it was not reproduced on few n-cored machines with various -jX settings as of today - While here, convert USE_GMAKE and USE_PERL5, tidy up Makefile header Tested by: marino (poudriere testport) Approved by: dinoex (maintainer) Modified: head/graphics/netpbm/Makefile Modified: head/graphics/netpbm/Makefile ============================================================================== --- head/graphics/netpbm/Makefile Sun Sep 1 11:04:53 2013 (r325848) +++ head/graphics/netpbm/Makefile Sun Sep 1 11:24:19 2013 (r325849) @@ -1,4 +1,4 @@ -# Created by: jmz +# Created by: Jean-Marc Zucconi # $FreeBSD$ PORTNAME= netpbm @@ -20,10 +20,7 @@ LIB_DEPENDS= tiff:${PORTSDIR}/graphics/t xml2:${PORTSDIR}/textproc/libxml2 RUN_DEPENDS= bash:${PORTSDIR}/shells/bash -MAKE_JOBS_UNSAFE= yes - -USE_PERL5= yes -USE_GMAKE= yes +USES= gmake perl5 CFLAGS+= -DPNG_DEPSTRUCT= -Iutil MAKE_ENV= LN="${LN}" RANLIB="${RANLIB}" MAKEFILE= GNUmakefile From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 11:53:29 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9F3639C9; Sun, 1 Sep 2013 11:53:29 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7420827B6; Sun, 1 Sep 2013 11:53:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81BrT96059611; Sun, 1 Sep 2013 11:53:29 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81BrTgC059609; Sun, 1 Sep 2013 11:53:29 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201309011153.r81BrTgC059609@svn.freebsd.org> From: Pawel Pekala Date: Sun, 1 Sep 2013 11:53:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325850 - head/textproc/meld X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 11:53:29 -0000 Author: pawel Date: Sun Sep 1 11:53:28 2013 New Revision: 325850 URL: http://svnweb.freebsd.org/changeset/ports/325850 Log: Update to version 1.7.5 Features: * Open the version control console view when the exit code of a VC operation indicates that there was an error (Kai Willadsen) * Improve our handling of bad gconf setups, and add a file-system key to force a no-gconf fallback for persistent issues (Daniel Richard G) * Add a preference for whether to highlight the current line of a file comparison (Kai Willadsen) * Keyboard shortcut for the commit dialog (Kai Willadsen) Fixes: * Fix traversing symlink loops in version control comparisons (Kai Willadsen) * Minor fixes and cleanups (Boruch Baum, Sandro Bonazzola, Kai Willadsen) Translations: * Antonio Fernandes C. Neto (pt_BR) * Daniel Mustieles (es) * Fran Diuez (gl) * Marek Cernocky (cs) * Rafael Ferreira (pt_BR) * Piotr Drag (pl) Modified: head/textproc/meld/Makefile head/textproc/meld/distinfo Modified: head/textproc/meld/Makefile ============================================================================== --- head/textproc/meld/Makefile Sun Sep 1 11:24:19 2013 (r325849) +++ head/textproc/meld/Makefile Sun Sep 1 11:53:28 2013 (r325850) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= meld -PORTVERSION= 1.7.4 +PORTVERSION= 1.7.5 CATEGORIES= textproc devel python MASTER_SITES= GNOME Modified: head/textproc/meld/distinfo ============================================================================== --- head/textproc/meld/distinfo Sun Sep 1 11:24:19 2013 (r325849) +++ head/textproc/meld/distinfo Sun Sep 1 11:53:28 2013 (r325850) @@ -1,2 +1,2 @@ -SHA256 (meld-1.7.4.tar.xz) = 17c1230512b4b788c4b7b0c6bbd72b10c1005a810c1c9c8db9a0bf1cb1f7d56f -SIZE (meld-1.7.4.tar.xz) = 406156 +SHA256 (meld-1.7.5.tar.xz) = 4043354074ebd7a29f1a246e180bb5d5c1aa771710dd7ae2621f64515210518d +SIZE (meld-1.7.5.tar.xz) = 406620 From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 12:37:58 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 327D08F; Sun, 1 Sep 2013 12:37:58 +0000 (UTC) (envelope-from sperber@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1DB2B296F; Sun, 1 Sep 2013 12:37:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81Cbvhj086004; Sun, 1 Sep 2013 12:37:57 GMT (envelope-from sperber@svn.freebsd.org) Received: (from sperber@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81Cbucl085994; Sun, 1 Sep 2013 12:37:56 GMT (envelope-from sperber@svn.freebsd.org) Message-Id: <201309011237.r81Cbucl085994@svn.freebsd.org> From: Armin Pirkovitsch Date: Sun, 1 Sep 2013 12:37:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325851 - in head/multimedia/miro: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 12:37:58 -0000 Author: sperber Date: Sun Sep 1 12:37:56 2013 New Revision: 325851 URL: http://svnweb.freebsd.org/changeset/ports/325851 Log: - Update multimedia/miro to 6.0 - change ffmpeg dependency to ffmpeg1 - update maintainer to swills@ (suggested and accepted over irc) PR: ports/181348 Submitted by: Steve Wills Approved by: decke (mentor) Modified: head/multimedia/miro/Makefile head/multimedia/miro/distinfo (contents, props changed) head/multimedia/miro/files/patch-lib__startup.py (contents, props changed) head/multimedia/miro/files/patch-linux__plat__options.py (contents, props changed) head/multimedia/miro/files/patch-linux__setup.py (contents, props changed) head/multimedia/miro/files/patch-linux_contrib_echoprint-codegen_src_Makefile (contents, props changed) head/multimedia/miro/pkg-plist (contents, props changed) Modified: head/multimedia/miro/Makefile ============================================================================== --- head/multimedia/miro/Makefile Sun Sep 1 11:53:28 2013 (r325850) +++ head/multimedia/miro/Makefile Sun Sep 1 12:37:56 2013 (r325851) @@ -2,13 +2,12 @@ # $FreeBSD$ PORTNAME= miro -PORTVERSION= 5.0 -PORTREVISION= 1 +PORTVERSION= 6.0 CATEGORIES= multimedia MASTER_SITES= ftp://ftp.osuosl.org/pub/pculture.org/miro/src/ \ http://ftp.osuosl.org/pub/pculture.org/miro/src/ -MAINTAINER= sperber@FreeBSD.org +MAINTAINER= swills@FreeBSD.org COMMENT= A video player to get internet TV broadcasts LICENSE= GPLv2 @@ -18,12 +17,13 @@ BUILD_DEPENDS= pyrexc:${PORTSDIR}/devel/ update-mime-database:${PORTSDIR}/misc/shared-mime-info \ ${LOCALBASE}/include/boost/numeric/ublas/matrix.hpp:${PORTSDIR}/devel/boost-libs \ ${LOCALBASE}/include/taglib/taglib.h:${PORTSDIR}/audio/taglib -LIB_DEPENDS= avutil.1:${PORTSDIR}/multimedia/ffmpeg +LIB_DEPENDS= avutil1:${PORTSDIR}/multimedia/ffmpeg1 \ + sqlite3:${PORTSDIR}/databases/sqlite3 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bsddb>0:${PORTSDIR}/databases/py-bsddb \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ ${PYTHON_SITELIBDIR}/dbus/glib.py:${PORTSDIR}/devel/py-dbus \ ${PYTHON_SITELIBDIR}/gtk-2.0/pynotify/_pynotify.so:${PORTSDIR}/devel/py-notify \ - ${PYTHON_SITELIBDIR}/libtorrent.so:${PORTSDIR}/net-p2p/libtorrent-rasterbar-15-python \ + ${PYTHON_SITELIBDIR}/libtorrent.so:${PORTSDIR}/net-p2p/libtorrent-rasterbar-16-python \ ${PYTHON_SITELIBDIR}/webkit/webkit.so:${PORTSDIR}/www/py-webkitgtk \ ${PYTHON_SITELIBDIR}/gtk-2.0/gconf.so:${PORTSDIR}/x11-toolkits/py-gnome2 \ ${PYTHON_SITELIBDIR}/pycurl.so:${PORTSDIR}/ftp/py-curl \ Modified: head/multimedia/miro/distinfo ============================================================================== --- head/multimedia/miro/distinfo Sun Sep 1 11:53:28 2013 (r325850) +++ head/multimedia/miro/distinfo Sun Sep 1 12:37:56 2013 (r325851) @@ -1,2 +1,2 @@ -SHA256 (miro-5.0.tar.gz) = ff529e5846b6c7e24298cfd1e1cac29feeb4b49ff019151da90a5a955fa39090 -SIZE (miro-5.0.tar.gz) = 12938978 +SHA256 (miro-6.0.tar.gz) = 558d194278fe5d602ba4d5d6737035b150e907c57da3344afa2ec462062f026b +SIZE (miro-6.0.tar.gz) = 13121803 Modified: head/multimedia/miro/files/patch-lib__startup.py ============================================================================== --- head/multimedia/miro/files/patch-lib__startup.py Sun Sep 1 11:53:28 2013 (r325850) +++ head/multimedia/miro/files/patch-lib__startup.py Sun Sep 1 12:37:56 2013 (r325851) @@ -1,6 +1,6 @@ ---- ./lib/startup.py.orig 2011-05-25 00:30:12.000000000 +0200 -+++ ./lib/startup.py 2011-05-25 17:53:57.000000000 +0200 -@@ -407,8 +407,8 @@ +--- lib/startup.py.orig 2013-08-17 02:48:00.884785831 +0000 ++++ lib/startup.py 2013-08-17 02:48:27.966783822 +0000 +@@ -501,8 +501,8 @@ yield None commandline.startup() yield None @@ -8,6 +8,6 @@ - yield None + # autoupdate.check_for_updates() + # yield None + app.local_metadata_manager.schedule_retry_net_lookup() # Delay running high CPU/IO operations for a bit - eventloop.add_timeout(5, downloader.startup_downloader, - "start downloader daemon") + eventloop.add_timeout(5, app.download_state_manager.startup_downloader, Modified: head/multimedia/miro/files/patch-linux__plat__options.py ============================================================================== --- head/multimedia/miro/files/patch-linux__plat__options.py Sun Sep 1 11:53:28 2013 (r325850) +++ head/multimedia/miro/files/patch-linux__plat__options.py Sun Sep 1 12:37:56 2013 (r325851) @@ -1,6 +1,6 @@ ---- ./linux/plat/options.py.orig 2011-05-25 17:56:13.000000000 +0200 -+++ ./linux/plat/options.py 2011-05-25 17:56:57.000000000 +0200 -@@ -51,13 +51,13 @@ +--- ./linux/plat/options.py.orig 2013-08-17 02:50:01.620777937 +0000 ++++ ./linux/plat/options.py 2013-08-17 02:50:48.339773948 +0000 +@@ -51,7 +51,7 @@ FFMPEG_BINARY = LinuxPref( key="ffmpegBinary", @@ -9,10 +9,3 @@ alias="ffmpeg", helptext="Absolute path for ffmpeg binary.") - FFMPEG2THEORA_BINARY = LinuxPref( - key="ffmpeg2TheoraBinary", -- default="/usr/bin/ffmpeg2theora", -+ default="%%LOCALBASE%%/bin/ffmpeg2theora", - alias="ffmpeg2theora", - helptext="Absolute path for ffmpeg2theora binary.") - Modified: head/multimedia/miro/files/patch-linux__setup.py ============================================================================== --- head/multimedia/miro/files/patch-linux__setup.py Sun Sep 1 11:53:28 2013 (r325850) +++ head/multimedia/miro/files/patch-linux__setup.py Sun Sep 1 12:37:56 2013 (r325851) @@ -1,6 +1,6 @@ ---- linux/setup.py.orig 2012-04-30 16:25:50.000000000 +0200 -+++ linux/setup.py 2012-05-12 08:50:18.990985060 +0200 -@@ -243,7 +243,7 @@ +--- linux/setup.py.orig 2013-04-05 16:02:42.000000000 +0000 ++++ linux/setup.py 2013-08-17 04:32:00.154355610 +0000 +@@ -249,7 +249,7 @@ xlib_ext = \ Extension("miro.plat.xlibhelper", [os.path.join(platform_package_dir, 'xlibhelper.pyx')], @@ -9,7 +9,15 @@ libraries=['X11'], ) -@@ -291,7 +291,7 @@ +@@ -264,6 +264,7 @@ + namecollation_ext = \ + Extension("miro.data.namecollation", + [os.path.join(portable_dir, 'data', 'namecollation.cpp')], ++ library_dirs=['/usr/local/lib'], + libraries=['sqlite3'], + ) + +@@ -300,16 +301,16 @@ # filter out app.config.template (which is handled specially) files = [f for f in listfiles(resource_dir) \ if os.path.basename(f) != 'app.config.template'] @@ -17,17 +25,19 @@ +data_files.append(('/usr/local/share/miro/resources/', files)) # handle the sub directories. - for dir in ('searchengines', -@@ -310,7 +310,7 @@ - os.path.join('testdata', 'metadata'), - os.path.join('testdata', 'locale', 'fr', 'LC_MESSAGES')): + for dir in ('searchengines', 'images', 'conversions', 'devices'): source_dir = os.path.join(resource_dir, dir) - dest_dir = os.path.join('/usr/share/miro/resources/', dir) + dest_dir = os.path.join('/usr/local/share/miro/resources/', dir) data_files.append((dest_dir, listfiles(source_dir))) - data_files.append((dest_dir, [os.path.join(resource_dir, 'donate.html')])) + for path, dirs, files in os.walk(os.path.join(resource_dir, 'testdata')): + relpath = os.path.relpath(path, resource_dir) +- dest_dir = os.path.join('/usr/share/miro/resources/', relpath) ++ dest_dir = os.path.join('/usr/local/share/miro/resources/', relpath) + files = [os.path.join(resource_dir, relpath, f) for f in files] + data_files.append((dest_dir, files)) -@@ -320,7 +320,7 @@ +@@ -321,7 +322,7 @@ files = [os.path.join(root, f) for f in files if (not f.endswith("~") and not "#" in f)] data_files.append(( @@ -36,7 +46,7 @@ files)) # add core platform extension files -@@ -329,28 +329,28 @@ +@@ -330,28 +331,28 @@ files = [os.path.join(root, f) for f in files if (not f.endswith("~") and not "#" in f)] data_files.append(( @@ -73,7 +83,7 @@ [os.path.join(platform_dir, 'miro.real.1.gz')]), ] -@@ -376,7 +376,7 @@ +@@ -377,7 +378,7 @@ def install_app_config(self): source = os.path.join(resource_dir, 'app.config.template') @@ -82,7 +92,7 @@ config_file = buildutils.read_simple_config_file(source) print "Trying to figure out the git revision...." -@@ -418,7 +418,7 @@ +@@ -419,7 +420,7 @@ lang = os.path.basename(source)[:-3] if 'LINGUAS' in os.environ and lang not in os.environ['LINGUAS']: continue @@ -91,18 +101,27 @@ if self.root: dest = change_root(self.root, dest) self.mkpath(os.path.dirname(dest)) -@@ -438,7 +438,9 @@ - cc.add_library('avcodec') +@@ -434,12 +435,15 @@ + def build_segmenter(self): + segmenter_src = os.path.join(platform_dir, 'miro-segmenter.c') + cc = ccompiler.new_compiler() +- cc.add_library('avutil') +- cc.add_library('avformat') +- cc.add_library('avcodec') ++ cc.add_library('avutil1') ++ cc.add_library('avformat1') ++ cc.add_library('avcodec1') # Fedora places ffmpeg include into this directory rather than # root /usr/include. - cc.add_include_dir('/usr/include/ffmpeg') ++ cc.add_include_dir('/usr/local/include/ffmpeg1') + cc.add_include_dir('/usr/local/include') -+ cc.add_include_dir('/usr/local/include/ffmpeg') ++ cc.add_library_dir('/usr/local/lib/ffmpeg1') + cc.add_library_dir('/usr/local/lib') output_dir = os.path.join(self.build_base, 'miro-segmenter') segmenter_objs = cc.compile([segmenter_src], output_dir=output_dir, -@@ -449,7 +451,7 @@ +@@ -450,7 +454,7 @@ self.distribution.scripts.append(segmenter_exe) def build_echoprint_codegen(self): @@ -111,7 +130,7 @@ src_binary = os.path.join(echoprint_dir, 'echoprint-codegen') dest_dir = os.path.join(self.build_base, 'echoprint-codegen') dest_binary = os.path.join(dest_dir, 'echoprint-codegen') -@@ -488,7 +490,7 @@ +@@ -490,7 +494,7 @@ #### install_theme installs a specified theme .zip class install_theme(Command): @@ -120,7 +139,7 @@ user_options = [("theme=", None, 'ZIP file containing the theme')] def initialize_options(self): -@@ -516,7 +518,7 @@ +@@ -518,7 +522,7 @@ raise DistutilsOptionError("invalid theme file") self.zipfile = zf self.theme_name = themeName Modified: head/multimedia/miro/files/patch-linux_contrib_echoprint-codegen_src_Makefile ============================================================================== --- head/multimedia/miro/files/patch-linux_contrib_echoprint-codegen_src_Makefile Sun Sep 1 11:53:28 2013 (r325850) +++ head/multimedia/miro/files/patch-linux_contrib_echoprint-codegen_src_Makefile Sun Sep 1 12:37:56 2013 (r325851) @@ -1,7 +1,13 @@ ---- linux/contrib/echoprint-codegen/src/Makefile.orig 2012-05-17 08:26:52.738877942 +0200 -+++ linux/contrib/echoprint-codegen/src/Makefile 2012-05-17 08:27:18.755880033 +0200 -@@ -9,7 +9,7 @@ - CC=gcc +--- linux/contrib/echoprint-codegen/src/Makefile.orig 2013-04-05 16:02:42.000000000 +0000 ++++ linux/contrib/echoprint-codegen/src/Makefile 2013-08-17 03:52:32.669519516 +0000 +@@ -5,11 +5,11 @@ + VERSION_MAJ := $(word 1, $(EP_VERSION)) + VERSION_COMPAT := $(word 1, $(EP_VERSION)).$(word 2, $(EP_VERSION)) + UNAME := $(shell uname -s) +-CXX=g++ +-CC=gcc ++CXX=c++ ++CC=cc #OPTFLAGS=-g -O0 OPTFLAGS=-O3 -DBOOST_UBLAS_NDEBUG -DNDEBUG -BOOST_CFLAGS=-I/usr/local/include/boost-1_35 Modified: head/multimedia/miro/pkg-plist ============================================================================== --- head/multimedia/miro/pkg-plist Sun Sep 1 11:53:28 2013 (r325850) +++ head/multimedia/miro/pkg-plist Sun Sep 1 12:37:56 2013 (r325851) @@ -1,1012 +1,3 @@ -bin/codegen.Linux-i686 -bin/codegen.Linux-x86_64 -bin/echoprint-codegen -bin/miro -bin/miro.real -bin/miro-segmenter -%%PYTHON_SITELIBDIR%%/miro/__init__.py -%%PYTHON_SITELIBDIR%%/miro/__init__.pyc -%%PYTHON_SITELIBDIR%%/miro/__init__.pyo -%%PYTHON_SITELIBDIR%%/miro/amazon.py -%%PYTHON_SITELIBDIR%%/miro/amazon.pyc -%%PYTHON_SITELIBDIR%%/miro/amazon.pyo -%%PYTHON_SITELIBDIR%%/miro/api.py -%%PYTHON_SITELIBDIR%%/miro/api.pyc -%%PYTHON_SITELIBDIR%%/miro/api.pyo -%%PYTHON_SITELIBDIR%%/miro/app.py -%%PYTHON_SITELIBDIR%%/miro/app.pyc -%%PYTHON_SITELIBDIR%%/miro/app.pyo -%%PYTHON_SITELIBDIR%%/miro/appconfig.py -%%PYTHON_SITELIBDIR%%/miro/appconfig.pyc -%%PYTHON_SITELIBDIR%%/miro/appconfig.pyo -%%PYTHON_SITELIBDIR%%/miro/autodiscover.py -%%PYTHON_SITELIBDIR%%/miro/autodiscover.pyc -%%PYTHON_SITELIBDIR%%/miro/autodiscover.pyo -%%PYTHON_SITELIBDIR%%/miro/autodler.py -%%PYTHON_SITELIBDIR%%/miro/autodler.pyc -%%PYTHON_SITELIBDIR%%/miro/autodler.pyo -%%PYTHON_SITELIBDIR%%/miro/autoupdate.py -%%PYTHON_SITELIBDIR%%/miro/autoupdate.pyc -%%PYTHON_SITELIBDIR%%/miro/autoupdate.pyo -%%PYTHON_SITELIBDIR%%/miro/bootstrap.py -%%PYTHON_SITELIBDIR%%/miro/bootstrap.pyc -%%PYTHON_SITELIBDIR%%/miro/bootstrap.pyo -%%PYTHON_SITELIBDIR%%/miro/buildutils.py -%%PYTHON_SITELIBDIR%%/miro/buildutils.pyc -%%PYTHON_SITELIBDIR%%/miro/buildutils.pyo -%%PYTHON_SITELIBDIR%%/miro/clock.py -%%PYTHON_SITELIBDIR%%/miro/clock.pyc -%%PYTHON_SITELIBDIR%%/miro/clock.pyo -%%PYTHON_SITELIBDIR%%/miro/commandline.py -%%PYTHON_SITELIBDIR%%/miro/commandline.pyc -%%PYTHON_SITELIBDIR%%/miro/commandline.pyo -%%PYTHON_SITELIBDIR%%/miro/config.py -%%PYTHON_SITELIBDIR%%/miro/config.pyc -%%PYTHON_SITELIBDIR%%/miro/config.pyo -%%PYTHON_SITELIBDIR%%/miro/controller.py -%%PYTHON_SITELIBDIR%%/miro/controller.pyc -%%PYTHON_SITELIBDIR%%/miro/controller.pyo -%%PYTHON_SITELIBDIR%%/miro/conversions.py -%%PYTHON_SITELIBDIR%%/miro/conversions.pyc -%%PYTHON_SITELIBDIR%%/miro/conversions.pyo -%%PYTHON_SITELIBDIR%%/miro/convert20database.py -%%PYTHON_SITELIBDIR%%/miro/convert20database.pyc -%%PYTHON_SITELIBDIR%%/miro/convert20database.pyo -%%PYTHON_SITELIBDIR%%/miro/coverart.py -%%PYTHON_SITELIBDIR%%/miro/coverart.pyc -%%PYTHON_SITELIBDIR%%/miro/coverart.pyo -%%PYTHON_SITELIBDIR%%/miro/crashreport.py -%%PYTHON_SITELIBDIR%%/miro/crashreport.pyc -%%PYTHON_SITELIBDIR%%/miro/crashreport.pyo -%%PYTHON_SITELIBDIR%%/miro/database.py -%%PYTHON_SITELIBDIR%%/miro/database.pyc -%%PYTHON_SITELIBDIR%%/miro/database.pyo -%%PYTHON_SITELIBDIR%%/miro/databasehelper.py -%%PYTHON_SITELIBDIR%%/miro/databasehelper.pyc -%%PYTHON_SITELIBDIR%%/miro/databasehelper.pyo -%%PYTHON_SITELIBDIR%%/miro/databaselog.py -%%PYTHON_SITELIBDIR%%/miro/databaselog.pyc -%%PYTHON_SITELIBDIR%%/miro/databaselog.pyo -%%PYTHON_SITELIBDIR%%/miro/databasesanity.py -%%PYTHON_SITELIBDIR%%/miro/databasesanity.pyc -%%PYTHON_SITELIBDIR%%/miro/databasesanity.pyo -%%PYTHON_SITELIBDIR%%/miro/databaseupgrade.py -%%PYTHON_SITELIBDIR%%/miro/databaseupgrade.pyc -%%PYTHON_SITELIBDIR%%/miro/databaseupgrade.pyo -%%PYTHON_SITELIBDIR%%/miro/dbupgradeprogress.py -%%PYTHON_SITELIBDIR%%/miro/dbupgradeprogress.pyc -%%PYTHON_SITELIBDIR%%/miro/dbupgradeprogress.pyo -%%PYTHON_SITELIBDIR%%/miro/debugutil.py -%%PYTHON_SITELIBDIR%%/miro/debugutil.pyc -%%PYTHON_SITELIBDIR%%/miro/debugutil.pyo -%%PYTHON_SITELIBDIR%%/miro/des.py -%%PYTHON_SITELIBDIR%%/miro/des.pyc -%%PYTHON_SITELIBDIR%%/miro/des.pyo -%%PYTHON_SITELIBDIR%%/miro/devicedatabaseupgrade.py -%%PYTHON_SITELIBDIR%%/miro/devicedatabaseupgrade.pyc -%%PYTHON_SITELIBDIR%%/miro/devicedatabaseupgrade.pyo -%%PYTHON_SITELIBDIR%%/miro/devices.py -%%PYTHON_SITELIBDIR%%/miro/devices.pyc -%%PYTHON_SITELIBDIR%%/miro/devices.pyo -%%PYTHON_SITELIBDIR%%/miro/dialogs.py -%%PYTHON_SITELIBDIR%%/miro/dialogs.pyc -%%PYTHON_SITELIBDIR%%/miro/dialogs.pyo -%%PYTHON_SITELIBDIR%%/miro/directorywatch.py -%%PYTHON_SITELIBDIR%%/miro/directorywatch.pyc -%%PYTHON_SITELIBDIR%%/miro/directorywatch.pyo -%%PYTHON_SITELIBDIR%%/miro/displaytext.py -%%PYTHON_SITELIBDIR%%/miro/displaytext.pyc -%%PYTHON_SITELIBDIR%%/miro/displaytext.pyo -%%PYTHON_SITELIBDIR%%/miro/dl_daemon/MiroDownloader.py -%%PYTHON_SITELIBDIR%%/miro/dl_daemon/MiroDownloader.pyc -%%PYTHON_SITELIBDIR%%/miro/dl_daemon/MiroDownloader.pyo -%%PYTHON_SITELIBDIR%%/miro/dl_daemon/__init__.py -%%PYTHON_SITELIBDIR%%/miro/dl_daemon/__init__.pyc -%%PYTHON_SITELIBDIR%%/miro/dl_daemon/__init__.pyo -%%PYTHON_SITELIBDIR%%/miro/dl_daemon/command.py -%%PYTHON_SITELIBDIR%%/miro/dl_daemon/command.pyc -%%PYTHON_SITELIBDIR%%/miro/dl_daemon/command.pyo -%%PYTHON_SITELIBDIR%%/miro/dl_daemon/daemon.py -%%PYTHON_SITELIBDIR%%/miro/dl_daemon/daemon.pyc -%%PYTHON_SITELIBDIR%%/miro/dl_daemon/daemon.pyo -%%PYTHON_SITELIBDIR%%/miro/dl_daemon/download.py -%%PYTHON_SITELIBDIR%%/miro/dl_daemon/download.pyc -%%PYTHON_SITELIBDIR%%/miro/dl_daemon/download.pyo -%%PYTHON_SITELIBDIR%%/miro/dl_daemon/private/__init__.py -%%PYTHON_SITELIBDIR%%/miro/dl_daemon/private/__init__.pyc -%%PYTHON_SITELIBDIR%%/miro/dl_daemon/private/__init__.pyo -%%PYTHON_SITELIBDIR%%/miro/dl_daemon/private/httpauth.py -%%PYTHON_SITELIBDIR%%/miro/dl_daemon/private/httpauth.pyc -%%PYTHON_SITELIBDIR%%/miro/dl_daemon/private/httpauth.pyo -%%PYTHON_SITELIBDIR%%/miro/dl_daemon/private/resources.py -%%PYTHON_SITELIBDIR%%/miro/dl_daemon/private/resources.pyc -%%PYTHON_SITELIBDIR%%/miro/dl_daemon/private/resources.pyo -%%PYTHON_SITELIBDIR%%/miro/donate.py -%%PYTHON_SITELIBDIR%%/miro/donate.pyc -%%PYTHON_SITELIBDIR%%/miro/donate.pyo -%%PYTHON_SITELIBDIR%%/miro/download_utils.py -%%PYTHON_SITELIBDIR%%/miro/download_utils.pyc -%%PYTHON_SITELIBDIR%%/miro/download_utils.pyo -%%PYTHON_SITELIBDIR%%/miro/downloader.py -%%PYTHON_SITELIBDIR%%/miro/downloader.pyc -%%PYTHON_SITELIBDIR%%/miro/downloader.pyo -%%PYTHON_SITELIBDIR%%/miro/echonest.py -%%PYTHON_SITELIBDIR%%/miro/echonest.pyc -%%PYTHON_SITELIBDIR%%/miro/echonest.pyo -%%PYTHON_SITELIBDIR%%/miro/emusic.py -%%PYTHON_SITELIBDIR%%/miro/emusic.pyc -%%PYTHON_SITELIBDIR%%/miro/emusic.pyo -%%PYTHON_SITELIBDIR%%/miro/errors.py -%%PYTHON_SITELIBDIR%%/miro/errors.pyc -%%PYTHON_SITELIBDIR%%/miro/errors.pyo -%%PYTHON_SITELIBDIR%%/miro/eventloop.py -%%PYTHON_SITELIBDIR%%/miro/eventloop.pyc -%%PYTHON_SITELIBDIR%%/miro/eventloop.pyo -%%PYTHON_SITELIBDIR%%/miro/extensionmanager.py -%%PYTHON_SITELIBDIR%%/miro/extensionmanager.pyc -%%PYTHON_SITELIBDIR%%/miro/extensionmanager.pyo -%%PYTHON_SITELIBDIR%%/miro/feed.py -%%PYTHON_SITELIBDIR%%/miro/feed.pyc -%%PYTHON_SITELIBDIR%%/miro/feed.pyo -%%PYTHON_SITELIBDIR%%/miro/feedparser.py -%%PYTHON_SITELIBDIR%%/miro/feedparser.pyc -%%PYTHON_SITELIBDIR%%/miro/feedparser.pyo -%%PYTHON_SITELIBDIR%%/miro/feedparserutil.py -%%PYTHON_SITELIBDIR%%/miro/feedparserutil.pyc -%%PYTHON_SITELIBDIR%%/miro/feedparserutil.pyo -%%PYTHON_SITELIBDIR%%/miro/feedupdate.py -%%PYTHON_SITELIBDIR%%/miro/feedupdate.pyc -%%PYTHON_SITELIBDIR%%/miro/feedupdate.pyo -%%PYTHON_SITELIBDIR%%/miro/fileobject.py -%%PYTHON_SITELIBDIR%%/miro/fileobject.pyc -%%PYTHON_SITELIBDIR%%/miro/fileobject.pyo -%%PYTHON_SITELIBDIR%%/miro/filetags.py -%%PYTHON_SITELIBDIR%%/miro/filetags.pyc -%%PYTHON_SITELIBDIR%%/miro/filetags.pyo -%%PYTHON_SITELIBDIR%%/miro/filetypes.py -%%PYTHON_SITELIBDIR%%/miro/filetypes.pyc -%%PYTHON_SITELIBDIR%%/miro/filetypes.pyo -%%PYTHON_SITELIBDIR%%/miro/fileutil.py -%%PYTHON_SITELIBDIR%%/miro/fileutil.pyc -%%PYTHON_SITELIBDIR%%/miro/fileutil.pyo -%%PYTHON_SITELIBDIR%%/miro/flashscraper.py -%%PYTHON_SITELIBDIR%%/miro/flashscraper.pyc -%%PYTHON_SITELIBDIR%%/miro/flashscraper.pyo -%%PYTHON_SITELIBDIR%%/miro/folder.py -%%PYTHON_SITELIBDIR%%/miro/folder.pyc -%%PYTHON_SITELIBDIR%%/miro/folder.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/__init__.py -%%PYTHON_SITELIBDIR%%/miro/frontends/__init__.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/__init__.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/cli/__init__.py -%%PYTHON_SITELIBDIR%%/miro/frontends/cli/__init__.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/cli/__init__.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/cli/application.py -%%PYTHON_SITELIBDIR%%/miro/frontends/cli/application.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/cli/application.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/cli/clidialog.py -%%PYTHON_SITELIBDIR%%/miro/frontends/cli/clidialog.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/cli/clidialog.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/cli/events.py -%%PYTHON_SITELIBDIR%%/miro/frontends/cli/events.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/cli/events.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/cli/interpreter.py -%%PYTHON_SITELIBDIR%%/miro/frontends/cli/interpreter.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/cli/interpreter.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/cli/util.py -%%PYTHON_SITELIBDIR%%/miro/frontends/cli/util.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/cli/util.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/profilewidgets/__init__.py -%%PYTHON_SITELIBDIR%%/miro/frontends/profilewidgets/__init__.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/profilewidgets/__init__.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/profilewidgets/application.py -%%PYTHON_SITELIBDIR%%/miro/frontends/profilewidgets/application.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/profilewidgets/application.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/profilewidgets/portable.py -%%PYTHON_SITELIBDIR%%/miro/frontends/profilewidgets/portable.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/profilewidgets/portable.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/profilewidgets/tests.py -%%PYTHON_SITELIBDIR%%/miro/frontends/profilewidgets/tests.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/profilewidgets/tests.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/shell/__init__.py -%%PYTHON_SITELIBDIR%%/miro/frontends/shell/__init__.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/shell/__init__.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/shell/application.py -%%PYTHON_SITELIBDIR%%/miro/frontends/shell/application.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/shell/application.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/__init__.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/__init__.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/__init__.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/addtoplaylistdialog.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/addtoplaylistdialog.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/addtoplaylistdialog.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/application.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/application.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/application.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/browser.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/browser.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/browser.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/cellpack.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/cellpack.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/cellpack.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/convertingcontroller.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/convertingcontroller.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/convertingcontroller.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/crashdialog.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/crashdialog.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/crashdialog.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/devicecontroller.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/devicecontroller.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/devicecontroller.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/diagnostics.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/diagnostics.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/diagnostics.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/dialogs.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/dialogs.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/dialogs.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/dialogwidgets.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/dialogwidgets.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/dialogwidgets.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/displays.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/displays.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/displays.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/donate.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/donate.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/donate.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/downloadscontroller.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/downloadscontroller.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/downloadscontroller.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/feedcontroller.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/feedcontroller.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/feedcontroller.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/feedsettingspanel.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/feedsettingspanel.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/feedsettingspanel.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/firsttimedialog.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/firsttimedialog.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/firsttimedialog.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gst -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gst/__init__.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gst/__init__.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gst/__init__.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gst/gst_extractor.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gst/gst_extractor.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gst/gst_extractor.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gst/gstutil.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gst/gstutil.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gst/gstutil.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gst/renderer.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gst/renderer.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gst/renderer.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gst/sniffer.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gst/sniffer.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gst/sniffer.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/__init__.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/__init__.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/__init__.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/audio.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/audio.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/audio.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/base.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/base.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/base.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/const.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/const.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/const.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/controls.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/controls.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/controls.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/customcontrols.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/customcontrols.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/customcontrols.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/donatewindow.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/donatewindow.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/donatewindow.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/drawing.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/drawing.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/drawing.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/fontsize.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/fontsize.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/fontsize.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/gtkdirectorywatch.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/gtkdirectorywatch.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/gtkdirectorywatch.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/gtkmenus.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/gtkmenus.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/gtkmenus.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/keymap.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/keymap.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/keymap.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/layout.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/layout.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/layout.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/layoutmanager.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/layoutmanager.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/layoutmanager.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/player.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/player.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/player.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/preferenceswindow.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/preferenceswindow.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/preferenceswindow.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/pygtkhacks.so -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/searchentry.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/searchentry.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/searchentry.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/simple.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/simple.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/simple.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/sniffer.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/sniffer.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/sniffer.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/tableview.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/tableview.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/tableview.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/tableviewcells.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/tableviewcells.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/tableviewcells.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/textlayout.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/textlayout.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/textlayout.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/threads.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/threads.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/threads.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/timer.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/timer.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/timer.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/trayicon.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/trayicon.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/trayicon.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/video.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/video.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/video.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/weakconnect.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/weakconnect.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/weakconnect.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/webkitgtkhacks.so -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/widgets.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/widgets.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/widgets.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/widgetset.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/widgetset.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/widgetset.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/window.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/window.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/window.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/wrappermap.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/wrappermap.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/gtk/wrappermap.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/guidecontroller.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/guidecontroller.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/guidecontroller.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/imagebutton.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/imagebutton.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/imagebutton.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/imagepool.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/imagepool.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/imagepool.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/itemcontextmenu.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/itemcontextmenu.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/itemcontextmenu.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/itemedit.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/itemedit.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/itemedit.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/itemfilter.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/itemfilter.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/itemfilter.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/itemlist.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/itemlist.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/itemlist.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/itemlistcontroller.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/itemlistcontroller.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/itemlistcontroller.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/itemlistwidgets.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/itemlistwidgets.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/itemlistwidgets.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/itemrenderer.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/itemrenderer.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/itemrenderer.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/itemtrack.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/itemtrack.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/itemtrack.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/keyboard.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/keyboard.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/keyboard.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/linkhandler.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/linkhandler.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/linkhandler.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/menus.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/menus.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/menus.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/newfeed.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/newfeed.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/newfeed.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/newfolder.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/newfolder.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/newfolder.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/newsearchfeed.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/newsearchfeed.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/newsearchfeed.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/newwatchedfolder.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/newwatchedfolder.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/newwatchedfolder.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/playback.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/playback.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/playback.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/playlist.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/playlist.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/playlist.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/prefpanel.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/prefpanel.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/prefpanel.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/quitconfirmation.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/quitconfirmation.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/quitconfirmation.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/removefeeds.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/removefeeds.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/removefeeds.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/rundialog.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/rundialog.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/rundialog.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/search.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/search.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/search.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/searchbox.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/searchbox.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/searchbox.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/searchcontroller.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/searchcontroller.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/searchcontroller.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/searchfilesdialog.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/searchfilesdialog.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/searchfilesdialog.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/segmented.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/segmented.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/segmented.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/separator.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/separator.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/separator.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/sharingcontroller.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/sharingcontroller.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/sharingcontroller.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/statictabs.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/statictabs.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/statictabs.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/stores.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/stores.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/stores.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/style.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/style.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/style.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/tabcontroller.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/tabcontroller.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/tabcontroller.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/tablescroll.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/tablescroll.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/tablescroll.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/tableselection.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/tableselection.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/tableselection.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/tablist.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/tablist.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/tablist.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/tablistdnd.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/tablistdnd.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/tablistdnd.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/tablistmanager.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/tablistmanager.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/tablistmanager.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/util.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/util.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/util.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/videobox.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/videobox.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/videobox.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/watchedfolders.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/watchedfolders.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/watchedfolders.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/widgetconst.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/widgetconst.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/widgetconst.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/widgetsapi.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/widgetsapi.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/widgetsapi.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/widgetstatestore.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/widgetstatestore.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/widgetstatestore.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/widgetutil.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/widgetutil.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/widgetutil.pyo -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/window.py -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/window.pyc -%%PYTHON_SITELIBDIR%%/miro/frontends/widgets/window.pyo -%%PYTHON_SITELIBDIR%%/miro/gtcache.py -%%PYTHON_SITELIBDIR%%/miro/gtcache.pyc -%%PYTHON_SITELIBDIR%%/miro/gtcache.pyo -%%PYTHON_SITELIBDIR%%/miro/guide.py -%%PYTHON_SITELIBDIR%%/miro/guide.pyc -%%PYTHON_SITELIBDIR%%/miro/guide.pyo -%%PYTHON_SITELIBDIR%%/miro/httpauth.py -%%PYTHON_SITELIBDIR%%/miro/httpauth.pyc -%%PYTHON_SITELIBDIR%%/miro/httpauth.pyo -%%PYTHON_SITELIBDIR%%/miro/httpauthtools.py -%%PYTHON_SITELIBDIR%%/miro/httpauthtools.pyc -%%PYTHON_SITELIBDIR%%/miro/httpauthtools.pyo -%%PYTHON_SITELIBDIR%%/miro/httpclient.py -%%PYTHON_SITELIBDIR%%/miro/httpclient.pyc -%%PYTHON_SITELIBDIR%%/miro/httpclient.pyo -%%PYTHON_SITELIBDIR%%/miro/iconcache.py -%%PYTHON_SITELIBDIR%%/miro/iconcache.pyc -%%PYTHON_SITELIBDIR%%/miro/iconcache.pyo -%%PYTHON_SITELIBDIR%%/miro/importmedia.py -%%PYTHON_SITELIBDIR%%/miro/importmedia.pyc -%%PYTHON_SITELIBDIR%%/miro/importmedia.pyo -%%PYTHON_SITELIBDIR%%/miro/infolist.so -%%PYTHON_SITELIBDIR%%/miro/infoupdater.py -%%PYTHON_SITELIBDIR%%/miro/infoupdater.pyc -%%PYTHON_SITELIBDIR%%/miro/infoupdater.pyo -%%PYTHON_SITELIBDIR%%/miro/iso639.py -%%PYTHON_SITELIBDIR%%/miro/iso639.pyc -%%PYTHON_SITELIBDIR%%/miro/iso639.pyo -%%PYTHON_SITELIBDIR%%/miro/item.py -%%PYTHON_SITELIBDIR%%/miro/item.pyc -%%PYTHON_SITELIBDIR%%/miro/item.pyo -%%PYTHON_SITELIBDIR%%/miro/iteminfocache.py -%%PYTHON_SITELIBDIR%%/miro/iteminfocache.pyc -%%PYTHON_SITELIBDIR%%/miro/iteminfocache.pyo -%%PYTHON_SITELIBDIR%%/miro/itemsource.py -%%PYTHON_SITELIBDIR%%/miro/itemsource.pyc -%%PYTHON_SITELIBDIR%%/miro/itemsource.pyo -%%PYTHON_SITELIBDIR%%/miro/libdaap/__init__.py -%%PYTHON_SITELIBDIR%%/miro/libdaap/__init__.pyc -%%PYTHON_SITELIBDIR%%/miro/libdaap/__init__.pyo -%%PYTHON_SITELIBDIR%%/miro/libdaap/const.py -%%PYTHON_SITELIBDIR%%/miro/libdaap/const.pyc -%%PYTHON_SITELIBDIR%%/miro/libdaap/const.pyo -%%PYTHON_SITELIBDIR%%/miro/libdaap/libdaap.py -%%PYTHON_SITELIBDIR%%/miro/libdaap/libdaap.pyc -%%PYTHON_SITELIBDIR%%/miro/libdaap/libdaap.pyo -%%PYTHON_SITELIBDIR%%/miro/libdaap/mdns.py -%%PYTHON_SITELIBDIR%%/miro/libdaap/mdns.pyc -%%PYTHON_SITELIBDIR%%/miro/libdaap/mdns.pyo -%%PYTHON_SITELIBDIR%%/miro/libdaap/pybonjour.py -%%PYTHON_SITELIBDIR%%/miro/libdaap/pybonjour.pyc -%%PYTHON_SITELIBDIR%%/miro/libdaap/pybonjour.pyo -%%PYTHON_SITELIBDIR%%/miro/libdaap/subr.py -%%PYTHON_SITELIBDIR%%/miro/libdaap/subr.pyc -%%PYTHON_SITELIBDIR%%/miro/libdaap/subr.pyo -%%PYTHON_SITELIBDIR%%/miro/messagehandler.py -%%PYTHON_SITELIBDIR%%/miro/messagehandler.pyc -%%PYTHON_SITELIBDIR%%/miro/messagehandler.pyo -%%PYTHON_SITELIBDIR%%/miro/messages.py -%%PYTHON_SITELIBDIR%%/miro/messages.pyc -%%PYTHON_SITELIBDIR%%/miro/messages.pyo -%%PYTHON_SITELIBDIR%%/miro/messagetools.py -%%PYTHON_SITELIBDIR%%/miro/messagetools.pyc -%%PYTHON_SITELIBDIR%%/miro/messagetools.pyo -%%PYTHON_SITELIBDIR%%/miro/metadata.py -%%PYTHON_SITELIBDIR%%/miro/metadata.pyc -%%PYTHON_SITELIBDIR%%/miro/metadata.pyo -%%PYTHON_SITELIBDIR%%/miro/miro_helper.py -%%PYTHON_SITELIBDIR%%/miro/miro_helper.pyc -%%PYTHON_SITELIBDIR%%/miro/miro_helper.pyo -%%PYTHON_SITELIBDIR%%/miro/models.py -%%PYTHON_SITELIBDIR%%/miro/models.pyc -%%PYTHON_SITELIBDIR%%/miro/models.pyo -%%PYTHON_SITELIBDIR%%/miro/moviedata.py -%%PYTHON_SITELIBDIR%%/miro/moviedata.pyc -%%PYTHON_SITELIBDIR%%/miro/moviedata.pyo -%%PYTHON_SITELIBDIR%%/miro/net.py -%%PYTHON_SITELIBDIR%%/miro/net.pyc -%%PYTHON_SITELIBDIR%%/miro/net.pyo -%%PYTHON_SITELIBDIR%%/miro/ngrams.so -%%PYTHON_SITELIBDIR%%/miro/opml.py -%%PYTHON_SITELIBDIR%%/miro/opml.pyc -%%PYTHON_SITELIBDIR%%/miro/opml.pyo -%%PYTHON_SITELIBDIR%%/miro/plat/__init__.py -%%PYTHON_SITELIBDIR%%/miro/plat/__init__.pyc -%%PYTHON_SITELIBDIR%%/miro/plat/__init__.pyo -%%PYTHON_SITELIBDIR%%/miro/plat/associate.py -%%PYTHON_SITELIBDIR%%/miro/plat/associate.pyc -%%PYTHON_SITELIBDIR%%/miro/plat/associate.pyo -%%PYTHON_SITELIBDIR%%/miro/plat/clconverter.py -%%PYTHON_SITELIBDIR%%/miro/plat/clconverter.pyc -%%PYTHON_SITELIBDIR%%/miro/plat/clconverter.pyo -%%PYTHON_SITELIBDIR%%/miro/plat/config.py -%%PYTHON_SITELIBDIR%%/miro/plat/config.pyc -%%PYTHON_SITELIBDIR%%/miro/plat/config.pyo -%%PYTHON_SITELIBDIR%%/miro/plat/devicetracker.py -%%PYTHON_SITELIBDIR%%/miro/plat/devicetracker.pyc -%%PYTHON_SITELIBDIR%%/miro/plat/devicetracker.pyo -%%PYTHON_SITELIBDIR%%/miro/plat/filebundle.py -%%PYTHON_SITELIBDIR%%/miro/plat/filebundle.pyc -%%PYTHON_SITELIBDIR%%/miro/plat/filebundle.pyo -%%PYTHON_SITELIBDIR%%/miro/plat/frontends -%%PYTHON_SITELIBDIR%%/miro/plat/frontends/__init__.py -%%PYTHON_SITELIBDIR%%/miro/plat/frontends/__init__.pyc -%%PYTHON_SITELIBDIR%%/miro/plat/frontends/__init__.pyo -%%PYTHON_SITELIBDIR%%/miro/plat/frontends/widgets -%%PYTHON_SITELIBDIR%%/miro/plat/frontends/widgets/__init__.py -%%PYTHON_SITELIBDIR%%/miro/plat/frontends/widgets/__init__.pyc -%%PYTHON_SITELIBDIR%%/miro/plat/frontends/widgets/__init__.pyo -%%PYTHON_SITELIBDIR%%/miro/plat/frontends/widgets/application.py -%%PYTHON_SITELIBDIR%%/miro/plat/frontends/widgets/application.pyc -%%PYTHON_SITELIBDIR%%/miro/plat/frontends/widgets/application.pyo -%%PYTHON_SITELIBDIR%%/miro/plat/frontends/widgets/bonjour.py -%%PYTHON_SITELIBDIR%%/miro/plat/frontends/widgets/bonjour.pyc -%%PYTHON_SITELIBDIR%%/miro/plat/frontends/widgets/bonjour.pyo -%%PYTHON_SITELIBDIR%%/miro/plat/frontends/widgets/mediakeys.py -%%PYTHON_SITELIBDIR%%/miro/plat/frontends/widgets/mediakeys.pyc -%%PYTHON_SITELIBDIR%%/miro/plat/frontends/widgets/mediakeys.pyo -%%PYTHON_SITELIBDIR%%/miro/plat/frontends/widgets/miroappindicator.py -%%PYTHON_SITELIBDIR%%/miro/plat/frontends/widgets/miroappindicator.pyc -%%PYTHON_SITELIBDIR%%/miro/plat/frontends/widgets/miroappindicator.pyo -%%PYTHON_SITELIBDIR%%/miro/plat/frontends/widgets/prefpanelset.py -%%PYTHON_SITELIBDIR%%/miro/plat/frontends/widgets/prefpanelset.pyc -%%PYTHON_SITELIBDIR%%/miro/plat/frontends/widgets/prefpanelset.pyo -%%PYTHON_SITELIBDIR%%/miro/plat/frontends/widgets/threads.py -%%PYTHON_SITELIBDIR%%/miro/plat/frontends/widgets/threads.pyc -%%PYTHON_SITELIBDIR%%/miro/plat/frontends/widgets/threads.pyo -%%PYTHON_SITELIBDIR%%/miro/plat/frontends/widgets/timer.py -%%PYTHON_SITELIBDIR%%/miro/plat/frontends/widgets/timer.pyc -%%PYTHON_SITELIBDIR%%/miro/plat/frontends/widgets/timer.pyo -%%PYTHON_SITELIBDIR%%/miro/plat/frontends/widgets/videoembed.py -%%PYTHON_SITELIBDIR%%/miro/plat/frontends/widgets/videoembed.pyc -%%PYTHON_SITELIBDIR%%/miro/plat/frontends/widgets/videoembed.pyo -%%PYTHON_SITELIBDIR%%/miro/plat/frontends/widgets/webkitbrowser.py -%%PYTHON_SITELIBDIR%%/miro/plat/frontends/widgets/webkitbrowser.pyc -%%PYTHON_SITELIBDIR%%/miro/plat/frontends/widgets/webkitbrowser.pyo -%%PYTHON_SITELIBDIR%%/miro/plat/frontends/widgets/widgetset.py -%%PYTHON_SITELIBDIR%%/miro/plat/frontends/widgets/widgetset.pyc -%%PYTHON_SITELIBDIR%%/miro/plat/frontends/widgets/widgetset.pyo -%%PYTHON_SITELIBDIR%%/miro/plat/onetime.py -%%PYTHON_SITELIBDIR%%/miro/plat/onetime.pyc -%%PYTHON_SITELIBDIR%%/miro/plat/onetime.pyo -%%PYTHON_SITELIBDIR%%/miro/plat/options.py -%%PYTHON_SITELIBDIR%%/miro/plat/options.pyc -%%PYTHON_SITELIBDIR%%/miro/plat/options.pyo -%%PYTHON_SITELIBDIR%%/miro/plat/popen.py -%%PYTHON_SITELIBDIR%%/miro/plat/popen.pyc -%%PYTHON_SITELIBDIR%%/miro/plat/popen.pyo -%%PYTHON_SITELIBDIR%%/miro/plat/renderers/__init__.py -%%PYTHON_SITELIBDIR%%/miro/plat/renderers/__init__.pyc -%%PYTHON_SITELIBDIR%%/miro/plat/renderers/__init__.pyo -%%PYTHON_SITELIBDIR%%/miro/plat/renderers/gstreamerrenderer.py -%%PYTHON_SITELIBDIR%%/miro/plat/renderers/gstreamerrenderer.pyc -%%PYTHON_SITELIBDIR%%/miro/plat/renderers/gstreamerrenderer.pyo -%%PYTHON_SITELIBDIR%%/miro/plat/resources.py -%%PYTHON_SITELIBDIR%%/miro/plat/resources.pyc -%%PYTHON_SITELIBDIR%%/miro/plat/resources.pyo -%%PYTHON_SITELIBDIR%%/miro/plat/screensaver.py -%%PYTHON_SITELIBDIR%%/miro/plat/screensaver.pyc -%%PYTHON_SITELIBDIR%%/miro/plat/screensaver.pyo -%%PYTHON_SITELIBDIR%%/miro/plat/upgrade.py -%%PYTHON_SITELIBDIR%%/miro/plat/upgrade.pyc -%%PYTHON_SITELIBDIR%%/miro/plat/upgrade.pyo -%%PYTHON_SITELIBDIR%%/miro/plat/utils.py -%%PYTHON_SITELIBDIR%%/miro/plat/utils.pyc -%%PYTHON_SITELIBDIR%%/miro/plat/utils.pyo -%%PYTHON_SITELIBDIR%%/miro/plat/xlibhelper.so -%%PYTHON_SITELIBDIR%%/miro/player.py -%%PYTHON_SITELIBDIR%%/miro/player.pyc -%%PYTHON_SITELIBDIR%%/miro/player.pyo -%%PYTHON_SITELIBDIR%%/miro/playlist.py -%%PYTHON_SITELIBDIR%%/miro/playlist.pyc -%%PYTHON_SITELIBDIR%%/miro/playlist.pyo -%%PYTHON_SITELIBDIR%%/miro/prefs.py -%%PYTHON_SITELIBDIR%%/miro/prefs.pyc -%%PYTHON_SITELIBDIR%%/miro/prefs.pyo -%%PYTHON_SITELIBDIR%%/miro/schema.py -%%PYTHON_SITELIBDIR%%/miro/schema.pyc -%%PYTHON_SITELIBDIR%%/miro/schema.pyo -%%PYTHON_SITELIBDIR%%/miro/schemav79.py -%%PYTHON_SITELIBDIR%%/miro/schemav79.pyc -%%PYTHON_SITELIBDIR%%/miro/schemav79.pyo -%%PYTHON_SITELIBDIR%%/miro/search.py -%%PYTHON_SITELIBDIR%%/miro/search.pyc -%%PYTHON_SITELIBDIR%%/miro/search.pyo -%%PYTHON_SITELIBDIR%%/miro/searchengines.py -%%PYTHON_SITELIBDIR%%/miro/searchengines.pyc -%%PYTHON_SITELIBDIR%%/miro/searchengines.pyo -%%PYTHON_SITELIBDIR%%/miro/sharing.py -%%PYTHON_SITELIBDIR%%/miro/sharing.pyc -%%PYTHON_SITELIBDIR%%/miro/sharing.pyo -%%PYTHON_SITELIBDIR%%/miro/signals.py -%%PYTHON_SITELIBDIR%%/miro/signals.pyc -%%PYTHON_SITELIBDIR%%/miro/signals.pyo -%%PYTHON_SITELIBDIR%%/miro/singleclick.py -%%PYTHON_SITELIBDIR%%/miro/singleclick.pyc -%%PYTHON_SITELIBDIR%%/miro/singleclick.pyo -%%PYTHON_SITELIBDIR%%/miro/startfrontend.py -%%PYTHON_SITELIBDIR%%/miro/startfrontend.pyc -%%PYTHON_SITELIBDIR%%/miro/startfrontend.pyo -%%PYTHON_SITELIBDIR%%/miro/startup.py -%%PYTHON_SITELIBDIR%%/miro/startup.pyc -%%PYTHON_SITELIBDIR%%/miro/startup.pyo -%%PYTHON_SITELIBDIR%%/miro/storedatabase.py -%%PYTHON_SITELIBDIR%%/miro/storedatabase.pyc -%%PYTHON_SITELIBDIR%%/miro/storedatabase.pyo -%%PYTHON_SITELIBDIR%%/miro/subprocessmanager.py -%%PYTHON_SITELIBDIR%%/miro/subprocessmanager.pyc -%%PYTHON_SITELIBDIR%%/miro/subprocessmanager.pyo -%%PYTHON_SITELIBDIR%%/miro/subscription.py -%%PYTHON_SITELIBDIR%%/miro/subscription.pyc -%%PYTHON_SITELIBDIR%%/miro/subscription.pyo -%%PYTHON_SITELIBDIR%%/miro/tabs.py -%%PYTHON_SITELIBDIR%%/miro/tabs.pyc -%%PYTHON_SITELIBDIR%%/miro/tabs.pyo -%%PYTHON_SITELIBDIR%%/miro/test/__init__.py -%%PYTHON_SITELIBDIR%%/miro/test/__init__.pyc -%%PYTHON_SITELIBDIR%%/miro/test/__init__.pyo -%%PYTHON_SITELIBDIR%%/miro/test/cellpacktest.py -%%PYTHON_SITELIBDIR%%/miro/test/cellpacktest.pyc -%%PYTHON_SITELIBDIR%%/miro/test/cellpacktest.pyo -%%PYTHON_SITELIBDIR%%/miro/test/conversionstest.py -%%PYTHON_SITELIBDIR%%/miro/test/conversionstest.pyc -%%PYTHON_SITELIBDIR%%/miro/test/conversionstest.pyo -%%PYTHON_SITELIBDIR%%/miro/test/databasesanitytest.py -%%PYTHON_SITELIBDIR%%/miro/test/databasesanitytest.pyc -%%PYTHON_SITELIBDIR%%/miro/test/databasesanitytest.pyo -%%PYTHON_SITELIBDIR%%/miro/test/databasetest.py -%%PYTHON_SITELIBDIR%%/miro/test/databasetest.pyc -%%PYTHON_SITELIBDIR%%/miro/test/databasetest.pyo -%%PYTHON_SITELIBDIR%%/miro/test/devicestest.py -%%PYTHON_SITELIBDIR%%/miro/test/devicestest.pyc -%%PYTHON_SITELIBDIR%%/miro/test/devicestest.pyo -%%PYTHON_SITELIBDIR%%/miro/test/downloadertest.py -%%PYTHON_SITELIBDIR%%/miro/test/downloadertest.pyc -%%PYTHON_SITELIBDIR%%/miro/test/downloadertest.pyo -%%PYTHON_SITELIBDIR%%/miro/test/extensiontest.py *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 12:38:48 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 91BFC187; Sun, 1 Sep 2013 12:38:48 +0000 (UTC) (envelope-from tobez@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7E7342974; Sun, 1 Sep 2013 12:38:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81CcmQZ086421; Sun, 1 Sep 2013 12:38:48 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81Ccm4Z086419; Sun, 1 Sep 2013 12:38:48 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201309011238.r81Ccm4Z086419@svn.freebsd.org> From: Anton Berezin Date: Sun, 1 Sep 2013 12:38:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325852 - head/net/p5-Net-GitHub X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 12:38:48 -0000 Author: tobez Date: Sun Sep 1 12:38:47 2013 New Revision: 325852 URL: http://svnweb.freebsd.org/changeset/ports/325852 Log: Update to 0.53. Changes: http://search.cpan.org/dist/Net-GitHub/Changes Modified: head/net/p5-Net-GitHub/Makefile head/net/p5-Net-GitHub/distinfo Modified: head/net/p5-Net-GitHub/Makefile ============================================================================== --- head/net/p5-Net-GitHub/Makefile Sun Sep 1 12:37:56 2013 (r325851) +++ head/net/p5-Net-GitHub/Makefile Sun Sep 1 12:38:47 2013 (r325852) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-GitHub -DISTVERSION= 0.52 +DISTVERSION= 0.53 CATEGORIES= net perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:FAYLAND Modified: head/net/p5-Net-GitHub/distinfo ============================================================================== --- head/net/p5-Net-GitHub/distinfo Sun Sep 1 12:37:56 2013 (r325851) +++ head/net/p5-Net-GitHub/distinfo Sun Sep 1 12:38:47 2013 (r325852) @@ -1,2 +1,2 @@ -SHA256 (Net-GitHub-0.52.tar.gz) = 8a63da317dec7b96c0e639fd1d4796777fd2960ba3d94e4c91d0a547b824517e -SIZE (Net-GitHub-0.52.tar.gz) = 42377 +SHA256 (Net-GitHub-0.53.tar.gz) = f15efe60f642dc789640cf959c1342e696fb036c244c82632d3dae14c6f05266 +SIZE (Net-GitHub-0.53.tar.gz) = 42531 From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 12:56:34 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6552130E; Sun, 1 Sep 2013 12:56:34 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 441882A12; Sun, 1 Sep 2013 12:56:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81CuYco097022; Sun, 1 Sep 2013 12:56:34 GMT (envelope-from lwhsu@svn.freebsd.org) Received: (from lwhsu@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81CuXaA097010; Sun, 1 Sep 2013 12:56:33 GMT (envelope-from lwhsu@svn.freebsd.org) Message-Id: <201309011256.r81CuXaA097010@svn.freebsd.org> From: Li-Wen Hsu Date: Sun, 1 Sep 2013 12:56:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325853 - in head: . databases databases/py-migrate databases/py-sqlalchemy-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-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 12:56:34 -0000 Author: lwhsu Date: Sun Sep 1 12:56:33 2013 New Revision: 325853 URL: http://svnweb.freebsd.org/changeset/ports/325853 Log: Rename databases/py-migrate to databases/py-sqlalchemy-migrate Requested by: koobs Reviewed by: koobs, mva Added: head/databases/py-sqlalchemy-migrate/ - copied from r325816, head/databases/py-migrate/ Deleted: head/databases/py-migrate/ Modified: head/MOVED head/databases/Makefile head/databases/py-sqlalchemy-migrate/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sun Sep 1 12:38:47 2013 (r325852) +++ head/MOVED Sun Sep 1 12:56:33 2013 (r325853) @@ -4894,3 +4894,4 @@ german/bugzilla3|german/bugzilla42|2013- japanese/bugzilla3|japanese/bugzilla42|2013-08-30|EOL: Please update to a supported version russian/bugzilla3|russian/bugzilla42|2013-08-30|EOL: Please update to a supported version net-im/licq-console||2013-08-30|No longer maintained upstream +databases/py-migrate|databases/py-sqlalchemy-migrate|2013-09-01|Rename to reflect official project name Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Sun Sep 1 12:38:47 2013 (r325852) +++ head/databases/Makefile Sun Sep 1 12:56:33 2013 (r325853) @@ -739,7 +739,6 @@ SUBDIR += py-kyotocabinet SUBDIR += py-leveldb SUBDIR += py-memcached - SUBDIR += py-migrate SUBDIR += py-mssql SUBDIR += py-mysql2pgsql SUBDIR += py-odbc @@ -764,6 +763,7 @@ SUBDIR += py-south SUBDIR += py-sqlalchemy SUBDIR += py-sqlalchemy-devel + SUBDIR += py-sqlalchemy-migrate SUBDIR += py-sqlalchemy06 SUBDIR += py-sqlite3 SUBDIR += py-sqlite3dbm Modified: head/databases/py-sqlalchemy-migrate/Makefile ============================================================================== --- head/databases/py-migrate/Makefile Sat Aug 31 16:07:19 2013 (r325816) +++ head/databases/py-sqlalchemy-migrate/Makefile Sun Sep 1 12:56:33 2013 (r325853) @@ -1,16 +1,11 @@ -# New ports collection makefile for: py-migrate -# Date created: 9 November 2006 -# Whom: elvstone@gmail.com -# +# Created by: elvstone@gmail.com # $FreeBSD$ -# -PORTNAME= migrate +PORTNAME= sqlalchemy-migrate PORTVERSION= 0.7.2 CATEGORIES= databases python MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= sqlalchemy-${PORTNAME}-${PORTVERSION} MAINTAINER= lwhsu@FreeBSD.org COMMENT= Database schema migrations for SQLAlchemy @@ -21,9 +16,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqla ${PYTHON_PKGNAMEPREFIX}Tempita>0:${PORTSDIR}/textproc/py-Tempita \ ${PYTHON_PKGNAMEPREFIX}decorator>0:${PORTSDIR}/devel/py-decorator -PROJECTHOST= sqlalchemy-migrate USE_PYTHON= yes USE_PYDISTUTILS= easy_install -PYDISTUTILS_PKGNAME= sqlalchemy_${PORTNAME} +PYDISTUTILS_PKGNAME= sqlalchemy_migrate .include From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 12:58:09 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 87391405; Sun, 1 Sep 2013 12:58:09 +0000 (UTC) Date: Sun, 1 Sep 2013 12:58:09 +0000 From: Alexey Dokuchaev To: Armin Pirkovitsch Subject: Re: svn commit: r325851 - in head/multimedia/miro: . files Message-ID: <20130901125809.GA57685@FreeBSD.org> References: <201309011237.r81Cbucl085994@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201309011237.r81Cbucl085994@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 12:58:09 -0000 On Sun, Sep 01, 2013 at 12:37:56PM +0000, Armin Pirkovitsch wrote: > New Revision: 325851 > URL: http://svnweb.freebsd.org/changeset/ports/325851 > > Log: > - Update multimedia/miro to 6.0 > - change ffmpeg dependency to ffmpeg1 > - update maintainer to swills@ (suggested and accepted over irc) > > PR: ports/181348 > Submitted by: Steve Wills Any reason not to use Steve's freefall login in Submitted by: tag? :) > -MAINTAINER= sperber@FreeBSD.org > +MAINTAINER= swills@FreeBSD.org > COMMENT= A video player to get internet TV broadcasts You could've dropped leading indefinite article while you're on it. > +LIB_DEPENDS= avutil1:${PORTSDIR}/multimedia/ffmpeg1 \ > + sqlite3:${PORTSDIR}/databases/sqlite3 Also, you could have adopted new LIB_DEPENDS syntax (per r322328). And last but not least, you (or Steve) might want to consider switching to dynamic PLIST, as it's just huge right now. ./danfe From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 12:58:11 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D20C8407; Sun, 1 Sep 2013 12:58:11 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AF0422A22; Sun, 1 Sep 2013 12:58:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81CwBTU097688; Sun, 1 Sep 2013 12:58:11 GMT (envelope-from lwhsu@svn.freebsd.org) Received: (from lwhsu@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81CwBeD097685; Sun, 1 Sep 2013 12:58:11 GMT (envelope-from lwhsu@svn.freebsd.org) Message-Id: <201309011258.r81CwBeD097685@svn.freebsd.org> From: Li-Wen Hsu Date: Sun, 1 Sep 2013 12:58:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325854 - in head: devel/buildbot multimedia/py-openlp www/py-imdbpy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 12:58:12 -0000 Author: lwhsu Date: Sun Sep 1 12:58:10 2013 New Revision: 325854 URL: http://svnweb.freebsd.org/changeset/ports/325854 Log: Chase renaming databases/py-migrate to databases/py-sqlalchemy-migrate Modified: head/devel/buildbot/Makefile head/multimedia/py-openlp/Makefile head/www/py-imdbpy/Makefile Modified: head/devel/buildbot/Makefile ============================================================================== --- head/devel/buildbot/Makefile Sun Sep 1 12:56:33 2013 (r325853) +++ head/devel/buildbot/Makefile Sun Sep 1 12:58:10 2013 (r325854) @@ -3,6 +3,7 @@ PORTNAME= buildbot PORTVERSION= 0.8.8 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= GOOGLE_CODE @@ -13,7 +14,7 @@ LICENSE= GPLv2 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.1:${PORTSDIR}/devel/py-Jinja2 \ ${PYTHON_PKGNAMEPREFIX}dateutil>=2.1:${PORTSDIR}/devel/py-dateutil \ - ${PYTHON_PKGNAMEPREFIX}migrate>=0.6.1:${PORTSDIR}/databases/py-migrate \ + ${PYTHON_PKGNAMEPREFIX}sqlalchemy-migrate>=0.6.1:${PORTSDIR}/databases/py-sqlalchemy-migrate \ ${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0.6:${PORTSDIR}/databases/py-sqlalchemy \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 Modified: head/multimedia/py-openlp/Makefile ============================================================================== --- head/multimedia/py-openlp/Makefile Sun Sep 1 12:56:33 2013 (r325853) +++ head/multimedia/py-openlp/Makefile Sun Sep 1 12:58:10 2013 (r325854) @@ -2,6 +2,7 @@ PORTNAME= OpenLP PORTVERSION= 2.0.1 +PORTREVISION= 1 CATEGORIES= multimedia python MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME:L}/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -26,7 +27,7 @@ RUN_DEPENDS= py*-beautifulsoup<3.1:${POR py*-qt4-opengl>=0:${PORTSDIR}/x11/py-qt4-opengl \ py*-chardet>=0:${PORTSDIR}/textproc/py-chardet \ py*-mako>0:${PORTSDIR}/textproc/py-mako \ - py*-migrate>=0:${PORTSDIR}/databases/py-migrate \ + ${PYTHON_PKGNAMEPREFIX}sqlalchemy-migrate>=0.6.1:${PORTSDIR}/databases/py-sqlalchemy-migrate \ py*-sqlite3>=0:${PORTSDIR}/databases/py-sqlite3 PYDISTUTILS_NOEGGINFO= yes Modified: head/www/py-imdbpy/Makefile ============================================================================== --- head/www/py-imdbpy/Makefile Sun Sep 1 12:56:33 2013 (r325853) +++ head/www/py-imdbpy/Makefile Sun Sep 1 12:58:10 2013 (r325854) @@ -8,6 +8,7 @@ PORTNAME= imdbpy PORTVERSION= 4.9 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= SF/${PORTNAME}/IMDbPY/${PORTVERSION:S/.2//} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,7 +18,7 @@ MAINTAINER= python@FreeBSD.org COMMENT= Retrieve and manage the data of the IMDb movie database RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=0:${PORTSDIR}/devel/py-lxml \ - ${PYTHON_PKGNAMEPREFIX}migrate>=0:${PORTSDIR}/databases/py-migrate \ + ${PYTHON_PKGNAMEPREFIX}sqlalchemy-migrate>=0.6.1:${PORTSDIR}/databases/py-sqlalchemy-migrate \ ${PYTHON_PKGNAMEPREFIX}sqlalchemy06>=0:${PORTSDIR}/databases/py-sqlalchemy06 \ ${PYTHON_PKGNAMEPREFIX}sqlobject>=0:${PORTSDIR}/databases/py-sqlobject From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 13:02:57 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3A0B9803; Sun, 1 Sep 2013 13:02:57 +0000 (UTC) (envelope-from decke@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 26C302A77; Sun, 1 Sep 2013 13:02:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81D2vAv001889; Sun, 1 Sep 2013 13:02:57 GMT (envelope-from decke@svn.freebsd.org) Received: (from decke@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81D2uWx001887; Sun, 1 Sep 2013 13:02:56 GMT (envelope-from decke@svn.freebsd.org) Message-Id: <201309011302.r81D2uWx001887@svn.freebsd.org> From: Bernhard Froehlich Date: Sun, 1 Sep 2013 13:02:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325855 - in head/devel/libtool: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 13:02:57 -0000 Author: decke Date: Sun Sep 1 13:02:56 2013 New Revision: 325855 URL: http://svnweb.freebsd.org/changeset/ports/325855 Log: - Add support for lang/clang33 from ports which installs it's binaries as clang33 and clang++33. Right now libtool fails for various ports and aks for a "--tag" flag because it tries to detect tag based on the binary name but doesn't know about clang33. PR: ports/179809 Submitted by: myself Approved by: maintainer timeout (9 weeks) Modified: head/devel/libtool/Makefile (contents, props changed) head/devel/libtool/files/patch-libltdl_config_ltmain.sh (contents, props changed) Modified: head/devel/libtool/Makefile ============================================================================== --- head/devel/libtool/Makefile Sun Sep 1 12:58:10 2013 (r325854) +++ head/devel/libtool/Makefile Sun Sep 1 13:02:56 2013 (r325855) @@ -7,6 +7,7 @@ PORTNAME?= libtool PORTVERSION= 2.4.2 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= libtool Modified: head/devel/libtool/files/patch-libltdl_config_ltmain.sh ============================================================================== --- head/devel/libtool/files/patch-libltdl_config_ltmain.sh Sun Sep 1 12:58:10 2013 (r325854) +++ head/devel/libtool/files/patch-libltdl_config_ltmain.sh Sun Sep 1 13:02:56 2013 (r325855) @@ -4,8 +4,8 @@ $opt_debug + + # FreeBSD-specific: where we install compilers with non-standard names -+ tag_compilers_CC="*cc cc* *gcc gcc* clang" -+ tag_compilers_CXX="*c++ c++* *g++ g++* clang++" ++ tag_compilers_CC="*cc cc* *gcc gcc* clang*" ++ tag_compilers_CXX="*c++ c++* *g++ g++* clang++*" + base_compiler=`set -- "$@"; echo $1` + + # If $tagname isn't set, then try to infer if the default "CC" tag applies From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 13:07:19 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BF7CF906; Sun, 1 Sep 2013 13:07:19 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from cricket.hamla.org (cricket.hamla.org [206.251.255.31]) by mx1.freebsd.org (Postfix) with ESMTP id A4AC12A8B; Sun, 1 Sep 2013 13:07:19 +0000 (UTC) Received: from jubz (cpe-68-174-190-55.nyc.res.rr.com [68.174.190.55]) by cricket.hamla.org (Postfix) with ESMTPSA id 69FDB8A068; Sun, 1 Sep 2013 09:07:12 -0400 (EDT) Date: Sun, 1 Sep 2013 09:07:10 -0400 From: Sahil Tandon To: Anton Berezin Subject: Re: svn commit: r325805 - head/Mk Message-ID: <20130901130709.GA55745@jubz> References: <201308311322.r7VDM2wa076581@svn.freebsd.org> <20130831215840.GA13875@magnus> <20130901105928.GG26604@heechee.tobez.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130901105928.GG26604@heechee.tobez.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-Virus-Scanned: clamav-milter 0.97.3 at cricket.hamla.org X-Virus-Status: Clean Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org, Bryan Drewery X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Sahil Tandon List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 13:07:19 -0000 On Sun, 2013-09-01 at 12:59:28 +0200, Anton Berezin wrote: [ .. ] > > => Attempting to fetch > > ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/postfix-2.11-20130825.tar.gz > > postfix-2.11-20130825.tar.gz 100% of 3866 kB 910 > > kBps > > [: -eq: argument expected > > => Fetched file size mismatch (expected , actual 3959547) > > => Trying next site > > > > This only happens if the distfile does not already exist (and therefore > > needs to be fetched), and I 'make makesum'. Apparently, CKSIZE is > > undefined. Notably, if I 'make fetch' first, and then 'make makesum', > > there is no problem. > > I see the same behavior. So, updating ports is kinda broken at the moment. Looking at this a bit more, and I believe it happens because the makesum target calls the fetch target with DISABLE_SIZE=yes, and earlier in bsd.port.mk, we have: .if !defined(DISABLE_SIZE) FETCH_BEFORE_ARGS+= $${CKSIZE:+-S $$CKSIZE} .endif Because CKSIZE is undefined, the following comparison inside the fetch target does not work as intended: if [ $${actual_size} -eq $${CKSIZE} ]; then \ Hope this helps. -- Sahil Tandon From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 13:20:36 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id F3CF8B04 for ; Sun, 1 Sep 2013 13:20:35 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C291C2AFC for ; Sun, 1 Sep 2013 13:20:35 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r81DKZ7h037290 for ; Sun, 1 Sep 2013 13:20:35 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r81DKZKF037281 for svn-ports-head@freebsd.org; Sun, 1 Sep 2013 13:20:35 GMT (envelope-from bdrewery) Received: (qmail 1509 invoked from network); 1 Sep 2013 08:20:33 -0500 Received: from unknown (HELO ?10.52.15.77?) (freebsd@shatow.net@198.228.235.142) by sweb.xzibition.com with ESMTPA; 1 Sep 2013 08:20:33 -0500 References: <201308311356.r7VDu8N8094811@svn.freebsd.org> <20130831141013.GA27765@FreeBSD.org> <5221FA9D.7020005@FreeBSD.org> <2131634.G81FAWrTEc@dragon.dg> Mime-Version: 1.0 (1.0) In-Reply-To: <2131634.G81FAWrTEc@dragon.dg> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-Id: <5EDD9B13-7764-46AB-A8FE-923491771633@FreeBSD.org> X-Mailer: iPhone Mail (10B329) From: Bryan Drewery Subject: Re: svn commit: r325807 - in head: . Mk Date: Sun, 1 Sep 2013 08:20:30 -0500 To: David Naylor Cc: "svn-ports-head@freebsd.org" , Alexey Dokuchaev , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 13:20:36 -0000 On Sep 1, 2013, at 1:49, David Naylor wrote: > On Saturday, 31 August 2013 09:15:57 Bryan Drewery wrote: >> On 8/31/2013 9:10 AM, Alexey Dokuchaev wrote: >>> On Sat, Aug 31, 2013 at 01:56:08PM +0000, Bryan Drewery wrote: >>>> New Revision: 325807 >>>> URL: http://svnweb.freebsd.org/changeset/ports/325807 >>>>=20 >>>> - Add USE_PACKAGE_DEPENDS_ONLY which will try installing dependencies >>>>=20 >>>> from existing packages and not fallback on building from source. >>>>=20 >>>> This is useful for package building tools such as poudriere and >>>> tinderbox >>>> to avoid building from source and confusing the build log, if a >>>> dependency >>>> failed to build for some reason. >>>=20 >>> I actually don't quite see the use for any of them. As for the build lo= g, >>> if I understand correctly what you're describing, usually it's *good* to= >>> "confuse" the log, as it's an indication of wrongly spelled _DEPENDS lin= e. >>>=20 >>> Am I missing some really warranted usage scenario for these knobs? >>>=20 >>> ./danfe >>=20 >> make build-depends USE_PACKAGE_DEPENDS >> This installs dependencies from packages if present, else, fallback on >> source. >>=20 >> make build-depends USE_PACKAGE_DEPENDS_ONLY >> This installs dependencies from packages only. >>=20 >> It has nothing to do with misspelling anything. >>=20 >> These are used to install dependencies from packages using the ports >> framework. The alternative is to have the package building tool install >> the dependencies themselves, which tinderbox _and_ portbuild do wrong! >> Why reinvent the wheel. Let the ports framework install depenencies with >> 'build-depends', and use packages from already built. >=20 > Are you are referring to ports-mgmt/portbuilder? In which case I would li= ke=20 > to clarify that while the default behaviour is this, it can be changed usi= ng=20 > the '--method' argument. Also, portbuilder passes NO_DEPENDS to the build= and=20 > install stages, managing the installation of dependencies itself. No, I am referring to portbuild, the old cluster package tool on pointyhat. The tool should have as little logic as possible and rely on the ports frame= work as much as possible. > =20 >=20 > Regards From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 13:21:43 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id EF535C1E for ; Sun, 1 Sep 2013 13:21:42 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B5C5D2B2E for ; Sun, 1 Sep 2013 13:21:42 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r81DLgch038882 for ; Sun, 1 Sep 2013 13:21:42 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r81DLgsa038875 for svn-ports-head@freebsd.org; Sun, 1 Sep 2013 13:21:42 GMT (envelope-from bdrewery) Received: (qmail 16114 invoked from network); 1 Sep 2013 08:21:40 -0500 Received: from unknown (HELO ?10.52.15.77?) (freebsd@shatow.net@198.228.235.142) by sweb.xzibition.com with ESMTPA; 1 Sep 2013 08:21:40 -0500 References: <201308311356.r7VDu8N8094811@svn.freebsd.org> <20130831141013.GA27765@FreeBSD.org> <5221FA9D.7020005@FreeBSD.org> <20130901091427.GA77614@FreeBSD.org> Mime-Version: 1.0 (1.0) In-Reply-To: <20130901091427.GA77614@FreeBSD.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-Id: X-Mailer: iPhone Mail (10B329) From: Bryan Drewery Subject: Re: svn commit: r325807 - in head: . Mk Date: Sun, 1 Sep 2013 08:21:37 -0500 To: Alexey Dokuchaev Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 13:21:43 -0000 On Sep 1, 2013, at 4:14, Alexey Dokuchaev wrote: > On Sat, Aug 31, 2013 at 09:15:57AM -0500, Bryan Drewery wrote: >> make build-depends USE_PACKAGE_DEPENDS >> This installs dependencies from packages if present, else, fallback on >> source. >>=20 >> make build-depends USE_PACKAGE_DEPENDS_ONLY >> This installs dependencies from packages only. >=20 > Yes, that's how I understood it. I still fail to see how it can be useful= > for regular ports users (vs. bulk builders like poudriere or tinderbox) It is not intended to. > Several things are immediately not clear to me: 1) as a ports user, I do > not have any binary packages repositories around (except tinderbox cache);= > 2) even if I would, how can it be decided on per-ports basis what *user* > wants to use, ports or packages: I don't see the reason to expose this at > the ports' Makefile level; 3) it looks (even without looking at the detail= s > of implementation) like some sort of hack, and that bothers me. >=20 >> It has nothing to do with misspelling anything. >=20 > I was referring to the cases when wrongly spelled LIB_DEPENDS results in > ports rebuilding already-installed-from-package dependencies because, say,= > package installs libfoo.so.4, but port says libfoo.so.3 because of missed > shlib version bump. In this case, build log would be polluted with the > build of the dependency, which normally would not happen (only lines like > "package libfoo-1.42 already installed" and "... depends on libfoo.so.4 - > found" should be there). >=20 >> These are used to install dependencies from packages using the ports >> framework. The alternative is to have the package building tool install >> the dependencies themselves, which tinderbox _and_ portbuild do wrong! >=20 > Perhaps I don't quite understand this particular point here, but why not > fix tinderbox/portbuild instead? Are we talking about some really hard to= > track down and fix bug(s) here? >=20 >> The reason for _ONLY is that if a dependency failed to build, a port >> would still, in some race-condition cases, run build-depends, not find >> the dependency packages, then try to build them. Having no network >> access, it would hit fetch errors; it shouldn't be building missing >> dependencies, it should immediately fail because dependencies were not me= t. >>=20 >> The PR has more information and linked patches which demonstrate the issu= e: >>=20 >> http://www.bayofrum.net/~crees/scratch/log.log >>=20 >> With fix: >>=20 >> http://www.bayofrum.net/~crees/scratch/loglog.log >=20 > What I see exactly proves my point: these knobs belong inside the bulk > builder, not in the ports' Makefiles. If I would see, as a user, that I'm= > having some network problem, I would rather go and fix it, and continue > to play with my ports. This obviously may not work for bulk builders, > but that's totally different use case and definitely not something normal > ports users should case about or even know =3D see those USE_PACKAGE_DEPEN= DS* > knobs. >=20 > ./danfe From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 13:23:26 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 11F6DD00 for ; Sun, 1 Sep 2013 13:23:26 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CEE6D2B35 for ; Sun, 1 Sep 2013 13:23:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r81DNPDF038936 for ; Sun, 1 Sep 2013 13:23:25 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r81DNPnO038929 for svn-ports-head@freebsd.org; Sun, 1 Sep 2013 13:23:25 GMT (envelope-from bdrewery) Received: (qmail 33387 invoked from network); 1 Sep 2013 08:23:23 -0500 Received: from unknown (HELO ?10.52.15.77?) (freebsd@shatow.net@198.228.235.142) by sweb.xzibition.com with ESMTPA; 1 Sep 2013 08:23:23 -0500 References: <201308311322.r7VDM2wa076581@svn.freebsd.org> <20130831215840.GA13875@magnus> <20130901105928.GG26604@heechee.tobez.org> <20130901130709.GA55745@jubz> Mime-Version: 1.0 (1.0) In-Reply-To: <20130901130709.GA55745@jubz> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-Id: X-Mailer: iPhone Mail (10B329) From: Bryan Drewery Subject: Re: svn commit: r325805 - head/Mk Date: Sun, 1 Sep 2013 08:23:19 -0500 To: Sahil Tandon Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , Anton Berezin , "ports-committers@freebsd.org" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 13:23:26 -0000 Looking now Sent from my iPhone On Sep 1, 2013, at 8:07, Sahil Tandon wrote: > On Sun, 2013-09-01 at 12:59:28 +0200, Anton Berezin wrote: > [ .. ] >>> =3D> Attempting to fetch >>> ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/postfix-2.= 11-20130825.tar.gz >>> postfix-2.11-20130825.tar.gz 100% of 3866 kB 910 >>> kBps >>> [: -eq: argument expected >>> =3D> Fetched file size mismatch (expected , actual 3959547) >>> =3D> Trying next site >>>=20 >>> This only happens if the distfile does not already exist (and therefore >>> needs to be fetched), and I 'make makesum'. Apparently, CKSIZE is >>> undefined. Notably, if I 'make fetch' first, and then 'make makesum', >>> there is no problem. >>=20 >> I see the same behavior. So, updating ports is kinda broken at the momen= t. >=20 > Looking at this a bit more, and I believe it happens because the makesum > target calls the fetch target with DISABLE_SIZE=3Dyes, and earlier in > bsd.port.mk, we have: >=20 > .if !defined(DISABLE_SIZE) > FETCH_BEFORE_ARGS+=3D $${CKSIZE:+-S $$CKSIZE} > .endif >=20 > Because CKSIZE is undefined, the following comparison inside the fetch > target does not work as intended: >=20 > if [ $${actual_size} -eq $${CKSIZE} ]; then \ >=20 > Hope this helps. >=20 > --=20 > Sahil Tandon From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 13:31:51 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BE69CE6E for ; Sun, 1 Sep 2013 13:31:51 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9A7FA2B8D for ; Sun, 1 Sep 2013 13:31:51 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r81DVp17040709 for ; Sun, 1 Sep 2013 13:31:51 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r81DVpqq040702 for svn-ports-head@freebsd.org; Sun, 1 Sep 2013 13:31:51 GMT (envelope-from bdrewery) Received: (qmail 19553 invoked from network); 1 Sep 2013 08:31:49 -0500 Received: from unknown (HELO ?192.168.1.215?) (freebsd@shatow.net@71.32.191.86) by sweb.xzibition.com with ESMTPA; 1 Sep 2013 08:31:49 -0500 Message-ID: <522341BE.2070201@FreeBSD.org> Date: Sun, 01 Sep 2013 08:31:42 -0500 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: Alexey Dokuchaev Subject: Re: svn commit: r325807 - in head: . Mk References: <201308311356.r7VDu8N8094811@svn.freebsd.org> <20130831141013.GA27765@FreeBSD.org> <5221FA9D.7020005@FreeBSD.org> <20130901091427.GA77614@FreeBSD.org> In-Reply-To: <20130901091427.GA77614@FreeBSD.org> X-Enigmail-Version: 1.5.2 OpenPGP: id=3C9B0CF9; url=http://www.shatow.net/bryan/bryan.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="UVPoFT1U0MuaIm7bVVuaw8uuw9k5MeFcK" Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 13:31:51 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --UVPoFT1U0MuaIm7bVVuaw8uuw9k5MeFcK Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 9/1/2013 4:14 AM, Alexey Dokuchaev wrote: > On Sat, Aug 31, 2013 at 09:15:57AM -0500, Bryan Drewery wrote: >> make build-depends USE_PACKAGE_DEPENDS >> This installs dependencies from packages if present, else, fallback = on >> source. >> >> make build-depends USE_PACKAGE_DEPENDS_ONLY >> This installs dependencies from packages only. >=20 > Yes, that's how I understood it. I still fail to see how it can be use= ful > for regular ports users (vs. bulk builders like poudriere or tinderbox)= =2E > Several things are immediately not clear to me: 1) as a ports user, I d= o > not have any binary packages repositories around (except tinderbox cach= e); > 2) even if I would, how can it be decided on per-ports basis what *user= * > wants to use, ports or packages: I don't see the reason to expose this = at > the ports' Makefile level; 3) it looks (even without looking at the det= ails > of implementation) like some sort of hack, and that bothers me. >=20 >> It has nothing to do with misspelling anything. >=20 > I was referring to the cases when wrongly spelled LIB_DEPENDS results i= n > ports rebuilding already-installed-from-package dependencies because, s= ay, > package installs libfoo.so.4, but port says libfoo.so.3 because of miss= ed > shlib version bump. In this case, build log would be polluted with the= > build of the dependency, which normally would not happen (only lines li= ke > "package libfoo-1.42 already installed" and "... depends on libfoo.so.4= - > found" should be there). >=20 >> These are used to install dependencies from packages using the ports >> framework. The alternative is to have the package building tool instal= l >> the dependencies themselves, which tinderbox _and_ portbuild do wrong!= >=20 > Perhaps I don't quite understand this particular point here, but why no= t > fix tinderbox/portbuild instead? Are we talking about some really hard= to > track down and fix bug(s) here? >=20 >> The reason for _ONLY is that if a dependency failed to build, a port >> would still, in some race-condition cases, run build-depends, not find= >> the dependency packages, then try to build them. Having no network >> access, it would hit fetch errors; it shouldn't be building missing >> dependencies, it should immediately fail because dependencies were not= met. >> >> The PR has more information and linked patches which demonstrate the i= ssue: >> >> http://www.bayofrum.net/~crees/scratch/log.log >> >> With fix: >> >> http://www.bayofrum.net/~crees/scratch/loglog.log >=20 > What I see exactly proves my point: these knobs belong inside the bulk > builder, not in the ports' Makefiles. If I would see, as a user, that = I'm > having some network problem, I would rather go and fix it, and continue= > to play with my ports. This obviously may not work for bulk builders, > but that's totally different use case and definitely not something norm= al > ports users should case about or even know =3D see those USE_PACKAGE_DE= PENDS* > knobs. Yes of course. As the log message said, USE_PACKAGE_DEPENDS *did not change*. This *adds a feature* for package building. >=20 > ./danfe >=20 --=20 Regards, Bryan Drewery --UVPoFT1U0MuaIm7bVVuaw8uuw9k5MeFcK Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQIcBAEBAgAGBQJSI0HCAAoJEG54KsA8mwz5miAP/jgdr9hnUJIISKccPkl+B5Bq /AaNfrCfa6atgfhMNrpabZcA+LBmKV8w7dQaYsmJ5QG0puOHhlEyb9237+N+2pHP YKkLU7TchwgxiO2vWIpzG76+RhAprxNi0++wxQ04l0wGM2SwlTsci36qs1YwtDod oaqZoQIN2P/wzunGyO9O3QAuEdyUJvgp/OvOG1CTldj5hESVxmgOMuHHsQIh68VV 79MyQoMtBIL9l066+faDm9cQIoCJEwwNEBBkz40gdXIApMtPIYbEAlSNUn3ByRe9 x+uVDZAWaFg01qsPGaLn3ti1TN2GcVyU7BWxQTeD+PrS4TI0Oxa5N8kePndRgO3q XNtDvumaZFCfUo75XrRyZNv6/C+ST0qB2LZyH/66dRnG7hfvIj87vSZhuZjyEgZ6 9qlMxH0NSS7ElYBF7AXooPbdj+MIvYuBIHNSN1ud6znsks+mA7iw5JsHOYxRm9CQ ebyZIFL9LsNeeO5QJWXACrPEl/pQNRV09rRZL2j47T3kk4eh7Y3o3oAxcj+/Jpf6 WqexVyldXQ0rAq1gpUbpQ2/UEWM7lIKFM12rr4JxmdY7lFOaNQDKVBk54VTQkVn0 yPCIiegV8HquXToxliGSgKnBuSeoJA/mklNv1/Op+/3qOQV5UIATWxLHVQaKUdd6 JQOqYEWq898vFlA31m9r =voHb -----END PGP SIGNATURE----- --UVPoFT1U0MuaIm7bVVuaw8uuw9k5MeFcK-- From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 13:42:47 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BF7891EE; Sun, 1 Sep 2013 13:42:47 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AC2412C19; Sun, 1 Sep 2013 13:42:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81DglGA025117; Sun, 1 Sep 2013 13:42:47 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81DglPA025116; Sun, 1 Sep 2013 13:42:47 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201309011342.r81DglPA025116@svn.freebsd.org> From: Bryan Drewery Date: Sun, 1 Sep 2013 13:42:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325856 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 13:42:47 -0000 Author: bdrewery Date: Sun Sep 1 13:42:47 2013 New Revision: 325856 URL: http://svnweb.freebsd.org/changeset/ports/325856 Log: - Fix regression with 'makesum' from r325805 by respecting DISABLE_SIZE Reported by: sahil, tobez, many With hat: portmgr Pointyhat to: bdrewery Modified: head/Mk/bsd.port.mk Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Sun Sep 1 13:02:56 2013 (r325855) +++ head/Mk/bsd.port.mk Sun Sep 1 13:42:47 2013 (r325856) @@ -3432,7 +3432,7 @@ do-fetch: esac; \ if ${SETENV} ${FETCH_ENV} ${FETCH_CMD} ${FETCH_BEFORE_ARGS} $${args} ${FETCH_AFTER_ARGS}; then \ actual_size=`stat -f %z "$${file}"`; \ - if [ $${actual_size} -eq $${CKSIZE} ]; then \ + if [ -n "${DISABLE_SIZE}" ] || [ $${actual_size} -eq $${CKSIZE} ]; then \ continue 2; \ else \ ${ECHO_MSG} "=> Fetched file size mismatch (expected $${CKSIZE}, actual $${actual_size})"; \ From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 13:43:16 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 77A3A2D1 for ; Sun, 1 Sep 2013 13:43:16 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 410602C22 for ; Sun, 1 Sep 2013 13:43:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r81DhF7P042454 for ; Sun, 1 Sep 2013 13:43:15 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r81DhFHF042448 for svn-ports-head@freebsd.org; Sun, 1 Sep 2013 13:43:15 GMT (envelope-from bdrewery) Received: (qmail 36880 invoked from network); 1 Sep 2013 08:43:13 -0500 Received: from unknown (HELO ?192.168.1.215?) (freebsd@shatow.net@71.32.191.86) by sweb.xzibition.com with ESMTPA; 1 Sep 2013 08:43:13 -0500 Message-ID: <5223446E.1080806@FreeBSD.org> Date: Sun, 01 Sep 2013 08:43:10 -0500 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: Anton Berezin Subject: Re: svn commit: r325805 - head/Mk References: <201308311322.r7VDM2wa076581@svn.freebsd.org> <20130831215840.GA13875@magnus> <20130901105928.GG26604@heechee.tobez.org> In-Reply-To: <20130901105928.GG26604@heechee.tobez.org> X-Enigmail-Version: 1.5.2 OpenPGP: id=3C9B0CF9; url=http://www.shatow.net/bryan/bryan.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="jD7dBrC9s8u8TktbSPmBMkpcOO07eV7kk" Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Sahil Tandon , ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 13:43:16 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --jD7dBrC9s8u8TktbSPmBMkpcOO07eV7kk Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 9/1/2013 5:59 AM, Anton Berezin wrote: > On Sat, Aug 31, 2013 at 05:58:41PM -0400, Sahil Tandon wrote: >> On Sat, 2013-08-31 at 13:22:02 +0000, Bryan Drewery wrote: >> >>> Log: >>> - make fetch/checksum: If a fetched file does not match the expecte= d size, >>> delete it and try the next site, if there is one to try. >> [...] >>> + actual_size=3D`stat -f %z "$${file}"`; \ >>> + if [ $${actual_size} -eq $${CKSIZE} ]; then \ >>> + continue 2; \ >>> + else \ >>> + ${ECHO_MSG} "=3D> Fetched file size mismatch (expected $${CKSI= ZE}, actual $${actual_size})"; \ >>> + if [ $${sites_remaining} -gt 1 ]; then \ >>> + ${ECHO_MSG} "=3D> Trying next site"; \ >>> + ${RM} -f $${file}; \ >>> + fi; \ >>> + fi; \ >>> fi; \ >>> done; \ >>> ${ECHO_MSG} "=3D> Couldn't fetch it - please try to retrieve this= ";\ >> >> I have not had time to properly investigate, but could the above expla= in >> the following behavior? Or, perhaps I've messed up something in my >> local environment. Sorry for the line-wraps: >> Fixed, sorry about that. --=20 Regards, Bryan Drewery --jD7dBrC9s8u8TktbSPmBMkpcOO07eV7kk Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQIcBAEBAgAGBQJSI0RvAAoJEG54KsA8mwz5+4oQAKONf2Rj70xAj5xopvCx2nLQ Dbr1/C6Qdct7VE9vNchidChyPuhL8/OblxkFUpTlH9XQCBStFTIxUpUC6PzUCuvk HK8o2JefwBYXXtJKsQuI7BS3xcod8EkVjG9kn7vqwDt3dns9E6nyCPVW+v3w/Zvz iEgzEW51INEmiue8tU3vHi07XFLNltyJd7YzEGZeL8DTzbb5jC+KYWxrVtzxH4Wv 0x9692pMXuVh/BS5eZryEPruvN6vUmSbx9rLPgq5OQYXLjFQqy5jtAfrWvbFaGgH CQGnrqPBVWm4sXsbMjMz1lwOu9p2WaXnDGolaZAAz2OmmqBCuh6wECupoky/eYrs b6HUO/Qm897KcFWhK9JOvHcKx42u5fb6GhNnTqQEjWjzsdoJwE35awd/cQ1ODPaE uw77Hu1FUepaoBKC9Qo2BR/1agNE11yzxaWmbfxbBl56tJdCqU+8Ug4dYhu+YIp2 zXm0MxmUnTrGW1OSbnP511TdK7Q5QEmpGmfv9fMqGYTISotcFQCoBrUdAa0k9jwU ERAXs5EclCjKs+jKiwByYuupokteMCohQ74Y6reNcCQNzmp2qOZM6JWTp1rjwYtD HSGgyU1PDWu0WwIvTydim0oNHk97ojsMnHAeR8EoKGUGP2x0eAQhXPsIKBiUBqjb A8pLeGFSCfJxYYrv7af4 =DJqD -----END PGP SIGNATURE----- --jD7dBrC9s8u8TktbSPmBMkpcOO07eV7kk-- From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 14:25:12 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 72FA1C33; Sun, 1 Sep 2013 14:25:12 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 523422E7C; Sun, 1 Sep 2013 14:25:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81EPCq4049330; Sun, 1 Sep 2013 14:25:12 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81EPB4v049325; Sun, 1 Sep 2013 14:25:11 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201309011425.r81EPB4v049325@svn.freebsd.org> From: John Marino Date: Sun, 1 Sep 2013 14:25:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325857 - in head/devel/opencl: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 14:25:12 -0000 Author: marino Date: Sun Sep 1 14:25:11 2013 New Revision: 325857 URL: http://svnweb.freebsd.org/changeset/ports/325857 Log: devel/opencl: Unbreak fetch This port has been unfetchable for some time due to a checksum mismatch. PR: ports/180338 Submitted by: Oliver Hartmann (maintainer) Added: head/devel/opencl/files/ head/devel/opencl/files/patch-cl.hpp (contents, props changed) head/devel/opencl/pkg-message (contents, props changed) Modified: head/devel/opencl/Makefile head/devel/opencl/distinfo Modified: head/devel/opencl/Makefile ============================================================================== --- head/devel/opencl/Makefile Sun Sep 1 13:42:47 2013 (r325856) +++ head/devel/opencl/Makefile Sun Sep 1 14:25:11 2013 (r325857) @@ -3,7 +3,7 @@ PORTNAME= opencl PORTVERSION= 1.2 -PORTREVISION= 2 +PORTREVISION= 5 CATEGORIES= devel MASTER_SITES= http://www.khronos.org/registry/cl/api/${PORTVERSION}/ DISTFILES= opencl.h cl_platform.h cl.h cl_ext.h cl_dx9_media_sharing.h \ @@ -12,21 +12,27 @@ DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= MAINTAINER= ohartman@zedat.fu-berlin.de -COMMENT= Open Computing Language (OpenCL) specifications V1.2 +COMMENT= Open Computing Language (OpenCL) specifications V1.2 (header files) CONFLICTS= opencl-1.[0-1] NO_BUILD= yes -NO_WRKSUBDIR= yes -PLIST_DIRS= include/CL +PLIST_DIRS+= include/CL .for f in ${DISTFILES} PLIST_FILES+=include/CL/$f .endfor +pre-patch: + @${MKDIR} ${WRKSRC} +.for f in ${DISTFILES} + @${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/$f ${WRKSRC}/ +.endfor + do-install: - ${MKDIR} ${PREFIX}/include/CL - ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/*.h ${PREFIX}/include/CL - ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/*.hpp ${PREFIX}/include/CL + @${MKDIR} ${PREFIX}/include/CL +.for f in ${DISTFILES} + @${INSTALL_DATA} ${WRKSRC}/$f ${PREFIX}/include/CL +.endfor .include Modified: head/devel/opencl/distinfo ============================================================================== --- head/devel/opencl/distinfo Sun Sep 1 13:42:47 2013 (r325856) +++ head/devel/opencl/distinfo Sun Sep 1 14:25:11 2013 (r325857) @@ -4,8 +4,8 @@ SHA256 (opencl/cl_platform.h) = e212b89b SIZE (opencl/cl_platform.h) = 41127 SHA256 (opencl/cl.h) = a5465c2ed1a0687878c8f7aa25f94626d7cd3a3868163ecaa6e8b36d6ed52368 SIZE (opencl/cl.h) = 61545 -SHA256 (opencl/cl_ext.h) = 3eafb74bc1b9456fd0e12393bfe65e48c9b3246d3c36b9f69ac253f73e0b50c7 -SIZE (opencl/cl_ext.h) = 11540 +SHA256 (opencl/cl_ext.h) = d23a11d1daebe39c6f5a9743f356bb58cdf0bf5a2019c723a6e2dc1e7dcb0360 +SIZE (opencl/cl_ext.h) = 13646 SHA256 (opencl/cl_dx9_media_sharing.h) = 26fb40bac8e229747bdc27b350b836e3703c1e946cb40893f4c8ab2289203920 SIZE (opencl/cl_dx9_media_sharing.h) = 5157 SHA256 (opencl/cl_d3d10.h) = c7adb38a19663ee240977afc64903f4638d9c5c03ca478793c9f7a15c1c6ac2b @@ -16,5 +16,5 @@ SHA256 (opencl/cl_gl.h) = aa49d380177ac5 SIZE (opencl/cl_gl.h) = 7343 SHA256 (opencl/cl_gl_ext.h) = 4d663bbfc932ab405623e5f5d1bba3f438351d0ead65e1ccdd9bb769caf7a7d0 SIZE (opencl/cl_gl_ext.h) = 2630 -SHA256 (opencl/cl.hpp) = 006671ee638a29a95c19bf37fbbf71ec8df445d2ea46df81f65faaff2d8a5133 -SIZE (opencl/cl.hpp) = 272297 +SHA256 (opencl/cl.hpp) = d7c8f5c17f88e098dc9f71d80e4b7408fab353e2828b0ba4d4bb55adaa427e83 +SIZE (opencl/cl.hpp) = 277155 Added: head/devel/opencl/files/patch-cl.hpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/opencl/files/patch-cl.hpp Sun Sep 1 14:25:11 2013 (r325857) @@ -0,0 +1,52 @@ +--- cl.hpp.orig 2013-09-01 13:35:56.642641000 +0000 ++++ cl.hpp +@@ -210,11 +210,10 @@ + #include + #endif + +-#if defined(linux) || defined(__APPLE__) || defined(__MACOSX) ++#if defined(linux) || defined(__APPLE__) || defined(__MACOSX) \ ++ || defined(__FreeBSD__) || defined(__DragonFly__) + #include + +-#include +-#include + #endif // linux + + #include +@@ -1037,7 +1036,7 @@ namespace detail { + #endif // !_WIN32 + } + +- inline void fence() { _mm_mfence(); } ++ inline void fence() { __sync_synchronize(); } + }; // namespace detail + + +@@ -2037,6 +2036,26 @@ public: + #endif // #if defined(CL_VERSION_1_1) + }; + ++template ++cl_int detail::GetInfoHelper >:: ++ get(Func f, cl_uint name, VECTOR_CLASS* param) ++ { ++ ::size_t required; ++ cl_int err = f(name, 0, NULL, &required); ++ if (err != CL_SUCCESS) { ++ return err; ++ } ++ ++ cl_device_id* value = (cl_device_id*) alloca(required); ++ err = f(name, required, value, NULL); ++ if (err != CL_SUCCESS) { ++ return err; ++ } ++ ++ param->assign(&value[0], &value[required/sizeof(cl_device_id)]); ++ return CL_SUCCESS; ++ } ++ + /*! \brief Class interface for cl_platform_id. + * + * \note Copies of these objects are inexpensive, since they don't 'own' Added: head/devel/opencl/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/opencl/pkg-message Sun Sep 1 14:25:11 2013 (r325857) @@ -0,0 +1,4 @@ +OpenCL is the first open, royalty-free standard for cross-platform, +parallel programming of modern processors. + +Patchset provided by POCL developers for cl.hpp applied. From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 14:36:31 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BD50EFB9; Sun, 1 Sep 2013 14:36:31 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AA4A52F4E; Sun, 1 Sep 2013 14:36:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81EaVQQ055577; Sun, 1 Sep 2013 14:36:31 GMT (envelope-from itetcu@svn.freebsd.org) Received: (from itetcu@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81EaVHM055576; Sun, 1 Sep 2013 14:36:31 GMT (envelope-from itetcu@svn.freebsd.org) Message-Id: <201309011436.r81EaVHM055576@svn.freebsd.org> From: Ion-Mihai Tetcu Date: Sun, 1 Sep 2013 14:36:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325858 - head/www/mawstats X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 14:36:31 -0000 Author: itetcu Date: Sun Sep 1 14:36:31 2013 New Revision: 325858 URL: http://svnweb.freebsd.org/changeset/ports/325858 Log: Deprecate, set for removal in the beginnign of 2014 because upstream ceased development. PR: ports/180387 Submitted by: Maintainer (Frank Wall) Modified: head/www/mawstats/Makefile Modified: head/www/mawstats/Makefile ============================================================================== --- head/www/mawstats/Makefile Sun Sep 1 14:25:11 2013 (r325857) +++ head/www/mawstats/Makefile Sun Sep 1 14:36:31 2013 (r325858) @@ -1,7 +1,4 @@ -# New ports collection makefile for: mawstats -# Date created: Mon Apr 26 19:03:51 CEST 2010 -# Whom: Frank Wall -# +# Created by: Frank Wall # $FreeBSD$ # @@ -15,6 +12,9 @@ COMMENT= MAWStats is a Free Web Site Sta RUN_DEPENDS= awstats>=6.8:${PORTSDIR}/www/awstats +DEPRECATED= Upstream development dead, use www/[j]awstats instead +EXPIRATION_DATE=2014-01-01 + NO_BUILD= yes USE_PHP= yes WANT_PHP_WEB= yes From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 14:51:04 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A23AC645; Sun, 1 Sep 2013 14:51:04 +0000 (UTC) (envelope-from tobez@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8F3CD20D5; Sun, 1 Sep 2013 14:51:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81Ep4uM064936; Sun, 1 Sep 2013 14:51:04 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81Ep4sQ064934; Sun, 1 Sep 2013 14:51:04 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201309011451.r81Ep4sQ064934@svn.freebsd.org> From: Anton Berezin Date: Sun, 1 Sep 2013 14:51:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325859 - head/databases/p5-Dancer-Plugin-Database X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 14:51:04 -0000 Author: tobez Date: Sun Sep 1 14:51:03 2013 New Revision: 325859 URL: http://svnweb.freebsd.org/changeset/ports/325859 Log: Update to 2.08. Changes: http://search.cpan.org/dist/Dancer-Plugin-Database/Changes Modified: head/databases/p5-Dancer-Plugin-Database/Makefile head/databases/p5-Dancer-Plugin-Database/distinfo Modified: head/databases/p5-Dancer-Plugin-Database/Makefile ============================================================================== --- head/databases/p5-Dancer-Plugin-Database/Makefile Sun Sep 1 14:36:31 2013 (r325858) +++ head/databases/p5-Dancer-Plugin-Database/Makefile Sun Sep 1 14:51:03 2013 (r325859) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Dancer-Plugin-Database -PORTVERSION= 2.07 +PORTVERSION= 2.08 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/databases/p5-Dancer-Plugin-Database/distinfo ============================================================================== --- head/databases/p5-Dancer-Plugin-Database/distinfo Sun Sep 1 14:36:31 2013 (r325858) +++ head/databases/p5-Dancer-Plugin-Database/distinfo Sun Sep 1 14:51:03 2013 (r325859) @@ -1,2 +1,2 @@ -SHA256 (Dancer-Plugin-Database-2.07.tar.gz) = c7b84be30300d6d894186e0c21213cf38f3cff0d273b76ef90ce64ec6a0232fb -SIZE (Dancer-Plugin-Database-2.07.tar.gz) = 19429 +SHA256 (Dancer-Plugin-Database-2.08.tar.gz) = a6c2525ebd535972a52b94d058c7909bba092307f9955ed3028b2a6205a77816 +SIZE (Dancer-Plugin-Database-2.08.tar.gz) = 19575 From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 15:03:51 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id F28B59B1; Sun, 1 Sep 2013 15:03:50 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D02D921C6; Sun, 1 Sep 2013 15:03:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81F3oqB072173; Sun, 1 Sep 2013 15:03:50 GMT (envelope-from garga@svn.freebsd.org) Received: (from garga@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81F3oFU072167; Sun, 1 Sep 2013 15:03:50 GMT (envelope-from garga@svn.freebsd.org) Message-Id: <201309011503.r81F3oFU072167@svn.freebsd.org> From: Renato Botelho Date: Sun, 1 Sep 2013 15:03:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325860 - head/misc/compat9x X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 15:03:51 -0000 Author: garga Date: Sun Sep 1 15:03:49 2013 New Revision: 325860 URL: http://svnweb.freebsd.org/changeset/ports/325860 Log: Update to 9.1.901000.201309, added libstdc++ that will be removed from head Requested by: bapt@ Modified: head/misc/compat9x/Makefile head/misc/compat9x/distinfo head/misc/compat9x/pkg-plist.amd64 head/misc/compat9x/pkg-plist.i386 Modified: head/misc/compat9x/Makefile ============================================================================== --- head/misc/compat9x/Makefile Sun Sep 1 14:51:03 2013 (r325859) +++ head/misc/compat9x/Makefile Sun Sep 1 15:03:49 2013 (r325860) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= compat9x -PORTVERSION= 9.1.901000.201308 +PORTVERSION= 9.1.901000.201309 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= garga/compat Modified: head/misc/compat9x/distinfo ============================================================================== --- head/misc/compat9x/distinfo Sun Sep 1 14:51:03 2013 (r325859) +++ head/misc/compat9x/distinfo Sun Sep 1 15:03:49 2013 (r325860) @@ -1,4 +1,4 @@ -SHA256 (compat9x-amd64-9.1.901000.201308.tar.xz) = 00d0a8088d468b47a592fdc12a7eb3cc8469e089ec644ef74a38bea61d369dda -SIZE (compat9x-amd64-9.1.901000.201308.tar.xz) = 2351532 -SHA256 (compat9x-i386-9.1.901000.201308.tar.xz) = c088f5141c9552042ba00b321bcf289b4d504498b88d0c03e8e32707b5f39dd4 -SIZE (compat9x-i386-9.1.901000.201308.tar.xz) = 1213844 +SHA256 (compat9x-amd64-9.1.901000.201309.tar.xz) = 5679787b1bf77d10bd4c2991e804b1bb6b442dcd449e65e3c91e153fd6687ced +SIZE (compat9x-amd64-9.1.901000.201309.tar.xz) = 2790836 +SHA256 (compat9x-i386-9.1.901000.201309.tar.xz) = d5fd1006bb8d71aaa1aefd510684d58c6ac3f846e4f415eb72340d9f5708f085 +SIZE (compat9x-i386-9.1.901000.201309.tar.xz) = 1438932 Modified: head/misc/compat9x/pkg-plist.amd64 ============================================================================== --- head/misc/compat9x/pkg-plist.amd64 Sun Sep 1 14:51:03 2013 (r325859) +++ head/misc/compat9x/pkg-plist.amd64 Sun Sep 1 15:03:49 2013 (r325860) @@ -16,6 +16,7 @@ lib/compat/libncp.so.4 lib/compat/libodialog.so.7 lib/compat/libroken.so.10 lib/compat/libssl.so.6 +lib/compat/libstdc++.so.6 lib/compat/libusb.so.2 lib32/compat/libarchive.so.5 lib32/compat/libasn1.so.10 @@ -35,6 +36,7 @@ lib32/compat/libncp.so.4 lib32/compat/libodialog.so.7 lib32/compat/libroken.so.10 lib32/compat/libssl.so.6 +lib32/compat/libstdc++.so.6 lib32/compat/libusb.so.2 @dirrmtry lib/compat @dirrmtry lib32/compat Modified: head/misc/compat9x/pkg-plist.i386 ============================================================================== --- head/misc/compat9x/pkg-plist.i386 Sun Sep 1 14:51:03 2013 (r325859) +++ head/misc/compat9x/pkg-plist.i386 Sun Sep 1 15:03:49 2013 (r325860) @@ -16,5 +16,6 @@ lib/compat/libncp.so.4 lib/compat/libodialog.so.7 lib/compat/libroken.so.10 lib/compat/libssl.so.6 +lib/compat/libstdc++.so.6 lib/compat/libusb.so.2 @dirrmtry lib/compat From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 15:05:09 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 14585A9E; Sun, 1 Sep 2013 15:05:09 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 00C3421D4; Sun, 1 Sep 2013 15:05:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81F585u072901; Sun, 1 Sep 2013 15:05:08 GMT (envelope-from garga@svn.freebsd.org) Received: (from garga@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81F58gM072890; Sun, 1 Sep 2013 15:05:08 GMT (envelope-from garga@svn.freebsd.org) Message-Id: <201309011505.r81F58gM072890@svn.freebsd.org> From: Renato Botelho Date: Sun, 1 Sep 2013 15:05:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325861 - head/misc/compat8x X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 15:05:09 -0000 Author: garga Date: Sun Sep 1 15:05:07 2013 New Revision: 325861 URL: http://svnweb.freebsd.org/changeset/ports/325861 Log: Update to 8.4.804000.201309: - Drop broken sparc64 support - Use XZ - Add libstdc++, that will be removed from head [1] Requested by: bapt@ [1] Deleted: head/misc/compat8x/pkg-plist.sparc64 Modified: head/misc/compat8x/Makefile head/misc/compat8x/distinfo head/misc/compat8x/pkg-plist.amd64 head/misc/compat8x/pkg-plist.i386 Modified: head/misc/compat8x/Makefile ============================================================================== --- head/misc/compat8x/Makefile Sun Sep 1 15:03:49 2013 (r325860) +++ head/misc/compat8x/Makefile Sun Sep 1 15:05:07 2013 (r325861) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= compat8x -PORTVERSION= 8.4.804000.201306.1 +PORTVERSION= 8.4.804000.201309 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= garga/compat @@ -11,14 +11,13 @@ DISTNAME= ${PORTNAME}-${ARCH}-${PORTVERS MAINTAINER= garga@FreeBSD.org COMMENT= A convenience package to install the compat8x libraries -USE_BZIP2= yes +USE_XZ= yes NO_BUILD= yes -ONLY_FOR_ARCHS= i386 amd64 sparc64 +ONLY_FOR_ARCHS= i386 amd64 PLIST= ${PKGDIR}/pkg-plist.${ARCH} TARGET_DIR= ${PREFIX}/lib/compat TARGET32_DIR= ${PREFIX}/lib32/compat USE_LDCONFIG= ${TARGET_DIR} -WRKSRC= ${WRKDIR}/${PORTNAME}-${ARCH}-8.4.804000.201306 .include Modified: head/misc/compat8x/distinfo ============================================================================== --- head/misc/compat8x/distinfo Sun Sep 1 15:03:49 2013 (r325860) +++ head/misc/compat8x/distinfo Sun Sep 1 15:05:07 2013 (r325861) @@ -1,4 +1,4 @@ -SHA256 (compat8x-amd64-8.4.804000.201306.1.tar.bz2) = 0fac2c13e54e3381e24e2d8c12391e7b184b59b255ffa43f4e92e2867fc0f000 -SIZE (compat8x-amd64-8.4.804000.201306.1.tar.bz2) = 625998 -SHA256 (compat8x-i386-8.4.804000.201306.1.tar.bz2) = 5f8da9c68822bca651180daa1e7d3a2a635b7ba4d99b7e202b4737dc9ddddca8 -SIZE (compat8x-i386-8.4.804000.201306.1.tar.bz2) = 312064 +SHA256 (compat8x-amd64-8.4.804000.201309.tar.xz) = f75db4b4922612b7c6876b51affd432012ab09bc2ce8cdca4a7c181521b8e698 +SIZE (compat8x-amd64-8.4.804000.201309.tar.xz) = 889828 +SHA256 (compat8x-i386-8.4.804000.201309.tar.xz) = ec7bd8f900f3f7e9c695c66e709d85d4d839fb68aa20bd6ca5d39cdd8beb6cb2 +SIZE (compat8x-i386-8.4.804000.201309.tar.xz) = 482692 Modified: head/misc/compat8x/pkg-plist.amd64 ============================================================================== --- head/misc/compat8x/pkg-plist.amd64 Sun Sep 1 15:03:49 2013 (r325860) +++ head/misc/compat8x/pkg-plist.amd64 Sun Sep 1 15:05:07 2013 (r325861) @@ -7,6 +7,7 @@ lib/compat/libopie.so.6 lib/compat/libpcap.so.7 lib/compat/librtld_db.so.1 lib/compat/libsbuf.so.5 +lib/compat/libstdc++.so.6 lib/compat/libtacplus.so.4 lib/compat/libufs.so.5 lib/compat/libutil.so.8 @@ -19,6 +20,7 @@ lib32/compat/libopie.so.6 lib32/compat/libpcap.so.7 lib32/compat/librtld_db.so.1 lib32/compat/libsbuf.so.5 +lib32/compat/libstdc++.so.6 lib32/compat/libtacplus.so.4 lib32/compat/libufs.so.5 lib32/compat/libutil.so.8 Modified: head/misc/compat8x/pkg-plist.i386 ============================================================================== --- head/misc/compat8x/pkg-plist.i386 Sun Sep 1 15:03:49 2013 (r325860) +++ head/misc/compat8x/pkg-plist.i386 Sun Sep 1 15:05:07 2013 (r325861) @@ -7,6 +7,7 @@ lib/compat/libopie.so.6 lib/compat/libpcap.so.7 lib/compat/librtld_db.so.1 lib/compat/libsbuf.so.5 +lib/compat/libstdc++.so.6 lib/compat/libtacplus.so.4 lib/compat/libufs.so.5 lib/compat/libutil.so.8 From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 15:06:49 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 49206C52; Sun, 1 Sep 2013 15:06:49 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 347A421F6; Sun, 1 Sep 2013 15:06:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81F6nJ5073907; Sun, 1 Sep 2013 15:06:49 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81F6kVY073885; Sun, 1 Sep 2013 15:06:46 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201309011506.r81F6kVY073885@svn.freebsd.org> From: Rene Ladan Date: Sun, 1 Sep 2013 15:06:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325862 - in head: . comms comms/ib-kmod comms/uticom deskutils deskutils/chmsee devel devel/dsss devel/libgiigic games games/koth graphics graphics/libggigcp graphics/libggimisc graphi... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 15:06:49 -0000 Author: rene Date: Sun Sep 1 15:06:45 2013 New Revision: 325862 URL: http://svnweb.freebsd.org/changeset/ports/325862 Log: Remove expired ports: 2013-08-28 lang/gdc: Broken for more than 6 month 2013-08-31 net-im/cli-msn: MSN Messenger service terminated 30 APR 2013 2013-09-01 x11-toolkits/wxd: Depends on deprecated lang/gdc 2013-09-01 security/openvpn22: Please migrate to a newer OpenVPN version 2013-09-01 devel/dsss: Depends on expired lang/gdc 2013-09-01 graphics/qcamview: Broken on FreeBSD 8 and newer 2013-09-01 www/cacheboy15-devel: Broken on FreeBSD 8 and newer 2013-09-01 graphics/spcaview: Broken on FreeBSD 8 and newer 2013-09-01 comms/uticom: Broken on FreeBSD 8 and newer 2013-09-01 net/ipex: Broken on FreeBSD 8 and newer 2013-09-01 graphics/phpsview: Broken on FreeBSD 8 and newer 2013-09-01 misc/usbrh: Broken on FreeBSD 8 and newer 2013-09-01 net/atmsupport: Broken on FreeBSD 8 and newer 2013-09-01 comms/ib-kmod: Broken on FreeBSD 8 and newer 2013-09-01 net/libproxy-mozjs: Does not work with newer libxul 2013-09-01 www/helixplugin: Does not work with newer libxul 2013-09-01 deskutils/chmsee: Does not work with newer libxul 2013-09-01 www/moonshine: Does not work with newer libxul 2013-09-01 x11/ggiterm: Unmaintained and broken 2013-09-01 graphics/libggigcp: Unmaintained 2013-09-01 graphics/libggimisc: Unmaintained 2013-09-01 graphics/libggiwmh: Unmaintained 2013-09-01 devel/libgiigic: Unmaintained 2013-09-01 games/koth: Unmaintained Deleted: head/comms/ib-kmod/ head/comms/uticom/ head/deskutils/chmsee/ head/devel/dsss/ head/devel/libgiigic/ head/games/koth/ head/graphics/libggigcp/ head/graphics/libggimisc/ head/graphics/libggiwmh/ head/graphics/phpsview/ head/graphics/qcamview/ head/graphics/spcaview/ head/lang/gdc/ head/misc/usbrh/ head/net-im/cli-msn/ head/net/atmsupport/ head/net/ipex/ head/net/libproxy-mozjs/ head/security/openvpn22/ head/www/cacheboy15-devel/ head/www/helixplugin/ head/www/moonshine/ head/x11-toolkits/wxd/ head/x11/ggiterm/ Modified: head/MOVED head/comms/Makefile head/deskutils/Makefile head/devel/Makefile head/games/Makefile head/graphics/Makefile head/lang/Makefile head/misc/Makefile head/net-im/Makefile head/net/Makefile head/security/Makefile head/www/Makefile head/x11-toolkits/Makefile head/x11/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sun Sep 1 15:05:07 2013 (r325861) +++ head/MOVED Sun Sep 1 15:06:45 2013 (r325862) @@ -4895,3 +4895,27 @@ japanese/bugzilla3|japanese/bugzilla42|2 russian/bugzilla3|russian/bugzilla42|2013-08-30|EOL: Please update to a supported version net-im/licq-console||2013-08-30|No longer maintained upstream databases/py-migrate|databases/py-sqlalchemy-migrate|2013-09-01|Rename to reflect official project name +lang/gdc||2013-09-01|Has expired: Broken for more than 6 month +net-im/cli-msn||2013-09-01|Has expired: MSN Messenger service terminated 30 APR 2013 +x11-toolkits/wxd||2013-09-01|Has expired: Depends on deprecated lang/gdc +security/openvpn22||2013-09-01|Has expired: Please migrate to a newer OpenVPN version +devel/dsss||2013-09-01|Has expired: Depends on expired lang/gdc +graphics/qcamview||2013-09-01|Has expired: Broken on FreeBSD 8 and newer +www/cacheboy15-devel||2013-09-01|Has expired: Broken on FreeBSD 8 and newer +graphics/spcaview||2013-09-01|Has expired: Broken on FreeBSD 8 and newer +comms/uticom||2013-09-01|Has expired: Broken on FreeBSD 8 and newer +net/ipex||2013-09-01|Has expired: Broken on FreeBSD 8 and newer +graphics/phpsview||2013-09-01|Has expired: Broken on FreeBSD 8 and newer +misc/usbrh||2013-09-01|Has expired: Broken on FreeBSD 8 and newer +net/atmsupport||2013-09-01|Has expired: Broken on FreeBSD 8 and newer +comms/ib-kmod||2013-09-01|Has expired: Broken on FreeBSD 8 and newer +net/libproxy-mozjs||2013-09-01|Has expired: Does not work with newer libxul +www/helixplugin||2013-09-01|Has expired: Does not work with newer libxul +deskutils/chmsee||2013-09-01|Has expired: Does not work with newer libxul +www/moonshine||2013-09-01|Has expired: Does not work with newer libxul +x11/ggiterm||2013-09-01|Has expired: Unmaintained and broken +graphics/libggigcp||2013-09-01|Has expired: Unmaintained +graphics/libggimisc||2013-09-01|Has expired: Unmaintained +graphics/libggiwmh||2013-09-01|Has expired: Unmaintained +devel/libgiigic||2013-09-01|Has expired: Unmaintained +games/koth||2013-09-01|Has expired: Unmaintained Modified: head/comms/Makefile ============================================================================== --- head/comms/Makefile Sun Sep 1 15:05:07 2013 (r325861) +++ head/comms/Makefile Sun Sep 1 15:06:45 2013 (r325862) @@ -64,7 +64,6 @@ SUBDIR += hcidump SUBDIR += hf SUBDIR += hylafax - SUBDIR += ib-kmod SUBDIR += ibp SUBDIR += java-commapi SUBDIR += java-commapi-freebsd @@ -159,7 +158,6 @@ SUBDIR += unixcw SUBDIR += usbmuxd SUBDIR += usrp - SUBDIR += uticom SUBDIR += viewfax SUBDIR += vrflash SUBDIR += wsjt Modified: head/deskutils/Makefile ============================================================================== --- head/deskutils/Makefile Sun Sep 1 15:05:07 2013 (r325861) +++ head/deskutils/Makefile Sun Sep 1 15:06:45 2013 (r325862) @@ -26,7 +26,6 @@ SUBDIR += charmap SUBDIR += charmtimetracker SUBDIR += checkrdf - SUBDIR += chmsee SUBDIR += clipit SUBDIR += conduit SUBDIR += conkyemail Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Sep 1 15:05:07 2013 (r325861) +++ head/devel/Makefile Sun Sep 1 15:06:45 2013 (r325862) @@ -372,7 +372,6 @@ SUBDIR += dragon SUBDIR += dreampie SUBDIR += drpython - SUBDIR += dsss SUBDIR += dulwich SUBDIR += duplo SUBDIR += dwarfdump @@ -1007,7 +1006,6 @@ SUBDIR += libgetline SUBDIR += libghthash SUBDIR += libgii - SUBDIR += libgiigic SUBDIR += libgit2 SUBDIR += libglade SUBDIR += libglade-java Modified: head/games/Makefile ============================================================================== --- head/games/Makefile Sun Sep 1 15:05:07 2013 (r325861) +++ head/games/Makefile Sun Sep 1 15:06:45 2013 (r325862) @@ -463,7 +463,6 @@ SUBDIR += kolf SUBDIR += kollision SUBDIR += konquest - SUBDIR += koth SUBDIR += kpat SUBDIR += krank SUBDIR += kreversi Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Sun Sep 1 15:05:07 2013 (r325861) +++ head/graphics/Makefile Sun Sep 1 15:06:45 2013 (r325862) @@ -505,9 +505,6 @@ SUBDIR += libgeotiff SUBDIR += libgfx SUBDIR += libggi - SUBDIR += libggigcp - SUBDIR += libggimisc - SUBDIR += libggiwmh SUBDIR += libgltext SUBDIR += libgnomecanvas SUBDIR += libgnomecanvas-reference @@ -770,7 +767,6 @@ SUBDIR += php55-exif SUBDIR += php55-gd SUBDIR += phplot - SUBDIR += phpsview SUBDIR += picpuz SUBDIR += picturebook SUBDIR += picviz @@ -876,7 +872,6 @@ SUBDIR += pymorph SUBDIR += pyro SUBDIR += pysvg - SUBDIR += qcamview SUBDIR += qcomicbook SUBDIR += qcread SUBDIR += qgis @@ -979,7 +974,6 @@ SUBDIR += sketch SUBDIR += sng SUBDIR += sodipodi - SUBDIR += spcaview SUBDIR += springgraph SUBDIR += squish SUBDIR += sswf Modified: head/lang/Makefile ============================================================================== --- head/lang/Makefile Sun Sep 1 15:05:07 2013 (r325861) +++ head/lang/Makefile Sun Sep 1 15:06:45 2013 (r325862) @@ -97,7 +97,6 @@ SUBDIR += gcc48 SUBDIR += gcc49 SUBDIR += gcl - SUBDIR += gdc SUBDIR += gforth SUBDIR += ghc SUBDIR += gjs Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Sun Sep 1 15:05:07 2013 (r325861) +++ head/misc/Makefile Sun Sep 1 15:06:45 2013 (r325862) @@ -463,7 +463,6 @@ SUBDIR += unclutter SUBDIR += upclient SUBDIR += us-zipcodes - SUBDIR += usbrh SUBDIR += usbrh-libusb SUBDIR += utftools SUBDIR += vera Modified: head/net-im/Makefile ============================================================================== --- head/net-im/Makefile Sun Sep 1 15:05:07 2013 (r325861) +++ head/net-im/Makefile Sun Sep 1 15:06:45 2013 (r325862) @@ -13,7 +13,6 @@ SUBDIR += chattahoochie SUBDIR += cicquin SUBDIR += cjc - SUBDIR += cli-msn SUBDIR += climm SUBDIR += coccinella SUBDIR += convey Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Sun Sep 1 15:05:07 2013 (r325861) +++ head/net/Makefile Sun Sep 1 15:06:45 2013 (r325862) @@ -33,7 +33,6 @@ SUBDIR += asterisk11 SUBDIR += asterisk14 SUBDIR += asterisk14-addons - SUBDIR += atmsupport SUBDIR += avahi SUBDIR += avahi-app SUBDIR += avahi-autoipd @@ -253,7 +252,6 @@ SUBDIR += ip6_int SUBDIR += ipa_ip6fw SUBDIR += ipa_ipfw - SUBDIR += ipex SUBDIR += ipfw-graph SUBDIR += ipgrab SUBDIR += iplog @@ -337,7 +335,6 @@ SUBDIR += libproxy SUBDIR += libproxy-gnome SUBDIR += libproxy-kde - SUBDIR += libproxy-mozjs SUBDIR += libproxy-perl SUBDIR += libproxy-python SUBDIR += libproxy-webkit Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sun Sep 1 15:05:07 2013 (r325861) +++ head/security/Makefile Sun Sep 1 15:06:45 2013 (r325862) @@ -369,7 +369,6 @@ SUBDIR += openvpn-auth-radius SUBDIR += openvpn-beta SUBDIR += openvpn-devel - SUBDIR += openvpn22 SUBDIR += ophcrack SUBDIR += opieprint SUBDIR += orthrus Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sun Sep 1 15:05:07 2013 (r325861) +++ head/www/Makefile Sun Sep 1 15:06:45 2013 (r325862) @@ -68,7 +68,6 @@ SUBDIR += bugmenot-firefox SUBDIR += c-icap SUBDIR += c-icap-modules - SUBDIR += cacheboy15-devel SUBDIR += cacheboy16 SUBDIR += cadaver SUBDIR += cakephp11 @@ -274,7 +273,6 @@ SUBDIR += hastymail2 SUBDIR += hastymail2-devel SUBDIR += havp - SUBDIR += helixplugin SUBDIR += helma SUBDIR += hiawatha SUBDIR += hinventory-client @@ -551,7 +549,6 @@ SUBDIR += moodle23 SUBDIR += moodle24 SUBDIR += moodle25 - SUBDIR += moonshine SUBDIR += mozplugger SUBDIR += multisort SUBDIR += multiwatch Modified: head/x11-toolkits/Makefile ============================================================================== --- head/x11-toolkits/Makefile Sun Sep 1 15:05:07 2013 (r325861) +++ head/x11-toolkits/Makefile Sun Sep 1 15:06:45 2013 (r325862) @@ -271,7 +271,6 @@ SUBDIR += vte-reference SUBDIR += vtkfox SUBDIR += wmapp - SUBDIR += wxd SUBDIR += wxgtk26 SUBDIR += wxgtk26-common SUBDIR += wxgtk26-contrib Modified: head/x11/Makefile ============================================================================== --- head/x11/Makefile Sun Sep 1 15:05:07 2013 (r325861) +++ head/x11/Makefile Sun Sep 1 15:06:45 2013 (r325862) @@ -71,7 +71,6 @@ SUBDIR += gdesklets-tasklist SUBDIR += gdkxft SUBDIR += gdm - SUBDIR += ggiterm SUBDIR += glproto SUBDIR += gmessage SUBDIR += gmrun From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 15:14:50 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 969E4DAC; Sun, 1 Sep 2013 15:14:50 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 824B92263; Sun, 1 Sep 2013 15:14:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81FEo9l079155; Sun, 1 Sep 2013 15:14:50 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81FEoF2079154; Sun, 1 Sep 2013 15:14:50 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201309011514.r81FEoF2079154@svn.freebsd.org> From: Rene Ladan Date: Sun, 1 Sep 2013 15:14:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325863 - head/www/chromium X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 15:14:50 -0000 Author: rene Date: Sun Sep 1 15:14:49 2013 New Revision: 325863 URL: http://svnweb.freebsd.org/changeset/ports/325863 Log: Add back -fno-stack-protector to CFLAGS Submitted by: George Liaskos / Peter Harrison (four.harrisons@googlemail.com) Modified: head/www/chromium/Makefile Modified: head/www/chromium/Makefile ============================================================================== --- head/www/chromium/Makefile Sun Sep 1 15:06:45 2013 (r325862) +++ head/www/chromium/Makefile Sun Sep 1 15:14:49 2013 (r325863) @@ -17,6 +17,8 @@ COMMENT= Mostly BSD-licensed web browser LICENSE= BSD LGPL21 MPL LICENSE_COMB= multi +CFLAGS+= -fno-stack-protector + BUILD_DEPENDS= ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf \ bash:${PORTSDIR}/shells/bash \ yasm:${PORTSDIR}/devel/yasm \ From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 15:19:49 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 92AEAEC5; Sun, 1 Sep 2013 15:19:49 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 800722289; Sun, 1 Sep 2013 15:19:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81FJnhH081119; Sun, 1 Sep 2013 15:19:49 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81FJm9Y081113; Sun, 1 Sep 2013 15:19:48 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201309011519.r81FJm9Y081113@svn.freebsd.org> From: Ruslan Makhmatkhanov Date: Sun, 1 Sep 2013 15:19:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325864 - in head: devel/clanlib devel/clanlib/files games/super_methane_brothers X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 15:19:49 -0000 Author: rm Date: Sun Sep 1 15:19:48 2013 New Revision: 325864 URL: http://svnweb.freebsd.org/changeset/ports/325864 Log: - update to 2.3.7 - chase the update in games/super_methane_brothers - convert USE_GMAKE to USES, while here PR: 181491 Submitted by: chris petrik (maintainer) Deleted: head/devel/clanlib/files/patch-Sources__Core__System__Unix__init_linux.cpp head/devel/clanlib/files/patch-Sources__Core__System__system.cpp Modified: head/devel/clanlib/Makefile head/devel/clanlib/distinfo head/games/super_methane_brothers/Makefile Modified: head/devel/clanlib/Makefile ============================================================================== --- head/devel/clanlib/Makefile Sun Sep 1 15:14:49 2013 (r325863) +++ head/devel/clanlib/Makefile Sun Sep 1 15:19:48 2013 (r325864) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= clanlib -PORTVERSION= 2.3.6 -PORTREVISION= 1 +PORTVERSION= 2.3.7 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= http://www.clanlib.org/download/releases-2.0/ @@ -21,12 +20,12 @@ LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/j mikmod:${PORTSDIR}/audio/libmikmod \ vorbis:${PORTSDIR}/audio/libvorbis \ fontconfig:${PORTSDIR}/x11-fonts/fontconfig \ - pcre:${PORTSDIR}/devel/pcre + pcre:${PORTSDIR}/devel/pcre \ + execinfo:${PORTSDIR}/devel/libexecinfo -USE_GMAKE= yes USE_GCC= yes USE_XORG= x11 -USES= pathfix pkgconfig +USES= gmake pathfix pkgconfig USE_LDCONFIG= yes USE_GL= yes USE_SQLITE= yes @@ -56,5 +55,10 @@ PLIST_SUB+= VER=${PORTVERSION:R} \ post-patch: @${REINPLACE_CMD} -e 's|LIBS="-lsqlite3 -ldl"|LIBS="-lsqlite3"|g' \ ${WRKSRC}/configure - + @${REINPLACE_CMD} -e '114 s|/proc/self/exe|/proc/curproc/file|g' \ + ${WRKSRC}/Sources/Core/System/Unix/init_linux.cpp + @${REINPLACE_CMD} -e 's|APPLE|FreeBSD|g' \ + ${WRKSRC}/Sources/Core/System/system.cpp + @${REINPLACE_CMD} -e '47 s|#ifndef __FreeBSD__|#if !defined(__FreeBSD__)|g' \ + ${WRKSRC}/Sources/Core/System/system.cpp .include Modified: head/devel/clanlib/distinfo ============================================================================== --- head/devel/clanlib/distinfo Sun Sep 1 15:14:49 2013 (r325863) +++ head/devel/clanlib/distinfo Sun Sep 1 15:19:48 2013 (r325864) @@ -1,2 +1,2 @@ -SHA256 (ClanLib-2.3.6.tgz) = b8dc9b41028bf16c0a6082aa15cdee5d8b1ecd5256797576970f09a63e3fafde -SIZE (ClanLib-2.3.6.tgz) = 25605576 +SHA256 (ClanLib-2.3.7.tgz) = d46127c08103f48d15936ceb9f95b3dfb1ff8ccba667cef1b3f8e639cb2601c2 +SIZE (ClanLib-2.3.7.tgz) = 26132425 Modified: head/games/super_methane_brothers/Makefile ============================================================================== --- head/games/super_methane_brothers/Makefile Sun Sep 1 15:14:49 2013 (r325863) +++ head/games/super_methane_brothers/Makefile Sun Sep 1 15:19:48 2013 (r325864) @@ -3,6 +3,7 @@ PORTNAME= super_methane_brothers PORTVERSION= 1.5.1 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/methane/Methane%20Stable/Methane%20V${PORTVERSION} DISTNAME= methane-${PORTVERSION} @@ -16,10 +17,9 @@ LICENSE= GPLv2 LIB_DEPENDS= clan23Core:${PORTSDIR}/devel/clanlib \ execinfo:${PORTSDIR}/devel/libexecinfo -USES= pkgconfig +USES= gmake pkgconfig USE_GCC= yes USE_GL= glu -USE_GMAKE= yes MAKE_ENV= METHANE_FLAGS="${CPPFLAGS}" METHANE_LIBS="${LDFLAGS}" MAKE_JOBS_UNSAFE= yes From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 15:33:32 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 75871251; Sun, 1 Sep 2013 15:33:32 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 48D62236E; Sun, 1 Sep 2013 15:33:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81FXWgs090337; Sun, 1 Sep 2013 15:33:32 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81FXV17090333; Sun, 1 Sep 2013 15:33:31 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201309011533.r81FXV17090333@svn.freebsd.org> From: Marcus von Appen Date: Sun, 1 Sep 2013 15:33:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325865 - head/x11-fm/emelfm2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 15:33:32 -0000 Author: mva Date: Sun Sep 1 15:33:31 2013 New Revision: 325865 URL: http://svnweb.freebsd.org/changeset/ports/325865 Log: - Update to 0.9.0 Modified: head/x11-fm/emelfm2/Makefile head/x11-fm/emelfm2/distinfo (contents, props changed) head/x11-fm/emelfm2/pkg-plist Modified: head/x11-fm/emelfm2/Makefile ============================================================================== --- head/x11-fm/emelfm2/Makefile Sun Sep 1 15:19:48 2013 (r325864) +++ head/x11-fm/emelfm2/Makefile Sun Sep 1 15:33:31 2013 (r325865) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= emelfm2 -PORTVERSION= 0.8.2 +PORTVERSION= 0.9.0 CATEGORIES= x11-fm MASTER_SITES= http://emelfm2.net/rel/ Modified: head/x11-fm/emelfm2/distinfo ============================================================================== --- head/x11-fm/emelfm2/distinfo Sun Sep 1 15:19:48 2013 (r325864) +++ head/x11-fm/emelfm2/distinfo Sun Sep 1 15:33:31 2013 (r325865) @@ -1,2 +1,2 @@ -SHA256 (emelfm2-0.8.2.tar.bz2) = 230bf59f2bbf22d56f434bb9b5e7a2eb9bb7c608fc0b6749dd462a8b6f5fe881 -SIZE (emelfm2-0.8.2.tar.bz2) = 1117651 +SHA256 (emelfm2-0.9.0.tar.bz2) = 0f50b859e82ec26bd71eb23a5de9f1223b3af2d05744afa6eb395cdbb28f5fdb +SIZE (emelfm2-0.9.0.tar.bz2) = 1135533 Modified: head/x11-fm/emelfm2/pkg-plist ============================================================================== --- head/x11-fm/emelfm2/pkg-plist Sun Sep 1 15:19:48 2013 (r325864) +++ head/x11-fm/emelfm2/pkg-plist Sun Sep 1 15:33:31 2013 (r325865) @@ -13,6 +13,7 @@ lib/emelfm2/plugins/e2p_names_clip.so lib/emelfm2/plugins/e2p_pack.so lib/emelfm2/plugins/e2p_rename.so lib/emelfm2/plugins/e2p_selmatch.so +lib/emelfm2/plugins/e2p_shred.so lib/emelfm2/plugins/e2p_sort_by_ext.so lib/emelfm2/plugins/e2p_tag.so lib/emelfm2/plugins/e2p_times.so @@ -80,8 +81,9 @@ share/pixmaps/emelfm2/plugin_foreach_48. share/pixmaps/emelfm2/plugin_glob_48.png share/pixmaps/emelfm2/plugin_move_48.png share/pixmaps/emelfm2/plugin_pack_48.png -share/pixmaps/emelfm2/plugin_selmatch_48.png share/pixmaps/emelfm2/plugin_rename_48.png +share/pixmaps/emelfm2/plugin_selmatch_48.png +share/pixmaps/emelfm2/plugin_shred_48.png share/pixmaps/emelfm2/plugin_timeset_48.png share/pixmaps/emelfm2/plugin_tag_48.png %%TRACKER%%share/pixmaps/emelfm2/plugin_track_48.png @@ -101,6 +103,7 @@ share/pixmaps/emelfm2/user_commands_48.p share/pixmaps/emelfm2/view_48.png @dirrm share/pixmaps/emelfm2 %%PORTDOCS%%@dirrm %%DOCSDIR%% +@dirrmtry share/application-registry @dirrmtry share/applications @dirrm lib/emelfm2/plugins @dirrm lib/emelfm2 From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 15:33:47 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2C06B32A; Sun, 1 Sep 2013 15:33: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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 197832370; Sun, 1 Sep 2013 15:33:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81FXkQM090458; Sun, 1 Sep 2013 15:33:46 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81FXkKV090457; Sun, 1 Sep 2013 15:33:46 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309011533.r81FXkKV090457@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sun, 1 Sep 2013 15:33:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325866 - head/science/udunits X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 15:33:47 -0000 Author: sunpoet Date: Sun Sep 1 15:33:46 2013 New Revision: 325866 URL: http://svnweb.freebsd.org/changeset/ports/325866 Log: - Convert to new LIB_DEPENDS format Suggested by: wg Modified: head/science/udunits/Makefile Modified: head/science/udunits/Makefile ============================================================================== --- head/science/udunits/Makefile Sun Sep 1 15:33:31 2013 (r325865) +++ head/science/udunits/Makefile Sun Sep 1 15:33:46 2013 (r325866) @@ -11,7 +11,7 @@ MASTER_SITES= ftp://ftp.unidata.ucar.edu MAINTAINER= sunpoet@FreeBSD.org COMMENT= Library for manipulating units of physical quantities -LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 CONFIGURE_ENV= ac_cv_header_CUnit_CUnit_h=no CPPFLAGS+= -I${LOCALBASE}/include From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 15:43:36 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 389B7555; Sun, 1 Sep 2013 15:43:36 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0D98E23D9; Sun, 1 Sep 2013 15:43:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81FhZbh095990; Sun, 1 Sep 2013 15:43:35 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81FhZJ5095987; Sun, 1 Sep 2013 15:43:35 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201309011543.r81FhZJ5095987@svn.freebsd.org> From: Marcus von Appen Date: Sun, 1 Sep 2013 15:43:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325867 - in head/lang: python python2 python3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 15:43:36 -0000 Author: mva Date: Sun Sep 1 15:43:35 2013 New Revision: 325867 URL: http://svnweb.freebsd.org/changeset/ports/325867 Log: - improve the python meta port descriptions Requested by: demon@ Reviewed by: demon@ Modified: head/lang/python/pkg-descr (contents, props changed) head/lang/python2/pkg-descr head/lang/python3/pkg-descr Modified: head/lang/python/pkg-descr ============================================================================== --- head/lang/python/pkg-descr Sun Sep 1 15:33:46 2013 (r325866) +++ head/lang/python/pkg-descr Sun Sep 1 15:43:35 2013 (r325867) @@ -1,4 +1,7 @@ Python is an interpreted object-oriented programming language, and is often compared to Tcl, Perl or Scheme. +This is a meta port to the Python interpreter and provides symbolic links +to bin/python, bin/pydoc, bin/idle and so on to allow compatibility with +version agnostic python scripts. WWW: http://www.python.org/ Modified: head/lang/python2/pkg-descr ============================================================================== --- head/lang/python2/pkg-descr Sun Sep 1 15:33:46 2013 (r325866) +++ head/lang/python2/pkg-descr Sun Sep 1 15:43:35 2013 (r325867) @@ -1,4 +1,7 @@ Python is an interpreted object-oriented programming language, and is often compared to Tcl, Perl or Scheme. +This is a meta port to the Python 2.x interpreter and provides symbolic links +to bin/python2, bin/pydoc2, bin/idle2 and so on to allow compatibility with +minor version agnostic python scripts. WWW: http://www.python.org/ Modified: head/lang/python3/pkg-descr ============================================================================== --- head/lang/python3/pkg-descr Sun Sep 1 15:33:46 2013 (r325866) +++ head/lang/python3/pkg-descr Sun Sep 1 15:43:35 2013 (r325867) @@ -1,4 +1,7 @@ Python is an interpreted object-oriented programming language, and is often compared to Tcl, Perl or Scheme. +This is a meta port to the Python 3.x interpreter and provides symbolic links +to bin/python3, bin/pydoc3, bin/idle3 and so on to allow compatibility with +minor version agnostic python scripts. WWW: http://www.python.org/ From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 15:49:52 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C627474E; Sun, 1 Sep 2013 15:49: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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B308E242A; Sun, 1 Sep 2013 15:49:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81FnqRD098343; Sun, 1 Sep 2013 15:49:52 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81Fnqk2098342; Sun, 1 Sep 2013 15:49:52 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309011549.r81Fnqk2098342@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sun, 1 Sep 2013 15:49:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325868 - head/www/httrack X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 15:49:52 -0000 Author: sunpoet Date: Sun Sep 1 15:49:52 2013 New Revision: 325868 URL: http://svnweb.freebsd.org/changeset/ports/325868 Log: - Fix USE_LDCONFIG: remove unnecessary ${PREFIX}/lib which affects lib-depends: output for ports with new LIB_DEPENDS format Here is an example % cd /usr/ports/science/udunits % make build ===> udunits-2.1.24_1 depends on package: libtool>=2.4 - found ===> udunits-2.1.24_1 depends on shared library: libexpat.so - found - found It was caused by duplicate /usr/local/lib entry in $$dirs in bsd.port.mk lib-depends: Modified: head/www/httrack/Makefile Modified: head/www/httrack/Makefile ============================================================================== --- head/www/httrack/Makefile Sun Sep 1 15:43:35 2013 (r325867) +++ head/www/httrack/Makefile Sun Sep 1 15:49:52 2013 (r325868) @@ -20,7 +20,7 @@ CONFIGURE_ARGS= --docdir="${DOCSDIR}" CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_AUTOTOOLS= libtool -USE_LDCONFIG= ${PREFIX}/lib ${PREFIX}/lib/${PORTNAME} +USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME} USES= gmake iconv MAN1= htsserver.1 httrack.1 proxytrack.1 webhttrack.1 From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 15:50:19 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6E91382E; Sun, 1 Sep 2013 15:50:19 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 42BED2430; Sun, 1 Sep 2013 15:50:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81FoJu4098748; Sun, 1 Sep 2013 15:50:19 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81FoIIY098742; Sun, 1 Sep 2013 15:50:18 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201309011550.r81FoIIY098742@svn.freebsd.org> From: Koop Mast Date: Sun, 1 Sep 2013 15:50:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325869 - in head/devel/desktop-file-utils: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 15:50:19 -0000 Author: kwm Date: Sun Sep 1 15:50:18 2013 New Revision: 325869 URL: http://svnweb.freebsd.org/changeset/ports/325869 Log: Update to 0.22. desktop-file-validate add DBusActivatable key to allowed keys warn about OnlyShowIn in Action groups allow validating multiple desktop files improve help output update man page update-desktop-database list only once a desktop file per mime type Deleted: head/devel/desktop-file-utils/files/patch-src_update-desktop-database.c Modified: head/devel/desktop-file-utils/Makefile head/devel/desktop-file-utils/distinfo Modified: head/devel/desktop-file-utils/Makefile ============================================================================== --- head/devel/desktop-file-utils/Makefile Sun Sep 1 15:49:52 2013 (r325868) +++ head/devel/desktop-file-utils/Makefile Sun Sep 1 15:50:18 2013 (r325869) @@ -3,20 +3,19 @@ # $MCom: ports/trunk/devel/desktop-file-utils/Makefile 17268 2013-04-01 05:13:11Z marcus $ PORTNAME= desktop-file-utils -PORTVERSION= 0.21 +PORTVERSION= 0.22 CATEGORIES= devel MASTER_SITES= http://freedesktop.org/software/${PORTNAME}/releases/ MAINTAINER= gnome@FreeBSD.org -COMMENT= A couple of command line utilities for working with desktop entries +COMMENT= Couple of command line utilities for working with desktop entries -USES= pkgconfig gettext +USES= gettext gmake pkgconfig USE_GNOME= glib20 USE_XZ= yes -USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-lispdir -CONFIGURE_ENV= EMACS="no" LIBS="-lintl" +CONFIGURE_ENV= EMACS="no" CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/devel/desktop-file-utils/distinfo ============================================================================== --- head/devel/desktop-file-utils/distinfo Sun Sep 1 15:49:52 2013 (r325868) +++ head/devel/desktop-file-utils/distinfo Sun Sep 1 15:50:18 2013 (r325869) @@ -1,2 +1,2 @@ -SHA256 (desktop-file-utils-0.21.tar.xz) = b6c9b860538ef1cffbcdfbc9cb578f85a080ad8c1207c8b3a39e9fd183f9782b -SIZE (desktop-file-utils-0.21.tar.xz) = 128972 +SHA256 (desktop-file-utils-0.22.tar.xz) = 843532672692f98e9b2d6ae6cc8658da562dfde1606c7f33d9d227a344de56c5 +SIZE (desktop-file-utils-0.22.tar.xz) = 131028 From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 15:52:24 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A3F5B917; Sun, 1 Sep 2013 15:52: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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8F43C245B; Sun, 1 Sep 2013 15:52:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81FqOoC001668; Sun, 1 Sep 2013 15:52:24 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81FqOia001649; Sun, 1 Sep 2013 15:52:24 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309011552.r81FqOia001649@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sun, 1 Sep 2013 15:52:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325870 - head/graphics/gdal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 15:52:24 -0000 Author: sunpoet Date: Sun Sep 1 15:52:23 2013 New Revision: 325870 URL: http://svnweb.freebsd.org/changeset/ports/325870 Log: - Update to 1.10.1 Changes: http://trac.osgeo.org/gdal/wiki/Release/1.10.1-News Modified: head/graphics/gdal/Makefile head/graphics/gdal/distinfo Modified: head/graphics/gdal/Makefile ============================================================================== --- head/graphics/gdal/Makefile Sun Sep 1 15:50:18 2013 (r325869) +++ head/graphics/gdal/Makefile Sun Sep 1 15:52:23 2013 (r325870) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gdal -PORTVERSION= 1.10.0 +PORTVERSION= 1.10.1 CATEGORIES= graphics geography MASTER_SITES= http://download.osgeo.org/gdal/${PORTVERSION}/ \ ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \ Modified: head/graphics/gdal/distinfo ============================================================================== --- head/graphics/gdal/distinfo Sun Sep 1 15:50:18 2013 (r325869) +++ head/graphics/gdal/distinfo Sun Sep 1 15:52:23 2013 (r325870) @@ -1,2 +1,2 @@ -SHA256 (gdal-1.10.0.tar.gz) = 1a9ca12bcc3a55f66bcd6654d5ff12eeddb3a26b622dd7c8872febb4f5a97487 -SIZE (gdal-1.10.0.tar.gz) = 10232486 +SHA256 (gdal-1.10.1.tar.gz) = 9984f0314c0bd831eb59fb646c2bc5e13cf1378be4f51499045166cbe62be6ea +SIZE (gdal-1.10.1.tar.gz) = 10241357 From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 15:55:26 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8566DA2E; Sun, 1 Sep 2013 15:55: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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7306D2476; Sun, 1 Sep 2013 15:55:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81FtQdJ002798; Sun, 1 Sep 2013 15:55:26 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81FtQS5002797; Sun, 1 Sep 2013 15:55:26 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309011555.r81FtQS5002797@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sun, 1 Sep 2013 15:55:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325871 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 15:55:26 -0000 Author: sunpoet Date: Sun Sep 1 15:55:25 2013 New Revision: 325871 URL: http://svnweb.freebsd.org/changeset/ports/325871 Log: - Add shared GTA description Modified: head/Mk/bsd.options.desc.mk Modified: head/Mk/bsd.options.desc.mk ============================================================================== --- head/Mk/bsd.options.desc.mk Sun Sep 1 15:52:23 2013 (r325870) +++ head/Mk/bsd.options.desc.mk Sun Sep 1 15:55:25 2013 (r325871) @@ -121,6 +121,7 @@ GRASS_DESC?= GRASS support GSM_DESC?= GSM codec support GSSAPI_DESC?= GSSAPI support GSTREAMER_DESC?= Multimedia support via GStreamer +GTA_DESC?= Generic Tagged Array (GTA) support GTK1_DESC?= GTK+ 1 GUI toolkit support GTK2_DESC?= GTK+ 2 GUI toolkit support GTK3_DESC?= GTK+ 3 GUI toolkit support From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 16:40:34 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 83F566F; Sun, 1 Sep 2013 16:40:34 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 71A8126B1; Sun, 1 Sep 2013 16:40:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81GeYcb028591; Sun, 1 Sep 2013 16:40:34 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81GeYAG028588; Sun, 1 Sep 2013 16:40:34 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201309011640.r81GeYAG028588@svn.freebsd.org> From: Marcus von Appen Date: Sun, 1 Sep 2013 16:40:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325872 - head/x11-fm/emelfm2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 16:40:34 -0000 Author: mva Date: Sun Sep 1 16:40:33 2013 New Revision: 325872 URL: http://svnweb.freebsd.org/changeset/ports/325872 Log: - fix PLIST after the update Modified: head/x11-fm/emelfm2/pkg-plist Modified: head/x11-fm/emelfm2/pkg-plist ============================================================================== --- head/x11-fm/emelfm2/pkg-plist Sun Sep 1 15:55:25 2013 (r325871) +++ head/x11-fm/emelfm2/pkg-plist Sun Sep 1 16:40:33 2013 (r325872) @@ -103,7 +103,6 @@ share/pixmaps/emelfm2/user_commands_48.p share/pixmaps/emelfm2/view_48.png @dirrm share/pixmaps/emelfm2 %%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrmtry share/application-registry @dirrmtry share/applications @dirrm lib/emelfm2/plugins @dirrm lib/emelfm2 From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 16:44:52 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3858B2A6; Sun, 1 Sep 2013 16:44:52 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 168432704; Sun, 1 Sep 2013 16:44:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81GipTH031650; Sun, 1 Sep 2013 16:44:51 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81GipwJ031646; Sun, 1 Sep 2013 16:44:51 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309011644.r81GipwJ031646@svn.freebsd.org> From: Antoine Brodin Date: Sun, 1 Sep 2013 16:44:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325873 - in head/devel: . py-docopt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 16:44:52 -0000 Author: antoine Date: Sun Sep 1 16:44:50 2013 New Revision: 325873 URL: http://svnweb.freebsd.org/changeset/ports/325873 Log: New port: py-docopt docopt helps you: - define interface for your command-line app, and - automatically generate parser for it. WWW: http://docopt.org/ Added: head/devel/py-docopt/ head/devel/py-docopt/Makefile (contents, props changed) head/devel/py-docopt/distinfo (contents, props changed) head/devel/py-docopt/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Sep 1 16:40:33 2013 (r325872) +++ head/devel/Makefile Sun Sep 1 16:44:50 2013 (r325873) @@ -3509,6 +3509,7 @@ SUBDIR += py-distorm SUBDIR += py-distribute SUBDIR += py-distutils-extra + SUBDIR += py-docopt SUBDIR += py-durus SUBDIR += py-dynrules SUBDIR += py-eggtestinfo Added: head/devel/py-docopt/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-docopt/Makefile Sun Sep 1 16:44:50 2013 (r325873) @@ -0,0 +1,40 @@ +# Created by: Antoine Brodin +# $FreeBSD$ + +PORTNAME= docopt +PORTVERSION= 0.6.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= antoine@FreeBSD.org +COMMENT= Pythonic argument parser, that will make you smile + +LICENSE= MIT + +USE_PYTHON= yes +USE_PYDISTUTILS=easy_install + +PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% + +PORTDOCS= README.rst +DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} + +PORTEXAMPLES= * +EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} + +OPTIONS_DEFINE= DOCS EXAMPLES + +.include + +post-install: +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR} +.endif +.if ${PORT_OPTIONS:MEXAMPLES} + @${MKDIR} ${EXAMPLESDIR} + cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${EXAMPLESDIR} +.endif + +.include Added: head/devel/py-docopt/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-docopt/distinfo Sun Sep 1 16:44:50 2013 (r325873) @@ -0,0 +1,2 @@ +SHA256 (docopt-0.6.1.tar.gz) = 71ad940a773fbc23be6093e9476ad57b2ecec446946a28d30127501f3b29aa35 +SIZE (docopt-0.6.1.tar.gz) = 25815 Added: head/devel/py-docopt/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-docopt/pkg-descr Sun Sep 1 16:44:50 2013 (r325873) @@ -0,0 +1,5 @@ +docopt helps you: +- define interface for your command-line app, and +- automatically generate parser for it. + +WWW: http://docopt.org/ From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 16:45:59 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C1487393; Sun, 1 Sep 2013 16:45:59 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AEA582710; Sun, 1 Sep 2013 16:45:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81Gjxxx032250; Sun, 1 Sep 2013 16:45:59 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81Gjx4f032249; Sun, 1 Sep 2013 16:45:59 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309011645.r81Gjx4f032249@svn.freebsd.org> From: Andrej Zverev Date: Sun, 1 Sep 2013 16:45:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325874 - head/devel/egypt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 16:45:59 -0000 Author: az Date: Sun Sep 1 16:45:59 2013 New Revision: 325874 URL: http://svnweb.freebsd.org/changeset/ports/325874 Log: - Resolve of using USE_PERL5_RUN and PERL_CONFIGURE together - Convert to new perl5 framework - Trim Makefile header - Use shebangfix for runable file With hat: perl@ Modified: head/devel/egypt/Makefile (contents, props changed) Modified: head/devel/egypt/Makefile ============================================================================== --- head/devel/egypt/Makefile Sun Sep 1 16:44:50 2013 (r325873) +++ head/devel/egypt/Makefile Sun Sep 1 16:45:59 2013 (r325874) @@ -1,9 +1,5 @@ -# New ports collection makefile for: egypt -# Date created: 21 April 2007 -# Whom: Andrew Pantyukhin -# +# Created by: Andrew Pantyukhin # $FreeBSD$ -# PORTNAME= egypt PORTVERSION= 1.10 @@ -16,8 +12,10 @@ COMMENT= Create call graphs of C program LICENSE= ART10 GPLv1 LICENSE_COMB= dual -USE_PERL5_RUN= yes -PERL_CONFIGURE= yes +USES= perl5 shebangfix +USE_PERL5= configure +SHEBANG_FILES= egypt + MAN1= ${PORTNAME}.1 PLIST_FILES= bin/${PORTNAME} %%SITE_PERL%%/%%PERL_ARCH%%/auto/${PORTNAME}/.packlist PLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/${PORTNAME} From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 16:51:09 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8FAE0543; Sun, 1 Sep 2013 16:51:09 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7C5882770; Sun, 1 Sep 2013 16:51:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81Gp9lh036209; Sun, 1 Sep 2013 16:51:09 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81Gp9l6036206; Sun, 1 Sep 2013 16:51:09 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309011651.r81Gp9l6036206@svn.freebsd.org> From: Andrej Zverev Date: Sun, 1 Sep 2013 16:51:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325875 - head/devel/p5-Log-Log4perl-Appender-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-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 16:51:09 -0000 Author: az Date: Sun Sep 1 16:51:08 2013 New Revision: 325875 URL: http://svnweb.freebsd.org/changeset/ports/325875 Log: - Resolve of using USE_PERL5 and PERL_CONFIGURE together - Convert to new perl5 framework - Trim Makefile header - Use single space after WWW: in pkg-descr With hat: perl@ Modified: head/devel/p5-Log-Log4perl-Appender-RabbitMQ/Makefile (contents, props changed) head/devel/p5-Log-Log4perl-Appender-RabbitMQ/pkg-descr (contents, props changed) Modified: head/devel/p5-Log-Log4perl-Appender-RabbitMQ/Makefile ============================================================================== --- head/devel/p5-Log-Log4perl-Appender-RabbitMQ/Makefile Sun Sep 1 16:45:59 2013 (r325874) +++ head/devel/p5-Log-Log4perl-Appender-RabbitMQ/Makefile Sun Sep 1 16:51:08 2013 (r325875) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Log-Log4perl-Appender-RabbitMQ -# Date created: 2010-09-09 -# Whom: Steve Wills -# +# Created by: Steve Wills # $FreeBSD$ -# PORTNAME= Log-Log4perl-Appender-RabbitMQ PORTVERSION= 0.102220 @@ -27,7 +23,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/l4p-tmpl MAN3= Log::Log4perl::Appender::RabbitMQ.3 -USE_PERL5= yes -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include Modified: head/devel/p5-Log-Log4perl-Appender-RabbitMQ/pkg-descr ============================================================================== --- head/devel/p5-Log-Log4perl-Appender-RabbitMQ/pkg-descr Sun Sep 1 16:45:59 2013 (r325874) +++ head/devel/p5-Log-Log4perl-Appender-RabbitMQ/pkg-descr Sun Sep 1 16:51:08 2013 (r325875) @@ -1,3 +1,3 @@ Perl module which allows logging to RabbitMQ -WWW: http://search.cpan.org/dist/Log-Log4perl-Appender-RabbitMQ/ +WWW: http://search.cpan.org/dist/Log-Log4perl-Appender-RabbitMQ/ From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 16:53:12 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AEA3D642; Sun, 1 Sep 2013 16:53:12 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9A75F2787; Sun, 1 Sep 2013 16:53:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81GrCDN037012; Sun, 1 Sep 2013 16:53:12 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81GrCrm037011; Sun, 1 Sep 2013 16:53:12 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309011653.r81GrCrm037011@svn.freebsd.org> From: Andrej Zverev Date: Sun, 1 Sep 2013 16:53:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325876 - head/devel/p5-MooseX-Has-Sugar X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 16:53:12 -0000 Author: az Date: Sun Sep 1 16:53:11 2013 New Revision: 325876 URL: http://svnweb.freebsd.org/changeset/ports/325876 Log: - Resolve of using -PERL_MODBUILD and PERL_CONFIGURE together - Convert to new perl5 framework - Trim Makefile header With hat: perl@ Modified: head/devel/p5-MooseX-Has-Sugar/Makefile (contents, props changed) Modified: head/devel/p5-MooseX-Has-Sugar/Makefile ============================================================================== --- head/devel/p5-MooseX-Has-Sugar/Makefile Sun Sep 1 16:51:08 2013 (r325875) +++ head/devel/p5-MooseX-Has-Sugar/Makefile Sun Sep 1 16:53:11 2013 (r325876) @@ -1,9 +1,5 @@ -# New ports collection makefile for: devel/p5-MooseX-Has-Sugar -# Date created: 16 Nov, 2009 -# Whom: Wen Heping -# +# Created by: Wen Heping # $FreeBSD$ -# PORTNAME= MooseX-Has-Sugar PORTVERSION= 0.05070421 @@ -23,8 +19,8 @@ BUILD_DEPENDS= p5-Moose>=0.61:${PORTSDIR p5-Module-Build>=0.4002:${PORTSDIR}/devel/p5-Module-Build RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= MooseX::Has::Sugar.3 \ MooseX::Has::Sugar::Saccharin.3 \ From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 16:59:12 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D5626879; Sun, 1 Sep 2013 16:59:12 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C310327C9; Sun, 1 Sep 2013 16:59:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81GxChi039261; Sun, 1 Sep 2013 16:59:12 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81GxCsK039259; Sun, 1 Sep 2013 16:59:12 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309011659.r81GxCsK039259@svn.freebsd.org> From: Andrej Zverev Date: Sun, 1 Sep 2013 16:59:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325877 - head/devel/p5-Path-Resource X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 16:59:12 -0000 Author: az Date: Sun Sep 1 16:59:12 2013 New Revision: 325877 URL: http://svnweb.freebsd.org/changeset/ports/325877 Log: - Resolve of using USE_PERL5 and PERL_CONFIGURE together - Convert to new perl5 framework - Trim Makefile header - Use single space after WWW: in pkg-descr With hat: perl@ Modified: head/devel/p5-Path-Resource/Makefile (contents, props changed) head/devel/p5-Path-Resource/pkg-descr (contents, props changed) Modified: head/devel/p5-Path-Resource/Makefile ============================================================================== --- head/devel/p5-Path-Resource/Makefile Sun Sep 1 16:53:11 2013 (r325876) +++ head/devel/p5-Path-Resource/Makefile Sun Sep 1 16:59:12 2013 (r325877) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Path-Resource -# Date created: 2011-04-26 -# Whom: Steve Wills -# +# Created by: Steve Wills # $FreeBSD$ -# PORTNAME= Path-Resource PORTVERSION= 0.072 @@ -26,8 +22,8 @@ RUN_DEPENDS= p5-Path-Abstract>0:${PORTSD TEST_DEPENDS= p5-Test-Most>=0:${PORTSDIR}/devel/p5-Test-Most \ p5-Test-Lazy>=0:${PORTSDIR}/devel/p5-Test-Lazy -USE_PERL5= yes -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Path::Resource.3 Path::Resource::Base.3 Modified: head/devel/p5-Path-Resource/pkg-descr ============================================================================== --- head/devel/p5-Path-Resource/pkg-descr Sun Sep 1 16:53:11 2013 (r325876) +++ head/devel/p5-Path-Resource/pkg-descr Sun Sep 1 16:59:12 2013 (r325877) @@ -2,4 +2,4 @@ Path::Resource is a module for combining with URI manipulation. It allows you to effortlessly map local file locations to their URI equivalent. -WWW: http://search.cpan.org/dist/Path-Resource/ +WWW: http://search.cpan.org/dist/Path-Resource/ From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 17:01:36 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4C65397F; Sun, 1 Sep 2013 17:01:36 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 20D5F2804; Sun, 1 Sep 2013 17:01:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81H1Z0A042281; Sun, 1 Sep 2013 17:01:36 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81H1ZPj042276; Sun, 1 Sep 2013 17:01:35 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309011701.r81H1ZPj042276@svn.freebsd.org> From: Andrej Zverev Date: Sun, 1 Sep 2013 17:01:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325878 - head/devel/p5-Test-Kwalitee X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 17:01:36 -0000 Author: az Date: Sun Sep 1 17:01:35 2013 New Revision: 325878 URL: http://svnweb.freebsd.org/changeset/ports/325878 Log: - Resolve of using PERL_CONFIGURE and PERL_MODBUILD together - Convert to new perl5 framework - Trim Makefile header - Use single space after WWW: in pkg-descr With hat: perl@ Modified: head/devel/p5-Test-Kwalitee/Makefile (contents, props changed) head/devel/p5-Test-Kwalitee/pkg-descr (contents, props changed) Modified: head/devel/p5-Test-Kwalitee/Makefile ============================================================================== --- head/devel/p5-Test-Kwalitee/Makefile Sun Sep 1 16:59:12 2013 (r325877) +++ head/devel/p5-Test-Kwalitee/Makefile Sun Sep 1 17:01:35 2013 (r325878) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Test-Kwalitee -# Date created: 2008-02-14 -# Whom: Felippe de Meirelles Motta -# +# Created by: Felippe de Meirelles Motta # $FreeBSD$ -# PORTNAME= Test-Kwalitee PORTVERSION= 1.01 @@ -15,17 +11,17 @@ PKGNAMEPREFIX= p5- MAINTAINER= lippe@FreeBSD.org COMMENT= Test the Kwalitee of a distribution before you release it -BUILD_DEPENDS+= p5-Module-CPANTS-Analyse>=0:${PORTSDIR}/devel/p5-Module-CPANTS-Analyse \ +BUILD_DEPENDS= p5-Module-CPANTS-Analyse>=0:${PORTSDIR}/devel/p5-Module-CPANTS-Analyse \ p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage \ p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \ p5-Module-Signature>=0:${PORTSDIR}/security/p5-Module-Signature -RUN_DEPENDS+= p5-Module-CPANTS-Analyse>=0:${PORTSDIR}/devel/p5-Module-CPANTS-Analyse \ +RUN_DEPENDS= p5-Module-CPANTS-Analyse>=0:${PORTSDIR}/devel/p5-Module-CPANTS-Analyse \ p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage \ p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \ p5-Module-Signature>=0:${PORTSDIR}/security/p5-Module-Signature -PERL_CONFIGURE= yes -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Test::Kwalitee.3 Modified: head/devel/p5-Test-Kwalitee/pkg-descr ============================================================================== --- head/devel/p5-Test-Kwalitee/pkg-descr Sun Sep 1 16:59:12 2013 (r325877) +++ head/devel/p5-Test-Kwalitee/pkg-descr Sun Sep 1 17:01:35 2013 (r325878) @@ -1,3 +1,3 @@ Test::Kwalitee - Test the Kwalitee of a distribution before you release it. -WWW: http://search.cpan.org/dist/Test-Kwalitee/ +WWW: http://search.cpan.org/dist/Test-Kwalitee/ From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 17:03:28 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5397DA98; Sun, 1 Sep 2013 17:03:28 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4123F2824; Sun, 1 Sep 2013 17:03:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81H3SqD043209; Sun, 1 Sep 2013 17:03:28 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81H3R9e043207; Sun, 1 Sep 2013 17:03:27 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309011703.r81H3R9e043207@svn.freebsd.org> From: Andrej Zverev Date: Sun, 1 Sep 2013 17:03:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325879 - head/devel/p5-Tie-LLHash X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 17:03:28 -0000 Author: az Date: Sun Sep 1 17:03:27 2013 New Revision: 325879 URL: http://svnweb.freebsd.org/changeset/ports/325879 Log: - Resolve of using PERL_CONFIGURE and USE_PERL5 together - Convert to new perl5 framework - Trim Makefile header - Use single space after WWW: in pkg-descr With hat: perl@ Modified: head/devel/p5-Tie-LLHash/Makefile (contents, props changed) head/devel/p5-Tie-LLHash/pkg-descr (contents, props changed) Modified: head/devel/p5-Tie-LLHash/Makefile ============================================================================== --- head/devel/p5-Tie-LLHash/Makefile Sun Sep 1 17:01:35 2013 (r325878) +++ head/devel/p5-Tie-LLHash/Makefile Sun Sep 1 17:03:27 2013 (r325879) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Tie-LLHash -# Date created: 2011-04-26 -# Whom: Steve Wills -# +# Created by: Steve Wills # $FreeBSD$ -# PORTNAME= Tie-LLHash PORTVERSION= 1.003 @@ -15,8 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= swills@FreeBSD.org COMMENT= Perl module which implements an ordered hash-like object -USE_PERL5= yes -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Tie::LLHash.3 Modified: head/devel/p5-Tie-LLHash/pkg-descr ============================================================================== --- head/devel/p5-Tie-LLHash/pkg-descr Sun Sep 1 17:01:35 2013 (r325878) +++ head/devel/p5-Tie-LLHash/pkg-descr Sun Sep 1 17:03:27 2013 (r325879) @@ -2,4 +2,4 @@ Perl module which implements an ordered a Perl hash and a linked list. Use it whenever you want the speed and structure of a Perl hash, but the orderedness of a list. -WWW: http://search.cpan.org/dist/Tie-LLHash/ +WWW: http://search.cpan.org/dist/Tie-LLHash/ From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 17:05:53 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 750EFBFA; Sun, 1 Sep 2013 17:05:53 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 62BCB2863; Sun, 1 Sep 2013 17:05:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81H5rx6044241; Sun, 1 Sep 2013 17:05:53 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81H5rmd044238; Sun, 1 Sep 2013 17:05:53 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309011705.r81H5rmd044238@svn.freebsd.org> From: Andrej Zverev Date: Sun, 1 Sep 2013 17:05:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325880 - head/devel/p5-UUID X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 17:05:53 -0000 Author: az Date: Sun Sep 1 17:05:52 2013 New Revision: 325880 URL: http://svnweb.freebsd.org/changeset/ports/325880 Log: - Resolve of using PERL_CONFIGURE and USE_PERL5 together - Convert to new perl5 framework - Trim Makefile header - Use single space after WWW: in pkg-descr and adjust URL look With hat: perl@ Modified: head/devel/p5-UUID/Makefile (contents, props changed) head/devel/p5-UUID/pkg-descr (contents, props changed) Modified: head/devel/p5-UUID/Makefile ============================================================================== --- head/devel/p5-UUID/Makefile Sun Sep 1 17:03:27 2013 (r325879) +++ head/devel/p5-UUID/Makefile Sun Sep 1 17:05:52 2013 (r325880) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-UUID -# Date created: 2011-07-10 -# Whom: Steve Wills -# +# Created by: Steve Wills # $FreeBSD$ -# PORTNAME= UUID PORTVERSION= 0.04 @@ -17,8 +13,8 @@ COMMENT= Perl extension for using UUID i LIB_DEPENDS= uuid:${PORTSDIR}/misc/e2fsprogs-libuuid -USE_PERL5= yes -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure CFLAGS+= -I${LOCALBASE}/include MAN3= UUID.3 Modified: head/devel/p5-UUID/pkg-descr ============================================================================== --- head/devel/p5-UUID/pkg-descr Sun Sep 1 17:03:27 2013 (r325879) +++ head/devel/p5-UUID/pkg-descr Sun Sep 1 17:05:52 2013 (r325880) @@ -1,3 +1,3 @@ UUID - Perl extension for using UUID interfaces as defined in e2fsprogs. -WWW: http://search.cpan.org/~jnh/UUID/ +WWW: http://search.cpan.org/dist/UUID/ From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 17:10:02 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0A81EE5F; Sun, 1 Sep 2013 17:10:02 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id ECAB02898; Sun, 1 Sep 2013 17:10:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81HA13A045959; Sun, 1 Sep 2013 17:10:01 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81HA1CM045957; Sun, 1 Sep 2013 17:10:01 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309011710.r81HA1CM045957@svn.freebsd.org> From: Andrej Zverev Date: Sun, 1 Sep 2013 17:10:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325881 - head/devel/perlconsole X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 17:10:02 -0000 Author: az Date: Sun Sep 1 17:10:01 2013 New Revision: 325881 URL: http://svnweb.freebsd.org/changeset/ports/325881 Log: - Resolve of using PERL_CONFIGURE and USE_PERL5 together - Convert to new perl5 framework - Trim Makefile header - Use shebangfix for runable file With hat: perl@ Modified: head/devel/perlconsole/Makefile (contents, props changed) Modified: head/devel/perlconsole/Makefile ============================================================================== --- head/devel/perlconsole/Makefile Sun Sep 1 17:05:52 2013 (r325880) +++ head/devel/perlconsole/Makefile Sun Sep 1 17:10:01 2013 (r325881) @@ -1,9 +1,5 @@ -# New ports collection makefile for: perlconsole -# Date created: 9 October 2007 -# Whom: Philippe Audeoud -# +# Created by: Philippe Audeoud # $FreeBSD$ -# PORTNAME= perlconsole PORTVERSION= 0.4 @@ -20,8 +16,9 @@ RUN_DEPENDS= p5-ReadLine-Gnu>=0:${PORTSD p5-Lexical-Persistence>=0:${PORTSDIR}/devel/p5-Lexical-Persistence \ p5-B-Keywords>=0:${PORTSDIR}/devel/p5-B-Keywords -USE_PERL5= yes -PERL_CONFIGURE= yes +USES= perl5 shebangfix +USE_PERL5= configure +SHEBANG_FILES= perlconsole PORTDOCS= README \ AUTHORS \ From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 17:12:04 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A38B8F68; Sun, 1 Sep 2013 17:12:04 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 90D6528D9; Sun, 1 Sep 2013 17:12:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81HC4Gr048879; Sun, 1 Sep 2013 17:12:04 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81HC4Sl048878; Sun, 1 Sep 2013 17:12:04 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309011712.r81HC4Sl048878@svn.freebsd.org> From: Andrej Zverev Date: Sun, 1 Sep 2013 17:12:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325882 - head/mail/ezmlm-web X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 17:12:04 -0000 Author: az Date: Sun Sep 1 17:12:03 2013 New Revision: 325882 URL: http://svnweb.freebsd.org/changeset/ports/325882 Log: - Resolve of using PERL_CONFIGURE and USE_PERL5 together - Convert USE_GMAKE to Uses - Convert to new perl5 framework - Trim Makefile header - Use shebangfix for runable file With hat: perl@ Modified: head/mail/ezmlm-web/Makefile (contents, props changed) Modified: head/mail/ezmlm-web/Makefile ============================================================================== --- head/mail/ezmlm-web/Makefile Sun Sep 1 17:10:01 2013 (r325881) +++ head/mail/ezmlm-web/Makefile Sun Sep 1 17:12:03 2013 (r325882) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ezmlm-web -# Date Created: 18 May 2000 -# Whom: Guy Antony Halse -# +# Created by: Guy Antony Halse # $FreeBSD$ -# PORTNAME= ezmlm-web PORTVERSION= 3.2 @@ -21,9 +17,9 @@ EXAMPLES= apache.conf.dist ezmlmwebrc.di htaccess.dist multidomain.conf.dist webusers.dist DOCS= INSTALL README TODO UPGRADING changelog copyright -USE_GMAKE= yes -USE_PERL5= yes -PERL_CONFIGURE= yes +USES= gmake perl5 shebangfix +USE_PERL5= configure +SHEBANG_FILES= ezmlm-web.cgi post-patch: ${REINPLACE_CMD} -e 's|local/share|share|' \ From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 17:15:22 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0C741126; Sun, 1 Sep 2013 17:15:22 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EE09E2907; Sun, 1 Sep 2013 17:15:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81HFLoW050155; Sun, 1 Sep 2013 17:15:21 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81HFLTQ050152; Sun, 1 Sep 2013 17:15:21 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309011715.r81HFLTQ050152@svn.freebsd.org> From: Andrej Zverev Date: Sun, 1 Sep 2013 17:15:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325883 - head/mail/imaputils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 17:15:22 -0000 Author: az Date: Sun Sep 1 17:15:21 2013 New Revision: 325883 URL: http://svnweb.freebsd.org/changeset/ports/325883 Log: - Resolve of using PERL_CONFIGURE and USE_PERL5_RUN together - Convert to new perl5 framework - Remove an indefinite article from COMMENT line - Use shebangfix for runable files With hat: perl@ Modified: head/mail/imaputils/Makefile (contents, props changed) Modified: head/mail/imaputils/Makefile ============================================================================== --- head/mail/imaputils/Makefile Sun Sep 1 17:12:03 2013 (r325882) +++ head/mail/imaputils/Makefile Sun Sep 1 17:15:21 2013 (r325883) @@ -7,14 +7,15 @@ CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} MAINTAINER= m.tsatsenko@gmail.com -COMMENT= A number of tools and scripts for use with IMAP servers +COMMENT= Number of tools and scripts for use with IMAP servers LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/COPYING -USE_PERL5_RUN= yes +USES= perl5 shebangfix +USE_PERL5= configure NO_BUILD= yes -PERL_CONFIGURE= yes +SHEBANG_FILES= bin/* OPTIONS_DEFINE= SSL UNICODE From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 17:17:12 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 11DD221F; Sun, 1 Sep 2013 17:17:12 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F34AC291A; Sun, 1 Sep 2013 17:17:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81HHBML050983; Sun, 1 Sep 2013 17:17:11 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81HHB3o050982; Sun, 1 Sep 2013 17:17:11 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309011717.r81HHB3o050982@svn.freebsd.org> From: Andrej Zverev Date: Sun, 1 Sep 2013 17:17:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325884 - head/mail/slapd-cyrus X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 17:17:12 -0000 Author: az Date: Sun Sep 1 17:17:11 2013 New Revision: 325884 URL: http://svnweb.freebsd.org/changeset/ports/325884 Log: - Resolve of using PERL_MODBUILD and USE_PERL5 together - Convert to new perl5 framework - Trim Makefile header With hat: perl@ Modified: head/mail/slapd-cyrus/Makefile (contents, props changed) Modified: head/mail/slapd-cyrus/Makefile ============================================================================== --- head/mail/slapd-cyrus/Makefile Sun Sep 1 17:15:21 2013 (r325883) +++ head/mail/slapd-cyrus/Makefile Sun Sep 1 17:17:11 2013 (r325884) @@ -1,9 +1,5 @@ -# New ports collection makefile for: slapd-cyrus -# Date created: Wed 16 Sep 2009 -# Whom: Alexey V. Degtyarev -# +# Created by: Alexey V. Degtyarev # $FreeBSD$ -# PORTNAME= slapd-cyrus PORTVERSION= 1.00 @@ -24,9 +20,8 @@ BUILD_DEPENDS= cyrus-imapd>=0:${PORTSDIR p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_PERL5= yes - -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild PLIST_SUB= SITE_PERL_REL=${SITE_PERL_REL} \ DOCS_DIR_REL=${DOCSDIR_REL} From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 17:18:50 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9B7B238F; Sun, 1 Sep 2013 17:18:50 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 880DE2953; Sun, 1 Sep 2013 17:18:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81HIoYe051518; Sun, 1 Sep 2013 17:18:50 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81HIoV1051516; Sun, 1 Sep 2013 17:18:50 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309011718.r81HIoV1051516@svn.freebsd.org> From: Andrej Zverev Date: Sun, 1 Sep 2013 17:18:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325885 - head/multimedia/mp3cd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 17:18:50 -0000 Author: az Date: Sun Sep 1 17:18:49 2013 New Revision: 325885 URL: http://svnweb.freebsd.org/changeset/ports/325885 Log: - Resolve of using PERL_CONFIGURE and USE_PERL5 together - Convert to new perl5 framework - Trim Makefile header - Use shebangfix for runable file - Use single space after WWW: in pkg-descr With hat: perl@ Modified: head/multimedia/mp3cd/Makefile (contents, props changed) head/multimedia/mp3cd/pkg-descr (contents, props changed) Modified: head/multimedia/mp3cd/Makefile ============================================================================== --- head/multimedia/mp3cd/Makefile Sun Sep 1 17:17:11 2013 (r325884) +++ head/multimedia/mp3cd/Makefile Sun Sep 1 17:18:49 2013 (r325885) @@ -1,9 +1,5 @@ -# New ports collection makefile for: mp3cd -# Date created: 2009-06-15 -# Whom: Sylvio Cesar -# +# Created by: Sylvio Cesar # $FreeBSD$ -# PORTNAME= mp3cd PORTVERSION= 1.027 @@ -17,8 +13,9 @@ COMMENT= Perl script that burns MP3 to a BUILD_DEPENDS= p5-Config-Simple>=0:${PORTSDIR}/devel/p5-Config-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_PERL5= yes -PERL_CONFIGURE= yes +USES= perl5 shebangfix +USE_PERL5= configure +SHEBANG_FILES= scripts/mp3cd MAN1= mp3cd.1 MANCOMPRESS= yes Modified: head/multimedia/mp3cd/pkg-descr ============================================================================== --- head/multimedia/mp3cd/pkg-descr Sun Sep 1 17:17:11 2013 (r325884) +++ head/multimedia/mp3cd/pkg-descr Sun Sep 1 17:18:49 2013 (r325885) @@ -1,4 +1,4 @@ mp3cd is a perl script that normalizes and burns MP3, OGG, and WAV files to audio CDs. -WWW: http://outflux.net +WWW: http://outflux.net From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 17:19:39 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id EDBF3484; Sun, 1 Sep 2013 17:19:39 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DA6F22961; Sun, 1 Sep 2013 17:19:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81HJdST051909; Sun, 1 Sep 2013 17:19:39 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81HJdKK051908; Sun, 1 Sep 2013 17:19:39 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309011719.r81HJdKK051908@svn.freebsd.org> From: Andrej Zverev Date: Sun, 1 Sep 2013 17:19:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325886 - head/net/p5-Net-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-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 17:19:40 -0000 Author: az Date: Sun Sep 1 17:19:39 2013 New Revision: 325886 URL: http://svnweb.freebsd.org/changeset/ports/325886 Log: - Resolve of using PERL_CONFIGURE and USE_PERL5 together - Convert to new perl5 framework - Trim Makefile header With hat: perl@ Modified: head/net/p5-Net-RabbitMQ/Makefile (contents, props changed) Modified: head/net/p5-Net-RabbitMQ/Makefile ============================================================================== --- head/net/p5-Net-RabbitMQ/Makefile Sun Sep 1 17:18:49 2013 (r325885) +++ head/net/p5-Net-RabbitMQ/Makefile Sun Sep 1 17:19:39 2013 (r325886) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Net-RabbitMQ -# Date created: 2010-09-07 -# Whom: Steve Wills -# +# Created by: Steve Wills # $FreeBSD$ -# PORTNAME= Net-RabbitMQ PORTVERSION= 0.2.0 @@ -18,8 +14,8 @@ COMMENT= Perl module to interact with Ra BUILD_DEPENDS= ${LOCALBASE}/sbin/rabbitmqctl:${PORTSDIR}/net/rabbitmq RUN_DEPENDS= ${LOCALBASE}/sbin/rabbitmqctl:${PORTSDIR}/net/rabbitmq -USE_PERL5= yes -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::RabbitMQ.3 From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 17:21:41 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6D17E58C; Sun, 1 Sep 2013 17:21:41 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5AB14299D; Sun, 1 Sep 2013 17:21:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81HLfhh054785; Sun, 1 Sep 2013 17:21:41 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81HLfXs054783; Sun, 1 Sep 2013 17:21:41 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309011721.r81HLfXs054783@svn.freebsd.org> From: Andrej Zverev Date: Sun, 1 Sep 2013 17:21:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325887 - head/net/p5-Queue-Beanstalk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 17:21:41 -0000 Author: az Date: Sun Sep 1 17:21:40 2013 New Revision: 325887 URL: http://svnweb.freebsd.org/changeset/ports/325887 Log: - Resolve of using PERL_CONFIGURE and PERL_MODBUILD together - Convert to new perl5 framework - Trim Makefile header With hat: perl@ Modified: head/net/p5-Queue-Beanstalk/Makefile (contents, props changed) Modified: head/net/p5-Queue-Beanstalk/Makefile ============================================================================== --- head/net/p5-Queue-Beanstalk/Makefile Sun Sep 1 17:19:39 2013 (r325886) +++ head/net/p5-Queue-Beanstalk/Makefile Sun Sep 1 17:21:40 2013 (r325887) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Queue-Beanstalk -# Date created: 2008-05-06 -# Whom: Anton Yuzhaninov -# +# Created by: Anton Yuzhaninov # $FreeBSD$ -# PORTNAME= Queue-Beanstalk PORTVERSION= 0.02 @@ -14,8 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= citrin@citrin.ru COMMENT= Client for beanstalkd, in-memory workqueue daemon -PERL_CONFIGURE= yes -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Queue::Beanstalk.3 PLIST_FILES= "%%SITE_PERL%%/Queue/Beanstalk.pm" From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 17:23:34 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 68D79691; Sun, 1 Sep 2013 17:23:34 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5507829B7; Sun, 1 Sep 2013 17:23:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81HNYkw055543; Sun, 1 Sep 2013 17:23:34 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81HNYSM055542; Sun, 1 Sep 2013 17:23:34 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309011723.r81HNYSM055542@svn.freebsd.org> From: Andrej Zverev Date: Sun, 1 Sep 2013 17:23:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325888 - head/net-mgmt/ocsinventory-agent X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 17:23:34 -0000 Author: az Date: Sun Sep 1 17:23:33 2013 New Revision: 325888 URL: http://svnweb.freebsd.org/changeset/ports/325888 Log: - Resolve of using PERL_CONFIGURE and USE_PERL5 together - Convert to new perl5 framework With hat: perl@ Modified: head/net-mgmt/ocsinventory-agent/Makefile (contents, props changed) Modified: head/net-mgmt/ocsinventory-agent/Makefile ============================================================================== --- head/net-mgmt/ocsinventory-agent/Makefile Sun Sep 1 17:21:40 2013 (r325887) +++ head/net-mgmt/ocsinventory-agent/Makefile Sun Sep 1 17:23:33 2013 (r325888) @@ -20,9 +20,9 @@ RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/ww BUILD_DEPENDS= dmidecode:${PORTSDIR}/sysutils/dmidecode \ lspci:${PORTSDIR}/sysutils/pciutils +USES= perl5 FETCH_ARGS= -USE_PERL5= yes -PERL_CONFIGURE= yes +USE_PERL5= configure WRKSRC= ${WRKDIR}/${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} MAN1= ocsinventory-agent.1 MAN3= Ocsinventory::Agent::XML::Inventory.3 \ From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 17:26:14 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9AD5F79C; Sun, 1 Sep 2013 17:26:14 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8803529D4; Sun, 1 Sep 2013 17:26:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81HQEOp056453; Sun, 1 Sep 2013 17:26:14 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81HQEK4056452; Sun, 1 Sep 2013 17:26:14 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309011726.r81HQEK4056452@svn.freebsd.org> From: Andrej Zverev Date: Sun, 1 Sep 2013 17:26:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325889 - head/sysutils/netident X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 17:26:14 -0000 Author: az Date: Sun Sep 1 17:26:14 2013 New Revision: 325889 URL: http://svnweb.freebsd.org/changeset/ports/325889 Log: - Resolve of using USE_PERL5_RUN and USE_PERL5_BUILD together - Convert to new perl5 framework - Trim Makefile header - Use shebangfix for runable files - Remove an indefinite article from COMMENT line With hat: perl@ Modified: head/sysutils/netident/Makefile (contents, props changed) Modified: head/sysutils/netident/Makefile ============================================================================== --- head/sysutils/netident/Makefile Sun Sep 1 17:23:33 2013 (r325888) +++ head/sysutils/netident/Makefile Sun Sep 1 17:26:14 2013 (r325889) @@ -1,9 +1,5 @@ -# New ports collection makefile for: netident -# Date created: 11 March 2008 -# Whom: Zane C. Bowers -# +# Created by: Zane C. Bowers # $FreeBSD$ -# PORTNAME= netident PORTVERSION= 0.1.0 @@ -15,13 +11,13 @@ EXTRACT_SUFX= EXTRACT_ONLY= MAINTAINER= vvelox@vvelox.net -COMMENT= A tool for helping identify what network a machine is on +COMMENT= Tool for helping identify what network a machine is on RUN_DEPENDS= p5-IO-Interface>=0:${PORTSDIR}/net/p5-IO-Interface \ p5-Net-CIDR-Lite>=0:${PORTSDIR}/net/p5-Net-CIDR-Lite -USE_PERL5_RUN= yes -USE_PERL5_BUILD=yes +USES= perl5 shebangfix +SHEBANG_FILES= *.pl NO_WRKSUBDIR= yes MAN1= ${PORTNAME}.1 @@ -32,10 +28,6 @@ PLIST_DIRS= etc/netident post-extract: @${CP} -v ${DISTDIR}/${DISTNAME} ${WRKSRC} -#nothing to configure -#do-configure: -# @${ECHO} -n - do-build: @${EXEC} pod2man --section=1 --release=${PORTVERSION} --name=${PORTNAME} --center=${PORTNAME}" user guide" ${WRKSRC}/${DISTNAME} ${WRKSRC}/${PORTNAME}.1 From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 17:28:01 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 93E658D9; Sun, 1 Sep 2013 17:28:01 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 81BC029E1; Sun, 1 Sep 2013 17:28:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81HS1Ll057283; Sun, 1 Sep 2013 17:28:01 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81HS1Qg057281; Sun, 1 Sep 2013 17:28:01 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309011728.r81HS1Qg057281@svn.freebsd.org> From: Andrej Zverev Date: Sun, 1 Sep 2013 17:28:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325890 - head/sysutils/p5-BSD-Process X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 17:28:01 -0000 Author: az Date: Sun Sep 1 17:28:00 2013 New Revision: 325890 URL: http://svnweb.freebsd.org/changeset/ports/325890 Log: - Resolve of using USE_PERL5 and PERL_CONFIGURE together - Convert to new perl5 framework - Trim Makefile header - Use shebangfix for runable files - Use single space after WWW: in pkg-descr With hat: perl@ Modified: head/sysutils/p5-BSD-Process/Makefile (contents, props changed) head/sysutils/p5-BSD-Process/pkg-descr (contents, props changed) Modified: head/sysutils/p5-BSD-Process/Makefile ============================================================================== --- head/sysutils/p5-BSD-Process/Makefile Sun Sep 1 17:26:14 2013 (r325889) +++ head/sysutils/p5-BSD-Process/Makefile Sun Sep 1 17:28:00 2013 (r325890) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-BSD-Process -# Date created: 2011-04-11 -# Whom: Steve Wills -# +# Created by: Steve Wills # $FreeBSD$ -# PORTNAME= BSD-Process PORTVERSION= 0.06 @@ -18,8 +14,9 @@ COMMENT= Information about running proce BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor RUN_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor -USE_PERL5= yes -PERL_CONFIGURE= yes +USES= perl5 shebangfix +USE_PERL5= configure +SHEBANG_FILES= eg/* MAN3= BSD::Process.3 Modified: head/sysutils/p5-BSD-Process/pkg-descr ============================================================================== --- head/sysutils/p5-BSD-Process/pkg-descr Sun Sep 1 17:26:14 2013 (r325889) +++ head/sysutils/p5-BSD-Process/pkg-descr Sun Sep 1 17:28:00 2013 (r325890) @@ -1,3 +1,3 @@ Information about running processes on BSD platforms -WWW: http://search.cpan.org/dist/BSD-Process/ +WWW: http://search.cpan.org/dist/BSD-Process/ From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 17:29:01 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 127979D2; Sun, 1 Sep 2013 17:29:01 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E4BB729F5; Sun, 1 Sep 2013 17:29:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81HT0ck057703; Sun, 1 Sep 2013 17:29:00 GMT (envelope-from feld@svn.freebsd.org) Received: (from feld@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81HSx4Z057688; Sun, 1 Sep 2013 17:28:59 GMT (envelope-from feld@svn.freebsd.org) Message-Id: <201309011728.r81HSx4Z057688@svn.freebsd.org> From: Mark Felder Date: Sun, 1 Sep 2013 17:28:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325891 - in head/dns/rbldnsd: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 17:29:01 -0000 Author: feld Date: Sun Sep 1 17:28:59 2013 New Revision: 325891 URL: http://svnweb.freebsd.org/changeset/ports/325891 Log: - Update to 0.997a - Port cleanup to pass rclint/portlint PR: ports/181288 Submitted by: alexey@renatasystems.org Approved by: crees (mentor) Modified: head/dns/rbldnsd/Makefile head/dns/rbldnsd/distinfo head/dns/rbldnsd/files/pkg-message.in head/dns/rbldnsd/files/rbldnsd.in head/dns/rbldnsd/pkg-plist Modified: head/dns/rbldnsd/Makefile ============================================================================== --- head/dns/rbldnsd/Makefile Sun Sep 1 17:28:00 2013 (r325890) +++ head/dns/rbldnsd/Makefile Sun Sep 1 17:28:59 2013 (r325891) @@ -1,29 +1,15 @@ -# New ports collection makefile for: rbldnsd -# Date created: Fri Jun 13 05:30:12 EDT 2003 -# Whom: Paul Chvostek -# +# Created by: Paul Chvostek # $FreeBSD$ -# PORTNAME= rbldnsd -PORTVERSION= 0.996b -PORTREVISION= 1 +PORTVERSION= 0.997a CATEGORIES= dns -MASTER_SITES= http://www.corpit.ru/mjt/rbldnsd/:0 \ - http://www.it.ca/~paul/src/:0 -DISTFILES= ${PORTNAME}_${PORTVERSION}${EXTRACT_SUFX}:0 +MASTER_SITES= http://www.corpit.ru/mjt/rbldnsd/ \ + ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/ MAINTAINER= alexey@renatasystems.org COMMENT= Small and fast DNS daemon especially for DNSBL zones -.if !defined(NOPORTDOCS) -EXTRACT_ONLY+= ${PORTNAME}_${PORTVERSION}${EXTRACT_SUFX} -MASTER_SITES+= http://www.corpit.ru/mjt/:1 \ - http://www.it.ca/~paul/src/:1 -DISTFILES+= rbldnsd.html:1 -IGNOREFILES+= rbldnsd.html -.endif - RBLDNSUSER= rbldns RBLDNSGROUP= ${RBLDNSUSER} ROOTDIR= ${PREFIX}/etc/rbldnsd/ @@ -37,6 +23,8 @@ GROUPS= ${USERS} PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message +.include + do-install: @if [ ! -d ${ROOTDIR} ]; then \ ${MKDIR} ${ROOTDIR}; \ @@ -47,7 +35,7 @@ do-install: ${FILESDIR}/example ${PREFIX}/etc/rbldnsd/ @${INSTALL_PROGRAM} ${WRKSRC}/rbldnsd ${PREFIX}/sbin/ @${INSTALL_MAN} ${WRKSRC}/rbldnsd.8 ${PREFIX}/man/man8/ -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR}/ @${INSTALL_DATA} ${WRKSRC}/CHANGES-0.81 ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/TODO ${DOCSDIR} @@ -57,7 +45,6 @@ do-install: @${INSTALL_DATA} ${WRKSRC}/debian/rbldnsd.default ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/debian/rbldnsd.init ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/rbldnsd.spec ${DOCSDIR} - @${INSTALL_DATA} ${DISTDIR}/rbldnsd.html ${DOCSDIR} .endif -.include +.include Modified: head/dns/rbldnsd/distinfo ============================================================================== --- head/dns/rbldnsd/distinfo Sun Sep 1 17:28:00 2013 (r325890) +++ head/dns/rbldnsd/distinfo Sun Sep 1 17:28:59 2013 (r325891) @@ -1,3 +1,2 @@ -SHA256 (rbldnsd_0.996b.tar.gz) = 475afe5be8729a76b7c23e2f3d5ce1c773775140406a58bfb7477fac5a528342 -SIZE (rbldnsd_0.996b.tar.gz) = 113128 -SHA256 (rbldnsd.html) = IGNORE +SHA256 (rbldnsd-0.997a.tar.gz) = 9c17c6bde6995058204a66805444039d31523a7d4ef40cec059e505a0882a8ef +SIZE (rbldnsd-0.997a.tar.gz) = 144771 Modified: head/dns/rbldnsd/files/pkg-message.in ============================================================================== --- head/dns/rbldnsd/files/pkg-message.in Sun Sep 1 17:28:00 2013 (r325890) +++ head/dns/rbldnsd/files/pkg-message.in Sun Sep 1 17:28:59 2013 (r325891) @@ -1,6 +1,4 @@ ======================================================================== - NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE -======================================================================== The rbldnsd port has been installed with an example zone file, located in %%PREFIX%%/etc/rbldnsd/. Modified: head/dns/rbldnsd/files/rbldnsd.in ============================================================================== --- head/dns/rbldnsd/files/rbldnsd.in Sun Sep 1 17:28:00 2013 (r325890) +++ head/dns/rbldnsd/files/rbldnsd.in Sun Sep 1 17:28:59 2013 (r325891) @@ -1,6 +1,6 @@ #!/bin/sh # -# $Id$ +# $FreeBSD$ # # PROVIDE: rbldnsd @@ -19,25 +19,22 @@ name=rbldnsd rcvar=rbldnsd_enable +load_rc_config $name + +rbldnsd_enable=${rbldnsd_enable:-"NO"} +rbldnsd_flags=${rbldnsd_flags:-"-r %%PREFIX%%/etc/rbldnsd -b 127.0.0.1 bl.example.com:ip4set:example"} command=%%PREFIX%%/sbin/rbldnsd pidfile=/var/run/rbldnsd.pid -load_rc_config $name -extra_commands="reload" - -stop_postcmd=stop_postcmd +extra_commands=reload +start_precmd=prestart +stop_postcmd="rm -f ${pidfile}" -stop_postcmd() +prestart() { - rm -f $pidfile + # enforce pidfile as first argument + rc_flags="-p ${pidfile} ${rbldnsd_flags}" } -# set defaults, enforce pidfile by making it last option before db - -rbldnsd_enable=${rbldnsd_enable:-"NO"} -rbldnsd_flags=${rbldnsd_flags:-"-r /usr/local/etc/rbldnsd -b 127.0.0.1 bl.example.com:ip4set:example"} -rbldnsd_flags="-p $pidfile ${rbldnsd_flags}" - run_rc_command "$1" - Modified: head/dns/rbldnsd/pkg-plist ============================================================================== --- head/dns/rbldnsd/pkg-plist Sun Sep 1 17:28:00 2013 (r325890) +++ head/dns/rbldnsd/pkg-plist Sun Sep 1 17:28:59 2013 (r325891) @@ -8,6 +8,5 @@ etc/rbldnsd/example %%PORTDOCS%%%%DOCSDIR%%/rbldnsd.default %%PORTDOCS%%%%DOCSDIR%%/rbldnsd.init %%PORTDOCS%%%%DOCSDIR%%/rbldnsd.spec -%%PORTDOCS%%%%DOCSDIR%%/rbldnsd.html %%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrmtry etc/rbldnsd/ From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 17:41:55 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4E38BD5A; Sun, 1 Sep 2013 17:41:55 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3BA7F2AF9; Sun, 1 Sep 2013 17:41:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81HftVY066533; Sun, 1 Sep 2013 17:41:55 GMT (envelope-from garga@svn.freebsd.org) Received: (from garga@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81HfsVq066531; Sun, 1 Sep 2013 17:41:54 GMT (envelope-from garga@svn.freebsd.org) Message-Id: <201309011741.r81HfsVq066531@svn.freebsd.org> From: Renato Botelho Date: Sun, 1 Sep 2013 17:41:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325892 - head/security/clamav-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 17:41:55 -0000 Author: garga Date: Sun Sep 1 17:41:54 2013 New Revision: 325892 URL: http://svnweb.freebsd.org/changeset/ports/325892 Log: Update to 20130901 Replace USES_GMAKE by USES=gmake Modified: head/security/clamav-devel/Makefile head/security/clamav-devel/distinfo Modified: head/security/clamav-devel/Makefile ============================================================================== --- head/security/clamav-devel/Makefile Sun Sep 1 17:28:59 2013 (r325891) +++ head/security/clamav-devel/Makefile Sun Sep 1 17:41:54 2013 (r325892) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= clamav -PORTVERSION= 20130621 +PORTVERSION= 20130901 CATEGORIES= security MASTER_SITES= http://www.clamav.net/snapshot/ \ LOCAL/garga/clamav-devel @@ -40,9 +40,9 @@ ICONV_CONFIGURE_ON= --with-iconv ICONV_CONFIGURE_OFF= --without-iconv ICONV_USES= iconv +USES= gmake GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_GMAKE= yes USE_GCC= any USE_RC_SUBR= clamav-clamd clamav-freshclam CLAM_CONF_FILES= clamd freshclam Modified: head/security/clamav-devel/distinfo ============================================================================== --- head/security/clamav-devel/distinfo Sun Sep 1 17:28:59 2013 (r325891) +++ head/security/clamav-devel/distinfo Sun Sep 1 17:41:54 2013 (r325892) @@ -1,2 +1,2 @@ -SHA256 (clamav-devel-20130621.tar.gz) = 25c9652b6261c7bb6d15b453be39d3dfec21771209fc49035ca4ceffd360b505 -SIZE (clamav-devel-20130621.tar.gz) = 37001626 +SHA256 (clamav-devel-20130901.tar.gz) = f3cac2d849b5af6d8394ef5bb3e9977cbbd23e65b0dd3c872ed8c7fc1f07e88b +SIZE (clamav-devel-20130901.tar.gz) = 37002157 From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 17:48:38 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 41A66F63; Sun, 1 Sep 2013 17:48:38 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2EDEB2B6B; Sun, 1 Sep 2013 17:48:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81HmcM4069041; Sun, 1 Sep 2013 17:48:38 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81HmbG2069035; Sun, 1 Sep 2013 17:48:37 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201309011748.r81HmbG2069035@svn.freebsd.org> From: Ruslan Makhmatkhanov Date: Sun, 1 Sep 2013 17:48:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325893 - head/graphics/gimp-gmic-plugin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 17:48:38 -0000 Author: rm Date: Sun Sep 1 17:48:37 2013 New Revision: 325893 URL: http://svnweb.freebsd.org/changeset/ports/325893 Log: - update to 1.5.6.1 - convert USE_GMAKE to USES equivalent Modified: head/graphics/gimp-gmic-plugin/Makefile head/graphics/gimp-gmic-plugin/distinfo Modified: head/graphics/gimp-gmic-plugin/Makefile ============================================================================== --- head/graphics/gimp-gmic-plugin/Makefile Sun Sep 1 17:41:54 2013 (r325892) +++ head/graphics/gimp-gmic-plugin/Makefile Sun Sep 1 17:48:37 2013 (r325893) @@ -1,8 +1,7 @@ -# Created by: Mahmatkhanov Ruslan # $FreeBSD$ PORTNAME= gmic -PORTVERSION= 1.5.5.2 +PORTVERSION= 1.5.6.1 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME} \ SF/${PORTNAME}/old @@ -26,7 +25,7 @@ OPTIONS_EXCLUDE=NLS DOCS WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src -USE_GMAKE= yes +USES= gmake USE_GNOME= gtk20 USE_XORG= x11 xext xrandr Modified: head/graphics/gimp-gmic-plugin/distinfo ============================================================================== --- head/graphics/gimp-gmic-plugin/distinfo Sun Sep 1 17:41:54 2013 (r325892) +++ head/graphics/gimp-gmic-plugin/distinfo Sun Sep 1 17:48:37 2013 (r325893) @@ -1,2 +1,2 @@ -SHA256 (gmic_1.5.5.2.tar.gz) = 4e1ff3dcd7dc79dcc7f8ac92cae49951854aea283751a83e90b9510de972382d -SIZE (gmic_1.5.5.2.tar.gz) = 1683717 +SHA256 (gmic_1.5.6.1.tar.gz) = 8399a97f4479a379d8e7fda6a0a73bde0ac120f781111b9ed8a2e28e5a3ed22f +SIZE (gmic_1.5.6.1.tar.gz) = 2137616 From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 18:09:54 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id F010E3D5; Sun, 1 Sep 2013 18:09:54 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DBC762C78; Sun, 1 Sep 2013 18:09:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81I9sCh081408; Sun, 1 Sep 2013 18:09:54 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81I9sdF081407; Sun, 1 Sep 2013 18:09:54 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309011809.r81I9sdF081407@svn.freebsd.org> From: Andrej Zverev Date: Sun, 1 Sep 2013 18:09:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325894 - head/comms/p5-SMS-SMS77 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 18:09:55 -0000 Author: az Date: Sun Sep 1 18:09:54 2013 New Revision: 325894 URL: http://svnweb.freebsd.org/changeset/ports/325894 Log: - Resolve of using USE_PERL5 and PERL_CONFIGURE together - Convert to new perl5 framework - Trim Makefile header With hat: perl@ Modified: head/comms/p5-SMS-SMS77/Makefile (contents, props changed) Modified: head/comms/p5-SMS-SMS77/Makefile ============================================================================== --- head/comms/p5-SMS-SMS77/Makefile Sun Sep 1 17:48:37 2013 (r325893) +++ head/comms/p5-SMS-SMS77/Makefile Sun Sep 1 18:09:54 2013 (r325894) @@ -1,7 +1,4 @@ -# New ports collection makefile for: p5-SMS-SMS77 -# Date created: 2010-02-04 -# Whom: Frank Steinborn -# +# Created by: Frank Steinborn # $FreeBSD$ PORTNAME= SMS-SMS77 @@ -19,7 +16,7 @@ MAN1= sms77send.1 MAN3= SMS::SMS77::Message.3 \ SMS::SMS77.3 -USE_PERL5= yes -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 18:11:35 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6F2FE535; Sun, 1 Sep 2013 18:11:35 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5C0EE2CC3; Sun, 1 Sep 2013 18:11:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81IBZhn084257; Sun, 1 Sep 2013 18:11:35 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81IBZEW084255; Sun, 1 Sep 2013 18:11:35 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309011811.r81IBZEW084255@svn.freebsd.org> From: Andrej Zverev Date: Sun, 1 Sep 2013 18:11:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325895 - head/devel/libparserutils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 18:11:35 -0000 Author: az Date: Sun Sep 1 18:11:34 2013 New Revision: 325895 URL: http://svnweb.freebsd.org/changeset/ports/325895 Log: - Convert to new perl5 framework - Convert USE_GMAKE to USES With hat: perl@ Modified: head/devel/libparserutils/Makefile (contents, props changed) Modified: head/devel/libparserutils/Makefile ============================================================================== --- head/devel/libparserutils/Makefile Sun Sep 1 18:09:54 2013 (r325894) +++ head/devel/libparserutils/Makefile Sun Sep 1 18:11:34 2013 (r325895) @@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= unobe@cpan.org COMMENT= Library useful when writing parsers (formerly a part of NetSurf) -USE_GMAKE= yes +USES= gmake CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -31,7 +31,8 @@ LDFLAGS+= -liconv .if ${PORT_OPTIONS:MSTATIC} PLIST_SUB+= NO_STATIC="@comment " STATIC="" .else -USE_PERL5_BUILD=yes +USES+= perl5 +USE_PERL5= build USE_LDCONFIG= yes COMPONENT_TYPE= lib-shared MAKE_ENV+= COMPONENT_TYPE=${COMPONENT_TYPE} @@ -39,7 +40,8 @@ PLIST_SUB+= NO_STATIC="" STATIC="@commen .endif .if ${PORT_OPTIONS:MTEST} -USE_PERL5_BUILD=yes +USES+= perl5 +USE_PERL5= build ALL_TARGET+= test .endif