svn commit: r319693 - head/ports-mgmt/portsreinstall

Pawel Pekala pawel at FreeBSD.org
Sun Jun 2 17:22:19 UTC 2013


Author: pawel
Date: Sun Jun  2 17:22:17 2013
New Revision: 319693
URL: http://svnweb.freebsd.org/changeset/ports/319693

Log:
  Update to version 3.0.0
  
  PR:		ports/179171
  Submitted by:	Mamoru Sakaue <sakaue.mamoru at samurai.mwghennn.net> (maintainer)

Modified:
  head/ports-mgmt/portsreinstall/Makefile
  head/ports-mgmt/portsreinstall/distinfo
  head/ports-mgmt/portsreinstall/pkg-descr   (contents, props changed)
  head/ports-mgmt/portsreinstall/pkg-plist   (contents, props changed)

Modified: head/ports-mgmt/portsreinstall/Makefile
==============================================================================
--- head/ports-mgmt/portsreinstall/Makefile	Sun Jun  2 17:18:34 2013	(r319692)
+++ head/ports-mgmt/portsreinstall/Makefile	Sun Jun  2 17:22:17 2013	(r319693)
@@ -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 at samurai.mwghennn.net

Modified: head/ports-mgmt/portsreinstall/distinfo
==============================================================================
--- head/ports-mgmt/portsreinstall/distinfo	Sun Jun  2 17:18:34 2013	(r319692)
+++ head/ports-mgmt/portsreinstall/distinfo	Sun Jun  2 17:22:17 2013	(r319693)
@@ -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

Modified: head/ports-mgmt/portsreinstall/pkg-descr
==============================================================================
--- head/ports-mgmt/portsreinstall/pkg-descr	Sun Jun  2 17:18:34 2013	(r319692)
+++ head/ports-mgmt/portsreinstall/pkg-descr	Sun Jun  2 17:22:17 2013	(r319693)
@@ -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/

Modified: head/ports-mgmt/portsreinstall/pkg-plist
==============================================================================
--- head/ports-mgmt/portsreinstall/pkg-plist	Sun Jun  2 17:18:34 2013	(r319692)
+++ head/ports-mgmt/portsreinstall/pkg-plist	Sun Jun  2 17:22:17 2013	(r319693)
@@ -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
+ at dirrm lib/portsreinstall


More information about the svn-ports-all mailing list