- Update to 0.2
PR: 120251 Submitted by: Alex Stangl <alex@stangl.us> (maintainer)
This commit is contained in:
parent
7df6b2f6d9
commit
821e267c37
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=206710
2 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
# This port is self contained in the files directory.
|
||||
|
||||
PORTNAME= portupdate-scan
|
||||
PORTVERSION= 0.1
|
||||
PORTVERSION= 0.2
|
||||
CATEGORIES= ports-mgmt
|
||||
MASTER_SITES= # none
|
||||
DISTFILES= # none
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
# Intended to be used prior to upgrading ports
|
||||
# Usage: portupdatescan [-dDhmuvV] [--help] [--version]
|
||||
# Created: 2006/12/21 Alex Stangl
|
||||
# Last updated: 2007/11/09 Alex Stangl
|
||||
# Last updated: 2008/02/04 Alex Stangl INDEX computation change from Tom Doherty
|
||||
|
||||
use Text::ParseWords;
|
||||
use Getopt::Std;
|
||||
|
@ -54,7 +54,7 @@ VERSION_MESSAGE() && exit if $opt{V};
|
|||
|
||||
my $portsdir = $opt{D} || "/usr/ports"; # ports directory
|
||||
|
||||
my $portIndexFile = "$portsdir/INDEX"; # port index file
|
||||
my $portIndexFile = "$portsdir/" . `make -f $portsdir/Makefile -V INDEXFILE`; # port index file
|
||||
my $movedFile = "$portsdir/MOVED"; # file w/ port renames/deletes
|
||||
my $updatingFile = "$portsdir/UPDATING"; # file w/ ports update news
|
||||
|
||||
|
|
Loading…
Reference in a new issue