Index: head/ports-mgmt/portupgrade/Makefile =================================================================== --- head/ports-mgmt/portupgrade/Makefile (revision 43779) +++ head/ports-mgmt/portupgrade/Makefile (revision 43780) @@ -1,34 +1,35 @@ # New ports collection makefile for: portupgrade # Date created: 18 March 2001 # Whom: Akinori MUSHA aka knu # # $FreeBSD$ # PORTNAME= portupgrade -PORTVERSION= 20010607b +PORTVERSION= 20010611 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://www.iDaemons.org/distfiles/ MASTER_SITE_SUBDIR= knu DISTNAME= pkgtools-${PORTVERSION} MAINTAINER= knu@FreeBSD.org RUN_DEPENDS= ${RUBY_SITELIBDIR}/optparse.rb:${PORTSDIR}/devel/ruby-optparse \ + ${RUBY_SITEARCHLIBDIR}/fnmatch.so:${PORTSDIR}/devel/ruby-fnmatch \ ${LOCALBASE}/sbin/pkg_tarup:${PORTSDIR}/misc/pkg_tarup USE_RUBY= yes NO_BUILD= yes do-install: cd ${WRKSRC} && ${RUBY} install.rb ${MKDIR} ${PREFIX}/share/zsh/site-functions ${INSTALL_DATA} ${WRKSRC}/misc/zsh/* ${PREFIX}/share/zsh/site-functions/ .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/${PORTNAME}/ .endif .include Property changes on: head/ports-mgmt/portupgrade/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.28 \ No newline at end of property +1.29 \ No newline at end of property Index: head/ports-mgmt/portupgrade/distinfo =================================================================== --- head/ports-mgmt/portupgrade/distinfo (revision 43779) +++ head/ports-mgmt/portupgrade/distinfo (revision 43780) @@ -1 +1 @@ -MD5 (pkgtools-20010607b.tar.gz) = 29e2f04867cbf9aa7b3b27d5163b8006 +MD5 (pkgtools-20010611.tar.gz) = 6f8c7827a7ef59ed53054d93bffc67d8 Property changes on: head/ports-mgmt/portupgrade/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.24 \ No newline at end of property +1.25 \ No newline at end of property Index: head/ports-mgmt/portupgrade/pkg-descr =================================================================== --- head/ports-mgmt/portupgrade/pkg-descr (revision 43779) +++ head/ports-mgmt/portupgrade/pkg-descr (revision 43780) @@ -1,16 +1,17 @@ Portupgrade is a very powerful tool to upgrade installed packages via the port or the package. It upgrades ports without reinstalling dependent packages by directly modifying the package info recorded in the files under /var/db/pkg. This package also includes: portversion: This is a replacement of pkg_version(8), which runs faster than pkg_version and is cooperative with portupgrade. pkgdepfix: - This is an interactive tool to fix /var/db/pkg's @pkgdep / - +REQUIRED_BY discrepancies. + This is an interactive tool to fix /var/db/pkg's @pkgdep vs. + +REQUIRED_BY discrepancies, and stale or missing origins, + optionally. Author: Akinori MUSHA Property changes on: head/ports-mgmt/portupgrade/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/ports-mgmt/portupgrade/pkg-plist =================================================================== --- head/ports-mgmt/portupgrade/pkg-plist (revision 43779) +++ head/ports-mgmt/portupgrade/pkg-plist (revision 43780) @@ -1,19 +1,20 @@ sbin/pkgdepfix +sbin/portsdb sbin/portupgrade sbin/portversion %%RUBY_SITELIBDIR%%/pkg.rb %%RUBY_SITELIBDIR%%/pkgdb.rb %%RUBY_SITELIBDIR%%/pkginfo.rb %%RUBY_SITELIBDIR%%/pkgtools.rb %%RUBY_SITELIBDIR%%/pkgversion.rb %%RUBY_SITELIBDIR%%/portinfo.rb %%RUBY_SITELIBDIR%%/ports.rb %%RUBY_SITELIBDIR%%/portsdb.rb %%RUBY_SITELIBDIR%%/tsort.rb share/zsh/site-functions/_portupgrade share/zsh/site-functions/_portversion share/zsh/site-functions/_pkgdepfix @unexec rmdir %D/share/zsh/site-functions 2>/dev/null || true @unexec rmdir %D/share/zsh 2>/dev/null || true %%PORTDOCS%%share/doc/portupgrade/README %%PORTDOCS%%@dirrm share/doc/portupgrade Property changes on: head/ports-mgmt/portupgrade/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/ports-mgmt/portupgrade-devel/Makefile =================================================================== --- head/ports-mgmt/portupgrade-devel/Makefile (revision 43779) +++ head/ports-mgmt/portupgrade-devel/Makefile (revision 43780) @@ -1,34 +1,35 @@ # New ports collection makefile for: portupgrade # Date created: 18 March 2001 # Whom: Akinori MUSHA aka knu # # $FreeBSD$ # PORTNAME= portupgrade -PORTVERSION= 20010607b +PORTVERSION= 20010611 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://www.iDaemons.org/distfiles/ MASTER_SITE_SUBDIR= knu DISTNAME= pkgtools-${PORTVERSION} MAINTAINER= knu@FreeBSD.org RUN_DEPENDS= ${RUBY_SITELIBDIR}/optparse.rb:${PORTSDIR}/devel/ruby-optparse \ + ${RUBY_SITEARCHLIBDIR}/fnmatch.so:${PORTSDIR}/devel/ruby-fnmatch \ ${LOCALBASE}/sbin/pkg_tarup:${PORTSDIR}/misc/pkg_tarup USE_RUBY= yes NO_BUILD= yes do-install: cd ${WRKSRC} && ${RUBY} install.rb ${MKDIR} ${PREFIX}/share/zsh/site-functions ${INSTALL_DATA} ${WRKSRC}/misc/zsh/* ${PREFIX}/share/zsh/site-functions/ .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/${PORTNAME}/ .endif .include Property changes on: head/ports-mgmt/portupgrade-devel/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.28 \ No newline at end of property +1.29 \ No newline at end of property Index: head/ports-mgmt/portupgrade-devel/distinfo =================================================================== --- head/ports-mgmt/portupgrade-devel/distinfo (revision 43779) +++ head/ports-mgmt/portupgrade-devel/distinfo (revision 43780) @@ -1 +1 @@ -MD5 (pkgtools-20010607b.tar.gz) = 29e2f04867cbf9aa7b3b27d5163b8006 +MD5 (pkgtools-20010611.tar.gz) = 6f8c7827a7ef59ed53054d93bffc67d8 Property changes on: head/ports-mgmt/portupgrade-devel/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.24 \ No newline at end of property +1.25 \ No newline at end of property Index: head/ports-mgmt/portupgrade-devel/pkg-descr =================================================================== --- head/ports-mgmt/portupgrade-devel/pkg-descr (revision 43779) +++ head/ports-mgmt/portupgrade-devel/pkg-descr (revision 43780) @@ -1,16 +1,17 @@ Portupgrade is a very powerful tool to upgrade installed packages via the port or the package. It upgrades ports without reinstalling dependent packages by directly modifying the package info recorded in the files under /var/db/pkg. This package also includes: portversion: This is a replacement of pkg_version(8), which runs faster than pkg_version and is cooperative with portupgrade. pkgdepfix: - This is an interactive tool to fix /var/db/pkg's @pkgdep / - +REQUIRED_BY discrepancies. + This is an interactive tool to fix /var/db/pkg's @pkgdep vs. + +REQUIRED_BY discrepancies, and stale or missing origins, + optionally. Author: Akinori MUSHA Property changes on: head/ports-mgmt/portupgrade-devel/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/ports-mgmt/portupgrade-devel/pkg-plist =================================================================== --- head/ports-mgmt/portupgrade-devel/pkg-plist (revision 43779) +++ head/ports-mgmt/portupgrade-devel/pkg-plist (revision 43780) @@ -1,19 +1,20 @@ sbin/pkgdepfix +sbin/portsdb sbin/portupgrade sbin/portversion %%RUBY_SITELIBDIR%%/pkg.rb %%RUBY_SITELIBDIR%%/pkgdb.rb %%RUBY_SITELIBDIR%%/pkginfo.rb %%RUBY_SITELIBDIR%%/pkgtools.rb %%RUBY_SITELIBDIR%%/pkgversion.rb %%RUBY_SITELIBDIR%%/portinfo.rb %%RUBY_SITELIBDIR%%/ports.rb %%RUBY_SITELIBDIR%%/portsdb.rb %%RUBY_SITELIBDIR%%/tsort.rb share/zsh/site-functions/_portupgrade share/zsh/site-functions/_portversion share/zsh/site-functions/_pkgdepfix @unexec rmdir %D/share/zsh/site-functions 2>/dev/null || true @unexec rmdir %D/share/zsh 2>/dev/null || true %%PORTDOCS%%share/doc/portupgrade/README %%PORTDOCS%%@dirrm share/doc/portupgrade Property changes on: head/ports-mgmt/portupgrade-devel/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/sysutils/portupgrade/Makefile =================================================================== --- head/sysutils/portupgrade/Makefile (revision 43779) +++ head/sysutils/portupgrade/Makefile (revision 43780) @@ -1,34 +1,35 @@ # New ports collection makefile for: portupgrade # Date created: 18 March 2001 # Whom: Akinori MUSHA aka knu # # $FreeBSD$ # PORTNAME= portupgrade -PORTVERSION= 20010607b +PORTVERSION= 20010611 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://www.iDaemons.org/distfiles/ MASTER_SITE_SUBDIR= knu DISTNAME= pkgtools-${PORTVERSION} MAINTAINER= knu@FreeBSD.org RUN_DEPENDS= ${RUBY_SITELIBDIR}/optparse.rb:${PORTSDIR}/devel/ruby-optparse \ + ${RUBY_SITEARCHLIBDIR}/fnmatch.so:${PORTSDIR}/devel/ruby-fnmatch \ ${LOCALBASE}/sbin/pkg_tarup:${PORTSDIR}/misc/pkg_tarup USE_RUBY= yes NO_BUILD= yes do-install: cd ${WRKSRC} && ${RUBY} install.rb ${MKDIR} ${PREFIX}/share/zsh/site-functions ${INSTALL_DATA} ${WRKSRC}/misc/zsh/* ${PREFIX}/share/zsh/site-functions/ .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/${PORTNAME}/ .endif .include Property changes on: head/sysutils/portupgrade/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.28 \ No newline at end of property +1.29 \ No newline at end of property Index: head/sysutils/portupgrade/distinfo =================================================================== --- head/sysutils/portupgrade/distinfo (revision 43779) +++ head/sysutils/portupgrade/distinfo (revision 43780) @@ -1 +1 @@ -MD5 (pkgtools-20010607b.tar.gz) = 29e2f04867cbf9aa7b3b27d5163b8006 +MD5 (pkgtools-20010611.tar.gz) = 6f8c7827a7ef59ed53054d93bffc67d8 Property changes on: head/sysutils/portupgrade/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.24 \ No newline at end of property +1.25 \ No newline at end of property Index: head/sysutils/portupgrade/pkg-descr =================================================================== --- head/sysutils/portupgrade/pkg-descr (revision 43779) +++ head/sysutils/portupgrade/pkg-descr (revision 43780) @@ -1,16 +1,17 @@ Portupgrade is a very powerful tool to upgrade installed packages via the port or the package. It upgrades ports without reinstalling dependent packages by directly modifying the package info recorded in the files under /var/db/pkg. This package also includes: portversion: This is a replacement of pkg_version(8), which runs faster than pkg_version and is cooperative with portupgrade. pkgdepfix: - This is an interactive tool to fix /var/db/pkg's @pkgdep / - +REQUIRED_BY discrepancies. + This is an interactive tool to fix /var/db/pkg's @pkgdep vs. + +REQUIRED_BY discrepancies, and stale or missing origins, + optionally. Author: Akinori MUSHA Property changes on: head/sysutils/portupgrade/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/sysutils/portupgrade/pkg-plist =================================================================== --- head/sysutils/portupgrade/pkg-plist (revision 43779) +++ head/sysutils/portupgrade/pkg-plist (revision 43780) @@ -1,19 +1,20 @@ sbin/pkgdepfix +sbin/portsdb sbin/portupgrade sbin/portversion %%RUBY_SITELIBDIR%%/pkg.rb %%RUBY_SITELIBDIR%%/pkgdb.rb %%RUBY_SITELIBDIR%%/pkginfo.rb %%RUBY_SITELIBDIR%%/pkgtools.rb %%RUBY_SITELIBDIR%%/pkgversion.rb %%RUBY_SITELIBDIR%%/portinfo.rb %%RUBY_SITELIBDIR%%/ports.rb %%RUBY_SITELIBDIR%%/portsdb.rb %%RUBY_SITELIBDIR%%/tsort.rb share/zsh/site-functions/_portupgrade share/zsh/site-functions/_portversion share/zsh/site-functions/_pkgdepfix @unexec rmdir %D/share/zsh/site-functions 2>/dev/null || true @unexec rmdir %D/share/zsh 2>/dev/null || true %%PORTDOCS%%share/doc/portupgrade/README %%PORTDOCS%%@dirrm share/doc/portupgrade Property changes on: head/sysutils/portupgrade/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/sysutils/portupgrade-devel/Makefile =================================================================== --- head/sysutils/portupgrade-devel/Makefile (revision 43779) +++ head/sysutils/portupgrade-devel/Makefile (revision 43780) @@ -1,34 +1,35 @@ # New ports collection makefile for: portupgrade # Date created: 18 March 2001 # Whom: Akinori MUSHA aka knu # # $FreeBSD$ # PORTNAME= portupgrade -PORTVERSION= 20010607b +PORTVERSION= 20010611 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://www.iDaemons.org/distfiles/ MASTER_SITE_SUBDIR= knu DISTNAME= pkgtools-${PORTVERSION} MAINTAINER= knu@FreeBSD.org RUN_DEPENDS= ${RUBY_SITELIBDIR}/optparse.rb:${PORTSDIR}/devel/ruby-optparse \ + ${RUBY_SITEARCHLIBDIR}/fnmatch.so:${PORTSDIR}/devel/ruby-fnmatch \ ${LOCALBASE}/sbin/pkg_tarup:${PORTSDIR}/misc/pkg_tarup USE_RUBY= yes NO_BUILD= yes do-install: cd ${WRKSRC} && ${RUBY} install.rb ${MKDIR} ${PREFIX}/share/zsh/site-functions ${INSTALL_DATA} ${WRKSRC}/misc/zsh/* ${PREFIX}/share/zsh/site-functions/ .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/${PORTNAME}/ .endif .include Property changes on: head/sysutils/portupgrade-devel/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.28 \ No newline at end of property +1.29 \ No newline at end of property Index: head/sysutils/portupgrade-devel/distinfo =================================================================== --- head/sysutils/portupgrade-devel/distinfo (revision 43779) +++ head/sysutils/portupgrade-devel/distinfo (revision 43780) @@ -1 +1 @@ -MD5 (pkgtools-20010607b.tar.gz) = 29e2f04867cbf9aa7b3b27d5163b8006 +MD5 (pkgtools-20010611.tar.gz) = 6f8c7827a7ef59ed53054d93bffc67d8 Property changes on: head/sysutils/portupgrade-devel/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.24 \ No newline at end of property +1.25 \ No newline at end of property Index: head/sysutils/portupgrade-devel/pkg-descr =================================================================== --- head/sysutils/portupgrade-devel/pkg-descr (revision 43779) +++ head/sysutils/portupgrade-devel/pkg-descr (revision 43780) @@ -1,16 +1,17 @@ Portupgrade is a very powerful tool to upgrade installed packages via the port or the package. It upgrades ports without reinstalling dependent packages by directly modifying the package info recorded in the files under /var/db/pkg. This package also includes: portversion: This is a replacement of pkg_version(8), which runs faster than pkg_version and is cooperative with portupgrade. pkgdepfix: - This is an interactive tool to fix /var/db/pkg's @pkgdep / - +REQUIRED_BY discrepancies. + This is an interactive tool to fix /var/db/pkg's @pkgdep vs. + +REQUIRED_BY discrepancies, and stale or missing origins, + optionally. Author: Akinori MUSHA Property changes on: head/sysutils/portupgrade-devel/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/sysutils/portupgrade-devel/pkg-plist =================================================================== --- head/sysutils/portupgrade-devel/pkg-plist (revision 43779) +++ head/sysutils/portupgrade-devel/pkg-plist (revision 43780) @@ -1,19 +1,20 @@ sbin/pkgdepfix +sbin/portsdb sbin/portupgrade sbin/portversion %%RUBY_SITELIBDIR%%/pkg.rb %%RUBY_SITELIBDIR%%/pkgdb.rb %%RUBY_SITELIBDIR%%/pkginfo.rb %%RUBY_SITELIBDIR%%/pkgtools.rb %%RUBY_SITELIBDIR%%/pkgversion.rb %%RUBY_SITELIBDIR%%/portinfo.rb %%RUBY_SITELIBDIR%%/ports.rb %%RUBY_SITELIBDIR%%/portsdb.rb %%RUBY_SITELIBDIR%%/tsort.rb share/zsh/site-functions/_portupgrade share/zsh/site-functions/_portversion share/zsh/site-functions/_pkgdepfix @unexec rmdir %D/share/zsh/site-functions 2>/dev/null || true @unexec rmdir %D/share/zsh 2>/dev/null || true %%PORTDOCS%%share/doc/portupgrade/README %%PORTDOCS%%@dirrm share/doc/portupgrade Property changes on: head/sysutils/portupgrade-devel/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property