diff options
author | pawel <pawel@FreeBSD.org> | 2013-06-03 01:22:17 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2013-06-03 01:22:17 +0800 |
commit | a8d2f2426eb12050ff0aa804c4107f5cc3e88dc2 (patch) | |
tree | 7d2945caa71ee50cbcee6317b6b1b9eb61a99550 /ports-mgmt/portsreinstall | |
parent | 555b60db31f88e91694a3a25680d7ebcbbfae7b1 (diff) | |
download | freebsd-ports-gnome-a8d2f2426eb12050ff0aa804c4107f5cc3e88dc2.tar.gz freebsd-ports-gnome-a8d2f2426eb12050ff0aa804c4107f5cc3e88dc2.tar.zst freebsd-ports-gnome-a8d2f2426eb12050ff0aa804c4107f5cc3e88dc2.zip |
Update to version 3.0.0
PR: ports/179171
Submitted by: Mamoru Sakaue <sakaue.mamoru@samurai.mwghennn.net> (maintainer)
Diffstat (limited to 'ports-mgmt/portsreinstall')
-rw-r--r-- | ports-mgmt/portsreinstall/Makefile | 4 | ||||
-rw-r--r-- | ports-mgmt/portsreinstall/distinfo | 4 | ||||
-rw-r--r-- | ports-mgmt/portsreinstall/pkg-descr | 2 | ||||
-rw-r--r-- | ports-mgmt/portsreinstall/pkg-plist | 17 |
4 files changed, 22 insertions, 5 deletions
diff --git a/ports-mgmt/portsreinstall/Makefile b/ports-mgmt/portsreinstall/Makefile index 2ac0d1122084..f04fc985d7f6 100644 --- a/ports-mgmt/portsreinstall/Makefile +++ b/ports-mgmt/portsreinstall/Makefile @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= portsreinstall -PORTVERSION= 2.2.2 +PORTVERSION= 3.0.0 CATEGORIES= ports-mgmt -MASTER_SITES= SFJP/${PORTNAME}/57782/ \ +MASTER_SITES= SFJP/${PORTNAME}/58925/ \ http://www.mwghennndo.com/softwares/${PORTNAME}/ MAINTAINER= sakaue.mamoru@samurai.mwghennn.net diff --git a/ports-mgmt/portsreinstall/distinfo b/ports-mgmt/portsreinstall/distinfo index 9cde40deb7d1..aa58aebb8413 100644 --- a/ports-mgmt/portsreinstall/distinfo +++ b/ports-mgmt/portsreinstall/distinfo @@ -1,2 +1,2 @@ -SHA256 (portsreinstall-2.2.2.tar.gz) = f538936cca4c7c3c81e8f2590bf380bcc49d42116d2cfe87fe879c2d03c939c4 -SIZE (portsreinstall-2.2.2.tar.gz) = 31973 +SHA256 (portsreinstall-3.0.0.tar.gz) = 1f06c0fd2bc14caf73284db66256799ca653465af93e4369342807a98121b5d8 +SIZE (portsreinstall-3.0.0.tar.gz) = 73536 diff --git a/ports-mgmt/portsreinstall/pkg-descr b/ports-mgmt/portsreinstall/pkg-descr index 2ece3a9d93e3..d9a8596f0f65 100644 --- a/ports-mgmt/portsreinstall/pkg-descr +++ b/ports-mgmt/portsreinstall/pkg-descr @@ -1,4 +1,4 @@ -This is a ports upgrading utility for massive forced reinstalltion, +This is a ports upgrading utility for massive forced reinstallation, and for those who are pursuing the perfect packages environment. WWW: http://www.mwghennndo.com/softwares/portsreinstall/ diff --git a/ports-mgmt/portsreinstall/pkg-plist b/ports-mgmt/portsreinstall/pkg-plist index 2009da9e8f82..0a3d42a93869 100644 --- a/ports-mgmt/portsreinstall/pkg-plist +++ b/ports-mgmt/portsreinstall/pkg-plist @@ -2,3 +2,20 @@ bin/portsreinstall @unexec if cmp -s %D/etc/portsreinstall.conf.sample %D/etc/portsreinstall.conf; then rm -f %D/etc/portsreinstall.conf; fi etc/portsreinstall.conf.sample @exec [ -f %B/portsreinstall.conf ] || cp %B/%f %B/portsreinstall.conf +lib/portsreinstall/libcommand.sh +lib/portsreinstall/libconf.sh +lib/portsreinstall/libdatabase_build.sh +lib/portsreinstall/libdatabase_query.sh +lib/portsreinstall/libdatabase_record.sh +lib/portsreinstall/libdeinstall.sh +lib/portsreinstall/libfileedit.sh +lib/portsreinstall/libmessage.sh +lib/portsreinstall/libmisc.sh +lib/portsreinstall/liboptions.sh +lib/portsreinstall/libpkgsys.sh +lib/portsreinstall/libprogram.sh +lib/portsreinstall/libreinstall.sh +lib/portsreinstall/libstr.sh +lib/portsreinstall/libtemp.sh +lib/portsreinstall/libusage.sh +@dirrm lib/portsreinstall |