Update to 4.0.0
PR: 229411 Submitted by: maintainer
This commit is contained in:
parent
5bfceb3ab0
commit
a80d6ed528
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=473723
4 changed files with 54 additions and 7 deletions
|
@ -2,9 +2,9 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= portsreinstall
|
||||
PORTVERSION= 3.3.2
|
||||
PORTVERSION= 4.0.0
|
||||
CATEGORIES= ports-mgmt
|
||||
MASTER_SITES= OSDN/${PORTNAME}/67120/ \
|
||||
MASTER_SITES= OSDN/${PORTNAME}/69740/ \
|
||||
http://www.mwghennndo.com/software/${PORTNAME}/
|
||||
|
||||
MAINTAINER= sakaue.mamoru@mwghennndo.com
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1487133443
|
||||
SHA256 (portsreinstall-3.3.2.tar.gz) = c972da1a3bbed8cb01bbcbc2709275b795d11fde22eb56263aef190f78fa6ce5
|
||||
SIZE (portsreinstall-3.3.2.tar.gz) = 86578
|
||||
TIMESTAMP = 1530269781
|
||||
SHA256 (portsreinstall-4.0.0.tar.gz) = d0b743f4ba71e6476b20fff6d944b98f6f39322757af034ef0825c65c02eff44
|
||||
SIZE (portsreinstall-4.0.0.tar.gz) = 121634
|
||||
|
|
|
@ -1,4 +1,11 @@
|
|||
This is a ports upgrading utility for massive forced reinstallation,
|
||||
and for those who are pursuing the perfect packages environment.
|
||||
This is a ports upgrading utility as a replacement of portupgrade
|
||||
and portmaster to facilitate the perfect upgrade of the whole
|
||||
packages in heavly customized systems by configuration
|
||||
compatible with portupgrade. Most of the issues in
|
||||
/usr/ports/UPDATING are resolved automatically. Robust
|
||||
restarting functionality against manual/sudden termination is
|
||||
implemented for facilitating package build in busy or low-
|
||||
performance machines. Utilities for building packages in a chroot
|
||||
environment are also provided for safe upgrade.
|
||||
|
||||
WWW: http://www.mwghennndo.com/software/portsreinstall/
|
||||
|
|
|
@ -1,12 +1,36 @@
|
|||
bin/portsreinstall
|
||||
bin/portsreinstall-chroot
|
||||
@sample etc/portsreinstall.conf.sample
|
||||
lib/portsreinstall/chroot-mount/libcommand.sh
|
||||
lib/portsreinstall/chroot-mount/libconf.sh
|
||||
lib/portsreinstall/chroot-mount/libdatabase_maintain.sh
|
||||
lib/portsreinstall/chroot-mount/libmain.sh
|
||||
lib/portsreinstall/chroot-mount/libmessage.sh
|
||||
lib/portsreinstall/chroot-mount/liboptions.sh
|
||||
lib/portsreinstall/chroot-mount/libtemp.sh
|
||||
lib/portsreinstall/chroot-mount/libusage.sh
|
||||
lib/portsreinstall/chroot/libcommand.sh
|
||||
lib/portsreinstall/chroot/libcommand_do.sh
|
||||
lib/portsreinstall/chroot/libdatabase_maintain.sh
|
||||
lib/portsreinstall/chroot/libfs.sh
|
||||
lib/portsreinstall/chroot/libmain.sh
|
||||
lib/portsreinstall/chroot/libmessage.sh
|
||||
lib/portsreinstall/chroot/liboptions.sh
|
||||
lib/portsreinstall/chroot/libusage.sh
|
||||
lib/portsreinstall/libcommand.sh
|
||||
lib/portsreinstall/libcommand_do.sh
|
||||
lib/portsreinstall/libcommand_flexconf.sh
|
||||
lib/portsreinstall/libcommand_forget.sh
|
||||
lib/portsreinstall/libcommand_pkgs.sh
|
||||
lib/portsreinstall/libcommand_show.sh
|
||||
lib/portsreinstall/libconf.sh
|
||||
lib/portsreinstall/libdatabase_build.sh
|
||||
lib/portsreinstall/libdatabase_maintain.sh
|
||||
lib/portsreinstall/libdatabase_query.sh
|
||||
lib/portsreinstall/libdatabase_record.sh
|
||||
lib/portsreinstall/libdeinstall.sh
|
||||
lib/portsreinstall/libfileedit.sh
|
||||
lib/portsreinstall/libmain.sh
|
||||
lib/portsreinstall/libmessage.sh
|
||||
lib/portsreinstall/libmisc.sh
|
||||
lib/portsreinstall/liboptions.sh
|
||||
|
@ -16,4 +40,20 @@ lib/portsreinstall/libreinstall.sh
|
|||
lib/portsreinstall/libstr.sh
|
||||
lib/portsreinstall/libtemp.sh
|
||||
lib/portsreinstall/libusage.sh
|
||||
lib/portsreinstall/main/libcommand.sh
|
||||
lib/portsreinstall/main/liboptions.sh
|
||||
lib/portsreinstall/main/libtemp.sh
|
||||
lib/portsreinstall/main/libusage.sh
|
||||
lib/portsreinstall/upgrade/libcommand.sh
|
||||
lib/portsreinstall/upgrade/libcommand_do.sh
|
||||
lib/portsreinstall/upgrade/libmain.sh
|
||||
lib/portsreinstall/upgrade/libmessage.sh
|
||||
lib/portsreinstall/upgrade/liboptions.sh
|
||||
lib/portsreinstall/upgrade/libusage.sh
|
||||
libexec/portsreinstall/order_dependencies.awk
|
||||
man/man8/portsreinstall-chroot-mount.8.gz
|
||||
man/man8/portsreinstall-chroot.8.gz
|
||||
man/man8/portsreinstall-upgrade.8.gz
|
||||
man/man8/portsreinstall.8.gz
|
||||
%%DATADIR%%/bin/portsreinstall-chroot-mount
|
||||
%%DATADIR%%/bin/portsreinstall-upgrade
|
||||
|
|
Loading…
Reference in a new issue