summaryrefslogtreecommitdiff
path: root/ports-mgmt/porteasy/src/porteasy.pl
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2003-07-21 08:30:40 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2003-07-21 08:30:40 +0000
commit89ea0bbd5ddb8ad4940b1d30bf4f2bfd1f1570d9 (patch)
treed2fe9389611e02c495963dfdcefd68aeb561e933 /ports-mgmt/porteasy/src/porteasy.pl
parentRenamed port devel/jakarta-ant to devel/apache-ant due to a rename of the (diff)
Add support for ports/Templates; bump version number and man page date.
Notes
Notes: svn path=/head/; revision=85278
Diffstat (limited to '')
-rw-r--r--ports-mgmt/porteasy/src/porteasy.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/ports-mgmt/porteasy/src/porteasy.pl b/ports-mgmt/porteasy/src/porteasy.pl
index 643438774ab3..da54066dc48c 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.8";
+my $VERSION = "2.7.9";
my $COPYRIGHT = "Copyright (c) 2000-2003 Dag-Erling Smørgrav. " .
"All rights reserved.";
@@ -333,8 +333,8 @@ sub update_index() {
cvs("update", "-l")
or bsd::errx(1, "error updating the index file");
}
- cvs("update", "Mk")
- or bsd::errx(1, "error updating the Makefiles");
+ cvs("update", "Mk", "Templates")
+ or bsd::errx(1, "error updating the ports infrastructure");
$index = "$portsdir/INDEX-" . substr($release, 0, 1);
if (! -f $index) {
$index = "$portsdir/INDEX";