Date: Sat, 18 Aug 2007 08:30:18 GMT From: Gabor Kovesdan <gabor@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 125291 for review Message-ID: <200708180830.l7I8UIv3086355@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=125291 Change 125291 by gabor@gabor_server on 2007/08/18 08:29:35 IFC Affected files ... .. //depot/projects/soc2007/gabor_perlmk/MOVED#4 integrate .. //depot/projects/soc2007/gabor_perlmk/Mk/bsd.qt.mk#3 integrate .. //depot/projects/soc2007/gabor_perlmk/Mk/bsd.sites.mk#2 integrate .. //depot/projects/soc2007/gabor_perlmk/Tools/scripts/README#2 integrate .. //depot/projects/soc2007/gabor_perlmk/Tools/scripts/neededlibs.sh#1 branch .. //depot/projects/soc2007/gabor_perlmk/Tools/scripts/resolveportsfromlibs.sh#1 branch Differences ... ==== //depot/projects/soc2007/gabor_perlmk/MOVED#4 (text+ko) ==== @@ -1,7 +1,7 @@ # # MOVED - a list of (recently) moved or removed ports # -# $FreeBSD: ports/MOVED,v 1.1445 2007/08/08 19:30:35 sat Exp $ +# $FreeBSD: ports/MOVED,v 1.1458 2007/08/14 17:13:48 sat Exp $ # # Each entry consists of a single line containing the following four # fields in the order named, separated with the pipe (`|') character: @@ -3142,3 +3142,15 @@ editors/flim113||2007-08-05|Expired: distfile no longer available editors/semi113||2007-08-05|Expired: distfile no longer available deskutils/intclock|x11-clocks/intclock|2007-08-08|Moved to a more appropriate category +net/smokeping|net-mgmt/smokeping|2007-08-10|Moved to a more appropriate category +net/rrdtool10|databases/rrdtool10|2007-08-11|Moved to a more appropriate category +net/jrobin|databases/jrobin|2007-08-11|Moved to a more appropriate category +net/p5-POE-Component-RRDTool|databases/p5-POE-Component-RRDTool|2007-08-11|Moved to a more appropriate category +net/p5-RRD-Simple|databases/p5-RRD-Simple|2007-08-11|Moved to a more appropriate category +net/php4-rrdtool|databases/php4-rrdtool|2007-08-11|Moved to a more appropriate category +net/py-rrdtool_lgpl|databases/py-rrdtool_lgpl|2007-08-11|Moved to a more appropriate category +games/gpuzzle|games/jigsaw|2007-08-11|Project renamed +devel/upnp104|devel/upnp|2007-08-12|Obsoleted by newer version +shells/perlsh|shells/psh|2007-08-13|Renamed to reflect correct project's name +mail/qmHandle|mail/qmhandle|2007-08-13|Renamed to reflect correct project's name +science/speedcrunch|math/speedcrunch|2007-08-14|Moved to a more appropriate category ==== //depot/projects/soc2007/gabor_perlmk/Mk/bsd.qt.mk#3 (text+ko) ==== @@ -100,7 +100,6 @@ porting_DEPENDS= devel/qt4-porting qdbusviewer_DEPENDS= devel/qt4-qdbusviewer qmake_DEPENDS= devel/qmake4 -qmake_QT4_PREFIX= # empty qt3support_DEPENDS= devel/qt4-qt3support qtconfig_DEPENDS= devel/qtconfig qtestlib_DEPENDS= devel/qt4-qtestlib @@ -138,7 +137,6 @@ porting_build_DEPENDS= ${porting_DEPENDS} qdbusviewer_build_DEPENDS= ${qdbusviewer_DEPENDS} qmake_build_DEPENDS= ${qmake_DEPENDS} -qmake_build_QT4_PREFIX= ${qmake_QT4_PREFIX} qt3support_build_DEPENDS= ${qt3support_DEPENDS} qtconfig_build_DEPENDS= ${qtconfig_DEPENDS} qtestlib_build_DEPENDS= ${qtestlib_DEPENDS} @@ -176,7 +174,6 @@ porting_run_DEPENDS= ${porting_DEPENDS} qdbusviewer_run_DEPENDS= ${qdbusviewer_DEPENDS} qmake_run_DEPENDS= ${qmake_DEPENDS} -qmake_run_QT4_PREFIX= ${qmake_QT4_PREFIX} qt3support_run_DEPENDS= ${qt3support_DEPENDS} qtconfig_run_DEPENDS= ${qtconfig_DEPENDS} qtestlib_run_DEPENDS= ${qtestlib_DEPENDS} ==== //depot/projects/soc2007/gabor_perlmk/Mk/bsd.sites.mk#2 (text+ko) ==== @@ -20,7 +20,7 @@ # # Note: all entries should terminate with a slash. # -# $FreeBSD: ports/Mk/bsd.sites.mk,v 1.424 2007/07/12 22:50:04 edwin Exp $ +# $FreeBSD: ports/Mk/bsd.sites.mk,v 1.426 2007/08/16 11:55:02 sat Exp $ # # Where to put distfiles that don't have any other master site @@ -1287,12 +1287,11 @@ ftp://ftp9.us.vim.org/pub/vim/unix/ \ ftp://ftp.ca.vim.org/pub/vim/unix/ \ ftp://ftp.nl.vim.org/pub/vim/unix/ \ - ftp://ftp.de.vim.org/pub/vim/unix/ \ + ftp://ftp.de.vim.org/unix/ \ ftp://ftp3.de.vim.org/pub/vim/unix/ \ ftp://ftp.uk.vim.org/pub/vim/unix/ \ ftp://ftp.ie.vim.org/pub/vim/unix/ \ ftp://ftp.at.vim.org/pub/vim/unix/ \ - ftp://ftp.se.vim.org/pub/vim/unix/ \ ftp://ftp.pt.vim.org/pub/vim/unix/ \ ftp://ftp.is.vim.org/pub/vim/unix/ \ ftp://ftp.il.vim.org/pub/vim/unix/ \ @@ -1430,6 +1429,7 @@ DEBIAN:pool/main/${PORTNAME:C/^((lib)?.).*$/\1/}/${PORTNAME} \ GCC:releases/${DISTNAME} \ GNOME:sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} \ + GNU:${PORTNAME} \ HORDE:${PORTNAME} \ MOZDEV:${PORTNAME:L} \ PERL_CPAN:${PORTNAME:C/-.*//} \ ==== //depot/projects/soc2007/gabor_perlmk/Tools/scripts/README#2 (text+ko) ==== @@ -1,4 +1,4 @@ -$FreeBSD: ports/Tools/scripts/README,v 1.17 2005/04/12 10:56:08 tobez Exp $ +$FreeBSD: ports/Tools/scripts/README,v 1.18 2007/08/12 12:49:23 netchild Exp $ addport - replacement for easy-import bump_revision.pl - Small script to bump the PORTREVISION variable of ports @@ -25,6 +25,7 @@ this probably needs to be checked for potential security problems. gnomedepends - Analyse pkg/PLIST and give an advice as to which GNOME ports should be listes in {RUN,LIB}_DEPENDS for this port +neededlibs.sh - Extract direct library dependencies from binaries. plist - automate (mostly, at least) pkg-plist generation prpatch - just does `patch $1 < pr-patch' (pr-patch is created by getpr) prdone - checks in the port, attempting to fill out the commit message using @@ -33,6 +34,8 @@ portsearch - A utility for searching the ports tree. It allows more detailed search criteria than ``make search key=<string>'' and accepts all perl(1) regular expressions. +resolveportsfromlibs.sh - Prints the name(s) of ports(s) given a library + filename, suitable for direct use in LIB_DEPENDS. splitpatch.pl - A small script to convert multi-file patches to several appropriately named single-file patches. tindex - script used to build INDEXes for supported FreeBSD branches, which
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708180830.l7I8UIv3086355>