diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2004-05-10 11:11:16 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2004-05-10 11:11:16 +0000 |
commit | 4c4e66fc37d83760643b4f5ba0c7e28664e5b241 (patch) | |
tree | 463e9be6b6139b10ec4b35b4dcf05ddda19a3782 | |
parent | - Chase libraries for new textproc/libtre version (diff) |
Use 'make checksum' instead of 'make fetch'.
Notes
Notes:
svn path=/head/; revision=108820
-rw-r--r-- | misc/porteasy/Makefile | 3 | ||||
-rw-r--r-- | misc/porteasy/src/porteasy.8 | 5 | ||||
-rw-r--r-- | misc/porteasy/src/porteasy.pl | 4 | ||||
-rw-r--r-- | ports-mgmt/porteasy/Makefile | 3 | ||||
-rw-r--r-- | ports-mgmt/porteasy/src/porteasy.8 | 5 | ||||
-rw-r--r-- | ports-mgmt/porteasy/src/porteasy.pl | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/misc/porteasy/Makefile b/misc/porteasy/Makefile index e66d77af39fb..a86e5f28e1e5 100644 --- a/misc/porteasy/Makefile +++ b/misc/porteasy/Makefile @@ -8,8 +8,7 @@ # PORTNAME= porteasy -PORTVERSION= 2.7.13 -PORTREVISION= 2 +PORTVERSION= 2.7.14 CATEGORIES= misc MASTER_SITES= # none DISTFILES= # none diff --git a/misc/porteasy/src/porteasy.8 b/misc/porteasy/src/porteasy.8 index 014df897703f..032cfefc544d 100644 --- a/misc/porteasy/src/porteasy.8 +++ b/misc/porteasy/src/porteasy.8 @@ -27,7 +27,7 @@ .\" .\" $FreeBSD$ .\" -.Dd April 02, 2004 +.Dd May 10, 2004 .Dt PORTEASY 8 .Os .Sh NAME @@ -245,8 +245,9 @@ or options was specified, .Nm runs the -.Sq fetch +.Sq checksum target on every selected port. +This fetches the distfiles and verifies their checksums. .It Build, install, package, clean ports If one or both of the .Fl f diff --git a/misc/porteasy/src/porteasy.pl b/misc/porteasy/src/porteasy.pl index 70b47f7c3cae..9f5562efdea0 100644 --- a/misc/porteasy/src/porteasy.pl +++ b/misc/porteasy/src/porteasy.pl @@ -33,7 +33,7 @@ use strict; use Fcntl; use Getopt::Long; -my $VERSION = "2.7.13"; +my $VERSION = "2.7.14"; my $COPYRIGHT = "Copyright (c) 2000-2004 Dag-Erling Smørgrav. " . "All rights reserved."; @@ -991,7 +991,7 @@ sub fetch_port($) { my $port = shift; # Port to fetch setproctitle("fetching $port"); - make($port, "fetch") + make($port, "checksum") or bsd::errx(1, "failed to fetch %s", $port); setproctitle(); } diff --git a/ports-mgmt/porteasy/Makefile b/ports-mgmt/porteasy/Makefile index e66d77af39fb..a86e5f28e1e5 100644 --- a/ports-mgmt/porteasy/Makefile +++ b/ports-mgmt/porteasy/Makefile @@ -8,8 +8,7 @@ # PORTNAME= porteasy -PORTVERSION= 2.7.13 -PORTREVISION= 2 +PORTVERSION= 2.7.14 CATEGORIES= misc MASTER_SITES= # none DISTFILES= # none diff --git a/ports-mgmt/porteasy/src/porteasy.8 b/ports-mgmt/porteasy/src/porteasy.8 index 014df897703f..032cfefc544d 100644 --- a/ports-mgmt/porteasy/src/porteasy.8 +++ b/ports-mgmt/porteasy/src/porteasy.8 @@ -27,7 +27,7 @@ .\" .\" $FreeBSD$ .\" -.Dd April 02, 2004 +.Dd May 10, 2004 .Dt PORTEASY 8 .Os .Sh NAME @@ -245,8 +245,9 @@ or options was specified, .Nm runs the -.Sq fetch +.Sq checksum target on every selected port. +This fetches the distfiles and verifies their checksums. .It Build, install, package, clean ports If one or both of the .Fl f diff --git a/ports-mgmt/porteasy/src/porteasy.pl b/ports-mgmt/porteasy/src/porteasy.pl index 70b47f7c3cae..9f5562efdea0 100644 --- a/ports-mgmt/porteasy/src/porteasy.pl +++ b/ports-mgmt/porteasy/src/porteasy.pl @@ -33,7 +33,7 @@ use strict; use Fcntl; use Getopt::Long; -my $VERSION = "2.7.13"; +my $VERSION = "2.7.14"; my $COPYRIGHT = "Copyright (c) 2000-2004 Dag-Erling Smørgrav. " . "All rights reserved."; @@ -991,7 +991,7 @@ sub fetch_port($) { my $port = shift; # Port to fetch setproctitle("fetching $port"); - make($port, "fetch") + make($port, "checksum") or bsd::errx(1, "failed to fetch %s", $port); setproctitle(); } |