OSDN Git Service

Bumped to the release version 4.0.0
authorMamoru Sakaue / MwGhennndo <glmwghennndo@users.sourceforge.jp>
Fri, 29 Jun 2018 06:19:21 +0000 (14:19 +0800)
committerMamoru Sakaue / MwGhennndo <glmwghennndo@users.sourceforge.jp>
Fri, 29 Jun 2018 06:19:21 +0000 (14:19 +0800)
Makefile is modified to correct the deinstall target.

 Changes to be committed:
modified:   Makefile
modified:   lib/libmain.sh
modified:   man/portsreinstall-chroot-mount.8
modified:   man/portsreinstall-chroot.8
modified:   man/portsreinstall-upgrade.8
modified:   man/portsreinstall.8

Makefile
lib/libmain.sh
man/portsreinstall-chroot-mount.8
man/portsreinstall-chroot.8
man/portsreinstall-upgrade.8
man/portsreinstall.8

index 8e43328..eef3c29 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -117,5 +117,8 @@ deinstall:
        $(RMDIR) $(PREFIX)/libexec/$(PROGNAME)
        $(RMDIR) $(PREFIX)/share/$(PROGNAME)
        $(RM) ${PREFIX}/man/man8/$(PROGNAME).8.gz
+       $(RM) ${PREFIX}/man/man8/$(PROGNAME)-chroot.8.gz
+       $(RM) ${PREFIX}/man/man8/$(PROGNAME)-chroot-mount.8.gz
+       $(RM) ${PREFIX}/man/man8/$(PROGNAME)-upgrade.8.gz
        if diff -q $(PREFIX)/etc/$(PROGNAME).conf $(PREFIX)/etc/$(PROGNAME).conf.sample > /dev/null 2> /dev/null; then $(RM) $(PREFIX)/etc/$(PROGNAME).conf; fi
        $(RM) ${PREFIX}/etc/$(PROGNAME).conf.sample
index 05f3851..b54a639 100644 (file)
@@ -12,8 +12,8 @@ main_set_version ()
        MYVERSION=4.0.0
        COMPATIBLE_VERSIONS='^(4\.[0]\.[0])$'
        # Template for development versions
-       MYVERSION=3.3.2+toward_4.0.0_20180629133501
-       COMPATIBLE_VERSIONS='^(4\.[0]\.[0]|3\.[1-3]\.[0-9]+(|\+toward_4\.[0]\.[0]+_[0-9]+))$'
+       MYVERSION=3.3.2+toward_4.0.0_20180629133501
+       COMPATIBLE_VERSIONS='^(4\.[0]\.[0]|3\.[1-3]\.[0-9]+(|\+toward_4\.[0]\.[0]+_[0-9]+))$'
 }
 
 # ============= Parse options, arguments and control parameters =============
index d02ca8c..272a65f 100644 (file)
@@ -2,7 +2,7 @@
 .\" portsreinstall-chroot-mount(8) manual page
 .\" Copyright (C) 2018 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
 .\" ==================================================================================
-.TH PORTSREINSTALL\-CHROOT\-MOUNT 8 "22 June 2018" "FreeBSD" "FreeBSD System Manager's Manual"
+.TH PORTSREINSTALL\-CHROOT\-MOUNT 8 "29 June 2018" "FreeBSD" "FreeBSD System Manager's Manual"
 .SH NAME
 portsreinstall\-chroot\-mount \- Support utility for \fBportsreinstall\fR(8) to mount and unmount a builder environment at the grand host environment
 .SH SYNOPSIS
index 82089e2..0bdc2f6 100644 (file)
@@ -2,7 +2,7 @@
 .\" portsreinstall\-chroot(8) manual page
 .\" Copyright (C) 2018 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
 .\" ==================================================================================
-.TH PORTSREINSTALL\-CHROOT 8 "22 June 2018" "FreeBSD" "FreeBSD System Manager's Manual"
+.TH PORTSREINSTALL\-CHROOT 8 "29 June 2018" "FreeBSD" "FreeBSD System Manager's Manual"
 .SH NAME
 portsreinstall\-chroot \- Support utility for \fBportsreinstall\fR(8) to build packages in a virtual environment
 .SH SYNOPSIS
index 5dc7377..9ebf581 100644 (file)
@@ -2,7 +2,7 @@
 .\" portsreinstall-upgrade(8) manual page
 .\" Copyright (C) 2018 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
 .\" ==================================================================================
-.TH PORTSREINSTALL\-UPGRADE 8 "22 June 2018" "FreeBSD" "FreeBSD System Manager's Manual"
+.TH PORTSREINSTALL\-UPGRADE 8 "29 June 2018" "FreeBSD" "FreeBSD System Manager's Manual"
 .SH NAME
 portsreinstall\-upgrade \- Support utility for \fBportsreinstall\fR(8) to update a target environment using packages built in a builder environment
 .SH SYNOPSIS
index 5f385ea..33344e3 100644 (file)
@@ -2,7 +2,7 @@
 .\" portsreinstall(8) manual page
 .\" Copyright (C) 2010-2018 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
 .\" ==================================================================================
-.TH PORTSREINSTALL 8 "?? June 2018" "FreeBSD" "FreeBSD System Manager's Manual"
+.TH PORTSREINSTALL 8 "29 June 2018" "FreeBSD" "FreeBSD System Manager's Manual"
 .SH NAME
 portsreinstall \- ports upgrading utility for massive forced reinstallation
 .SH SYNOPSIS
@@ -1066,7 +1066,7 @@ Configuration file of \fBportupgrade\fR(1).
 .SH HISTORY
 \fBportsreinstall\fR has been developed as below.
 .TP
-4.0.0 (?? June 2018)
+4.0.0 (29 June 2018)
 .RS
 [NEW] Flavor is supported. Related to this feature, representations of port origins without flavor is recognized to exactly match the unflavored ones.
 .PP