From: Charlie Date: Sat, 27 Feb 2010 20:44:30 +0000 (-0800) Subject: update Sat Feb 27 12:37:00 PST 2010 X-Git-Url: https://gitweb.dragonflybsd.org/pkgsrc.git/commitdiff_plain/52bc4c9b6caec3877c1eb808c7d22f71963025d6 update Sat Feb 27 12:37:00 PST 2010 --- diff --git a/doc/CHANGES-2010 b/doc/CHANGES-2010 index f20493a55c75..116da7b6420d 100644 --- a/doc/CHANGES-2010 +++ b/doc/CHANGES-2010 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2010,v 1.976 2010/02/27 04:27:55 obache Exp $ +$NetBSD: CHANGES-2010,v 1.980 2010/02/27 18:19:40 snj Exp $ Changes to the packages collection and infrastructure in 2010: @@ -1170,3 +1170,7 @@ Changes to the packages collection and infrastructure in 2010: Updated lang/php5 to 5.2.13 [taca 2010-02-27] Updated textproc/php-json to 5.2.13 [taca 2010-02-27] Updated net/msdl to 1.2.7r1 [obache 2010-02-27] + Updated net/dhcpcd to 5.2.0 [roy 2010-02-27] + Removed emulators/peace [kent 2010-02-27] + Updated net/dhcpcd to 5.2.1 [roy 2010-02-27] + Updated shells/zsh-current to 4.3.10 [snj 2010-02-27] diff --git a/doc/TODO b/doc/TODO index 07a9ec3e7221..4d96ecd2d70c 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.9080 2010/02/26 20:01:59 tnn Exp $ +$NetBSD: TODO,v 1.9081 2010/02/27 18:19:40 snj Exp $ Suggested new packages ====================== @@ -1426,7 +1426,6 @@ For possible perl packages updates, see http://www.pkgbox.org/p2c/ o zope29-Silva-2.1 o zope34-3.4.0 o zopeedit-0.8 - o zsh-4.3.10 Infrastructure problems which need addressing ============================================= diff --git a/emulators/Makefile b/emulators/Makefile index 6582c38e061c..724340b6706e 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.181 2010/02/10 17:10:52 joerg Exp $ +# $NetBSD: Makefile,v 1.182 2010/02/27 16:06:51 kent Exp $ # COMMENT= Emulators for other operating systems @@ -95,7 +95,6 @@ SUBDIR+= osf1_lib SUBDIR+= p11 SUBDIR+= palmosemulator SUBDIR+= pcemu -SUBDIR+= peace SUBDIR+= pearpc SUBDIR+= qemu SUBDIR+= raine diff --git a/emulators/peace/DESCR b/emulators/peace/DESCR deleted file mode 100644 index 1f69eb1ac60b..000000000000 --- a/emulators/peace/DESCR +++ /dev/null @@ -1 +0,0 @@ -PEACE is a set of programs to run Win32 executables on NetBSD. diff --git a/emulators/peace/MESSAGE b/emulators/peace/MESSAGE deleted file mode 100644 index f7a2542e8966..000000000000 --- a/emulators/peace/MESSAGE +++ /dev/null @@ -1,18 +0,0 @@ -=========================================================================== -$NetBSD: MESSAGE,v 1.4 2006/02/26 17:27:22 wiz Exp $ - -To enable the kernel part of PEACE, run the following: - # modload /usr/lkm/compat_pecoff.o - # modload /usr/lkm/exec_pecoff.o -or enable COMPAT_PECOFF in your kernel configuration. -Then, run (as root) ${LOCALBASE}/emul/pecoff/usr/bin/peace-setup to -initialize PEACE runtime. - -This version of PEACE requires TrueType fonts for GUI -applications, and supports only TrueColor X server. - -You have to set the following environment variables: - $DLLPATH $PEACE_FONTPATH $PEACE_LOCALE -See http://chiharu.hauN.org/peace/install.html `Settings' - -=========================================================================== diff --git a/emulators/peace/Makefile b/emulators/peace/Makefile deleted file mode 100644 index 2e9223c22c5d..000000000000 --- a/emulators/peace/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# $NetBSD: Makefile,v 1.27 2008/12/07 16:23:45 kent Exp $ -# -PEACE_VERSION= 0.0.20060701 -DISTNAME= peace-${PEACE_VERSION} -#SITES.peace-0.0.20060701.tar.gz=http://chiharu.hauN.org/peace/dist/ -CATEGORIES= emulators - -MAINTAINER= kent@NetBSD.org -HOMEPAGE= http://chiharu.hauN.org/peace/ -COMMENT= Support running Win32 executables - -DISTFILES+= peace-${PEACE_VERSION}.tar.gz -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=peace/} -# This version doesn't work on NetBSD-5.x because of /emul/pecoff removal. -ONLY_FOR_PLATFORM= NetBSD-[34].*-i386 -DEPENDS+= icu>=2.4nb1:../../textproc/icu -DEPENDS+= freetype2>=2.2.1:../../graphics/freetype2 -# bin/showstack requires perl5 and cross-i386-netbsdpe -# DEPENDS+= perl5:../../lang/perl5 -# DEPENDS+= cross-i386-netbsdpe>=3.3:../../cross/i386-netbsdpe - -BUILD_DEPENDS+= cross-i386-netbsdpe>=3.3:../../cross/i386-netbsdpe -BUILD_DEPENDS+= x11-links>=0.30:../../pkgtools/x11-links - -# Don't use "+=" here to avoid unexpected link with ELF libraries -LDFLAGS= -L${WRKSRC}/lib -PECOFFDIR= ${PREFIX}/emul/pecoff -MAKE_FLAGS+= PECOFFDIR=${PECOFFDIR:Q} \ - LOCALBASE=${LOCALBASE:Q} \ - CROSSBASE=${CROSSBASE:Q} \ - X11BASE=${X11BASE:Q} \ - CHECK_DEPENDENTS=NO - -INSTALL_DIRS= libexec/ld.pe_so dll bin - -pre-install: - ${INSTALL_PROGRAM_DIR} ${PECOFFDIR}/usr/libexec - ${INSTALL_DATA_DIR} ${PECOFFDIR}/usr/lib - -post-install: - ${RMDIR} ${PREFIX}/emul/pecoff/usr/share/man/cat1 - ${RMDIR} ${PREFIX}/emul/pecoff/usr/share/man/man1 - ${RMDIR} ${PREFIX}/emul/pecoff/usr/share/man - ${RMDIR} ${PREFIX}/emul/pecoff/usr/share - -.include "../../mk/bsd.pkg.mk" diff --git a/emulators/peace/PLIST b/emulators/peace/PLIST deleted file mode 100644 index 22b8d0e6ed9d..000000000000 --- a/emulators/peace/PLIST +++ /dev/null @@ -1,29 +0,0 @@ -@comment $NetBSD: PLIST,v 1.5 2009/06/14 17:51:07 joerg Exp $ -emul/pecoff/usr/bin/peace-setup -emul/pecoff/usr/bin/regcomserver -emul/pecoff/usr/bin/regimport -emul/pecoff/usr/bin/regutil -emul/pecoff/usr/bin/showstack -emul/pecoff/usr/lib/advapi32.dll -emul/pecoff/usr/lib/avifil32.dll -emul/pecoff/usr/lib/comctl32.dll -emul/pecoff/usr/lib/comdlg32.dll -emul/pecoff/usr/lib/ddraw.dll -emul/pecoff/usr/lib/dinput.dll -emul/pecoff/usr/lib/dsound.dll -emul/pecoff/usr/lib/gdi32.dll -emul/pecoff/usr/lib/imm32.dll -emul/pecoff/usr/lib/kernel32.dll -emul/pecoff/usr/lib/lz32.dll -emul/pecoff/usr/lib/mpr.dll -emul/pecoff/usr/lib/msacm32.dll -emul/pecoff/usr/lib/msvfw32.dll -emul/pecoff/usr/lib/ole32.dll -emul/pecoff/usr/lib/shell32.dll -emul/pecoff/usr/lib/ui.so.dll -emul/pecoff/usr/lib/user32.dll -emul/pecoff/usr/lib/version.dll -emul/pecoff/usr/lib/winmm.dll -emul/pecoff/usr/lib/winspool.drv -emul/pecoff/usr/lib/wsock32.dll -emul/pecoff/usr/libexec/ld.so.dll diff --git a/emulators/peace/distinfo b/emulators/peace/distinfo deleted file mode 100644 index b3de97c5a492..000000000000 --- a/emulators/peace/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -$NetBSD: distinfo,v 1.15 2008/12/07 16:23:45 kent Exp $ - -SHA1 (peace-0.0.20060701.tar.gz) = 0307592fc773dec131d75408cf31898f91952f81 -RMD160 (peace-0.0.20060701.tar.gz) = 3a0de978b3979b21fe3813e1267f4edd75802f54 -Size (peace-0.0.20060701.tar.gz) = 1685054 bytes -SHA1 (patch-aa) = 74f91d96da3a216b8acb2192074c390377eae42a diff --git a/emulators/peace/patches/patch-aa b/emulators/peace/patches/patch-aa deleted file mode 100644 index 8dcedb60b901..000000000000 --- a/emulators/peace/patches/patch-aa +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-aa,v 1.3 2008/12/07 16:23:45 kent Exp $ - ---- dll/ui.so/X11.cc.orig 2008-12-08 01:09:48.000000000 +0900 -+++ dll/ui.so/X11.cc -@@ -41,6 +41,9 @@ - #include - #include - #include -+#ifndef KERN_SYSVSHM -+#define KERN_SYSVSHM KERN_OLDSYSVSHM -+#endif - - #include "X11.h" - #include "WindowObject.h" diff --git a/net/dhcpcd/Makefile b/net/dhcpcd/Makefile index 584bd19a6bc1..8d258324eb50 100644 --- a/net/dhcpcd/Makefile +++ b/net/dhcpcd/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2010/01/31 20:30:18 roy Exp $ +# $NetBSD: Makefile,v 1.20 2010/02/27 16:06:59 roy Exp $ # -DISTNAME= dhcpcd-5.1.5 +DISTNAME= dhcpcd-5.2.1 CATEGORIES= net MASTER_SITES= ftp://roy.marples.name/pub/dhcpcd/ MASTER_SITES+= http://roy.aydogan.net/dhcpcd/ diff --git a/net/dhcpcd/distinfo b/net/dhcpcd/distinfo index da5d96aa3acd..844fd87c2e67 100644 --- a/net/dhcpcd/distinfo +++ b/net/dhcpcd/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.16 2010/01/31 20:30:18 roy Exp $ +$NetBSD: distinfo,v 1.18 2010/02/27 16:06:59 roy Exp $ -SHA1 (dhcpcd-5.1.5.tar.bz2) = b6a064c9dec71f2adadff9fbc61fac9bd8f379de -RMD160 (dhcpcd-5.1.5.tar.bz2) = a0a3f0ab30c29b0ff0a8db5bc994058ea131d001 -Size (dhcpcd-5.1.5.tar.bz2) = 66618 bytes +SHA1 (dhcpcd-5.2.1.tar.bz2) = 698742d22359b6b57526996fc93d88b44fa467d2 +RMD160 (dhcpcd-5.2.1.tar.bz2) = d93e440698cde6e690edcec71e0f5a46ff6f36a6 +Size (dhcpcd-5.2.1.tar.bz2) = 67473 bytes diff --git a/pkgtools/libnbcompat/files/db/hash/hash.h b/pkgtools/libnbcompat/files/db/hash/hash.h index 089e921b5a5b..acd9969c7c1e 100644 --- a/pkgtools/libnbcompat/files/db/hash/hash.h +++ b/pkgtools/libnbcompat/files/db/hash/hash.h @@ -1,4 +1,4 @@ -/* $NetBSD: hash.h,v 1.2 2008/10/28 15:06:26 joerg Exp $ */ +/* $NetBSD: hash.h,v 1.3 2010/02/27 16:27:00 joerg Exp $ */ /* NetBSD: hash.h,v 1.15 2008/08/26 21:18:38 joerg Exp */ /*- @@ -274,6 +274,8 @@ typedef struct htab { /* Memory resident data structure */ #define REAL_KEY 4 /* Short hands for accessing structure */ +#undef BSIZE +#undef BSHIFT #define BSIZE hdr.bsize #define BSHIFT hdr.bshift #define DSIZE hdr.dsize diff --git a/shells/zsh-current/Makefile b/shells/zsh-current/Makefile index 659d6083aaef..6589b7beee29 100644 --- a/shells/zsh-current/Makefile +++ b/shells/zsh-current/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2008/12/21 16:53:45 uebayasi Exp $ +# $NetBSD: Makefile,v 1.17 2010/02/27 18:19:02 snj Exp $ .include "../../shells/zsh/Makefile.common" -ZSH_VERSION= 4.3.9 +ZSH_VERSION= 4.3.10 ZSH_MAINTAINER= uebayasi@NetBSD.org USE_TOOLS+= env diff --git a/shells/zsh-current/PLIST b/shells/zsh-current/PLIST index 6af8e5c32abf..db9bf495f63c 100644 --- a/shells/zsh-current/PLIST +++ b/shells/zsh-current/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.16 2010/02/08 14:34:31 roy Exp $ +@comment $NetBSD: PLIST,v 1.17 2010/02/27 18:19:02 snj Exp $ bin/${PKGNAME} bin/zsh info/zsh.info @@ -69,6 +69,7 @@ share/zsh/${PKGVERSION}/functions/VCS_INFO_detect_svk share/zsh/${PKGVERSION}/functions/VCS_INFO_detect_svn share/zsh/${PKGVERSION}/functions/VCS_INFO_detect_tla share/zsh/${PKGVERSION}/functions/VCS_INFO_formats +share/zsh/${PKGVERSION}/functions/VCS_INFO_get_cmd share/zsh/${PKGVERSION}/functions/VCS_INFO_get_data_bzr share/zsh/${PKGVERSION}/functions/VCS_INFO_get_data_cdv share/zsh/${PKGVERSION}/functions/VCS_INFO_get_data_cvs @@ -164,6 +165,7 @@ share/zsh/${PKGVERSION}/functions/_complete_tag share/zsh/${PKGVERSION}/functions/_compress share/zsh/${PKGVERSION}/functions/_condition share/zsh/${PKGVERSION}/functions/_configure +share/zsh/${PKGVERSION}/functions/_coreadm share/zsh/${PKGVERSION}/functions/_correct share/zsh/${PKGVERSION}/functions/_correct_filename share/zsh/${PKGVERSION}/functions/_correct_word @@ -199,7 +201,9 @@ share/zsh/${PKGVERSION}/functions/_defaults share/zsh/${PKGVERSION}/functions/_delimiters share/zsh/${PKGVERSION}/functions/_describe share/zsh/${PKGVERSION}/functions/_description +share/zsh/${PKGVERSION}/functions/_devtodo share/zsh/${PKGVERSION}/functions/_dhclient +share/zsh/${PKGVERSION}/functions/_dhcpinfo share/zsh/${PKGVERSION}/functions/_dict share/zsh/${PKGVERSION}/functions/_dict_words share/zsh/${PKGVERSION}/functions/_diff @@ -212,6 +216,7 @@ share/zsh/${PKGVERSION}/functions/_dirs share/zsh/${PKGVERSION}/functions/_disable share/zsh/${PKGVERSION}/functions/_dispatch share/zsh/${PKGVERSION}/functions/_django +share/zsh/${PKGVERSION}/functions/_dladm share/zsh/${PKGVERSION}/functions/_dlocate share/zsh/${PKGVERSION}/functions/_dmidecode share/zsh/${PKGVERSION}/functions/_domains @@ -223,6 +228,7 @@ share/zsh/${PKGVERSION}/functions/_dpkg-repack share/zsh/${PKGVERSION}/functions/_dpkg_source share/zsh/${PKGVERSION}/functions/_dput share/zsh/${PKGVERSION}/functions/_du +share/zsh/${PKGVERSION}/functions/_dumpadm share/zsh/${PKGVERSION}/functions/_dumper share/zsh/${PKGVERSION}/functions/_dupload share/zsh/${PKGVERSION}/functions/_dvi @@ -266,6 +272,7 @@ share/zsh/${PKGVERSION}/functions/_fuse_values share/zsh/${PKGVERSION}/functions/_fuser share/zsh/${PKGVERSION}/functions/_fusermount share/zsh/${PKGVERSION}/functions/_gcc +share/zsh/${PKGVERSION}/functions/_gcore share/zsh/${PKGVERSION}/functions/_gdb share/zsh/${PKGVERSION}/functions/_generic share/zsh/${PKGVERSION}/functions/_genisoimage @@ -277,6 +284,7 @@ share/zsh/${PKGVERSION}/functions/_getmail share/zsh/${PKGVERSION}/functions/_git share/zsh/${PKGVERSION}/functions/_global share/zsh/${PKGVERSION}/functions/_global_tags +share/zsh/${PKGVERSION}/functions/_globflags share/zsh/${PKGVERSION}/functions/_globqual_delims share/zsh/${PKGVERSION}/functions/_globquals share/zsh/${PKGVERSION}/functions/_gnome-gv @@ -298,6 +306,7 @@ share/zsh/${PKGVERSION}/functions/_guilt share/zsh/${PKGVERSION}/functions/_gv share/zsh/${PKGVERSION}/functions/_gzip share/zsh/${PKGVERSION}/functions/_hash +share/zsh/${PKGVERSION}/functions/_have_glob_qual share/zsh/${PKGVERSION}/functions/_hdiutil share/zsh/${PKGVERSION}/functions/_history share/zsh/${PKGVERSION}/functions/_history_complete_word @@ -310,6 +319,7 @@ share/zsh/${PKGVERSION}/functions/_iftop share/zsh/${PKGVERSION}/functions/_ignored share/zsh/${PKGVERSION}/functions/_imagemagick share/zsh/${PKGVERSION}/functions/_in_vared +share/zsh/${PKGVERSION}/functions/_inetadm share/zsh/${PKGVERSION}/functions/_init_d share/zsh/${PKGVERSION}/functions/_invoke-rc.d share/zsh/${PKGVERSION}/functions/_ionice @@ -374,6 +384,7 @@ share/zsh/${PKGVERSION}/functions/_man share/zsh/${PKGVERSION}/functions/_match share/zsh/${PKGVERSION}/functions/_math share/zsh/${PKGVERSION}/functions/_md5sum +share/zsh/${PKGVERSION}/functions/_mdadm share/zsh/${PKGVERSION}/functions/_members share/zsh/${PKGVERSION}/functions/_mencal share/zsh/${PKGVERSION}/functions/_menu @@ -441,6 +452,7 @@ share/zsh/${PKGVERSION}/functions/_perl share/zsh/${PKGVERSION}/functions/_perl_basepods share/zsh/${PKGVERSION}/functions/_perl_modules share/zsh/${PKGVERSION}/functions/_perldoc +share/zsh/${PKGVERSION}/functions/_pfexec share/zsh/${PKGVERSION}/functions/_php share/zsh/${PKGVERSION}/functions/_physical_volumes share/zsh/${PKGVERSION}/functions/_pick_variant @@ -472,8 +484,10 @@ share/zsh/${PKGVERSION}/functions/_ps share/zsh/${PKGVERSION}/functions/_pscp share/zsh/${PKGVERSION}/functions/_pspdf share/zsh/${PKGVERSION}/functions/_psutils +share/zsh/${PKGVERSION}/functions/_ptree share/zsh/${PKGVERSION}/functions/_pump share/zsh/${PKGVERSION}/functions/_putclip +share/zsh/${PKGVERSION}/functions/_pydoc share/zsh/${PKGVERSION}/functions/_python share/zsh/${PKGVERSION}/functions/_qemu share/zsh/${PKGVERSION}/functions/_qiv @@ -486,6 +500,8 @@ share/zsh/${PKGVERSION}/functions/_rar share/zsh/${PKGVERSION}/functions/_rcs share/zsh/${PKGVERSION}/functions/_read share/zsh/${PKGVERSION}/functions/_read_comp +share/zsh/${PKGVERSION}/functions/_readshortcut +share/zsh/${PKGVERSION}/functions/_rebootin share/zsh/${PKGVERSION}/functions/_redirect share/zsh/${PKGVERSION}/functions/_regex_arguments share/zsh/${PKGVERSION}/functions/_regex_words @@ -498,12 +514,14 @@ share/zsh/${PKGVERSION}/functions/_ri share/zsh/${PKGVERSION}/functions/_rlogin share/zsh/${PKGVERSION}/functions/_rm share/zsh/${PKGVERSION}/functions/_rpm +share/zsh/${PKGVERSION}/functions/_rpmbuild share/zsh/${PKGVERSION}/functions/_rrdtool share/zsh/${PKGVERSION}/functions/_rsync share/zsh/${PKGVERSION}/functions/_rubber share/zsh/${PKGVERSION}/functions/_ruby share/zsh/${PKGVERSION}/functions/_sablotron share/zsh/${PKGVERSION}/functions/_samba +share/zsh/${PKGVERSION}/functions/_savecore share/zsh/${PKGVERSION}/functions/_sccs share/zsh/${PKGVERSION}/functions/_sched share/zsh/${PKGVERSION}/functions/_schroot @@ -514,6 +532,7 @@ share/zsh/${PKGVERSION}/functions/_service share/zsh/${PKGVERSION}/functions/_services share/zsh/${PKGVERSION}/functions/_set share/zsh/${PKGVERSION}/functions/_set_command +share/zsh/${PKGVERSION}/functions/_setfacl share/zsh/${PKGVERSION}/functions/_setopt share/zsh/${PKGVERSION}/functions/_setup share/zsh/${PKGVERSION}/functions/_setxkbmap @@ -544,6 +563,11 @@ share/zsh/${PKGVERSION}/functions/_subversion share/zsh/${PKGVERSION}/functions/_sudo share/zsh/${PKGVERSION}/functions/_suffix_alias_files share/zsh/${PKGVERSION}/functions/_surfraw +share/zsh/${PKGVERSION}/functions/_svcadm +share/zsh/${PKGVERSION}/functions/_svccfg +share/zsh/${PKGVERSION}/functions/_svcprop +share/zsh/${PKGVERSION}/functions/_svcs +share/zsh/${PKGVERSION}/functions/_svcs_fmri share/zsh/${PKGVERSION}/functions/_svn-buildpackage share/zsh/${PKGVERSION}/functions/_sysctl share/zsh/${PKGVERSION}/functions/_tags @@ -568,6 +592,7 @@ share/zsh/${PKGVERSION}/functions/_tla share/zsh/${PKGVERSION}/functions/_todo.sh share/zsh/${PKGVERSION}/functions/_toilet share/zsh/${PKGVERSION}/functions/_toolchain-source +share/zsh/${PKGVERSION}/functions/_topgit share/zsh/${PKGVERSION}/functions/_totd share/zsh/${PKGVERSION}/functions/_tpb share/zsh/${PKGVERSION}/functions/_tpconfig @@ -594,6 +619,7 @@ share/zsh/${PKGVERSION}/functions/_urxvt share/zsh/${PKGVERSION}/functions/_uscan share/zsh/${PKGVERSION}/functions/_user_admin share/zsh/${PKGVERSION}/functions/_user_at_host +share/zsh/${PKGVERSION}/functions/_user_expand share/zsh/${PKGVERSION}/functions/_users share/zsh/${PKGVERSION}/functions/_users_on share/zsh/${PKGVERSION}/functions/_valgrind @@ -646,6 +672,7 @@ share/zsh/${PKGVERSION}/functions/_xdvi share/zsh/${PKGVERSION}/functions/_xfig share/zsh/${PKGVERSION}/functions/_xloadimage share/zsh/${PKGVERSION}/functions/_xmlsoft +share/zsh/${PKGVERSION}/functions/_xmms2 share/zsh/${PKGVERSION}/functions/_xmodmap share/zsh/${PKGVERSION}/functions/_xpdf share/zsh/${PKGVERSION}/functions/_xrandr @@ -661,6 +688,7 @@ share/zsh/${PKGVERSION}/functions/_yast share/zsh/${PKGVERSION}/functions/_yodl share/zsh/${PKGVERSION}/functions/_yp share/zsh/${PKGVERSION}/functions/_yum +share/zsh/${PKGVERSION}/functions/_zattr share/zsh/${PKGVERSION}/functions/_zcalc_line share/zsh/${PKGVERSION}/functions/_zcat share/zsh/${PKGVERSION}/functions/_zcompile @@ -672,6 +700,7 @@ share/zsh/${PKGVERSION}/functions/_zfs_pool share/zsh/${PKGVERSION}/functions/_zftp share/zsh/${PKGVERSION}/functions/_zip share/zsh/${PKGVERSION}/functions/_zle +share/zsh/${PKGVERSION}/functions/_zlogin share/zsh/${PKGVERSION}/functions/_zmodload share/zsh/${PKGVERSION}/functions/_zmv share/zsh/${PKGVERSION}/functions/_zpool diff --git a/shells/zsh-current/distinfo b/shells/zsh-current/distinfo index 5b431a18fbe5..62ba1d30785a 100644 --- a/shells/zsh-current/distinfo +++ b/shells/zsh-current/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.15 2010/02/07 10:07:10 roy Exp $ +$NetBSD: distinfo,v 1.16 2010/02/27 18:19:02 snj Exp $ -SHA1 (zsh-4.3.9.tar.bz2) = 7c80e1ad6b311ee5877172a1a7e0161a9a60da70 -RMD160 (zsh-4.3.9.tar.bz2) = 2c88347fa357e3624f000721963749c6ccb4e129 -Size (zsh-4.3.9.tar.bz2) = 2659602 bytes +SHA1 (zsh-4.3.10.tar.bz2) = 132f9ce411bf318abccbae9cdc2f8cc14f8be85b +RMD160 (zsh-4.3.10.tar.bz2) = fad1412b76d1388d825cb870681c21696fdfa273 +Size (zsh-4.3.10.tar.bz2) = 2735665 bytes SHA1 (patch-ab) = 4fc9ef0aa307a794fddf018a7888ac8b0073a13a SHA1 (patch-ac) = b586fcb6ab7d831a3490077f84fe170969905c26 SHA1 (patch-af) = c78fa8e786d3ae2e3b15a9587f2a7b6e64891778